/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
*/

body{
	background:#fff url(./images/bg.png) repeat-x;
	border-top:10px solid #ccc;
	color:#333;
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:0;
	text-align: center;
}

#wrap{
	margin:10px 80px;
	text-align:left;
	width:76em;	
}

#sidebar{
	font-size:12px;
	float:left;
	margin-top:9px;
        line-height:19px;
	width:220px;
}

blockquote {
	margin: 15px 20px 0 20px;
	padding-left: 10px;
	border-left: 6px solid #ddd;
	}

/* Content-Befehl steuert Textschrift in Artikeln */

#content{
	font-size:13px;
	float:left;
        margin-right:65px;
	padding:20px;
	width:500px;
}

#header{
	padding:50px 80px 35px 15px;
}
#footer{
	background:#ccc;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:12px;
	padding:12px;
}

h1, h3{
	
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;
	font-weight:normal;
	letter-spacing: 0px; 
	margin:0;
        color:#6699CC;
}
h2 {
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;
	font-weight:normal;
        font-size:13px;
	letter-spacing: 0px; 
	margin-top:10px;
        color:#333;
}
#header h1{
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;
	font-size:28px;
	margin-left:5px;
	margin-right:1em;
        margin-bottom:8px;
}
#header h1 a{
	color:#6699CC;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin-top:-0.5em;
}

.entrytitle h2 a:hover{
	color:#ccc;
}

.entrytitle h3{
	font-size:26px;
}
.entrytitle h3 a
{
	color: #6699CC;
	font-size:26px;
        font-weight:normal;
       	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;

}

.entrytitle h3 a:hover{
	color:#CC0000;
}
.entrytitle h3{
	color:#6699CC;
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;
	font-size:13px;
        line-height:20px;

}

#sidebar h2{
	color:#6699CC;
        font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;
        font-weight:bold;
	font-size:13px;
	margin:10px 0px 0px 0px;
}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:0px dotted #ddd;
	margin-bottom:0px;
	padding-top:0px;
        line-height:20px;
}

.entry{
	margin-bottom:2em;
}

.entrymeta{
	font-size:13px;
      margin-top:-10px;
      margin-bottom:-15px;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.commentsblock{
	margin:0.2em;
	padding:1em;

}
.commentsblock textarea{
	width:24em;
}
.commentsblock input, .commentsblock textarea{
	border:1px dotted #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:13px;
}
ol.commentlist{
	color:#777;
	font-size:13px;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:18px;
font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, 'Times New Roman', Times, serif;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}

