/*
Blog Style Overrides
*/

/*
Blog Styles
*/

.BlogPostLeft
{	
	float: left;
	width:300px;
}

.BlogPostRight
{
	float: right;
	width:440px;
}

.BlogAdvert1
{
	height: 250px;
	margin-bottom: 10px;
	width: 300px;
}

.BlogAdvert2
{
	border:	1px solid #D7D7D7;
	margin: 0 -5px 0 -5px;
	padding: 5px 0;
	text-align: center;
}

.BlogAdvert3
{
	
}

/*
GalleryAggregate
*/
.BlogPostGalleryAggregate
{
	text-align: center;
}
.BlogPostGalleryAggregate img
{
	padding: 3px;
	min-width: 90px;
	max-width: 90px;
}
.BlogPostGalleryAggregate ul
{
	margin: 0;
	padding: 0;
}
.BlogPostGalleryAggregate li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}




.BlogTitleImage
{
	margin-bottom: 10px;
}

UL.BlogPostList
{
	margin: 20px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

.BlogPostArea
{
	background-color: #f1f1f1;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 5px;
}

.BlogPostAreaAlt
{
	background-color: Transparent;
}

.BlogPostArea img
{
	float: left;
	margin: 0 10px 0 0;
	max-width: 90px;
}

.BlogPostArea .External
{
    background-image: url(../images/external.png);
}

.BlogPostArea .None
{
    background-image: none;
    padding-left: 0;
}

.BlogPostHeader
{
	color: #E73C0E;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 8px 0;
}

.BlogPostHeader a
{
	color: #E73C0E;
}

.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%;
}

.BlogPostList .BlogPostContent
{
	float:right;
	font-size:100%;
	width:640px;
}
.BlogPostList .BlogPostHeader
{
	float:right;
	width:640px;
}

.BlogPostContent a 
{
	color:#E73C0E;
	font-weight:bold;
	text-decoration:none;
}
.BlogPostContent a:hover 
{
	background-color:#E73C0E;
	color:#FFFFFF;
	text-decoration:none;
}

.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;
}

.BlogPostArea
{
	-moz-border-radius: 10px;
}
