/* @override http://192.168.1.100:8888/tts/css/main.css */

/*
Company:	TTS
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(/images/page-bkg.jpg) repeat 0 0 #fff;
}
body {
	
}
/* @end */

/* @group Layout */
div.wrap {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/content-bkg.png) repeat-y 50% 0;
	overflow: hidden;
}

/* Head */
div#hd {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div.ft-inner {
	border-top: 1px solid #fff;
}
div#ft {
	width: 912px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 20px 0;
}
div#ft p {
	font-size: 108%;
	font-weight: bold;
	font-family: Palatino, times, serif;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
}
div#ft p a {
	margin: 0 25px;
	text-transform: uppercase;
}
div#ft p a:link, div#ft p a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}
div#ft p.copyright {
	text-align: left;
	padding: 0 0 0 57px;
	text-shadow: none;
}
/* @end */

/* @group Modules */
/* Head Photo */
div.head-photo {
	width: 910px;
	height: 144px;
	margin-left: 1px;
}

/* Logo */
div#logo {
	width: 279px;
	height: 118px;
	background: url(/images/logo.png) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	z-index: 100;
	/* margin: 19px 0 0 19px; */
	margin: 11px 0 0 580px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Sponsors */
div#hd div.sponsors {
	width: 550px;
	height: 120px;
	padding: 10px 0 0 0;
	position: absolute;
	z-index: 100;
	/*margin: 11px 0 0 340px; */
	margin: 19px 0 0 19px;
	background: url(/images/logo-bar-div.gif) no-repeat 278px 0;
}
div#hd div.sponsors img {
	vertical-align: top;
	margin: 10px 3px 0 3px;
}
div#hd div.sponsors-left {
	width: 49%;
	text-align: center;
	float: left;
	display: inline;
}
div#hd div.sponsors-right {
	width: 49%;
	text-align: center;
	float: right;
	display: inline;
}

/* Feature Wrap */
div.feature-wrap {
	padding: 17px;
}

/* Feature */
div.feature {
	width: 423px;
	float: left;
	display: inline;
}
div.feature div.main-feature {
	width: 340px;
	float: left;
	display: inline;
}
div.feature h1 {
	color: #fbfcfa;
	font-size: 108%;
	margin: 0;
	padding: 9px 10px 2px 10px;
	font-weight: normal;
}
div.feature p {
	color: #fff;
	font-size: 85%;
}
div.feature div.desc p {
	padding: 0 10px;
	margin: 0;
}
div.feature a:link, div.feature a:visited {
	color: #fff;
	text-decoration: underline;
}
div.feature a:hover {
	text-decoration: none;
}
div.feature p.more {
	white-space: nowrap;
	margin: 0;
}

div.feature div.main_image {
	border: 1px solid #fff;
	width: 340px;
	height: 306px;
}
div.feature div.desc {
	width: 340px;
	height: 70px;
	background: url(/images/feature-desc-bkg.gif) no-repeat 0 0;
	position: absolute;
	z-index: 100;
	margin: -71px 0 0 1px;
}

div.feature div.image_thumb {
	width: 72px;
	float: right;
	display: inline;
}
div.feature div.image_thumb img {
	border: 1px solid #fff;
}
div.feature div.image_thumb ul li.active img {
	border: 1px solid #fff200;
}
div.feature div.image_thumb ul {
	margin: 0;
	padding: 0;
}
div.feature div.image_thumb ul li {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
}

/* Videos */
div.videos {
	width: 442px;
	float: right;
	display: inline;
}
div.videos div.video-feature {
	width: 287px;
	float: left;
	display: inline;
}
div.videos div.main_video {
	border: 1px solid #fff;
	width: 287px;
	height: 308px;
	overflow: hidden;
}
div.videos h1 {
	color: #fbfcfa;
	font-size: 108%;
	margin: 0;
	padding: 9px 10px 2px 10px;
	font-weight: normal;
}
div.videos p {
	color: #fff;
	font-size: 85%;
}
div.videos div.desc p {
	padding: 0 10px;
	margin: 0;
}
div.videos a:link, div.videos a:visited {
	color: #fff;
	text-decoration: underline;
}
div.videos a:hover {
	text-decoration: none;
}
div.videos div.desc {
	width: 287px;
	height: 70px;
	background: url(/images/feature-desc-bkg.gif) no-repeat 0 0;
	position: absolute;
	z-index: 100;
	margin: -71px 0 0 1px;
}
div.videos div.video-archive {
	width: 104px;
	padding: 0 15px;
	border: 1px solid #fff;
	height: 306px;
	background-color: #2d5411;
	float: right;
	display: inline;
}
div.videos div.video-archive ul {
	margin: 0;
	padding: 0;
	height: 257px;
}
div.videos div.video-archive ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}
div.videos div.video-archive h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 108%;
}
div.videos div.video-archive p {
	font-size: 77%;
	padding: 3px 0 0 0;
}
div.videos div.video-archive p.all {
	text-align: right;
	margin: 0;
	padding: 0;
}

