html { background: #001216 url(background.jpg) top center no-repeat; }
body { background: transparent none; }
a, .textBlockElement p a { color: #f5921d; }
a:hover { color: #bf6700; }


#siteHeader { background-image: url(pageHeader.jpg); height: 100px; }

/*-----ADMIN NAV-----*/

body > #adminNav { position: fixed; top: 100px; right: 0; z-index: 1000; }
body > #adminNav a { background: transparent url(i/editUser.png) 0 0 no-repeat; display: block; width: 65px; height: 70px}
body.edit_mode > #adminNav a { background-position: 0 -70px; }
body > #adminNav a img { display: none; }
body > .adminToggle { position: fixed; top: 0; right: 0; z-index: 1000; }

/*-----ACCOUNT NAV-----*/

#accountNav { margin: 0 0 0 365px; }
#accountNav .currentSite { display: none; }
#accountNav a, #accountNav .secondary a { color: #0093A8;
	-webkit-transition: color 100ms ease;
		 -moz-transition: color 100ms ease;
	    -ms-transition: color 100ms ease;
	     -o-transition: color 100ms ease;
					transition: color 100ms ease; 
	}
#accountNav a:hover { color: #fff; background: transparent none; }
#accountNav #tst_options a:hover { background: url(https://app-assets1.sportngin.com/app_images/link_icons.png?1363385617) 8px -2312px no-repeat; }
#accountNav #user_sites a:hover { background: url(https://app-assets1.sportngin.com/app_images/link_icons.png?1363385617) 8px -3235px no-repeat; }

/*--------------------SITE HEADER--------------------*/

/*-----HOME LOGO-----*/

a.logo {
	background: transparent url(i/logoHoverFull.png); display: block; position: relative; width: 375px; height: 170px; left: 1px; opacity: 0; text-indent: -9999px; top: -30px; z-index: 30;
	-webkit-transition: opacity 1000ms ease-in-out;
		 -moz-transition: opacity 1000ms ease-in-out;
			-ms-transition: opacity 1000ms ease-in-out;
			 -o-transition: opacity 1000ms ease-in-out;
					transition: opacity 1000ms ease-in-out;
}
a.logo:hover { background: transparent url(i/logoHoverFull.png) 0 0 no-repeat; opacity: 1; }

/*-----SOCIAL MEDIA-----*/

ul.socialMedia { background: transparent url(i/h4leftCorner.png) bottom left no-repeat; position: absolute; top: 118px; left: 10px; width: 76px; z-index: 200; display: block; }
ul.socialMedia li { display: block; margin: 0 0 10px 15px; }
ul.socialMedia a { background: transparent url(i/socialSprite.png); display: block; height: 20px; text-indent: -9999px; width: 24px; }
ul.socialMedia a.facebook { background-position: 24px 0px; }
ul.socialMedia a.facebook:hover { background-position: 24px -20px; }
ul.socialMedia a.twitter { background-position: 1px 0px; }
ul.socialMedia a.twitter:hover { background-position: 1px -20px; }

#homePage ul.socialMedia { background: transparent none; left: 5px; margin: 0 0 0 5px; padding: 7px; top: 590px; width: auto; display: none;
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, .3);
	        box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, .3); 
}
#homePage ul.socialMedia li { display: inline-block; float: none; margin: 3px; }

/*--------------------END SITE HEADER--------------------*/

/*-----TOP NAV-----*/


#topNav table { margin: 0 50px 0 360px; width: 590px; }

#topNav tr td { display: block; float: left; }
#topNav tr td a { background: transparent none; color: #00525e; font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: 900; line-height: 40px; padding: 12px 6px 13px 6px;
	border-left: 1px solid #e29900; border-right: 1px solid #ffc13d;  
	-webkit-transition: all 100ms ease-in-out;
		 -moz-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
	     -o-transition: all 100ms ease-in-out;
					transition: all 100ms ease-in-out;
}
.logged_in #topNav tr td a {padding: 12px 5px 13px 5px;}
#topNav tr td a:hover, #topNav tr td.hover > a { color: #fff; border-top: 3px solid #ffad00; border-bottom: 3px solid #ffad00; }
#topNav tr td a.selected { color: #fff; border-top: 3px solid #ffad00; border-bottom: 3px solid #ffad00; border-left: none;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
	        box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
}

.ie9 #topNav tr td > a { margin-left: -3px; }
.ie8 #topNav tr td > a { margin-left: 0px; }
/*-----DROPDOWNS-----*/

