/*
Blog Style Overrides
*/
.CommonTitle {
	width: 703px;
}



.CustomAvatarListItemCustomAvatar {position:absolute;}
.CustomAvatarListCustomContent {margin-left:80px;}

h4.CommonAvatarListItemName { color:#3F8FBA; margin-top:0px; font-size:13px;}
h4.CommonAvatarListItemName a { color:#3F8FBA;}
h4.CommonAvatarListItemName a:link { color:#3F8FBA;}
h4.CommonAvatarListItemName a:visited { color:#3F8FBA;}
h4.CommonAvatarListItemName a:active { color:#3F8FBA;}
h4.CommonAvatarListItemName a:hover { color:#3F8FBA;}

.CommonAvatarListItem { color:#999999; font-size:10px; line-height:14px; font-weight:bold;}
.CommonAvatarListItemDetails { color:#999999; padding: 5px 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; margin-bottom:10px; font-weight:bold;}


/*
Blog Styles
*/

.blogHeader { font: 29px/29px Arial, Helvetica, sans-serif; color:#000066; padding-bottom:12px;}
.blogDescription { font: 16px/18px Arial, Helvetica, sans-serif; padding-bottom:25px;}

.internal-page #middle-content {
	width: 715px;
}

UL.BlogPostList
{
	margin: 20px 0 0 0;
	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.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;
}

.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%;
}

.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;
}

/*  begin Kurt's css fixes 12-4-08 ---- */

ul.CommonContentBoxList li {
padding: 3px;

}
ul.CommonContentBoxList li a {
color: #3F8FBA;
font-weight: 400;
font-size: 12px;
text-decoration: underline;
}
ul.CommonSidebarList li.rss a {
color: #3F8FBA;
font-weight: 400;
font-size: 12px;
text-decoration: underline;
}
ul.CommonSidebarList li a {
color: #3F8FBA;
font-weight: 400;
font-size: 12px;
text-decoration: underline;
}
ul.CommonSidebarList li {
padding: 0;
}
div.CommonContentBoxContent {
padding-top: 10px;
margin-bottom: 0px;
}
div.CommonContentBox {
margin-bottom: 2px;

}
/*h4.CommonContentBoxHeader {
margin-top: 0px;
padding-top: 4px;
}*/

ul.CommonSidebarTagCloud a {
color: #3F8FBA;
}
div.CommonContentBoxFooter {
background-color: #f4f4f4;
padding: 6px;
}
div.CommonContentBoxFooter a {
padding-left: 12px;
color: #3F8FBA;
font-weight: 400;
font-size: 12px;
text-decoration: underline;
}

div.CommonAvatarListItem {
font-size: 12px;
font-weight: 400;
color: #333333;
line-height: 18px;
}
div.CommonAvatarListItemDetails a {
color: #3F8FBA;
font-weight: 400;
font-size: 11px;
text-decoration: underline;
}

div.CommonContentBoxHeaderForm a {
color: #3F8FBA;
}