﻿/*

	Featured content CSS

*****************/

#featured {

	background: rgba(100, 100, 100, .2);

	margin-bottom: 2em;

	overflow: hidden;

	padding: 20px;

	width: 960px;


	border-radius: 10px;

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

}


#featured article {
	background: rgba(255, 255, 255, .5);
	border: 2px solid #1;
	padding: 5px;
	float: left;
	overflow-y: scroll;
	width: 550px;
	height: 190px;

	border-radius: 10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#featured figure {
	border: 2px solid #eee;
	float: right;
	margin: 0.786em 2em 0 3em;
	width: 320px;
}

#featured iframe {display: block; float: right;}

#featured figure img {display: block; float: right;}

#featured h2 {color: #3333aa; font-size: 1.714em; margin-bottom: 0.333em;}

#featured h3 {font-size: 1.429em; margin-bottom: .5em;}

#featured h3 a:link, #featured h3 a:visited {color: #000305;
 text-decoration: none;}

#featured h3 a:hover, #featured h3 a:active {color: #fff;}

#featured p {line-height: 1.25em;}

