/*  
Theme Name: Red Dodo
Theme URI: http://reddodo.com/
Description: Red theme
Version: 1.0
Author: Red Dodo
*/

/*************************************
 +Containers
 *************************************/
body{
	color:#666;
	font-family: "Trebuchet MS", Verdana;
	font-size:75%;
	line-height:1.7;
	text-align:center;
	margin:0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	background-color: #EFEFEF;
	background-image: url(./images/wg_graybgtale02.gif);
	background-repeat: repeat;
	padding-bottom: 10px;
}
#content{
	background:#FFFFFF url(./images/wg_top_all.gif);
	background-repeat: no-repeat;
	border:1px solid #ff0000;
	float:left;
	width:635px;
	font-size:0.9em;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 54px;
}
#footer{
	
	color:#666666;
	font-size:0.8em;
	margin:1px;
	padding:1px;
}
#header{
	background-image: url(./images/wg_logo_white2.gif);
	background-repeat: no-repeat;
	margin-top:30px;
	margin-left:54px;
	background-position: right top;
}
#sidebar{
	color:#666666;
	font-size:1.1em;
	float:left;
	margin-left:25px;
	width:200px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:960px;
}


/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#333333;
	font-size:1em;
	margin-bottom:5px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#header h1{
	display:inline;
	font-size:2.2em;
	line-height:1;
	margin:0;
}
#header h1 a{
	color:#FF0000;
	text-decoration:none;
}
#header h1 a:hover{
	color:#FF0000;
	text-decoration:none;
}
h1, h2, h3{
font-family: "Trebuchet MS", Verdana;
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;
}
.entrytitle h2{
color:#990000;
}
.entrytitle h3{
font-weight:normal;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li a{
	color:#FF0000;
}
#sidebar ul li a:hover{
	color:#FF0000;
	text-decoration: none;
}
/*************************************
 +Misc
 *************************************/
a{
text-decoration:underline;
color:#FF0000;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}
#footer a{
color:#FF0000;
}
#header {
	margin-bottom:15px;
}
#header p{
	color:#666666;
	margin:0;
	font-size: 1.2em;
	font-style: normal;
}
.navigation{
padding:3px;
text-align:center;
}
/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:1px;
	padding:1px;
}
.entrytitle{
}
.entrytitle a {color:#333333; text-decoration:none;}
.entrymeta{
	color:#CCCCCC;
	font-size:0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	padding-top: 5px;
	margin-right: 10px;
}
.entrymeta a{
	color:#999999;
	text-decoration: underline;
}
.entry-1{
	color:#333333;
	font-size:1.2em;
	-moz-border-radius:3px;
}
.entry-1 .entrymeta{
	color:#333333;
}
.entry-1 .entrymeta a{
	color:#333333;
}
.entry-1 .entrytitle{
	border-bottom:none;
}
.entry-1 .entrytitle a{
	color:#333333;;
	font-size:1.2em;
}
.entry-1 .entrytitle a:hover{
	color:#333333;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:1px;
}