@charset "UTF-8";
/* BLOG */
.blogName {
	color: #979797;
	font:14pt Arial, Sans-Serif;
	font-weight: normal;
}
.blogNameLink:link, .blogNameLink:active, .blogNameLink:visited {
	color: #979797;
	font:14pt Arial, Sans-Serif;
	font-weight: normal;
	text-decoration:none;
}
.blogNameLink:hover {
	text-decoration:underline;
}
.blogSubContentContainer {
	float:right;
	width:170px;
	margin-right: 20px;
	background-color:#DDD;
}
.blogSubContentTitle {
	color:#026699;
	font:12pt Arial, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	text-align:center;
	text-decoration:underline;
	background-color:#CCC;
}
.blogCategoryListing {
	border-bottom:1px dashed #000;
	text-align:center;
}
.blogCategoryListing:hover {
	background-color:#999;
}
.blogCategoryLink:link, .blogCategoryLink:active, .blogCategoryLink:visited {
	text-decoration:none;
	color:#000000;
	font:9pt Arial, Sans-Serif;
	font-weight:normal;
}
.blogCategoryLink:active {
	font-weight:bold;
}
.blogContainer {
	/*width:850px;*/
}
.blogPostsContainer {
	float:left;
	width:555px;
}
.postContainer {
	border-bottom:1px outset #000;
	background-color:#EEE;
	padding:3px 3px 3px 3px;
}
.postACommentContainer {
	background-color:#DDD;
	padding:3px 3px 3px 3px;
}
.postACommentContainer td {
	vertical-align:top;
}
.postACommentRequiredField {
	color:#900;
	font:9pt Arial, Sans-Serif;
	font-weight:normal;
}
.commentsContainer {
	/*background-color:#EEE;*/
}
.commentsTitle {
	color:#000000;
	font:12pt Arial, Sans-Serif, Serif;
	font-weight: bold;
}
.postACommentTitle {
	color:#000000;
	font:12pt Arial, Sans-Serif, Serif;
	font-weight: bold;
}
.commentContainer {
	border-bottom:1px outset #000;
	background-color:#EEE;
	padding:3px 3px 3px 3px;
}
.commentHeaderContainer {
	background-color:#DDD;
}
.commentContentContainer {
	padding-top:10px;
}
.commentContent {
	color:#000000;
	font:9pt Arial, Sans-Serif, Serif;
	font-weight: normal;
	vertical-align:top;
}
.commentHeader {
	font: 9pt Arial, Sans-Serif;
	font-weight:normal;
	color:#000000;
}
.commentAuthor {
	font: 9pt Arial, Sans-Serif;
	font-weight:normal;
	font-style:italic;
	color:#000000;
}
.commentDate {
	font: 9pt Arial, Sans-Serif;
	font-weight:normal;
	color:#000000;
}
.postHeaderContainer {
	background-color:#DDD;
}
.blogNavigation {
	float:left;
}
.blogNavigationOlder {
	float:right;
}
.blogNavigationNewer {
	float:left;
}
.blogNavigation {
	color:#000000;
	font:9pt Arial, Sans-Serif;
	font-weight:normal;
}
.blogNavigationLink:link, .blogNavigationLink:active, .blogNavigationLink:visited {
	text-decoration:none;
	color:#000000;
	font:9pt Arial, Sans-Serif;
	font-weight:normal;
}
.blogNavigationLink:hover {
	text-decoration:underline;
}
.postTitleDiv {
	vertical-align:middle;
}
.postTitle:link, .postTitle:active, .postTitle:visited {
	color:#026699;
	font:10pt Arial, Sans-Serif;
	font-weight: normal;
}
.postTitle:hover {
	text-decoration:underline;
}
.postTitleIconDiv {
	padding-top:2px;
	padding-left:2px;
	float:left;
}
.postDate {
	font: 7pt Arial, Sans-Serif;
	font-weight:normal;
	color:#000000;
}
.postDateDiv {
	vertical-align:top;
}
.postContentContainer {
	padding-top:10px;
}
.postContent {
	color:#000000;
	font:9pt Arial, Sans-Serif, Serif;
	font-weight: normal;
	vertical-align:top;
}
.viewEntirePostLink:link, .viewEntirePostLink:active, .viewEntirePostLink:visited {
	font: 8pt Arial, Sans-Serif;
	font-weight:bold;
	color:#026699;
}
.viewEntirePostLink:hover {
	text-decoration:underline;
}
.postDetailsDiv {
	vertical-align:top;
}
.postDetailsComments {
	font: 7pt Arial, Sans-Serif;
	font-weight:bold;
	color:#000000;
	float:left;
}
.postCommentsLink:link, .postCommentsLink:active, .postCommentsLink:visited {
	font: 7pt Arial, Sans-Serif;
	font-weight:bold;
	color:#000000;
}
.postCommentsLink:hover {
	text-decoration:underline;
}
.postDetailsCategoriesLabel {
	font: 7pt Arial, Sans-Serif;
	font-weight:bold;
	color:#000000;
}
.postDetailsCategories {
	font: 7pt Arial, Sans-Serif;
	color:#000000;
	float:right;
}