/* @group Blog */

.blog-entry {
	text-align: left;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 14px 14px 16px 5px;
	background: url(../../images/blog/bloghed4.png) no-repeat;
}

.blog-entry-title {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 32px;
	padding-top: 5px;
	margin-top: 0;
	line-height: 32px;
}

.blog-entry-title a:link {
	font-size: 25px;
	font-style: bold;
	margin-bottom: 5px;
	line-height: 32px;
	text-decoration: none;
}


.blog-entry-title a:hover {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 32px;
}

.blog-entry-date {
	color: #b3b3b3;
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 28px;
	padding-right: 8px;
	padding-left: 24px;
	background: no-repeat url(../../images/bubble.png);
	margin-left: 9px;
}

.blog-entry-body {
	font-size: 10px;
	padding-top: 10px;
}

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