hr {
	width:540px;
	margin:0 auto;
	margin-top:-10px;
	margin-bottom:10px;
	border:0;
	border-bottom:1px solid #bbb;
}

.back-btn{
	height: 23px;
	margin: 15px 10px 0 0;

	padding: 0px 0 14px 0;
}

.back-btn a{
	color: #fff;
	text-decoration: none;
	padding:5px 10px 5px 20px;
	margin: 0 0 0 0;
	background: #A50E1A url('../images/main/red-arrow.png') no-repeat;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
}
.back-btn a:hover{
	background-color: #000;	
}

.team-sub-nav {
	margin: 0px auto 20px auto;
	line-height: 20px;
	width:500px;
	text-align:center;
}

.team-sub-nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style:none;
}

.team-sub-nav li{
	list-style: none;
	display: inline;
}
.team-sub-nav a {
	font-size: 12px;
	color: #bbb;
	margin: 0 0 0 12px;
	letter-spacing:.5px;
	white-space:nowrap;
	text-transform:uppercase;
}
.team-sub-nav a.active {
	color: #af1f25;
}
.team-sub-nav a:hover {
	color: #af1f25;
}
.team-page-title {
	font-size: 22px;
	color: #af1f25;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	margin-bottom: 5px;
}

p.big-red-text {
	font-size: 24px;
	color: #af1f25;
	width: 900px;
	font-weight: 100;
	line-height: 30px;
	font-family: Gill Sans, sans-serif;
	margin: 0 0 20px 0;
}



/*//////// RIDER DETAIL ///////////*/

.rider-slideshow {
	width: 942px;
	height: 415px;
	background: #ccc;
}


#biobar{float:right;width:275px;}

#biobar img{margin-bottom:5px;}

#biobar a {
	width: 240px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	margin: 0px;
}

#biobar h2 {
	font-size: 18px !important;
	font-weight: 100;
	color: #af1f25;
	margin-bottom: 10px;
}

#biobar li a {	
	color: #888888;

}

#biobar li a:hover {	
	color: #af1f25;

}

#biobar li.current_page_item a {	
	color: #af1f25;

}

#biobar ul{ 
  	margin:0;
	list-style:none;
	border-bottom: 3px solid #F0F0F0;
	padding: 0px 0 14px 0;
	margin: 0 0 14px 0;
}



/*//////// RIDER NAV ///////////*/
#rider-nav{
	float:right;
	min-width:100px;
	margin:7px 5px 13px 0;
	padding:10px 6px 10px 6px;
	background-color:#ececec;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
}


ul#rider-nav{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#rider-nav li{
	display: inline;
	list-style-type: none;
}

#rider-nav a { padding: 5px 13px;}

#rider-nav a:link, #rider-nav a:visited{
	color: #fff;
	background-color: #A50E1A;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;

}

#rider-nav a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

#rider-nav a.selected{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}



p.big-red-full {
	font-size: 24px;
	color: #af1f25;
	width: 940px;
	font-weight: 100;
	line-height: 30px;
	font-family: Gill Sans, sans-serif;
	margin: 0 0 20px 0;
}

.rider-blog {
	padding:0;
}


.rider-bio {
	width:635px;
	float:left;
	border-right: 1px solid #ccc;
	padding-right:14px;
}

.rider-detail-right {
	width: 472px;
	padding:10px;
}
.rider-bio p, .rider-detail-right p {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 20px 0;
	color: rgb(85, 85, 85)
}

.rider-bio h5, .rider-detail-right h5 {
	color: #af1f25;
	font-size: 14px;
	margin: 25px 0 0 0;
}

.rider-header h5 {
	color: #af1f25;
	font-size: 14px;
	margin: 10px 0 0 0;
}

/*//////// TEAM LIST ///////////*/


.team-grid{
	margin-left:2px;
	width:960px;
}

#team li {
	float:left; 
	position:relative; 
	margin-right:30px;
	margin-bottom:60px;
	width: 210px;
	height: 210px;
	list-style: none;

}
.base{
	position:absolute;
	top: 6px;
}
.hover{
	display:none;
	position:absolute;
	top: 6px;
}

#team .name {
	font-size:12px;
	text-transform: uppercase;
	position: absolute;
	bottom:-30px;
	color:#888;
}

#team .name a{
	font-size:13px;
	font-weight:bold;
}

#team .name strong {
	color:#888;
}

#team .division {
	font-size:12px;
	text-transform: uppercase;
	position: absolute;
	bottom:-45px;
	color:#888;
}

#team .division strong {
	color:#888;
}


/*.teamlist ul{
	margin:5px 0 10px 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.teamlist li {
	margin:5px 0 5px 0;
}

.teamlist a {
	display: block;
	color: #666;
	padding: 5px 3px 5px 3px;
	width:294px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	font-size: 12px;
}

.teamlist a:link, #teamlist a:visited {
	color: #666;
	text-decoration: none;
}

.teamlist a:hover {
	background-color: #A10D1A;
	color: #fff;
}*/