#blog{
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-weight: normal;  
}              

#blog_content{
	width: 500px;       
	float: left;  
	margin-right: 60px;
	margin-top: 8px;
}

#sidebar{
	width: 300px;
	float: left;
	background: #FFF;	
	min-height: 350px;
	_height: 350px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	border-left: 6px solid #efefef;
	border-right: 6px solid #efefef;
	margin-top: -40px;
}

#sidebar_end{
	background: url('/css/images/sidebar_end.gif') bottom left no-repeat;
	width: 352px;
	height: 149px;
	float: left;	
}

#blog h1, #blog h2, #blog h3, #blog h1 a, #blog h2 a, #blog h3 a{
	font-weight: normal;
	text-shadow: #FFF 0px 1px 0px;
	font-style: normal;		
}

#blog h1 a{
	color: #0071b9; 
}


#blog h1{                   
	font-size: 26px !important;      
	margin-bottom: 10px;

}                        

#blog h1 a{
	text-decoration: none;
}                        

#blog h1 a:hover{
	text-decoration: underline;
}

#blog h2{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 20px;
}

#blog .post p{
	line-height: 1.8em;

}
     
#blog .post p, #blog .post h2, #blog .post h3, #blog .post ul, #blog .post ol{
	color: #555;
}
     
#blog .post{
	margin-bottom: 50px;
}                       

.infobar{
	font-size: 13px;
	color: #999;	
}

span.author{

}   

span.author a{
	color: #999;
}

span.pubDate{

}   

.text img{
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}        

.text img.left{
	margin-right: 30px;
	margin-bottom: 15px;
}       

.text img.right{
	margin-left: 30px;
	margin-bottom: 15px;
}

.noborder{
	border: none !important;
	padding: 0 !important;
}

.text a:hover img{
	border: 1px solid #777;
}        

.text object{
	padding: 5px;
	margin-bottom: 15px;
	background: #ccc;	
}

.text{
	margin-top: 25px;
	padding-left: 30px;
	border-left: 1px solid #ddd;
	padding-bottom: 15px;
}   

.sidebaritem{
	background: url('/css/images/sidebaritem.gif') top left no-repeat;
	width: 287px;
	height: 43px;
	padding-top: 13px;
	padding-left: 14px;
	margin-bottom: 15px;
}

a.sidebaritemlink{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8e8e8e;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 280px;
	height: 34px;
	text-shadow: #FFF 0px 1px 0px;
	padding-top: 9px;
	padding-left: 52px;	
	width: 220px;
	height: 30px;
}

a.sidebaritemlink:hover{
	text-decoration: underline;
}

.twitter{
	background: url('/css/images/icon_twitter.gif') top left no-repeat;
}

.rss{
	background: url('/css/images/icon_rss.gif') top left no-repeat;
}

input#searchfield{
	width: 220px;
	margin: 0;
	color: #999;
}


input#searchbutton{
	margin: 0;
}