.news{
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}

.news h1{
	padding-left: 55px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 1.8em;
	min-height: 50px;
}

.news h1 a{
	text-decoration: none;
	color: #333;
}

.news .cal{
	background: transparent url('images/cal.gif') no-repeat;
	position: absolute;
	left: 60px;
	width: 43px;
	height: 44px;
	text-align: center;
	
}

.news .cal span{
	display: block;
}

.month{
	color:#fff;
	font-size: 10px;
}

.day{
	color: #67A7DF;
	font-size: 1.8em;
}

.news .info{
	padding: 5px 0 0 55px;
	font-size: .787em;
}

.news .text{
	padding: 10px;
}

#relatedPosts div{
	padding: 10px;
}

#relatedPosts div span{
	display: block;
	padding: 10px;
}