/*  
Theme Name: Chimrod revisited
Theme URI: http://www.chimrod.com/
Description: Theme created by <a href="http://www.chimord.com">Chimrod</a> (widget ready). 


Version: 1.0
Author: Sébastien Dailly
Author URI: http://www.chimrod.com/

*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}


table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}

/*standard theme stuff*/
#s, textarea, input
{
	border:1px solid #CCCCCC;
	padding:4px;
}

#s
{
	width:140px;
}


#searchsubmit, #submit
{
	color : #ae4e00;
	font-weight:bold;
}

.post ol, .commentlist ol
{
	list-style:decimal;
	padding:5px 0px 5px 0px;
	list-style-position:inside;
}

.post ul, .commentlist ul
{
	list-style:disc;
	list-style-position:inside;
	padding:5px 0px 5px 0px;
}

.post li, .commentlist li
{
	padding-bottom:5px;
}

.post strong, .post b
{
	font-weight:bold;
}

.post em, .post i
{
	font-style:italic;
}

.page_item .page_item, #sidebar ul.children
{
	margin-left:20px;
}

#calendar_wrap td, #calendar_wrap thead tr th
{
	padding:3px;
}

#calendar_wrap thead
{
	color : #ae4e00;
}

#calendar_wrap caption
{
	text-align:center;
}

#searchsubmit
{
	//display:block;
	margin-top:5px;
}
/**********************/


/*
div.clear
{
	clear:both;
	height:0px;
	width:0px;
	overflow:hidden;
}*/


#content {
//	widht:200px;
}

	#content .post img
	{
		float:left;
		border:1px solid #666666;
		margin-top:5px;
		margin-right:5px;
	}

	#content .post h2 , #sidebar h2, h3#comments, h3#respond, h2.pagetitle, h2.center
	{
		display:block;
		color : #ae4e00;
		font-size:1.3em;
		margin-top:13px;
	}

	#content .post h3
	{
		display:block;
		color : #ae4e00;
		margin-top:13px;
	}


	#content .post h2 a, #content .post h3 a, .navigation a
	{
		color : #ae4e00;
	}

	#content .post h2 a:hover
	{
        	color : #966945;
	}

	#content .post p
	{
		margin-bottom:15px;
	}

	#content .post blockquote
	{
		color:black;
		font-style:italic;
		margin: 1em;
		border-left: 3px solid #696969;;
	}
		
	#content .post pre
	{
		margin: 1em 1em;
		border:1px solid #ccc;
		background:#eee;
		border-left: 3px solid #ae4e00;
		line-height:10.5pt;
		overflow:auto;
	}


#content .post small
{
	display:block;
	margin:5px 0px 7px 0px;
	color:#999999;
}

#content .post p.postmetadata
{
	display:block;
	clear:both;
	text-align:center;
	
	height:30px;
	color:black;
 	padding-top:6px;
}

#content .post p.postmetadata a
{
color:black
}


/*The comments*/


.commentlist li
{
	display:block;
	background-color:#CCCCCC;
	padding:5px;
	/*border:1px solid #333333;*/
	margin-bottom:15px;
}

/*name of author*/
.commentlist li cite ,.commentlist li cite a 
{
	//color:#999999;
	color : #696969;
	font-weight:bold;
}



.commentlist li small.commentmetadata
{
	display:block;
	margin:10px 0px 10px 0px;
	color:#0CC4E8;
	
}



.commentlist li a
{
	//color:#0066FF;
	color : #696969;
}



#commentform
{
margin-bottom:25px;}

#commentform a
{
	//color:#0066FF;
	color : #696969;
}

#commentform input, #commentform textarea
{
	margin-top:5px;
}

h3#comments, h3#respond
{
margin-top:50px;
}


#sidebar
{
	float:right;
	margin-right:0px;
	width:150px;
	margin-bottom:25px;
}

#sidebar a
{
	//color:#0066CC;
	color : #696969;
	text-decoration:none;
	padding-left:0px;
}




#sidebar li
{
	margin-top:5px;
}

#sidebar li h2
{
	font-size : 120%;
}

#sidebar li ul
{
	padding-left:10px;
}


#sidebar a:hover
{
text-decoration:underline;

}

#footer
{
clear:both;
margin-top:50px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-size:10px;
color:222;
//background-color:#000000;
//border-top:5px solid white;
}


#footer a
{
	//color:white;
	color : #ae4e00;
	padding-bottom:1px;
}

#footer a:hover
{
	//color:white;
	color : #ae4e00;
	border-bottom:2px solid #cccccc;
}


.commentlist li ul li, .commentlist li ol li
{
	border-left:0px solid white;
}

.commentmetadata a
{
	color:#0CC4E8;
}

.code
{
	border:1px solid #ccc;
	background:#eee;
	//padding: 5px;
	//margin:10px;
}

