.BlogContainer
{
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	background-color: White;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.BlogArchiveCell
{
	width: 250px;
	vertical-align: top;
	padding-right: 10px;
}

.BlogArchiveBox
{
	
}

.BlogArchiveTitle
{
	font-size: 16pt;
	color: #940f04;
	padding-bottom: 10px;
}

.BlogArchiveYear
{
	font-size: 8pt;
	color: #777777;
}

.BlogArchiveArrow
{
	cursor: hand;
	cursor: pointer;
}

.BlogArchiveMonths
{	
	padding-left: 20px;
}

.BlogArchiveMonth
{
	font-size: 8pt;
	color: #777777;
}

.BlogArchiveMonthTopics
{
	padding-left: 30px;
	font-size: 8pt;
	color: #777777;
}

.BlogArchiveTopic
{
	font-size: 8pt;
	color: #777777;
	text-indent: -10px;
}

.BlogArchiveCategoryLink:link,
.BlogArchiveCategoryLink:active,
.BlogArchiveCategoryLink:visited
{
	text-decoration: none;	
	color: #777777;
}

.BlogArchiveCategoryLink:hover
{
	text-decoration: underline;
	color: Blue;
}

.BlogArchiveCount
{
	color: Black;
}

.BlogTopicCell
{
	vertical-align: top;	
}

.BlogTopicItem
{
	padding-bottom: 20px;
}

.BlogTopicItem a,
.BlogTopicItem a:link,
.BlogTopicItem a:active,
.BlogTopicItem a:visited,
.BlogTopicItem a:hover
{
	color: blue;	
}

.BlogTopicDate
{
	font-size: 10pt;
	color: #777777;
	font-weight: normal;
	padding-bottom: 10px;
}

.BlogTopicTitle
{
	font-size: 16pt;
	color: #940f04;
	padding-bottom: 5px;
}

.BlogCommentsLink
{
	padding-bottom: 10px;
	padding-top: 5px;
}

.BlogCommentsLink a,
.BlogCommentsLink a:link,
.BlogCommentsLink a:active,
.BlogCommentsLink a:visited,
.BlogCommentsLink a:hover
{
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
	font-weight: normal;
}

.BlogTopicText
{
	font-size: 10pt;
	color: Black;
}

.BlogCommentListCell
{
	padding-right: 10px;
}

.BlogCommentListTitle
{
	font-size: 14pt;
	font-weight: bold;
}

.BlogCommentListTopicTitle
{
	font-size: 12pt;
	font-weight: bold;
	color: #ff6600;
	padding-top: 5px;
	padding-bottom: 10px;	
}

.BlogCommentListSubTitle
{	
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 20px;
}

.BlogCommentListSubTitle a,
.BlogCommentListSubTitle a:link,
.BlogCommentListSubTitle a:active,
.BlogCommentListSubTitle a:hover
{
	color: #3366cc;
	text-decoration: underline;
	font-weight: normal;
}

.BlogCommentListItem
{
	font-size: 10pt;
	color: Black;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.BlogCommentListItemTitle
{
	font-weight: bold;
	padding-bottom: 3px;	
}

.BlogCommentListItemText
{
	font-weight: normal;
}

.BlogCommentListItemDate
{
	padding-top: 2px;
	padding-bottom: 8px;
	color: #777777;
}

.BlogCommentListItemSeperator
{
	border-bottom: solid 1px #cccccc;
}

.BlogLeaveCommentBox
{
	background-image: url('Images/blog_comment_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
	width: 295px;
	height: 485px;
	padding-left: 14px;
	padding-top: 10px;
}

.BlogLeaveCommentCell
{
	width: 305px;
	padding-bottom: 20px;
}

.BlogLeaveCommentTitle
{
	font-size: 14pt;
	font-weight: bold;
}

.BlogSubmitTopicTitle
{
	font-size: 16pt;
	color: #940f04;
	padding-bottom: 15px;
}

.BlogSubmitTopicTitleLabel
{
	color: #ff6600;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 3px;
}

.BlogSubmitTopicTextLabel
{
	color: #ff6600;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
}

.BlogLeaveCommentTextArea
{
	width: 270px;
	height: 200px;
}

.BlogSubmitTopicTitleField
{
	width: 500px;
}

.BlogSubmitTopicTextField
{
	width: 500px;
	height: 200px;
}

.BlogLeaveCommentUsernameTitle
{
	color: #ff6600;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 20px;
}

.BlogLeaveCommentUsername
{
	width: 200px;
}

.BlogCommentValidator
{
	font-size: 10pt;
	color: Red;
	font-weight: normal;
	padding-left: 5px;
}

/***************************************
********** Captcha Classes *************
***************************************/

.BlogCaptchaTitle
{
	color: #ff6600;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 20px;
}

.BlogCaptchaBox
{
	padding-top: 10px;
	font-size: 9pt;
}

.CaptchaImageDiv
{
}

.CaptchaImageBox
{
}

.CaptchaLabelDiv
{
	padding-top: 3px;
	padding-bottom: 2px;
}

.CaptchaCodeDiv
{
	
}

.CaptchaCodeTextBox
{
	width: 200px;
}


/**************************************
********* Blog Snippet ****************
***************************************/

.HomeBlogSnippetDate
{
	font-weight: bold;
	padding-bottom: 5px;
}

.HomeBlogSnippetText
{
	padding-right: 10px;
}