/* CSS Document */
@charset "UTF-8";

/* --------------------------------------------------------------------

This style sheet is for the content of Recruit Reels.

Last modified: 5 Feb 2010 - Josh

-------------------------------------------------------------------- */

body {
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
}
blockquote {
	font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C8C8C8;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #F9F9F9;
}

/* ----- HEADERS ----- */
h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #628B23;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #627685;
	font-weight: bold;
}
#sidebar h3 {
	color: #FFFFFF;
}
h4 {
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A6B9C2;
	padding-top: 4px;
	color: #83929A;
	background-color: #F7F7F7;
	padding-bottom: 3px;
	padding-left: 4px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

/* ----- LINKS ----- */
a:link {
	color: #07537b;
	text-decoration: none;
}
a:visited {
	color: #07537b;
	text-decoration: none;
}
a:hover {
	color: #437598;
}
ul.navmenu li a.active {
	color: #086B9F;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
div.ftcol  a {
	color: #5087b2;
}
div.ftcol a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div.ftcol h5 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
div#credits a {
	color: #7B868F;
}
div#credits a:hover {
	text-decoration: underline;
}
a.more {
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px;
	background-color: #E8F8FE;
	padding: 4px;
	border: 1px solid #D7EFFF;
	font-weight: bold;
}
a.coupon {
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px;
	background-color: #ECFFE9;
	padding: 4px;
	border:#D3FFD4 1px solid ;
	font-weight: bold;
}

/* ----- LIST ITEMS ----- */
ol {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: decimal;
}
ul {
	padding-left: 25px;
	list-style-type: disc;
	padding-top: 5px;
	padding-bottom: 5px;
}
li {
	padding-bottom: 5px;
	padding-top: 5px;
}
div.ftcol ul  {
	padding-left: 15px;
}
div.ftcol ul li {
	padding-top: 0px;
	padding-bottom: 4px;
}
ul#social-links {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul#social-links li {
	float: left;
	display: block;
	margin-right: 10px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ----- HEADER IMGS ----- */

#logo {
	margin-top: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#ad-header {
	height: 68px;
	width: 470px;
	position: absolute;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-left: 458px;
}
#ad-footer {
	padding: 10px;
	margin-top: 20px;
	height: 75px;
	background-color: #F5F5F5;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 568px;
}

/* ----- CLASSES ----- */

img.img-left {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}
img.bug {
	margin-bottom: 2px;
}

.specials {
	font-size: 14px;
	line-height: 22px;
	background-color: #EAF6FF;
	padding: 10px;
	margin-bottom: 0px;
	border: 1px solid #B4B4BC;
	margin-top: 5px;
	font-weight: bold;
	color: #990000;
}
.specials a {
	color: #990000;
}

.date {
	font-size: 11px;
	font-style: italic;
	color: #999999;
}
.breadcrumbs {
	font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #E8E8E8;
	padding-left: 10px;
}
.sortby {
	font-weight: bold;
	background-color: #FAFAFA;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
}

.partner-bug {
	margin-left: 18px;
	margin-right: 18px;
	text-decoration: none;
	border: none;
}

/* ----- ATHLETES PAGE ----- */

#filterby {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #E2F9FF;
	margin-top: 0px;
	margin-right: -10px;
	margin-left: -10px;
}
#results {
	background-color: #666666;
	display: block;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #CCCCCC;
	margin: -10px;
	text-align: right;
}
#players {
	background-color: #DDDDDD;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
}
#players .player a  {
	color: #FFFFFF;
}
#players .player a:hover {
	color: #A3F238;
}
#players .player {
	padding: 10px;
	float: left;
	height: 92px;
	width: 270px;
	margin-right: 10px;
	background-color: #1C1C1C;
	color: #CCCCCC;
	margin-bottom: 10px;
}
#players .player img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}
#players .player .player-class {
	text-align: right;
	font-size: 11px;
	display: block;
}
#players .player .player-name {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
}
#players .player .player-location {
	font-size: 11px;
	color: #999999;
	display: block;
}
#players .player .player-btns {
	text-align: right;
	font-size: 10px;
	margin-top: 2px;
}
#players .player .player-btns a {
	color: #A3F238;
}
#players .player .player-btns a:hover {
	color: #0099CC;
}

