#contentMain .blogpost h2{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
}

#contentMain .blogpost .postcontent{
	font-size: 14px;
	line-height: 20px;
	color: #444444;	
	padding-top: 10px;
}

.blogpost .postcontent p{
	padding-bottom: 20px;
}

.blogpost .teaserpic {
	float: left;
	margin: 10px 20px 10px 0;
}

.postcontent ul{
	//border-left: 1px solid #dedede;
	margin-top: 15px;
}

.postcontent ul li{
	margin-bottom: 15px;
	border-left: 6px solid #eee;
	padding-left: 8px;
}

.blogpost .infobox{
	float: right;
	width: 175px;
	border: 1px solid #dedede;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	padding-bottom: 5px;
}

.blogpost .infobox h1, .blogpost .infobox h2, .blogpost .infobox h3, .blogpost .infobox h4{
	background: #dedede;
	display: block;
	color: #777;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	font-weight: normal;
}

.infobox p{
	padding: 5px 10px 10px 10px;
	font-size: 11px;
	line-height: 14px;
}