/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

body{
	background:#E9DCCB url(images/body_bg.gif) repeat;
}
body, p, td, div, form, input, textarea, h1, h2, h3{
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	color:#6C452C;
	font-size:10px;
	font-family:tahoma, verdana, arial;
}
a img{
	border:none;
}
ul, ol, li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#page{
	width:673px;
	margin:7px auto 0px auto;
}
#header{
	height:306px;
	background:url(images/header_bg.jpg) no-repeat right top;
}
.logo{
	float:left;
	margin:52px 0px 10px 32px;
}
#menu{
	width:191px;
	height:306px;
	background:url(images/menu_bg.jpg) no-repeat;
}
#menu ul{
	float:left;
	clear:left;
	width:115px;
	padding:0px 0px 0px 44px;
}
#menu li{
	line-height:17px;
	background:url(images/menu_li_bg.gif) repeat-x left bottom;
	text-align:center;
}
#menu li a{
	color:#551311;
	font-size:9px;
	text-transform:normal;
	font-weight:normal;
	text-decoration:none;
}
#menu li a:hover{
	text-decoration:underline;
}
#content_bg{
	float:left;
	background:url(images/page_bg.jpg) repeat-y;
	padding:0px 18px 0px 17px;
}
#sidebar{
	float:left;
	width:172px;
}
#sidebar h2{
	height:31px;
	padding:11px 0px 0px 41px;
	margin:0px 0px 4px 0px;
	color:#381D0B;
	font-size:9px;
	background:url(images/sidebar_h2_bg.jpg) no-repeat;
}
#sidebar li ul{
	padding:0px 0px 20px 0px;
	background:url(images/sidebar_ul_bg.jpg) no-repeat left bottom;
}
#sidebar li ul li{
	padding:0px 0px 0px 22px;
	line-height:9px;
}
#sidebar a{
	color:#6C452C;
	text-decoration:underline;
}
#sidebar a:hover{
	text-decoration:none;
}
#sidebar #searchform{
	background:url(images/sidebar_searchform_bg.jpg) no-repeat left top;
}
#sidebar #searchform div{
	padding:10px 10px 0px 10px;
	height:30px;
	background:url(images/sidebar_ul_bg.jpg) no-repeat left bottom;
}
#sidebar #s{
	float:left;
	width:100px;
	height:14px;
	padding:1px 0px 0px 4px;
	border:#6C452C solid 1px;
	background-color:#ECD395;
}
#sidebar #searchsubmit{
	float:right;
	width:40px;
	height:17px;
	text-align:center;
	border:#6C452C solid 1px;
	background-color:#ECD395;
}
#sidebar p{
	padding:10px;
	margin:0px 5px;
	background-color:#ECD395;
}
#content{
	float:right;
	width:462px;
}
#content h2{
	height:28px;
	padding:8px 0px 0px 0px;
	margin:0px 0px 4px 0px;
	color:#381D0B;
	font-size:14px;
	background:url(images/content_h2_bg.jpg) no-repeat;
	text-align:center;
}
#content h2 a{
	color:#381D0B;
	text-decoration:none;
}
.entry{
	padding:0px 12px;
}
.entry img{
	float:left;
	margin:0px 12px 6px 0px;
	background-color:#DDAD6B;
	padding:2px;
	border:#6C452C solid 1px;
}
.entry p{
	margin:0px 0px 10px 0px;
}
.entry a{
	color:#6C452C;
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.postmetadata{
	clear:left;
	height:30px;
	text-align:right;
	padding:0px 10px;
	background:url(images/postmetadata_bg.jpg) no-repeat left bottom;
}
.postmetadata a{
	color:#6C452C;
	font-weight:bold;
	text-decoration:none;
}
.postmetadata a:hover{
	text-decoration:underline;
}
#footer{
	padding:22px 0px 10px 0px;
	background:url(images/footer_bg.jpg) no-repeat left top;
}
#footer p{
	color:#3F3F3F;
	text-align:center;
}
#footer a{
	color:#3F3F3F;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.commentlist{
	clear:left;
	margin:8px 10px 0px 10px;
}
.commentmetadata{
	height:24px;
}
.comment_author{
	float:left;
	font-size:11px;
	text-transform:uppercase;
}
.comment_date{
	float:right;
}
#commentform{
	padding:8px 0px 0px 10px;
}
#commentform label{
	float:left;
	clear:left;
	width:60px;
	line-height:24px;
}
#author, #email, #url, #comment{
	width:370px;
	height:16px;
	padding:2px 0px 0px 4px;
	border:#6C452C solid 1px;
	background-color:#ECD395;
	margin:0px 0px 4px 0px;
}
#comment{
	float:right;
	overflow:auto;
	width:430px;
	height:100px;
	margin:0px 0px 10px 0px;
}
#submit{
	float:right;
	clear:both;
	cursor:pointer;
	border:#6C452C solid 1px;
	background-color:#ECD395;
	text-align:center;
}
.clearer{
	height:0px;
	overflow:hidden;
	clear:both;
}