/* ----- ATHELTE PROFILE PAGE ----- */

#profile {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	border: 1px solid #BFBCB5;
	height: 252px;
	background-color: #ECE9DF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #333333;
}
#profile h1 {
	margin-left: 265px;
	color: #333333;
	margin-bottom: 10px;
}
#profile img {
	margin-right: 20px;
	border: 1px solid #333333;
	padding: 0px;
	height: 260px;
	width: 245px;
	position: absolute;
	margin-top: -10px;
	background-color: #FAF6ED;
}
#profile-info {
	float: left;
	width: 200px;
	margin-left: 265px;
}
#profile-bio {
	float: right;
	width: 110px;
}
#profile-media {
	height: 40px;
	position: absolute;
	margin-top: 211px;
	line-height: 40px;
	text-align: right;
	background-color: #D2D0C7;
	width: 598px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBCB5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -10px;
}
#stats {
	float: left;
	width: 300px;
	padding: 0px;
	margin: 0px;
}
#stats h3 {
	color: #5B6C79;
	background-color: #22292E;
	margin: 0px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .08em;
	font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#personal {
	margin: 0px;
	float: right;
	width: 258px;
	padding: 20px;
	border: 1px solid #C5DBE6;
	background-color: #DBF3FF;
}
#personal h3 {
	margin-top: 0px;
}
#tracking {
	padding: 10px;
	margin-top: 10px;
	background-color: #706E6A;
	color: #FFFFFF;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #595854;
	border-right-color: #595854;
	border-bottom-color: #595854;
	border-left-color: #595854;
}
#tracking h3 {
	background-color: #82817C;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5C5B57;
}
#recruit-me {
	margin-top: 10px;
	padding: 10px;
	background-color: #12487D;
	color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0D3965;
}
#recruit-me h3 {
	background-color: #135497;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D3965;
}
#recruit-me a {
	color: #6FA6E0;
}
#recruit-me a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ----- GALLERY PAGE ----- */

#viewbox {
	padding: 10px;
	width: 590px;
	background-color: #212121;
	margin-top: 10px;
}
#viewbox  h2 {
	color: #B0D1EB;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#stage {
	background-color: #333333;
	clear: both;
	height: 332px;
	width: 590px;
}
#stage-desc {
	background-color: #494949;
	padding: 10px;
	float: left;
	width: 330px;
	color: #FFFFFF;
}
#stage-links {
	padding: 10px;
	float: right;
	width: 220px;
}
#stage-links img {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#filterby {
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.vid {
	padding: 10px;
	width: 120px;
	margin-right: 10px;
	float: left;
}
.vid:hover {
	background-color: #E4F6FF;
}
.vid img {
	margin-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#col-card {
	background-color: #ECE9DF;
	padding: 15px;
	margin-top: 10px;
	border: 1px solid #C3C1B9;
}
#col-card h3 {
	color: #303940;
	background-color: #F9F5EC;
	margin-top: -15px;
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#col-card img {
	float: right;
	margin-left: 10px;
	border: 1px solid #333333;
}
#col-card-links {
	background-color: #D2D0C7;
	padding: 10px;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}

/* ----- FORMS and INPUT FIELDS ----- */

.form-label {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #4F5F6B;
	font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
	letter-spacing: .08em;
	padding-top: 4px;
}
input#searchbox {
	width: 175px;
	height: 15px;
	background-image: url(../images/bkg-input-search2.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #CCCCCC;
	margin: 0px;
	line-height: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 25px;
}
input#searchbtn {
	width: 60px;
}
input#firstname {
	width: 122px;
}
input#lastname {
	width: 122px;
}
input#email {
	width: 256px;
}
select#registeras {
	margin: 0px;
	padding: 0px;
	width: 124px;
}
input#signup {
	margin: 0px;
	padding: 0px;
}
input#username {
	width: 122px;
}
input#password {
	width: 122px;
}

