﻿/*********************/
/* Main Blog Section */
/*********************/

.blogBanner
{
	float: left;
	height: 203px;
	overflow: hidden;
	width: 762px;
}

.blogBanner ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.blogContainer
{
	color: #2B3C5E;
	float: left;
	font-size: 13px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 762px;
}

.blogContainer a
{
	color: #0F3985;
	text-decoration: underline;
}

.blogContainer img
{
	margin: 5px;
}

/*************/
/* Left Pane */
/*************/

.blogLeftPaneContainer
{
	float: left;
	padding-right: 7px;
	width: 516px;
}

.blogLeftPaneTop
{
	float: left;
	background-image: url(/images/container_left_top.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 516px;
}

.blogLeftPaneContent
{
	float: left;
	background-image: url(/images/container_left_pixel_width.gif);
	background-repeat: repeat-y;
	padding: 0px 6px 0px 10px;
	width: 500px;
}

.blogLeftPaneBottom
{
	float: left;
	background-image: url(/images/container_left_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 516px;
}

/**************/
/* Right Pane */
/**************/

.blogRightPaneContainer
{
	float: left;
	margin-left: 7px;
	width: 232px;
}

.blogRightPaneTop
{
	float: left;
	background-image: url(/images/container_right_top.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 232px;
}

.blogRightPaneContent
{
	float: left;
	background-image: url(/images/container_right_pixel_width.gif);
	background-repeat: repeat-y;
	padding: 0px 6px 0px 8px;
	width: 218px;
}

.blogRightPaneBottom
{
	float: left;
	background-image: url(/images/container_right_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 232px;
}

/***************/
/* Bottom Pane */
/***************/

.blogFullPaneContainer
{
	float: left;
	margin-top: 14px;
	width: 762px;
}

.blogFullPaneTop
{
	float: left;
	background-image: url(/images/container_full_top.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 762px;
}

.blogFullPaneContent
{
	float: left;
	background-image: url(/images/container_full_pixel_width.gif);
	background-repeat: repeat-y;
	padding: 0px 6px 0px 8px;
	width: 748px;
}

.blogFullPaneBottom
{
	float: left;
	background-image: url(/images/container_full_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 762px;
}

/************************/
/* General Blog Classes */
/************************/

.blogContent
{
	margin-bottom: 25px;
}

.blogContent h2,
.blogContent h2 a,
.blogContent h3,
.blogContent h3 a
{
	color: #27279E;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.blogTitle
{
}

.blogDate
{
	float: left;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.blogAuthor
{
	color: #000000;
	float: right;
	font-size: 13px;
	font-weight: bold;
	padding-right: 25px;
}

.blogBody
{
	clear: both;
}

.blogLink
{
}

/****************/
/* Blog Summary */
/****************/

.blogSummaryHeader
{
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 15px;
	text-align: center;
}

.blogSummaryBody
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/****************/
/* Blog Details */
/****************/

.blogDetailsContent
{
	
}

/*******************/
/* Blog Navigation */
/*******************/

.blogNavigationBlock
{
	margin-bottom: 15px;
}

.blogNavigationBlock a, .blogNavigationRowContent a:visited
{
	text-decoration: none;
}

.blogNavigationBlock a:hover
{
	text-decoration: underline;
}

.blogNavigationHeader
{
	font-weight: bold;
	text-decoration: underline;
}

.blogNavigationBody
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.blogNavigationItem
{
	font-size: 11px;
	line-height: 150%;
}

.rssContainer
{
}

/****************/
/* Social Links */
/****************/

.socialLinkContainer
{
	clear: both;
	padding: 0px;
}

.socialLinkItem
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
}

/************/
/* Comments */
/************/

.userComments
{
	clear: both;
}

.userComment
{
	clear: both;
	margin-bottom: 15px;
	padding: 5px;
}

.commentUserName
{
	float: left;
	font-weight: bold;
}

.commentTime
{
	float: left;
	margin-left: 5px;
	font-style: italic;
	font-size: 10px;
	padding-top: 3px;
	border-bottom: dotted 1px #000000;
}

.comment
{
	clear: both;
}

.addComment
{
	clear: both;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 10px;
}

.postCommentsIntro
{
	clear: both;
	margin-bottom: 5px;
}

.postCommentItem
{
	clear: both;
}

.postCommentField
{
	float: left;
	width: 150px;
}

.postCommentEntry
{
	float: left;
	margin-bottom: 7px;
}

.postCommentEntry input
{
	width: 330px;
}

.postCommentEntry textarea
{
	width: 568px;
	height: 100px;
}

.submitError
{
	clear: both;
}

.commentSubmit
{
	clear: both;
}

/**********************/
/* Special Formatting */
/**********************/

h4
{
	font-weight: bold;
	font-size: 11px;
}

.columnSection
{
	float: left;
	clear: both;
	width: 500px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.column
{
	float: left;
	width: 240px;
	margin-right: 10px;
}

.column ul
{
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: square;
}

.column ul li
{
	margin-left: 15px;
}