#athletes-range{
	
}

#athletes-range li{
	float:left;
	display:block;
	width:279px;
	height:392px;
	position:relative;
	border-right:5px solid #1c1c19;
	border-bottom:5px solid #1c1c19;
}

#athletes-range li img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#athletes-range li img.hidden{
	z-index:10;
	display:none;
}

#athletes-range .no-border-right{
	border-right:0;
}


#athletes-page{
	background-color:#1c1c19;
}

#athletes-page .left{
	width:295px;
	float:left;
	padding-left:39px;
	padding-top:25px;
}

#athletes-page .right{
	width:375px;
	float:left;
	padding-left:101px;
	padding-top:25px;
}

#athlete-title{
	font-size:40px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-3px;
	padding-bottom:0;
}

#athlete-team{
	color:#c0c0c0;
	text-transform:uppercase;
	font-size:20px;
	padding-top:0;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #c0c0c0;
	margin-bottom:10px;
	padding-bottom:10px;
}

#profile-image{
	float:left;
	width:107px;
}

.athlete-specs{
	float:left;
	width:175px;
	padding-left:10px;
}

.athlete-specs table{
	width:100%;
	margin:0;
	padding:0;
}

.athlete-specs th, .athlete-specs td{
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	font-size:90%;
	line-height:1.8em;
}

.athlete-specs th{
	color:#c0c0c0;
}

.athlete-specs td{
	color:#ffffff;
}

#athlete-gallery{
	border-top:1px solid #c0c0c0;
	padding-top:3px;
	margin-top:17px;
}

#athlete-gallery-images{
	padding-top:14px;
}

#athlete-gallery-images li{
	list-style-type:none;
	float:left;
	padding:0 3px 3px 0;
}

#athlete-bio-container{
	border-top:1px solid #c0c0c0;
	padding-top:3px;
	margin-top:9px;
}

#athlete-questions-container{
	border-top:1px solid #c0c0c0;
	padding-top:3px;
}

#athlete-bio-container h2, #athlete-career-container h2, #athlete-questions-container h2, #athlete-gallery h2{
	color:#c0c0c0;
	font-size:1.6em;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;

}

#athlete-bio-container p, #athlete-career-container p, #athlete-questions-container p{
	color:#ffffff;
	padding-top:3px;
	line-height:1.7em;
	font-weight:bold;
}

#athlete-career-container, #athlete-questions-container{
	margin-top:25px;
}

#athlete-career-container{
	border-top:1px solid #c0c0c0;
	padding-top:3px;
}

#athlete-twitter ol{
	padding-top:14px;
}

#athlete-twitter li{
	list-style-type:none;
}

#athlete-twitter .twitter-tweet{
	display:block;
	width:222px;
	padding:5px 0 0 30px;
	font-size:11px;
	line-height:15px;
	color:#909090;
}

#athlete-twitter .twitter-tweet a{
	color:#b1101b;
}

#athlete-twitter .twitter-date{
	padding:0 0 0 30px;
	font-size:11px;
	color:#b1101b;
}

#athlete-twitter .first{
	background-image:url(../images/firstTwitterPost.gif);
	width:289px;
	height:100px;
}

#athlete-twitter .first .twitter-tweet{
	color:#c0c0c0;
}

#athlete-twitter .first .twitter-tweet a{
	color:#5acef4;
}

#athlete-twitter .first .twitter-date{
	color:#5acef4;
}

#athlete-questions p{
	padding-bottom:20px;
}

#athlete-questions p strong{
	color:#d60d1b;
	display:block;
	padding-bottom:1px;
}

#athletes-page .blog .post{
	padding-bottom:18px;
}

#athletes-page .blog h2{
	margin-bottom:8px;
}

#athletes-page .blog .title{
	color:#D60D1B;
}

#athletes-page .blog .date{
	color:#C0C0C0;
}

#athletes-page a{
	color:#B1101B;
}



/* clear floats */

.clearfix:after, .athlete-specs dd:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .athlete-specs dd {
	display: inline-block;  /* for IE/Mac */
}
