/* @group Blog */

.blog-entry {
	letter-spacing: -.5px;
	text-align: left;
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 1.6em;
	color: #3b566f;
}

.blog-entry-summary {
	padding-bottom: 15px;
}

.blog-entry-title {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: -1.5px;
	padding-top: 5px;
	color: #999999;
}

.blog-entry-date {
	margin-bottom: 7px;
	color: #96A178;
	font-size: 12px;
	margin-top: 6px;
}

.blog-entry-body {
	font-size: 12px;
	padding-right: 12px;
	line-height: 1.6em;
}

.blog-entry-comments {
	text-align: right;
	font-size: 10px;
	color: #999999;
	padding-top: 1px;
}
	
/* @end */