/* @override http://staging.playerssports.net/stylesheets/custom.css?1269534871 */

/* ## Common --------------------------------------------- */

/* border radius rules *
*
* -moz-border-radius-topleft / -webkit-border-top-left-radius /-khtml-border-radius-topleft: 10px;
*
*----------------------*/

a {outline: none;}

.hidden_text{
	display:block;
	outline:0;
	text-indent:-9999px;

}
.fpo{
	background:rgb(251, 227, 228);
	font-weight:bold;
	color:rgb(138, 31, 17);
}

.shadow{
  -webkit-box-shadow:0 2px 0 #070e68;
  -moz-box-shadow:0 2px 0 #070e68;
  -khtml-box-shadow:0 2px 0 #070e68;
}

a:link, a:visited{
	color:#0c169c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
li a:hover{
	text-decoration:none;
}

.box.aside{
	background:#041072;
}

.box{
	padding:10px;
}

.rounded{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.menu, .menu li{
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
}

/* ## Fonts --------------------------------------------- */


.ifc_black_italic{
	font-family:"ITCFranklinGothicStdDemi", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal !important;
}

.frankgotdem{
	font-family:"ITCFranklinGothicStdDemi", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal !important;
}

.dinbla{
	font-family:"Helvetica Neue", Helvetica, sans-serif;
}

/* ## Layout --------------------------------------------- */

body{
	border-top:8px solid #041172;
	background:#0b1694 url(../images/redesign/body_bg.jpg) no-repeat center top;
	font-family:"Lucida Grande", Arial, sans-serif;
}

/* ## Header --------------------------------------------- */

#header{
	padding-top:17px;
}
#logo a{
	width:541px;
	height:82px;
	background:url(../images/redesign/logo.png) no-repeat;
}
#nav{
	padding:0 0 10px;
}

#nav a{
	height:45px;
	background-image:url(../images/redesign/navigation.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

#nav.admin a{
	display:block;
	background:#fff;
	color:#333;
	font-size:1.3em;
	padding:5px 10px;
	border-right:1px solid #ddd;
	height:auto;
}
#nav.admin li.last a{
	border:0;
}
#nav.admin a:hover, #nav.admin a.here{
	background:#999;
	color:#fff;
}


#nav a#home{
	width:87px;
}
#nav a#home:hover{
	background-position:0 -80px;
}
#nav a#home.here{
	background-position:0 -160px;
}
#nav a#social{
	width:96px;
	background-position:-87px 0;
}
#nav a#social:hover{
	background-position:-87px -80px;
}
#nav a#social.here{
	background-position:-87px -160px;
}
#nav a#photos{
	width:99px;
	background-position:-183px 0;
}
#nav a#photos:hover{
	background-position:-183px -80px;
}
#nav a#photos.here{
	background-position:-183px -160px;
}
#nav a#about{
	width:90px;
	background-position:-282px 0;
}
#nav a#about:hover{
	background-position:-282px -80px;
}
#nav a#about.here{
	background-position:-282px -160px;
}
#nav a#faq{
	width:71px;
	background-position:-372px 0;
}
#nav a#faq:hover{
	background-position:-372px -80px;
}
#nav a#faq.here{
	background-position:-372px -160px;
}
#nav a#sponsors{
	width:117px;
	background-position:-443px 0;
}
#nav a#sponsors:hover{
	background-position:-443px -80px;
}
#nav a#sponsors.here{
	background-position:-443px -160px;
}
#nav a#message_board{
	width:161px;
	background-position:-560px 0;
}
#nav a#message_board:hover{
	background-position:-560px -80px;
}
#nav a#message_board.here{
	background-position:-560px -160px;
}
#nav a#weather_line{
	width:151px;
	background-position:-721px 0;
}
#nav a#weather_line:hover{
	background-position:-721px -80px;
}
#nav a#weather_line.here{
	background-position:-721px -160px;
}
#nav a#contact{
	width:102px;
	background-position:-872px 0;
}
#nav a#contact:hover{
	background-position:-872px -80px;
}
#nav a#contact.here{
	background-position:-872px -160px;
}

span.get_some_action{
	height:108px;
	background:url(../images/redesign/get_some_action.png) no-repeat;
}
#footer span.get_some_action{
	background-image:url(../images/redesign/get_some_action_footer.png);
}


/* ## Sidebar --------------------------------------------- */


#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar li{
	border-bottom:1px solid #1e2b87;
	font-weight:bold;
	font-size:1.2em;
	padding:0;
}
#sidebar li.last_item{
	border:0;
}
#sidebar li a{
	display:block;
	padding:3px 10px 5px 5px;
	color:#fff;
}
#sidebar li a:hover, #sidebar li a.here{
	background:#293388;
	text-shadow: 0px 1px 0px #000;
}
#sidebar li.active{
	background:#293388;
	text-shadow: 0px 1px 0px #000;
}

