#featuredposts {
	width: 900px;
	height: 300px;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
}

#leftfeatured {
	width: 450px;
	float: left;
	height: 300px;
}

#leftfeatured .post {
	width: 450px;
	height: 150px;
	float: left;
	clear: left;
	margin: 0;
}

#featuredrightimg,
#featuredleftimg {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#leftfeatured .entry {
	width: 390px;
	height: 90px;
	padding: 30px;
	position: relative;
	z-index: 1;
	margin-top: -200px;
	background: url(images/transparent.png);
	opacity: 0;
	filter: alpha(opacity = 0);
	zoom: 1;
}


#rightfeatured {
	width: 450px;
	float: left;
	height: 300px;
}

#rightfeatured .post {
	width: 450px;
	height: 300px;
	float: left;
	clear: left;
	margin: 0;
}

#rightfeatured .entry {
	width: 390px;
	height: 340px;
	padding: 30px;
	position: relative;
	z-index: 1;
	margin-top: -300px;
	background: url(images/transparent.png);
	opacity: 0;
	filter: alpha(opacity = 0);
	zoom: 1;
}

#leftfeatured a.more-link {
	margin-top: 10px;
}

#rightfeatured a.more-link {
	margin-top: 30px;
}