#topNav td ul { border-left: 2px solid #ffad00; margin: 0 0 0 0px; }
#topNav td ul li > a { background: #fff none; border: none; color: #f59524; border-bottom: 1px solid #c5c5c5; height: 20px; line-height: 20px; }
#topNav td ul li > a:hover, #topNav td ul li.hover > a { background: #ffad00; border: none; color: #fff; border-bottom: 1px solid #ffad00; }
#topNav td.hover ul li > ul { border-left: 2px solid #ffad00; margin: 0 0 0 -20px; opacity: 0; }
#topNav td.hover ul li.hover > ul { border-left: 2px solid #ffad00; margin: 0; opacity: 1; 
	-webkit-transition: all 100ms ease-in-out;
		 -moz-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
	     -o-transition: all 100ms ease-in-out;
					transition: all 100ms ease-in-out;
} 
#topNav ul .dropdown-disclosure { background: transparent url(i/dropdownDisclosure.png) no-repeat; top: 14px; right: 8px; }
#topNav ul li:hover a .dropdown-disclosure { background: transparent url(i/dropdownDisclosureHover.png) no-repeat; top: 14px; right: 8px; }

#topNav tr td.selected ul li a { color: #f59524; }
#topNav tr td.selected ul li > a:hover, #topNav tr td.selected ul li.hover > a, #topNav tr td.selected ul li.selected > a #topNav tr td.selected ul li.selected.hover > a { color: #fff; }

/*-----SUBNAV-----*/