#sidebar li.active ul li{
	border:0;
	font-weight:normal;
	font-size:0.8em;
	text-shadow:none;
	padding-left:20px;
	background:url(/images/redesign/active_nav_arrow.gif) no-repeat 15px 9px;
}
#sidebar li.active ul li a:hover{
	text-decoration:underline;
}


#sidebar h2, #sidebar h3{
	color:#fff;
	margin:-10px -10px 10px;
	font-size:1.1em;
	font-weight:bold;
	padding:3px 0 0 10px;
	line-height:1.6em;
	background:#041072;
	text-transform:uppercase;
}
#sidebar h2{
	background:#f37a21;
	text-shadow: 0 1px 0 #a54300;
}


#sponsors_rotator{
	text-align:center;
	margin:0 12px;
	background:#fff;
	padding:10px;
	height:80px;
	width:80px;
}
div.sponsor{
	width:100%;
	text-align:center;
}
.box.aside.cycle{
	position:relative;
	background:#fff;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-kthml-border-radius-topright:10px;
}
#cycle_next, #cycle_prev{
	position:absolute;
	top:90px;
	right:5px;
	width:12px;
	height:17px;
	background:url(../images/redesign/cycle_next.gif) no-repeat;
}
#cycle_prev{
	right:auto;
	left:4px;
	background-image:url(../images/redesign/cycle_prev.gif);
}

/* ## Content (Home Page) --------------------------------------------- */
#main{
	padding-bottom:50px;
}

.ad{
	margin:0 0 10px;
}

#main_content{
	position:relative;
}

/* ## Tabs (Home Page) --------------------------------------------- */


#tabs{
	padding:0 0 10px;
}

#tabs ul.tab_links{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#tabs ul.tab_links li{
	margin-right:5px;
	float:left;
	font:bold 1.2em "Helvetica Neue", Helvetica, sans-serif;
	background:#f17a1e;
}
#tabs ul.tab_links li a{
	outline: none;
	display:block;
	padding:7px 10px;
	color:#fff;
	text-shadow:1px 1px 0px #904200;
}

#tabs ul.tab_links li.ui-state-active {
	background:#fff;
}

#tabs ul.tab_links li.ui-state-active a{
	color:#dc5a0c;
	text-shadow:none;
}

#tabs ul.tab_links li a:hover {color: #ffddc5;}
#tabs ul.tab_links li.ui-state-active a:hover {color: #f37a21}

#tabs div{
	background:#fff;
}
.news_alert{
	padding:5px 0px;
	border-bottom:1px solid #ddd;
}
.news_alert span.news_date{
	text-transform:uppercase;
	text-align:center;
	display:block;
	float:left;
	padding:5px 15px;
	color:#fff;
	font-size:1.1em;
	line-height: 12px;
	font-weight:bold;
	margin:0 5px 0 0;
	background:#0b1694;
}
.news_alert.even span.news_date{
	background:#3c68a7;
}
.news_alert p {
	margin-left:78px;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom: 5px;
}

.news_alert p a {text-decoration: underline;}
.news_alert p a:hover {color: #f37a21;}

#tabs h4.ifc_black_italic{
	color:#F37920;
	font-size:2em;
	margin:10px 0;
}

.connected_links{
	margin:0;
	padding:0;
	list-style-type:none;
}
.connected_links li{
	padding:0;
	margin:0px 35px 0 0;
	float:left;
	width:125px;
	font-size:0.8em;
	line-height: 12px;
}
.connected_links li:last-child{
	margin:0;
}

.connected_links li a {
	color: #777;
	padding-top: 7px;
}

.connected_links li a:hover {color:#F37920;}

/* ## Promos (home page) --------------------------------------------- */
#promos{
	height:352px;
	overflow:hidden;
	margin-bottom:14px;
	z-index:10;
}

#promo_pager{
	position:absolute;
	top:314px;
	left:21px;
	z-index:2000;
}

#promo_pager a {
	background:url(http://schedule.playerssports.net/temp/slider.gif);
	font:bold 1em "Lucida Grande", Arial, sans-serif;
	display:inline-block;
	background: #d9905b;
	color:#fff;
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
	margin: 0px 9px 0px 0px;
	padding: 3px 7px;
	border: 1px solid #d37f41;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0px 1px 0px #a75519;

}
#promo_pager a.activeSlide {
	background: #fff;
	color:#DB5E09;
	text-shadow: 0px 0px 0px;
}
#promo_pager a:focus{ outline:0;}
#promo_pager a:hover{background-color: #e39f6d;background-image: none;}

