/*
Blog List Columns
*/

.BlogBlogNameColumn
{
	width: 25%;
}

.BlogAuthorColumn
{
	width: 14%;
}

.BlogPostsColumn
{
	text-align: center;
	width: 9%;
}

.BlogArticlesColumn
{
	text-align: center;
	width: 9%;
}

.BlogCommentsColumn
{
	text-align: center;
	width: 9%;
}

.BlogTrackbacksColumn
{
	text-align: center;
	width: 9%;
}


UL.BlogPostUserPropertyList
{
	margin: 0;
	padding: 0 0 0 4px;
	list-style-type: none;	
}

UL.BlogPostUserPropertyList LI
{
	margin: 4px 10px 4px 2px;
	font-size: 90%;
	font-weight: bold;
}

.BlogPostUserArea
{
	padding: 4px;
	text-align: center;
}

.BlogPostUserAvatar
{
	padding: 4px 0 4px 4px;
}

.BlogPostUserAvatar img
{
	border: solid 0 #000;
}

.BlogPostRoleIcons
{
	padding: 4px 0;
}

.BlogPostRoleIcons img
{
	padding: 0 4px;
}
