/*
Blog Style Overrides
*/

/*
Blog Styles
*/

UL.BlogPostList
{
	margin: 20px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

.BlogPostArea
{
	width: 575px;
	background-image: url('../images/bink/PostBG.png');
	background-repeat: no-repeat;
	padding: 5px 17px 0px 17px;
}

.BlogPostArea.External
{
    background-image: url(../images/external.png);
}

.BlogPostArea.None
{
    background-image: none;
    padding-left: 0;
}

.BlogPostHeader
{
	width: 573px;
	color:#90b959;
	font-size: 15pt;
	font-weight: bold;
	padding-top:3px;
}

a.BlogPostTitle:link    { color:#90b959; font-size: 15pt; font-weight: bold; text-decoration: none; }
a.BlogPostTitle:visited { color:#90b959; font-size: 15pt; font-weight: bold; text-decoration: none; }
a.BlogPostTitle:hover   { color:#90b959; font-size: 15pt; font-weight: bold; text-decoration: underline; }
a.BlogPostTitle:active  { color:#90b959; font-size: 15pt; font-weight: bold; text-decoration: none; }

.BlogPostByLine
{
	width: 573px;
	color: #7D7D7D;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 17px;
}

.BlogPostByLineData
{
	color: #000000;
	font-weight:bold;
}

.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
{
	width: 573px;
	color:#000000;
	font-size: 10pt;
	font-weight:normal;
	padding-bottom: 20px;
	text-align: justify;
}

.BlogPostFooter
{
	width:575px;
	height:28px;
	background-image:url('../images/bink/PostFooterBG.png');
	background-repeat:no-repeat;
	padding: 4px 17px 10px 17px;
	margin-bottom: 10px;
	clear:left;
}

.BlogPostFooterLeft
{
	font-size: 10pt;
	font-weight: normal;
}

.BlogPostFooterRight
{
	float:right;
	font-size: 10pt;
	font-weight: normal;
	padding-right:4px;
}

/*
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;
}


.BlogPostContent A:LINK, .BlogPostContent A:VISITED, .BlogPostContent A:ACTIVE
{
	color: #0048C0;
	text-decoration: none;
}

.BlogPostContent A:HOVER
{
	color: #90B959;
	text-decoration: none;
}