.promo{
	position:relative;
}
.promo img{
	display:block;
}
.promo h3{
	position:absolute;
	bottom:0;
	left:0;
	width:634px;
	font-size:2em;
	margin:0;
	font-weight:normal;
	text-shadow:1px 1px 0px #333;
	padding:20px 10px 10px 150px;
	background:url(../images/redesign/promo_link_bg.png);
	text-align:right;
}
.promo h3 a{
	display:block;
	color:#fff;
	filter:DropShadow(Color=#333, OffX=1, OffY=1)
}



/* ## Footer --------------------------------------------- */
#footer{
	border-top:1px solid #4451ad;
	padding:10px 0 5px;
	color:#fff;
	font-size:0.9em;
}
#footer .span-15{
	padding-top:10px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer li{
	float:left;
}
#footer li a{
	display:block;
	padding:2px 5px;
	color:#fff;
	background:#222e9e;
	margin-right:15px;
}
#footer li a:hover{
	background:#3441a7;
}


/* ## Icons --------------------------------------------- */
.icon{
	display:inline-block;
	padding-left:30px !important;
	background-repeat:no-repeat;
	background-position:7px center;
}
.icon.big{
	min-height:33px;
	padding-left:40px !important;
	background-position:0 center;
}
.icon.twitter{
	background-image:url(../images/redesign/icons/twitter.png);
}
.icon.big.twitter{
	background-image:url(../images/redesign/icons/twitter32.png);
}
.icon.facebook{
	background-image:url(../images/redesign/icons/facebook.png);
}
.icon.big.facebook{
	background-image:url(../images/redesign/icons/facebook32.png);
}
.icon.flickr{
	background-image:url(../images/redesign/icons/flickr.png);
}
.icon.big.flickr{
	background-image:url(../images/redesign/icons/flickr32.png);
}
.icon.newsletter{
	background-image:url(../images/redesign/icons/newsletter.png);
}

/* ## Sub Pages --------------------------------------------- */
#sub_content{
	background:#fff;
	padding:10px;
}
#sport_page_header, #sub_content #page_header.box{
	background:#db5e09 url(../images/redesign/sport_page_header_bg.gif) repeat-y right;
	color:#fff;
	position:relative;
	padding: 10px 18px;
}

#sport_page_header { min-height: 180px; }

#sport_page_header h1, #page_header h1{
	font-size:3em;
	color:#fff;
	text-shadow:1px 1px 0px #333;
	margin:6px 0px 10px 0px;
}

#sport_page_header p{
	line-height:27px;
	font-size:1.4em;
	width:520px;
	font-weight:bold;
	margin-bottom: 15px;
}

#sport_page_header img{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
}

#sport_page_header a.sport_header_link{
	display:inline-block;
	font-size:1.6em;
	color:#fff;
	text-shadow:0px 1px 0px #333;
	padding:2px 10px 3px 10px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-khtml-border-radius:25px;
	border-radius:25px;
	background:#ea8c42;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}

#sport_page_header a.sport_header_link:hover{
	text-decoration:none;
	background:#fff;
	color:#e5741a;
}

#sub_content .box{
	background:#fff;
	padding: 16px;
}


#sport_topics, #sport_topics li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sport_topics{
	margin:0 0 10px;
}

#sport_topics li{
	float:left;
	background:url(../images/redesign/sport_topic_bg.gif) repeat-x;
	margin:5px 0;
	width:199px;
	padding:0 0 0 33px;
	font:bold 1.2em "Helvetica Neue", Helvetica, sans-serif;
	position:relative;
}
#sport_topics li.odd{
	margin-right:15px;
}


#sport_topics a{
	height:34px;
	line-height:34px;
	display:block;
	padding:0 10px;
	background:url(../images/redesign/sport_topic_bg.gif) repeat-x 0 -34px;
}

#sport_topics a:hover{
	background:0;
	color:#fff;
}

#sport_topics li span{
	display:block;
	width:34px;
	height:34px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/redesign/sport_topics_sprite.gif) no-repeat;
}

#sport_topics li#captain_login span{
	background-position:0 3px;
}
#sport_topics li#individuals span{
	background-position:0 -128px;
}
#sport_topics li#schedules_standings span{
	background-position:0 -40px;
}
#sport_topics li#leagues_tournaments span{
	background-position:0 -172px;
}
#sport_topics li#rules span{
	background-position:0 -85px;
}
#sport_topics li#facility_maps span{
	background-position:0 -217px;
}


/* ## Forms --------------------------------------------- */

fieldset {
	border: 1px solid #ccc;
	font-family: 'lucida grande', tahoma, arial, sans-serif;
}

legend {
	font-size: 1em;
	color: #333;
	font-weight: bold;
}

legend label {
	white-space:normal;
}

label {
	font-weight: normal;
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-size: .9em;
	display: block;
	color: #333;
	margin: 0px;
	padding: 0px;
}

textarea {
	color: #222;
	height:auto;
	border-color: #aaa;
}

