/* =news-items.style1.css
-------------------------------------------------- */
#newsItems {margin-top:2em;}
#newsItems h3 span {
	display: block; margin: 0.2em 0 0 0;
	font-size: 100%; color: #444; }
#newsItems .widgetWrap { margin: 1em; }
.newsItem h4 {
	display: block; margin: 1em 0 0.25em 0;
	font-size: 100%; color: #444; }
.newsItem p {
	margin: 0.75em; }
.newsItem .newsImage {float:left;margin-right:1em;}
.toplink {clear:both;float:right;}
/* =self-clearing
-------------------------------------------------------------- */
*+html .newsItem {min-height:1em;}
* html .newsItem {height:1em;}
.newsItem:after {display:block;clear:both;content:".";height:0;visibility:hidden;}
