#featured {
	margin: 0 0 15px 0;
}

#featured img {
	margin: 7px 0 7px 0;
	display: block;
	border: 1px solid #d9e2e5;
	padding: 2px;
	float: left;
}

#featured p {
	line-height: 1.5em;
	text-align: justify;
	padding: 0 0 7px 0;
}

#featured h2 a {
	font-size: 1.3em;
	line-height: 1.3em;
}

#featured h2 a:hover {
	border-bottom: 1px dotted #bbb;
}

#featured h2 .showdate {
	display: inline;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
}

#featured .flink {
	padding: 5px;
	background: #f0fbff;
	border: 1px solid #e8eef1;
	display: block;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

#featured .cmlink {
	padding: 5px;
	background: #f9feeb;
	border: 1px solid #eef3e1;
	display: block;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	color: #81964a;
}

#featured .cmlink:hover {
	color: #333;
}