/*  
Theme Name: gelber fleck
Theme URI: http://www.alexander-lehner.com
Description: A calm, relaxing theme
Version: 1.0
Author: Alexander Lehnert, Benedikt Lehnert
Author URI: http://www.alexander-lehnert.com, http://www.benedikt-lehnert.de
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#004430;
	color:#004430;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.7em;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	background:#004430;
	margin:0 auto;
	padding:0 15px;
	text-align:left;	
	width:700px;
}
#content{
	font-size:1.1em;
	float:left;
	margin:0 auto;
	width:700px;
}
#sidebar{
	background:#004430;
	border:1px solid #015139;
	border-bottom:none;
	color:#fff;
	float:right;
	margin:0 auto;
	padding:10px;
	width:678px;
}
#sidebar a{
color:#b3cFc1;
}
#sidebar a:hover{
color:#01553c;
}
#sidebar .sec-a{
	float:left; 
	width:200px;
	padding:0 10px;
}
#sidebar .sec-b{
	float:right;
	width:200px;
	padding:0 10px;
}

#footer{
	clear:both;
	background:#015139;
	color:#002f23;
	font-size:0.7em;
	text-align:center;	
	margin:0px auto;
	padding:0;
	width:700px;

}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
h1, h2, h3{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight:normal;
	line-height: 1.2em;
	margin:0;
}
#header{
	background: url(./images/header.gif) no-repeat;
	height:150px;
	text-align:right;
	width:700px;
	padding:30px 0;
}
#header h1{
	font-size:2em;
	margin:0;
	margin-top:120px;
}
#header h1 a{
	color:#E5F2E9;
}
#header h1 a:hover{
	color:#F5FFF9;
}
#header p{
	color:#D5E2D9;
	font-size:1em;
	margin-top:-0.5em;
}
#header h1, #header p{
	margin-right:30px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
padding:1em;
padding-bottom: 0.5em;
font-size:0.9em;
background:#fff;
border:1px solid #ccc;
font-size:1em;
}

.entrymeta{
	font-size:0.65em;
	line-height: 1.45em;
color:#999;
background: #eee;
border-top:1px dotted #b8b8b8;
margin:-5px -10px;
padding:5px 10px;
}
.entrymeta a{
color:#666;
}
.entrymeta a:hover{
color:#666;
}
.entrytitle h2{
	color:#58BBEB;
	font-size:2.5em;
}
.entrytitle h2 a{
color:#2C5F3F;
}
.entrytitle h2 a:hover{
	color:#ccc;
}
.entrytitle h3{
	color:#6F6F6F;
	font-size:1.1em;
}
.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
body#home .entry-1
{
background:#fff;
border:1px solid #ccc;
font-size:1em;
}
body#home .entry-1 .entrymeta{
background: #eee;
border-top:1px dotted #b8b8b8;
margin:-5px -10px;
padding:5px 10px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#aaa;
	font-size:1em;
	font-weight:bold;
	margin:0;
}
#sidebar ul li{
	border-bottom:1px dotted #01553c;
	margin-bottom:3px;
	padding:3px;
}
/*************************************
 +Nav
 *************************************/
#nav{
	background:#004430;
	border-top:1px dotted #01553c;
	border-bottom: 1px dotted #01553c;
	font-size:1.3em;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight:normal; 
	margin-bottom:30px;
	padding:10px;
	width:680px;
	margin-top:-60px;
}

#nav ul{
	list-style-type:none;
}
#nav ul li{
	font-weight:bold;	
	float:left;
	letter-spacing:1px;
	margin-bottom:-3px;
	margin-right:20px;
	padding:2px 5px;
}
#nav ul li a{
	color:#fff;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	letter-spacing: 1px;
}
#nav ul li a:hover{
	color:#01553c;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	color: #fff;
	margin:0;
	padding:1em;
font-size:1.1em;
border: 1px solid #fff;

}
.commentsblock textarea{
	width:350px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f3f3;
	border:1px solid #EEEEEE;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}
/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
	color:#002f23;
	text-decoration:none;
}
a:hover{
	color:#004433;
	text-decoration:underline;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}
