/*
Blog Style Overrides
*/

/*
Blog Styles
*/

UL.BlogPostList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.BlogPostArea
{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
}

.BlogPostHeader
{
	color: #738AC4;
	font-size: 150%;
	font-weight: normal;
	font-family: Georgia, Arial Narrow, Arial, Helvetica;
	padding: 4px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}

.BlogRating
{
	width: 80px;
	height: 80px;
	margin: 5px 10px 0px 0px;
	background-color: #FFF799;
	vertical-align: top;
	text-align: center;
	padding: 8px 2px 2px 2px; 
	font-family: Arial;
	background-image: url(../images/Common/blog_comment_background.gif);
	line-height: 20px;
}

.BlogCommentCount
{
	font-size: 22px;
	font-weight: bold;
	font-family: Arial Narrow, Arial;
}

.BlogPostContent
{
	color: #000000;
	font-family: Georgia, Verdana, Arial, Helvetica;
	margin-left: 1px;
	font-size: 100%;
	line-height: 20px;
	text-align: justify;
}

.BlogPostFooter
{
	margin: 10px 0px 10px 1px;
	color: #666666;
	font-family: Georgia;
	font-size: 80%;
}
