@CHARSET "UTF-8";

/*
#latest-news * { padding: 0 }
#latest-news div.date {
	background: transparent url(/media/img/icon-news.png) no-repeat;
	float: left;
	height: 43px; width: 43px;
	text-align: center;
}
#latest-news div.date p { line-height: 1em; }
#latest-news div.date .day { font-size: 15px; margin-top: 6px; }
#latest-news div.date .month, #latest-news div.date .day { color: #fff; }
#latest-news div.date p { margin: 0; }
#latest-news div.headline { float: right; width: 170px; }
*/

#latest-news * { margin: 0; padding: 0; }
#latest-news p.headline { font-size: 13px; }
#latest-news ol { margin: 0; padding: 0; }
#latest-news li {
	background: none;
	float: left;
	list-style: none; 
	width: 50%;
}
#latest-news li.first { border-top: none; padding-top: 0; }
#latest-news a.chunky { font-size: 13px; }
