/*
Blog Style Overrides
*/

/*
Blog Styles
*/

UL.BlogPostList
{
	margin: 20px 0 0 20px;
	padding: 0px;
	list-style-type: none;
}

/*.BlogPostArea
{
	margin: 0 0 20px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
	background-image: url(../images/blogs.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 70px;
	min-height: 46px;
}*/

.BlogPostArea
{
/*
	margin: 0 0 20px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
	background-image: url(../images/blogsXXX.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 20px;
	min-height: 46px;
*/
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 20px;
    COLOR: #333333;
    LINE-HEIGHT: 19px;
    PADDING-TOP: 0px;
    FONT-FAMILY: Verdana;
    MARGIN-LEFT: 20px;
}

.BlogPostArea a:link {
	text-decoration: none;
	color: #08407A;
}
.BlogPostArea a:visited {
	text-decoration: none;
	color: #08407A;
}
.BlogPostArea a:hover {
	color: #054EBA;
	text-decoration: underline;
}
.BlogPostArea a:active {
	text-decoration: none;
	color: #08407A;
}


.BlogPostArea.External
{
    background-image: url(../images/external.png);
}

.BlogPostArea.None
{
    background-image: none;
    padding-left: 0;
}

.BlogPostHeader
{
/*
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
*/
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
/*	padding-top: 15px;*/
	color: #1a4d80;
	font-family: Arial, Helvetica, sans-serif;
}

.BlogPostHeader a 
{
	color: #1a4d80;
}
.BlogRating
{
	width: 80px;
	height: 80px;
	margin: 5px 10px 0 0;
	background-color: #cccccc;
	vertical-align: top;
	text-align: center;
	padding: 8px 2px 2px 2px; 
	background-image: url(../images/Common/blog_comment_background.gif);
	line-height: 20px;
	color: #666666;
}

.BlogRating a:link, .BlogRating a:visited, .BlogRating a:active, .BlogRating a:hover
{
	color: #666666;
	text-decoration: none;
}

.BlogPostContent
{
	font-size: 100%;
	
}

.BlogPostContent table tr td
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
}

.BlogPostContent li
{
	padding-left: 8px;
	margin-left: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	list-style-type: square;	
}

.BlogPostFooter
{
	margin: 8px 0 0 0;
	color: #000;
	font-size: 80%;
}

/*
Blog List Columns
*/

.BlogBlogNameColumn
{
	width: 25%;
}

.BlogAuthorColumn
{
	width: 14%;
}

.BlogLastPostColumn
{
	width: 25%;
}

.BlogPostsColumn
{
	text-align: center;
	width: 9%;
}

.BlogArticlesColumn
{
	text-align: center;
	width: 9%;
}

.BlogCommentsColumn
{
	text-align: center;
	width: 9%;
}

.BlogTrackbacksColumn
{
	text-align: center;
	width: 9%;
}

/* Links */

UL.BlogLinkCategoryLinkList
{
	padding: 0;
	margin: 0 0 0 24px;
	list-style-type: square;
}

UL.BlogLinkCategoryLinkList li
{
	padding-top: 4px;
}

UL.BlogLinkCategoryLinkList li a
{
	font-weight: bold;
}

.BlogLinkCategoryArea
{
	padding: 4px;
}

.BlogSubscriptionItem
{
	margin-bottom: 3px;
}
.BlogPostAvatar {
	float: left;
	padding-right: 20px;
	padding-bottom: 40px;
	margin-top: 5px;
}
.groupHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #C1C1C1;
}
