/*
Theme Name: thomasklaiber.com 2010
Theme URI: http://www.thomasklaiber.com/
Description: Exklsiv :)
Version: 1.0
Author: Thomas Klaiber
Author URI: http://www.thomasklaiber.com/
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.825em;
	line-height: 1.5em;
	background: #F1F2E5 url(images/bg.jpg) top center no-repeat;
	color: #333;
	margin: 20px;
	padding: 0;
}

a {	color: #A13DD5; }

a:hover {
	color: #4A036F;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	background: url(images/logo.gif) top left no-repeat;
	width: 300px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

h2 {
	color: #A13DD5;
	font-size: 1.7em;
}

h2 a {
	text-decoration: none;
	color: #A13DD5;
}

h2 a:hover { color: #4A036F; }

h3 {
	font-weight: bold;
	color: #000;
}

p { margin: 15px 0; }

/* Containers */
#header {
	margin: 30px auto;
	width: 600px;
	position: relative;
}

.content {
	margin: 0 auto 20px;
	background: #FFF;
	width: 540px;
	padding: 10px 30px;
}

#side {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	padding: 2px 10px;
	border-left: 1px solid #b1b1b1;
	text-align: right;
}

#alert {
	width: 540px;
	padding: 5px 30px;
	margin: 0 auto;
	background: #FFF;
	font-weight: bold;
}

#alert a {
	text-decoration: none;
}

.twitterbox {
	background: #fff url(images/twitter-1.png) 5px center no-repeat;
	
	padding: 3px 15px 3px 65px;
	width: 520px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	color: #666;
}

.twitterbox a.twitlink {
	text-decoration: none;!important
}

/* Posts */
.post h2 {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 2px solid #f1f1f1;
	position: relative;
	text-shadow: #f1f1f1 1px 1px 0px;
}

.post h2 em {
	background-color: #555;
	color: #F1F2E5;
	font-style: normal;
	font-size: 0.6em;
	padding: 3px 5px;
	position: absolute;
	right: 570px;
	text-align: center;
	top: -4px;
	white-space: nowrap;
	text-shadow: none;
}

.post h2 span {
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
}

.post h2 span a {
	color: #000;
	padding-left: 7px;
}

.post h2 span a:hover {	color: #666; }

.meta {
	color: #999;
	font-size: 0.8em;
}

.meta a { color: #999; }
.meta a:hover {
	color: #333;
	text-decoration: underline;
}

.more-link {
	padding: 3px 5px;
	background: #A13DD5;
	color: #FFF;
	text-decoration: none;
	text-shadow: #612580 0px -1px 0px;
}

.more-link:hover { color: #CCC; }

/* Bottom Area */
#bottom {
	margin: 0 auto 20px;
	background: #111;
	width: 540px;
	padding: 10px 30px;	
	color: #b2b2b2;
	border-top: 2px solid #444;
	border-bottom: 4px solid #222;
}

#bottom .col1 {
	width: 259px;
	padding-right: 10px;
	border-right: 1px solid #333;
	float: left;
	min-height: 290px;
}

#bottom .col2 {
	width: 260px;
	padding-left: 10px;
	float: left;
}

#bottom h3 {
	color: #FFF;
	text-shadow: #333 1px 1px 0px;
}

/* Comment form */
label {
	font-weight: bold;
	display: block;
}

#commentform small {
	font-weight: normal;
	color: #999;
}

.textfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	width: 280px;
	border: 1px solid #ddd;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(images/border-radius.htc);
}

.textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	width: 522px;
	border: 1px solid #ddd;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(images/border-radius.htc);
}

.textfield:focus,
.textarea:focus { border: 1px solid #A13DD5; }

.submit {
	padding: 3px 5px;
	margin: 0 1px;
	background: #A13DD5;
	border: 0;
	color: #FFF;
	text-decoration: none;
	text-shadow: #612580 0px -1px 0px;
	cursor: pointer;
}

/* Comment List */
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist li {
	margin: 10px 0;
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(images/border-radius.htc);
}

.commentlist li.comment-author-admin {
	border: 1px solid #A13DD5;
}

.commentlist cite.fn { font-weight: bold; }

.comment-meta {	font-size: 0.8em; }

.comment-meta a {
	text-decoration: none;
	color: #999;
}

.avatar { float: right; }

/* Special Container */
#side {	text-shadow: #FFF 1px 1px 0px; }

#side a {
	color: #333;
	text-shadow: #FFF 1px 1px 0px;
	text-decoration: none;
}

#side a:hover { color: #A13DD5; }

#bottom .col1 a { color: #fff; }
#bottom .col1 a:hover { color: #B1B1B1; }

/* Footer */
#footer {
	color: #B1B1B1;
	font-size: 0.8em;
	width: 600px;
	margin: 0 auto;
	text-shadow: #FFF 1px 1px 0px;
	border-top: 2px solid #e6e7db;
	text-align: center;
}

#footer a { color: #B1B1B1; }

/* WP Page Navi [Plugin] */
.wp-pagenavi {
	width: 600px;
	margin: 0 auto 20px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages
{
	padding: 3px 5px;
	margin: 0 1px;
	background: #FFF;
	text-decoration: none;
	
}

.wp-pagenavi a:hover {
	background: #A13DD5;
	color: #FFF;
	text-shadow: #612580 0px -1px 0px;
}

/* Searchform */
#searchform input {
	border: 1px solid #333;
	background: #111;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #ddd;
	width: 247px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(images/border-radius.htc);
}

#searchform #searchsubmit { display: none; }

/* Archive Dropdown */
.archive-dropdown {
	border: 1px solid #333;
	background: #111;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #ddd;
	width: 257px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(images/border-radius.htc);
}

/* Recent Comments Bottom */
.recent-comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recent-comments a {
	color: #f1f1f1;
	text-decoration: none;
}

.recent-comments a:hover { color: #999; }

.recent-comments li {
	padding: 3px;
	border-bottom: 1px solid #333;
}

.recent-comments li:first-child {
	border-top: 1px solid #333;
}

/* Hide wpstats [Plugin] */
img#wpstats { 
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* Wp-Polls [Plugin] */
.wp-polls { width: 90%; }