/* Layout Styles */



#section-2 h3 {
	height: 40px;
	text-transform: uppercase;
	
}	
#section-2 .featured {
	clear: both;
}
#section-2 .authors {
	clear: both;
	padding-top: 30px;
}
/* Standard Authors */

#section-2 .authors .records {
	float:left;
	width:210px;
}
#section-2 .record {
	margin: 0 10px 20px 0;
	clear: none;
	padding:0px;
}
#section-2 .record h1.headline {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
#section-2 .record h1.headline a {color:#1e1e1e;}
#section-2 .record .body {
	margin-top: 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	display: block;
}
.record .email {
	font-weight: bold;
	font-size: 11px;
	display: inline;
	margin-right: 20px;
}
.record .twitter_account {
	font-weight: bold;
	font-size: 11px;
	display: inline;
}
/* Featured Authors */
#section-2 .featured .record {
	background: url(/images/author/featuredBG.gif) repeat-x;
	padding: 7px;
	margin: 0 20px 20px 0;
	float: left;
	width: 270px;
	clear: none; 
	border: 2px solid #fff;
	-webkit-box-shadow: -1px -1px 5px 1px #EFEFEF;
	-moz-box-shadow: -1px -1px 5px 1px #EFEFEF;
	box-shadow: -1px -1px 5px 1px #EFEFEF; 
	min-height: 200px;
}
#section-2  .featured .record-hover {
	background-image: url(../../images/taxonomy/listing_on.gif);
	background-repeat: no-repeat;

}
#section-2 .featured .record p {
	margin: 0;
	padding: 0;
}

.record h2, .record h1, .record .headline, .record .headline a {
    color: #1E1E1E;
    font-family: 'Ubuntu',Arial,sans-serif;
    font-size: 18px;
}