.subNavContainer { left: -25px; top: 0px; position: relative; text-indent: 10px; width: 210px; }
.subNav { margin: 0 0 10px 0; }
.subNav h4 { background: #292929 url(i/subNavHeader.png) bottom right no-repeat; margin: 0 0 1px 15px; color: #fff; padding: 15px 15px 5px 15px; text-align: right;  }
.subNav ul li, .relatedSections ul li { margin: 0; }
.subNav ul li a, .relatedSections ul li a { background: #00525e none; border-left: none; color: #fff; margin: 0 0 0 15px; border-top: 1px solid #006c7c; border-bottom: 1px solid #003e47; 
	-webkit-transition: all 100ms ease-in-out;
		 -moz-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
	     -o-transition: all 100ms ease-in-out;
					transition: all 100ms ease-in-out;
}

.subNav ul.parents { margin: 0 0 1px; }
.subNav ul.parents li a { background: #003e47 none; border-right:none; border-top: 1px solid #00525e; border-bottom: 1px solid #003036; color: #fff; font-weight: 900; margin: 0 0 0 15px; text-transform: uppercase; }
.subNav ul.parents li a:hover { margin: 0 0 0 10px; }
.subNav ul.parents li.selected a { color: #ffad00; font-weight: 900; text-transform: uppercase; }
.subNav ul.parents li.selected a:hover { color: #fff; }

.subNav ul.children li:first-child a { background: #00525e url(i/subNavTopChild.png) top right no-repeat; border-top: none;}
.subNav ul.children li:first-child a:hover { background-color: #006c7c; }

.subNav ul li a:hover, .relatedSections ul li a:hover { background: #006C7C none; border-top: 1px solid #006c7c; border-bottom: 1px solid #006c7c; color: #fff; margin: 0 0 0 10px; text-indent: 20px; }

.relatedSections ul.siblings li.selected a { color: #ffad00; }

.edit_mode .subNav ul li.lock a, .edit_mode .subNav ul li.lock a:hover,
.edit_mode .subNav ul li.drag a, .edit_mode .subNav ul li.drag a:hover,
.edit_mode .subNav ul.parents li.selected a, .edit_mode .subNav ul.parents li.selected a:hover { color: #ffad00; }

.edit_mode .subNav ul li.cmsNavButton a, .edit_mode .subNav ul li.cmsNavButton a:hover { color: #fff; }



/************************************************************************************
.subNav ul:first-of-type li:first-child a { border-top: 1px solid #f59524; }
.subNav ul:last-of-type li:last-child a { border-bottom: 1px solid #f59524; }
************************************************************************************/

.relatedSections h4 { background: #292929 url(i/subNavHeader.png) bottom right no-repeat; margin: 0 0 1px 15px; color: #fff; padding: 15px 15px 5px 15px; text-align: right; }
.relatedSections ul li a { display: block; }

/*--------------------HOMEPAGE--------------------*/

#homePage .layoutContainer { background: #fff; width: 945px; padding: 10px 10px 10px 25px; }
#homePage .layoutContainer .pageElement { margin: 0 15px 0 0; }
#homePage #displayBodyContent, #homePage #pageContentContainer { background: transparent none; margin: 0 auto; padding: 0; width: 980px; }
#homePage #siteContainer2.one_panel #yieldContent { background: transparent none; padding: 0; }
#homePage #siteContainer2.one_panel #panelTwo { background: transparent none; }
#homePage .layoutContainer .hrElement { margin: 5px 15px 5px 0; }


/*-----HOME SLIDESHOW-----*/

#homePage .homeSlideContainer { width: 980px; margin: 0 auto 10px auto; padding: 0 0 10px 0; }
#homePage .homeSlideContainer .homeSlide { padding: 10px; }
#homePage .homeSlideContainer .homeSlide .pageElement.newsSlideShow { margin: 0; 
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .25); 
					box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, .25);}
#homePage .homeSlideContainer .homeSlide .newsSlideShow-article:after { 
	content:"";
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	height: 320px; width: 960px; 
	background: transparent url(i/overlay.png) 0 0 no-repeat; }

#homePage .homeSlideContainer .homeSlide .newsSlideShow-headline { left: -20px; top: 151px; width: 980px; }
#homePage .homeSlideContainer .homeSlide .newsSlideShow-headline p { height: 25px; top:-45px; width: 520px; overflow: visible; padding: 0; }
#homePage .homeSlideContainer .homeSlide .newsSlideShow-headline p span { float: left; position: relative; top: -25px; padding: 0 0 0 30px; }
#homePage .homeSlideContainer .homeSlide .newsSlideShow-headline h1 { background: url(i/slideShowHeader.png) 0 0 no-repeat; height:134px; padding: 55px 540px 0 30px; }
#homePage .homeSlideContainer .homeSlide .newsSlideShow-container, .newsSlideShow-article { overflow: visible !important; }
#homePage .homeSlideContainer .homeSlide .newsSlideShow-container .imgWrap { display: block; height: 320px; width: 960px; position: relative; overflow: hidden !important; }

.homeSlideContainer .homeSlide .newsSlideShow-thumbnails { height: 25px; text-align: left; }
.homeSlideContainer .homeSlide .newsSlideShow-thumbnails li { width: 1%; margin: 0 10px 0 0; }
.homeSlideContainer .homeSlide .newsSlideShow-thumbnails li a { background: #fff; border: 2px solid #fff; opacity: .8; }
.homeSlideContainer .homeSlide .newsSlideShow-thumbnails li a.current { background: #ffad00; border: 2px solid #ffad00; opacity: 1; }
.homeSlideContainer .homeSlide .newsSlideShow-thumbnails li a:hover { opacity: 1; }

/*-----SCOREBOARD-----*/

#homePage #masterScoreboard { width: 1000px; }
#homePage #masterScoreboard .scoreboardRibbon { margin: 0; }


/*-----HOMEPAGE CALLOUTS-----*/

#homePage .layoutContainer.homeCallOutsContainer { padding: 0; width: 980px; }
#homePage .layoutContainer.homeCallOutsContainer .pageElement { margin: 0; }

ul.homeCallOuts { background: #008e99 none; margin: 0 0 15px 0; overflow: auto; padding: 0 0 0 76px; width: 980px; }
ul.homeCallOuts li {display: block; float: left; width: 33.33%; }
ul.homeCallOuts li a { background: #008e99 url(i/callOuts.png) -295px 0px no-repeat; border-left: 1px solid #d87f16; border-right: 1px solid #ffb55e; display: block; color: #ffdeB8; font-size: 16px; font-weight: 900; height: 30px; line-height: 32px; padding: 5px 0; text-align: center; text-transform: uppercase; 
	-webkit-box-shadow: inset 2px -1px 2px 0px rgba(0, 0, 0, .3);
	        box-shadow: inset 2px -1px 2px 0px rgba(0, 0, 0, .3);
		-webkit-transition: all 150ms ease-in-out;
			 -moz-transition: all 150ms ease-in-out;
	      -ms-transition: all 150ms ease-in-out;
		     -o-transition: all 150ms ease-in-out;
						transition: all 150ms ease-in-out;
}
ul.homeCallOuts li:last-child a { border-right: none; }
ul.homeCallOuts li:first-child a { border-left: none; 
}

ul.homeCallOuts li a:hover { color: #fff; background-color: #d87f17; background-position: -30px 0px; text-indent: 10px; }


/*--------------------END HOMEPAGE-------------------*/

/*--------------------INTERIOR PAGES--------------------*/

#pageContentContainer { margin: 0 auto; width: 950px; }
#pageContentContainer #panelTwo { margin-left: 0; width: 750px; }

#displayBodyHeader { color: #ddd; font-size: 48px; line-height: 48px; margin: 0 0 10px 0; padding: 0 0 0 35px; text-transform: uppercase; }

.textBlockElement h3, .aggregatorElement h3, .mailSubscribeElement h3, .reportTableElement h3, .tableElement h3, .pollElement h3 { background: #ddd url(i/h3leftCorner.png) 0 0 no-repeat; color: #004145; margin-left: 10px; padding: 0 0 0 30px; }
.textBlockElement .text { border-left: 1px solid #ddd; padding-left: 10px; }

.newsItemElement h2 { color: #00525e; º}

.hrElement { border-top: 1px solid #00525e; }

.two_panel #panelOne { margin-right: 15px; }
.two_panel #pageContentContainer { padding: 15px 15px 15px 0px; width: 965px; }
.two_panel .subNavContainer { left: -10px; }

/*-----FOOTER-----*/
#siteFooter { background: #00525e; }
#siteFooter ul li { color: #fff; }
#siteFooter ul li a { color: #ffad00; font-weight: 900; }



/*-----EDIT MODE-----*/
#homePage.edit_mode ul.socialMedia { top: 100px; }
#homePage.edit_mode #siteContainer2.one_panel #rapidTabs { margin-top: 35px; }
#homePage.edit_mode #pageContentContainer { margin: -30px auto 0 auto; }
#homePage.edit_mode .homeSlideContainer { margin: 0 auto 2px auto; padding: 0; }

/*-----HOMEPAGE CALLOUTS-----*/

#homePage .layoutContainer.homeQuickLinksContainer { padding: 0; width: 980px; }
#homePage .layoutContainer.homeQuickLinksContainer .pageElement { margin: 0; }

#homePage .layoutContainer.homeQuickLinksContainer ul { display: block; float: left; }

ul.homeSocialMedia { background: #ffad00 none; padding: 7px 8px; 
	-webkit-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, .3);
	        box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, .3)
}
ul.homeSocialMedia li { display: block; float: left; margin: 3px;  }
ul.homeSocialMedia li a { background:#ffad00 url(i/socialSprite.png); display: block; width: 24px; height: 20px; }
ul.homeSocialMedia li a.facebook { background-position: 24px 0px; }
ul.homeSocialMedia li a.facebook:hover { background-position: 24px -20px; }
ul.homeSocialMedia li a.twitter { background-position: 1px 0px; }
ul.homeSocialMedia li a.twitter:hover { background-position: 1px -20px; }


ul.homeQuickLinks { background: #00525e none; margin: 0 0 15px 0; overflow: auto; padding: 0 0 0 0px; width: 100%; }
ul.homeQuickLinks li {display: block; float: left; width: 33.33%; }
ul.homeQuickLinks li a { background: #00525e url(i/callOuts.png) -295px 0px no-repeat; border-left: 1px solid #d87f16; border-right: 1px solid #ffb55e; display: block; color: #ffad00; font-size: 16px; font-weight: 900; height: 30px; line-height: 32px; padding: 5px 0; text-align: center; text-transform: uppercase; 
	-webkit-box-shadow: inset 2px -1px 2px 0px rgba(0, 0, 0, .3);
	        box-shadow: inset 2px -1px 2px 0px rgba(0, 0, 0, .3);
		-webkit-transition: all 150ms ease-in-out;
			 -moz-transition: all 150ms ease-in-out;
	      -ms-transition: all 150ms ease-in-out;
		     -o-transition: all 150ms ease-in-out;
						transition: all 150ms ease-in-out;
}
ul.homeQuickLinks li:last-child a { border-right: none; }
ul.homeQuickLinks li:first-child a { border-left: none; 
}

ul.homeQuickLinks li a:hover { color: #fff; background-color: #d87f17; background-position: -30px 0px; text-indent: 10px; }

/*----------TABBED ELEMENT----------*/
.contentTabs li span a { color: #292929; }
.contentTabs li span a:hover { color: #000; }