/* Home Callouts */
div.home-callouts {
	margin: 0 0 15px 0;
}

/* Home Left */
div.home-left {
	width: 724px;
	margin: 0 0 0 17px;
	float: left;
	display: inline;
}
div.home-left-top {
	margin-bottom: 17px;
}
div.home-left div.schedule, div.home-left div.scores {
	float: left;
	display: inline;
}
div.home-left div.tickets {
	float: right;
	display: inline;
}
div.home-left div.scores {
	margin: 0 0 0 14px;
}
div.home-left div.sponsor, div.home-left div.facebook {
	float: left;
	display: inline;
}
div.home-left div.twitter {
	float: right;
	display: inline;
}
div.home-left div.facebook {
	margin: 0 0 0 13px;
}

/* Home Sidebar Sponsor */
div.home-sidebar-sponsor {
	width: 135px;
	margin: 0 17px 0 0;
	float: right;
	display: inline;
}

/* Sponsors Bar */
div.sponsors-bar {
	background: url(/images/logo-bar.png) no-repeat 0 0;
	width: 909px;
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div.sponsors-bar p.sponsors-label {
	position: absolute;
	z-index: 100;
	width: 69px;
	height: 19px;
	background: url(/images/txt-sponsors.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 20px 0 0 17px;
}
div.sponsors-bar div.sponsors-bar-top {
	height: 50px;
	text-align: center;
	margin-bottom: 14px;
}
div.sponsors-bar div.sponsors-bar-top p {
	padding: 15px 0 0 0;
	margin: 0;
}
div.sponsors-bar div.sponsors-bar-top img {
	vertical-align: middle;
	margin: 0 25px;
}
div.sponsors-bar div.sponsors-bar-btm {
	height: 50px;
	text-align: center;
	margin: 0 0 7px 0;
	background-color: #ffffff;
}
div.sponsors-bar div.sponsors-bar-btm p {
	margin: 0;
	padding: 10px 0 0 0;
}
div.sponsors-bar div.sponsors-bar-btm img {
	vertical-align: middle;
	margin: 0 25px;
}
div.sponsors-bar p.benefit-label {
	margin: 0;
	height: 19px;
	background: url(/images/txt-benefiting.gif) no-repeat 50% 0;
	text-indent: -9000px;
}


/* Main */
div.main {
	width: 672px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
}
.content-pic {
	border: 1px solid #fff;
	margin: 0 25px 15px 0;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 165px;
	padding: 20px 0;
	text-align: center;
	float: right;
	display: inline;
}
div.side img {
	margin-bottom: 10px;
}

/* Content Wrap */
div.content-wrap {
	border-bottom: 1px solid #fff;
	padding: 20px 0 20px 0;
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* Side Wrap */
div.side-wrap {
	background: url(/images/side-bkg.gif) repeat-y 100% 0;
}
div.side-wrap-top {
	background: url(/images/side-top.gif) no-repeat 100% 0;
}
div.side-wrap-btm {
	background: url(/images/side-top.gif) no-repeat 100% 100%;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #fbfcfa;
}
div.main p {
	font-size: 93%;
	line-height: 180%;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	color: #fbfcfa;
	font-size: 182%;
	margin: 0 0 20px 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	width: 912px;
	height: 28px;
	background: url(/images/nav-bkg.gif) no-repeat 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 28px;
	padding: 0 10px;
	margin: 0 21px;
	font-size: 108%;
	font-family: Palatino, times, serif;
	text-transform: uppercase;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#nav ul a:hover {
	text-decoration: underline;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0 0 0 21px;
	list-style: none;
	line-height: 1;
	background-color: #0f2104;
	z-index: 100;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
}
div#nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0 5px;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 4px 10px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	border-top: 1px solid #fff;
	width: 120px;
	text-transform: none;
}
div#nav ul li ul li:first-child a {
	border: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	color: #808080;
	text-decoration: none;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

div.sponsors-bar div, div.sponsors-bar p {
display: none;
}