/* ----- LISTS ----- */

/* ----- MAIN NAVIGATION ----- */

ul.navmenu {
	display: block;
	height: 50px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*float: left;
	width: 580px;*/
}
ul.navmenu li {
	display: block;
	float: left;
	width: 90px;
	text-align: center;
	background-image: url(../images/bkg-navli-vertbar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.navmenu li a {
	display: block;
	line-height: 50px;
	width: 90px;
	/*padding-right: 15px;
	padding-left: 15px;*/
	text-decoration: none;
	color: #FFFFFF;
	font-family: Helvetica, "Lucida Sans", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul.navmenu li a.current {
	color: #9FD5F2;
	background-image: url(../images/bkg-navactive.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.navmenu li a:hover {
	color: #A3F238;
	background-image: url(../images/bkg-navhover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.navmenu#callouts {
	float: right;
	width: 320px;
}

/* ----- CALL OUTS SUB MAIN NAVIGATION ----- */

ul.navmenu#callouts li {
	float: right;
	padding-right: 0px;
	padding-left: 2px;
	background-position: left bottom;
}
ul.navmenu#callouts li a  {
	color: #FFFFFF;
}
ul.navmenu#callouts li a:hover  {
	color: #DBF3FF;
}

/* ----- PDF LISTS ----- */

ul.list-pdf {
	display: block;
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul.list-pdf li {
	background-image: url(../images/a/pdf-logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 70px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}
ul.list-pdf li a {
	display: block;
	height: 49px;
	padding-top: 18px;
	padding-left: 70px;
	padding-right: 0px;
	padding-bottom: 3px;
}
ul.list-sm-pdf {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.list-sm-pdf li {
	background-image: url(../images/a/file_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ----- ATHLETE PROFILE PAGE LISTS ----- */

/* --- Media Tabs --- */

ul.media {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 40px;
	overflow: hidden;
}
ul.media li {
	margin: 0px;
	padding: 0px;
	height: 40px;
	display: block;
	line-height: 40px;
}
ul.media li a {
	line-height: 38px;
	padding-right: 10px;
	padding-left: 10px;
	height: 38px;
	float: right;
	display: block;
	border: 1px solid #BCBAB2;
	background-color: #CBC9C1;
	text-transform: uppercase;
	color: #383838;
	font-size: 11px;
}
ul.media li a:hover {
	color: #78A22C;
	background-color: #F9F5EC;
}
ul.media li.view-videos a {
	background-image: url(../images/icons-recruit/play-green-button.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding-left: 40px;
}

/* --- Recruit Me Tabs --- */

ul.recruit {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
	overflow: hidden;
}
ul.recruit li {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	float: left;
}
ul.recruit li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	margin-right: 2px;
}
ul.recruit li a:hover {
	color: #FFFFFF;
}
ul.recruit li.view-recruit a {
	background-image: url(../images/icons-recruit/view-user.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}
ul.recruit li.add-recruit a {
	background-image: url(../images/icons-recruit/add-user.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 23px;
}
ul.recruit li.email-recruit a {
	background-image: url(../images/icons-recruit/email.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 29px;
}
ul.recruit li.get-transcripts a {
	background-image: url(../images/icons-recruit/download.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 22px;
}

/* --- News Ticker --- */

#news-ticker {
	background-color: #DCDCDC;
	padding: 10px;
	width: 898px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #B9B9B9;
}
ul#ticker {
	list-style-type: none;
	margin: 0px;
	color: #555555;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
ul#ticker li {
	padding: 0px;
	margin: 0px;
}
ul#ticker li strong {
	color: #333333;
}
ul#ticker li a {
	color: #40697F;
}
ul#ticker li a:hover {
	color: #78A22C;
}

/* --- HERO SLIDER --- */

ul#hero-slider {
	list-style-type: none;
	margin: 0px;
	color: #555555;
	padding: 0px;
}
ul#hero-slider li {
	padding: 0px;
	margin: 0px;
}
