﻿.PostBox
{
	width: 100%;
	background: #ffffff;
	border-collapse: collapse;
	border: 0px;
}

.PostBoxTitle
{
	color: #333333;
	/*margin: 5px 0 2px;*/
	/*padding-bottom: 4px;*/
	margin-left: 15px;
	margin-bottom: 4px;
	font: normal 22px "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
	text-decoration:none;
}

.PostBoxSubtitle
{
	color: #333333;
	font: bold 10pt "Lucida Grande", Arial, sans-serif;
	margin-left: 15px;
	
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.PostBoxLabel
{
	font: 8.25pt 'Lucida Grande' , Arial, sans-serif;
	color: #666666;
}

.PostBoxAuthor
{
	font-weight:bold;
	color: Gray;
	font-size: 10pt;
}

.PostBoxDate
{
	color: #666666;
	font: normal 10pt Arial, Helvetica, sans-serif;
}

.PostBoxCategories
{
	color: #aaaaaa;
	font-size: 10pt;
}

.PostBoxTags
{
	color: #aaaaaa;
	font-size: 10pt;
}

.PostBoxUniqueTitle
{
	color: Gray;
	font-size: 10pt;
}

.PostBoxCommentsLink
{
	text-decoration: none;
	font-size: 10pt;
	color: #aaaaaa;
}

.PostBoxText
{
	color: #000000;
	font: normal 10pt Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:justify;
}

.PostBoxLink
{
	font-size: 10pt;
	color: #6699ff;
	font-family: Arial;
}

.PostBoxCategoryLink
{
	text-decoration:none;
	color: #aaaaaa;
	font-size: 10pt;
	font-weight: bold;
}

.PostBoxTagLink
{
	text-decoration:none;
	color: #aaaaaa;
	font-size: 10pt;
}

.PostBoxDetailsContainer
{
	padding-right: 15px;
	padding-left: 15px;
}

.PostBoxAuthorIcon
{
	background-image: url(../../App_Themes/iTheme/images/itheme-mini-user.gif);
	width: 18px;
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
	
}

.PostBoxDateIcon
{
	background-image: url(../../App_Themes/iTheme/images/itheme-mini-archive.gif);
	width: 18px;
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
}

.PostBoxCategoriesIcon
{
	background-image: url(../../App_Themes/iTheme/images/itheme-mini-category.gif);
	width: 18px;
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
}

.PostBoxTagsIcon
{
	background-image: url(../../App_Themes/iTheme/images/itheme-mini-blogroll.gif);
	width: 18px;
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
}

.PostBoxCommentsIcon
{
	background-image: url(../../App_Themes/iTheme/images/itheme-mini-comment.gif);
	width: 18px;
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
	
}

.PostBoxHeader
{
	width: 100%;
}

.PostBoxHeaderColors
{
	background-color: #ffffff;
	color: #ffffff;
}

.PostBoxFooter
{
	width: 100%;
}

.PostBoxFooterColors
{
	background-color: #ffffff;
	color: #ffffff;
}
