/*
Theme Name: EikeB.de v2
Theme URI: http://www.eikeb.de
Description: A sleek and clean wp theme. 
Version: 1.0.0
Author: Eike Blechschmidt
Author URI: http://www.eikeb.de/

*/

/*
* Copyright (c) 2010 Eike Blechschmidt
*/

html, body {
	font-family: Georgia,Helvetica,sans-serif;
	text-align: center;
	color: #424037;
	padding: 0;
	margin: 0;
	font-size:14px;
	color:#444444;	
	font-style:italic;
}

a {
	color:#444444;
	text-decoration:none;
}	


#page {
	margin:0px auto;
	width:600px;	
	position:relative;
	text-align: left;
}

#menu {
	float:right;
	margin-top:-20px
}
#menu a {
	margin-left:5px;	
}

#header {
	text-align:left;	
	padding-bottom:30px;
}

#header h1 {
	margin:0px;
	padding:0px;
	font-size:2.2em;
	margin-top:30px;
}
#header h1 a {
	color:#444444;	
	text-decoration:none;
} 
#back_to_blog {
	text-align:right;
}

#back_to_blog a{
	background-color:#dddddd;
	color:#444444;
	padding:5px;
	white-space:nowrap;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;	
	float:right;
	margin-bottom:10px;
}
#back_to_blog a:hover{
	text-decoration:underline;
	background-color:#444444;
	color:#dddddd;
}
.post, .page {
	margin-bottom:40px;
	position:relative;
}

.post .date-label, .page .date-label {
	position:absolute;
	right:610px;
	text-align:right;
	width:150px;
}

.post .post-title h2, .page .post-title h2{
	color:#444444;
	text-decoration:none;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.post .post-title h2 a, .page .post-title h2 a{
	color:#444444;
	text-decoration:none;
}

.post * a.more,
.post .date-label * a,
.page .date-label * a,
#menu a
{
	background-color:#dddddd;
	color:#444444;
	padding:5px;
	white-space:nowrap;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;	
	float:right;
}
.post * a.more:hover,
.post .date-label * a:hover,
.post .date-label * a:hover,
#menu a:hover
{
	text-decoration:underline;
	background-color:#444444;
	color:#dddddd;
}

.post * a img{
	border:0px;
}

.post * p {
	text-align:justify;	
}

.post * img {
	margin-bottom:20px;
}

.alignleft {
	width:49%;
	display:block;
}
.alignright {
	width:49%;
	text-align:right;
	display:block;
}
.pagenavigation {
	margin-top:20px;
}
#footer {
	margin-top:20px;
	border-top:1px solid #dddddd;
}

#sidebar {
	padding-top:10px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidebar li{
	float:left;
	width:50%;
	list-style:none;
	display:block;
}
#sidebar li * img {
	display:block;
}
#sidebar li h2{
	margin:0px;
	padding:0px;
}
#sidebar li ul{
	margin:0px;
	padding:0px;
}
#sidebar li ul li {
	margin:7px 0px;
	width:100%;	
	display:block;
	margin-left:10px;
}
#sidebar li ul li a{
	background-color:#dddddd;
	color:#444444;
	display:inline;
	padding:5px;
	white-space:nowrap;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;	
}
#sidebar li ul li a:hover{
	text-decoration:underline;
	background-color:#444444;
	color:#dddddd;
}


#wp_page_numbers * a{
	background-color:#dddddd;
	color:#444444;
	padding:5px;
	white-space:nowrap;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px;	
	margin:5px;
}
#wp_page_numbers * a:hover{
	text-decoration:underline;
	background-color:#444444;
	color:#dddddd;
}

#wp_page_numbers ul {
	list-style:none;
	padding:0px;
	margin:0px;	
}
#wp_page_numbers li {
	display:inline;	
}
#credits {
	margin-bottom:20px;
	clear:both;
	border-top:1px solid #dddddd;
	margin-top:20px;
}

.clear {
	clear:both;
}

.widget * img {
	margin-bottom:10px;
}


#category, #tags, #monthly {
	width:33%;
	float:left;
}
#category ul, #tags ul, #monthly ul{
	margin:0px;
	padding:0px;
}
#category ul li, #tags ul li, #monthly ul li{
	list-style:none;
}
#category * a, #tags * a, #monthly * a{
	margin-right:10px;
}
#category * a:hover, #tags * a:hover, #monthly * a:hover{
	text-decoration:underline;
}
#thumbs {
	margin-top:20px;
	margin-bottom:20px;	
}
.thumb {
	border:0px;	
	margin:9px;
	display:inline;
	width:90px;
	height:90px;
	float:left;
	padding:5px;
}
#thumbs .text{
	display:block;
	font-size:0.8em;
	padding-left:2px;
	background-color:#dddddd;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#thumbs a:hover .text{
	background-color:#444444;
	color:#dddddd;
}

.wpfblike {
	float:left;	
}