@charset "utf-8";
/*begin blog styles*/

#main_content_wrapper
{
	width:348px; 
	padding-left: 10px;
	float:left; 
	text-align:left;
	margin-top: 6px;
}
#main_content_wrapper h1 {
	font-size: 24px;
	text-align:left;
}
.single_entry
{
	margin-bottom:25px;
}
.single_entry h2, #main_content_wrapper h2
{
	font-weight:bold;
	margin-bottom: .5em;
	font-size:16px; 
	text-align: left;
}
.single_entry h3, #comments h3 
{	 
	font-weight:bold;
	text-align: left;
	font-size:12px; 
	margin-bottom: .5em;
}
#comments p {
	font-size: 11px;
}
#comments p.note {
	font-size: 10px;
}
.single_entry p
{
	font-size:12px;
	margin-bottom: 1em;
}
p.continue_reading
{
	margin-bottom:0px; 
	font-size:11px;
}
p.posted_by
{
	margin-top:5px; 
	color:#000000; 
	font-size:10px; 
	border-top:1px solid #003399;
}

#rightside
{
font-size:11px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
float:right; 
width:175px;
margin-top: 5px;
}
#recentposts, #categories, #archives, #rss1 {
border: 1px solid #CCCCCC; 
margin: 0 5px 10px 5px;
}
#rightside p {
	margin: 5px;
	font-size:11px;
}
#rightside h2 {
	background-color: #666666;
	color: #ffffff;
	font-size:12px; 
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
#rightside ul {
	font-size:11px;
	list-style:none;
	padding: 0;
	margin: 5px;
}
#rightside #recentposts ul li{
	margin-bottom: 1em;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blog_breadcrumb {
	text-align: center;
}
#comment-author, #comment-email, #comment-url {
	width: 200px;
	height: 15px;
	margin-bottom: 5px;
}
#comment-text {
	width: 350px;
	height: 100px;
}
/*end blog styles*/