select {
	font-size: .9em;
}

option {
	padding: 3px 3px 0px 3px;
}


.formtastic ol {
	list-style:none;
	margin:0;
	padding:0;
}

.formtastic li {
	margin-bottom:1em;
}

form .date li {
	float:left;
	margin-right: 1em;
	margin-bottom: 0;
}

form .date fieldset {
	padding:0;
	border: 0 none;
}

form .inline-hints {
	font-size: .85em;
	color: #666;
	margin-bottom:0;
}

form .inline-errors {
	color: #8A1F11;
	margin-bottom:0;
}


input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
	top:1px;
}

label abbr {
	border-bottom:0 none;
	font-weight:bold;
	color: #8A1F11;
	padding:0 1px;
}

.boolean input, .check_boxes input {
	margin: 0 .5em 0 0;
	top:1px;
}


.string input, .numeric input, .password input {
	width:300px;
	padding:5px;
	margin:0.5em 0;
}

.check_boxes fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.check_boxes li {
	margin: 0 0 .5em;
	width: 25%;
	float: left;
}

form .column li, form .restaurant_list li {
	width: auto;
	float: none;
}

.datetime fieldset li {
	float: left;
	margin-right: 1em;
}

textarea.text{
	height:100px;
}

#page_slug_input .inline-hints {
  float:left;
  margin:1em 1px;
}


/* ## Resource Management --------------------------------------------- */


td.actions {
  width: 30px;
}

.actions a {
  color: #999;
}

.actions a:hover {
  color: #666;
  text-decoration:underline;
}

.actions.destroy_link {
  width: 40px;
}

.actions.edit_link {
  width: 26px;
}


/* ## Feeds --------------------------------------------- */
ul.feed, ul.feed li{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.feed li{
	padding:5px 0;
	margin:5px 0;
	border-bottom:1px solid #ddd;
}




/* ## tables ----------------------------------------------  */

table {
	border: 1px solid #ccc;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}

table th {background-color: #f2f2f2;}
table td {vertical-align: top;font-size: .9em;}








/* ## CMS Content --------------------------------------------- */


#cms_content {font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;}

#cms_content h2{
	font:bold 1.6em "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 5px 0px 13px 0px;
	padding: 0px;
	line-height: 23px;
}

#cms_content h2 a {color: #1F2EA0;}
#cms_content h2 a:hover {color: #DB5E09;text-decoration: none;}


#cms_content h3{
	font:bold 1.3em "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 10px 0px 3px 0px;
	padding: 0px;
	line-height: 22px;
}

#cms_content h3 a {color: #DB5E09;}
#cms_content h3 a:hover {color: #F9934E;text-decoration: none;}


#cms_content h4{
	font-size: 1em;
	line-height: 19px;
	font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 10px 0px 12px 0px;
	padding: 0px;
	line-height: 20px;
}

#cms_content h4 a {color: #DB5E09;}
#cms_content h4 a:hover {color: #F9934E;text-decoration: none;}


#cms_content h5{
	font-size: 1.1em;
	line-height: 19px;
	font-family: 'helvetica neue', arial, sans-serif;;
	font-weight: normal;
	color: #333;
	margin: 10px 0px 12px 0px;
	padding: 0px;
}

#cms_content h5 a {color: #DB5E09;}
#cms_content h5 a:hover {color: #F9934E;text-decoration: none;}


#cms_content h6{
	font-size: .8em;
	line-height: 16px;
	font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 10px 0px 12px 0px;
	padding: 0px;
}

#cms_content h6 a {color: #DB5E09;}
#cms_content h6 a:hover {color: #F9934E;text-decoration: none;}




#cms_content p {
	font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
	font-size: .9em;
	color: #333;
	line-height:18px;
	}

#cms_content p a{
	font-weight:bold;
}

#cms_content ul {
	list-style: square;
	list-style-position: inside;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	}

	#cms_content ul li {
		font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
		font-size: .9em;
		color: #333;
		padding: 3px 0px;
		}

#cms_content ol {
	list-style-position: inside;
	margin: 0px 4px 10px 0px;
	padding: 0px;
}

	#cms_content ol li {
		font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
		font-size: .9em;
		color: #333;
		padding: 3px 0px;
		margin: 0px;
		}




#cms_content blockquote {
	margin: 0px 0px 22px 0px;
	padding: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F37920;
}
#cms_content blockquote p {
	font-style: normal;
	font-size: 1.3em;
	line-height: 20px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-shadow: 0px 1px 0px #A35D00;
	}

	#cms_content blockquote p em {
		display: block;
		font-weight: normal;
		font-size: .9em;
		color: #fff;
		padding-left: 15px;
		margin-top: 5px;
		font-style: normal;
		text-shadow: none;
		}






iframe{
	overflow:hidden;
	border:none;
}



