/* @override 
	http://reinventedsoftware.com/~cdust/wp-content/themes/cocoadust/style.css
	http://cocoadust.com/wp-content/themes/cocoadust/style.css
*/

/*  
Theme Name: CocoaDust 1.0
Theme URI: http://cocoadust.com/
Description: Based on Treba 1.01 by Phu Ly - http://ifelse.co.uk/
Version: 1.0
Author: Steve Harris
Author URI: http://cocoadust.com/ 
*/

/*************************************
 +Containers
 *************************************/
body{
	background: #f2f2f2 none repeat-x;
	color: #333;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:62.5%;
	line-height:1.7;
	text-align:center;
	margin:0;
}
#content{

	float:left;
	width: 500px;
	background: white repeat-x;
	border: 1px solid silver;
}
#footer{
	
	color:#888;
	font-size:0.8em;
	margin: 0;
	padding:3px;
	display: block;
	clear: both;
}
#header{
	margin-top:20px;
}
#sidebar{
	color: #000;
	font-size:1.1em;
	float:left;
	margin-left:10px;
	width:200px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:750px;
}


/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#333231;
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:normal;
}
#header h1{
	display:inline;
	font-size:2.4em;
	line-height:1;
	margin:0;
}
#header h1 a{
	color: #ba0700;
	font-size: 3em;
}
#header h1 a:hover{
	color: #ea0500;
}
h1, h2, h3{
font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
letter-spacing: -1px;
}
h2{
font-size:1.5em;
padding-right:5px;
}
h3{
font-size:1.2em;
}
#header h1{
font-weight:normal;
}
.entrytitle h2, .entrytitle h3{
display:inline;
font-weight:normal;
	color: #666;
}
.entrytitle h2{
}
.entrytitle h3{
font-weight:normal;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li a{
	color: #595959;
}
#sidebar ul li a:hover{
	color: #f80000;
}
/*************************************
 +Misc
 *************************************/
a{
text-decoration:none;
color: #8b000c;
}
a:hover{
color: #f80000;
}
#footer a{
}
#header {
	margin-bottom:5px;
}
#header p{
	color: #3e3e3e;
	margin:0;
	padding-left: 5px;
	font-size: 1.5em;
}
.navigation{
padding:3px;
text-align:center;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin: 10px;
	font-size: 1.2em;
}
.entrytitle{
	color: #333;
}
.entrytitle a {color: #c00003; text-decoration:none;}

.entry .entrytitle a:hover{
	color: #ff0004;
}

.entrymeta{
	color:#666;
	font-size:0.9em;
	padding:3px 8px;
}
.entrymeta a{
	color:#666;
}
.entrymeta a:hover {
	color: #ff0004;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding: 0;
	font-size: 1.1em;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	border:1px solid #FCFAF4;
	padding:5px;
	background-color: #f2f2f2;
}

pre {
	background: #f1f1f1 scroll;
	overflow: auto;
	padding: 10px;
	border: 1px solid gray;
}