﻿/* Posts list */
.Blog_PostTitle
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.Blog_PostTitle a
{
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.Blog_PostTitle a:hover
{
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}



.sf_postDate
{
	font-weight: bold;
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.sf_Link
{
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}
.sf_Link a
{
	font-family: Georgia;
	font-size: 12px;
	color: #0F4691;
	line-height: 20px;
	font-weight: normal;
}
.sf_Link a:hover
{
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
}
.sf_postContent
{
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.BlogLinkCSS a
{
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	text-decoration: underline;
}
.BlogLinkCSS a:hover
{
	font-family: Georgia;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	text-decoration: underline;
}

.BlogLinkCSS_Back a
{
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.BlogLinkCSS_Back a:hover
{
	font-family: Georgia;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.BlogLinkCSS_postCategory
{
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
.BlogLinkCSS_postCategory a
{
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;
}
.BlogLinkCSS_postCategory a:hover
{
	font-family: Georgia;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;
}

/* Comments List */
.sf_commentListing
{
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.sf_commentListing li
{
	margin: 0 0 10px;
	padding: 0;
	font-size:16px;
}
.sf_commentListing abbr
{
	font-size: .8em;
}
.sf_commentListing strong
{
	font-size: 1.1em;
}
/* Post Comments Form */
fieldset.sf_postNewComment
{
	margin: 20px 0;
	padding: 0;
	border: 0;
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
}
fieldset.sf_postNewComment ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset.sf_postNewComment li
{
	margin: 0 0 10px;
	padding: 0;
}
fieldset.sf_postNewComment label
{
	display: block;
}
/* Pager */
ol.sf_pager
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}

