/** 
 * News plugin style sheet
 *
 * @since 12.04.2006
 * @author  <>
 */

.news .thumb {
	float			: left;
	width			: 122px;
	margin-right	: 20px;
	margin-bottom	: 20px;
}

.news .thumb img {
	border			: 1px solid #000000;
}

.news .lead {
	float			: left;
	margin-bottom	: 20px;
	width			: 458px;
}

.news h2 {
	font-size		: 1.1em;
	margin			: 0;
}

.news span {
	display			: block;
	color			: #848484;
	font-size		: 0.8em;
	margin-bottom	: 10px;
}

.news .img {
	float			: left;
	margin-right	: 20px;
	margin-bottom	: 20px;
}
