/*  
Theme Name: Christoph Kiehl Blog
Theme URI: http://www.christophkiehl.de
Description: A clean, minimalist theme
Version: 1.0
Author: David Hoffmann
Author URI: http://www.pickone.de
*/

/*************************************
 +Containers
 *************************************/
body{
	margin:0;
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2f30;
}

#header{
	padding-left: 60px;
	padding-top: 40px;
	padding-bottom: 10px;
}

#headernavi{
	background-color: #2e2f30;
	width: 880px;
	margin-left: 60px;
	margin-bottom: 30px;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;	/*
	padding-top: 3px;
	padding-bottom: 3px;
	height: 30px;
	*/
}

#content{
	float:left;
	width:540px;
	padding-left: 60px;
	padding-right: 80px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-bottom: 10px;
}

#sidebar{
	float:left;
	width:245px;
	padding-bottom: 30px;
	padding-left: 15px;
}

#footer{
	clear:both;
	width: 540px;
	padding-left: 3px;
	padding-top: 6px;
	padding-bottom: 30px;
	margin-left: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2e2f30;
	font-size: 10px;
}

#tools{
	
	width:230px;
	font-size: 11px;
	float: left;
}

#tools h2{
	font-size: 14px;
	padding-bottom: 14px;
}

#tools ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#tools li{
	background: url(./images/link_weiss.gif) no-repeat;
	margin-bottom:0.3em;
	padding:0.3em;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #949595;
}

#tools a{
	color: #FFFFFF;
	text-decoration: none;
}

#tools input{
	text-decoration: none;
	margin-bottom: 36px;
}

#copytext {
	padding-left: 60px;
	font-size: 9px;
	clear:both;
	color: #585959;
}
#copytext a{
	color: #585959;
	text-decoration: none;
}

#copytext a:hover{
	color:#FFFFFF;
}

#post_navigation {
	margin-bottom: 10px;	
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
}

#header h1{
	font-size:4em;
	margin:0;
	margin-right:1em;
	letter-spacing: -2px;
}

#header h1 a{
	color:#CC0000;
}

#header h1 a:hover{
	color:#CC0000;
}

#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}

.entrytitle h2{
	color: #2e2f30;
	font-size:20px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2f30;
	margin-bottom: 6px;
}

.notestext {
	font-size:9px;
}

.entrytitle h2 a{
	color: #2e2f30;
	text-decoration: none;
}

.entrytitle h2 a:hover{
	color:#CC0000;
}

.entrytitle h3{
	font-size:16px;
	color:#6F6F6F;
}

.entrybody {
	padding-left: 3px;	
}

.entrybody a{
	font-weight: bold;
	text-decoration: none;	
}

.entrybody h3 {
	font-size: 18px;	
}

blockquote {
	font-style: italic;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	padding-left: 10px;
	margin: 5px;
}

/*************************************
 +Entry
 *************************************/
.entry{
	padding-bottom: 50px;
}

.entrymeta{
	border-bottom: 1px dotted #2e2f30;
	padding-top: 12px;
	font-size: 10px;
	padding-bottom: 4px;
}

.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.filedto{
	padding:3px;
	color: #AAA;
}

.fileddata{
	font-size: 9px;

}

.categorytag h2{
	padding-bottom: 16px;
}

.edit{

	/*padding:3px;*/
}

.commentslink{
	padding:3px;

}

/*************************************
 +Sidebar
 *************************************/
#sidebar h2{
	font-size: 14px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #2e2f30;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a4a5a6;
}

#sidebar ul{
	list-style-type:none;
	padding: 0;
	margin: 0 0 30px 0;
}

#sidebar li{
	border-bottom:1px dotted #a4a5a6;
	padding: 0.2em 0.1em 0.2em 20px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;	
	/*list-style-image: url(images/arrow.png);
	list-style-position: inside;*/
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;	/*padding:1em;*/
	padding-left: 3px;
}

.commentsblock textarea{
	width: 520px;
}

.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;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}

.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}

.alt{
	border:1px dotted #d1d1d1;
	padding:0.5em;
	background-color: #FFFFFF;
}

h2#comments{
	font-size:1.4em;
}

.about_short a{
	text-decoration:none;
	font-weight: bold;
}

.contact_short a{
	text-decoration:none;
	font-weight: bold;
}

#comment{
	width: 520px;
}

h3#respond{
	color: #2e2f30;
	font-size:20px;
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e2f30;
	margin-bottom: 6px;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#CC0000;
	text-decoration:none;
}

a:hover{
	color:#CC0000;
}

/*************************************
 +headernavi
 *************************************/
#intro {
	float: right;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/*position: absolute;*/
	margin: 0;
	font-weight: normal;	/*text-indent: -5000px;
	width: 350px;
	height: 30px;
	top: 52px;
	*/
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}
 
#main-nav {
	/*width: 100%;*/
	list-style: none;
	height: 30px;
	/*background: #2e2f30;*/
	margin: 0;
	padding: 0;
}

#main-nav li {
	display: inline;
}

#main-nav li a {
	float: left;
	text-decoration: none;
	color: #f4f4f4;
	padding: 7px 15px 0;
	height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #d4d4d4;
}

#main-nav li a:hover {
	background: #cc0000; 
	color: #fff;
}


/*************************************
 +searchform
 *************************************/
 
form {
	margin: 0px;
	padding: 0px;
}
 
#search {
	background-color: #CCCCCC;
	height: 52px;
	width: 230px;
	margin-bottom: 25px;
	padding: 7px;
	background-image: url(images/search_bg.png);
	background-repeat: no-repeat;
} 

#search h3{
	font-size: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	/*padding-top: 30px;*/
	color: #fff;
	margin: 0px;
} 

#s {
	width: 164px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #2e2f30;
}

#searchsubmit {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	color: #000;
	background-color: #fff;
	font-size: 11px;
	width: 30px;
	height: 18px;
}

#searchsubmit textarea:focus{
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#searchform textarea:focus, #searchform input:focus{
	background-color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #2e2f30;
}

