/** featurette hover states */

#content .feature.featurette_hover .content .main:hover,
#content .feature.featurette_hover .content .main:active {
	background: #e8e9e9;
	cursor: pointer;
}

/* CLEAR FIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/** News - Featured Article */

#content .feature {
	margin: 0;
	margin-bottom: 1.5em;
}

#content .feature h3 {
	margin: 0;
	padding-top: 5px;
	font-size: 14px;
}

#content .feature img {
	width: 184px;
	height: 120px;
	float: left;
	margin:5px;
	border-width:0;
}

#content .feature .main {
	display: block;
	padding: 0;
}