/*----------------------------------------------
	NEWS.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
----------------------------------------------*/

div.news {
	clear:both;
}

.news p {
	padding-right:160px;
}

.news h2 {
	margin-bottom:0;
}

.news p.meta {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #f0f0f0;
	font-size:11px;
	font-style:italic;
}

.news span.image {
	float:right;
	width:150px;
	padding-left:10px;
	margin:0 0 20px 10px;
	background:#FFF;
}
