@charset "utf-8";
/* CSS Document */
.blogTitleDate
{
	background-color:#E3FBFD;
	margin-bottom: 5px;
	padding: 2px;
	font-size: .8em;
}
.blogTitleHeading
{
	font-weight: bold;
	margin-bottom: 1em;
}
.blogTextBody
{
	margin-bottom: 1em;
}
.blogEntryFooter
{
	font-size: 8pt;
	color: #CCCCCC;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999999;
}

.blogSidePanel
{
	background-color: #E3FBFD;
	padding: 2px;
	padding-left: 4px;
}