/*<group=Blog>*/

.blog-entry {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	padding: 14px 14px 16px;
}

.blog-entry-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;	
	margin-bottom: 5px;
	color: #666666;
	background: #e9ebea;
	padding-bottom: 5px;
	padding-left: 5px;
	padding: 5px;
}

.blog-entry-date {
	margin-bottom: 13px;
	color: #555555;
	font-size: 11px;
	margin-top: 6px;
}

.blog-entry-body {
	font-size: 11px;
	line-height: 14px;
}

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