/*<group=Blog>*/

.blog-entry {
	letter-spacing: -.5px;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
	background: no-repeat url(images/bloghed.png);
	border: 1px dotted #cccccc;
	margin-bottom: 24px;
	padding: 14px 14px 16px;
	
}

.blog-entry-title {
	margin-bottom: 5px;
	letter-spacing: -1.5px;
	color: #f4f5ea;
	background: #e9ebea;
	padding-bottom: 12px;
	padding-left: 12px;
	padding: 12px;
	font: 22px Georgia, "Times New Roman", Times, serif;
}

.blog-entry-date {
	margin-bottom: 13px;
	color: #b3b3b3;
	margin-top: 6px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.blog-entry-body {
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
}

.blog-entry-comments {
	text-align: right;
	font-size: 9px;
	color: #999999;
	padding-top: 1px;
}
	
/*</group>*/