@charset "utf-8";
/* CSS Document */
.featuredBio {
	background:no-repeat right top;
	padding:35px 0px 0px 38px;
	height:262px; 
	/*opacity: 0.75;*/
}

.featuredBio span.name, .featuredBio span.title {
	display:block;
	float:left;
	font-size:18px;
}

.featuredBio span.name {
	font-weight:bold;
	border-right:solid 1px #212121;
	padding-right:9px;
}

.featuredBio span.title {
	color:#fcb929;
	border-left:solid 1px #313131;
	padding-left:9px;
}

.featuredBio .bio {
	clear:left;
	display:block;
	width:300px;
	font-size:12px;
	padding-bottom:15px;
}

#subTitle {
	padding: 35px 0 20px 38px;
}

#subTitle h3 {
	font-size:18px;
}

.subpanelContainer {
	position:relative;
	display:block;
	margin: 0px auto;
	width:510px;
}
.panelContent .bar{
	position:relative;
	float:left;
}
.bar .pageNav{
	position:relative;
	top:-10px;
	left:464px;
	padding:0 5px;
	font-size:13px;
	color:white;
	text-decoration: none;
}
.bar img{
	position:relative;
	top:4px;
	padding:0 5px;
	
}
.bar select{
	background-image:url(/images/content/community/articles/dropDown.gif);
}

.panel .articlePost .corner
{
	background-image:url(/images/content/community/twitter/subpannel_conner.gif);
	width:6px;
	height:6px;
	overflow:hidden;
}

.articlePost .corner.tl {
	background-position:left top;
}

.articlePost .corner.tr {
	background-position:right top;
}

.articlePost .corner.bl {
	background-position:left bottom;
}

.articlePost .corner.br {
	background-position:right bottom;
}

.articlePost{
	background-color:rgb(78,78,78);
	padding:12px;
	position:relative;
	
}

.articlePost .divider
{
	height:1px;
	width:480px;
	background-color:rgb(103,103,103);
	margin:10px 0 0 0 ;
	position:relative;
	float:left;
}

.articlePost span.name {
	display:block;
	font-size:18px;
	padding:4px 0 0 0;
}
a.auther {
	text-decoration:none;
}
.articlePost .articleDate {
	overflow:hidden;
	font-size:13px;
	width:370px;
	margin:6px 0 8px 0;
	color:rgb(160,160,160);
}

.panelContent {
	width:638px !important;
	padding:0px 0px 38px 0px !important;
	margin-top:-31px;
}

#articlesDropdown{
	height:19px;
	font-size:11px;
	width:160px;
	color:black;
}
a.arrowShine {
	display:block;
	padding-left:18px;
	background:url(/images/common/arrow_shine.png) no-repeat left center;
	float: left;
}
a.whiteTitle {
	color: white;
	text-decoration: none;
}
.pageNav .active{
	color:rgb(208,148,21);
}