#content,
#BlogContent
{
	width:620px;
	float:left;
	padding:20px;
	margin-top:54px;
	background-image:url('/images/blogmainbg.jpg');
	background-repeat:no-repeat;
}


.post
{
	border-bottom:solid 1px #666;
	margin-bottom:40px;
	padding-bottom:20px;
}




.post h2,
.post h2 a
{
	text-decoration:none;
	font-size:20px;
	font-weight:lighter;
	color:#981E34;
	margin-bottom:8px;
}

small
{
	margin-bottom:5px;
	display:block;
}

.screen-reader-text
{
	display:none;
}

#sidebar
{
	float:right;
	width:240px;
	margin-top:20px;
}

#sidebar input[type=text]
{
	border:solid 1px #064165;
	height:20px;
}
#sidebar input[type=image]
{
	vertical-align:top;
}

#sidebar ul,li{list-style:none;}

#sidebar h2
{
	color: #999;
	font-size:14px;
	padding-top:15px;
}

#sidebar a
{
	color: #064165;
	text-decoration:none;
}

#SidebarLinks
{
	margin-top:10px;
	background-image:url('/images/blogsidebarbg.jpg');
	background-repeat:no-repeat;
	min-height:500px;
}

textarea#comment
{
	width:620px;
	height:50px;
}

a[rel=bubblecast_comment]
{
	display:none;
}
