#content{
	text-align:left;

}

div#centerBar{
	width:670px;
	float:left;
	margin:0px;
	padding:0px;
}
div#centerBar textarea{	width:100%;}


/*--------------------------------------------------------------------*/

/*
div#sidebar{
	background-image : url('/images/sidebar_bg.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#838072;
	border:0px #5A5952 solid;
	border-width: 2px 0px 0px 10px;
	width:200px;
	float:left;
	margin:10px;
	padding:10px;
}
*/

div#sidebar{
	background-image : url('/images/blog_sidebar_top_bg.gif');
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#848273;
	width:200px;
	float:left;
	padding:10px 10px 100px 10px ;
	margin:0px;
}

div#sidebar a{color:#fff;}
div#sidebar input{border-color:#838072;}
div#sidebar h2{
	color:#F7B231;
	padding: 10px 0px 0px 0px;
}

div#sidebar ul,
div#sidebar li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
div#sidebar ul li,
div#sidebar ul li ul,
div#sidebar ul li ul li{
	padding:0px 0px 0px 8px;
	margin:0px;
}

/*--------------------------------------------------------------------*/

#footer{
	clear:both;
}


/*--------------------------------------------------------------------*/

div.post{
	background-image : url('/images/blog_post_nw.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding: 30px 0px 0px 0px;
	margin:0px 0px;
}
div.post small{
	padding:0px 30px;
	font-size:12px; 
	color: #818070;
}


div.post h2, 
div.post h3{
	background-image : url('/images/blog_post_top.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0px 30px 0px 30px;
	padding:0px 0px 20px 0px;
}
div.post h2, div.post h2 a{font-weight:bold; font-size:32px; color: #f09700;}
div.post h3, div.post h3 a{font-weight:bold; font-size:28px; color: #f09700;}

div.post div.entry{
	padding:0px 30px ;
	margin:0px 0px;
	font-size:14px; 
	color: #545349;

}

div.post p.postmetadata{
	background-image : url('/images/blog_post_s.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:50px 30px 20px 30px ;
	margin:0px 0px;
}
div.post .postmetadata a{color: #f09700;}
