@font-face {
font-family: 'AdobeCorporateIDMyriadPaRoman';
src: url('adobecorporateidmyriadpackage-webfont.eot');
src: url('adobecorporateidmyriadpackage-webfont.eot?#iefix') format('embedded-opentype'),
url('adobecorporateidmyriadpackage-webfont.woff') format('woff'),
url('adobecorporateidmyriadpackage-webfont.ttf') format('truetype'),
url('adobecorporateidmyriadpackage-webfont.svg#AdobeCorporateIDMyriadPaRoman') format('svg');
font-weight: normal;
font-style: normal;

}

@charset "utf-8";

/* Reseting CSS START */
body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, small, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}

table {
/*border-collapse:collapse;*/
}
table td {
empty-cells: show;
}
/* Reseting CSS END */

/* Layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000 url(../../Images/bghead.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
}

#background {
	background: url(../../Images/bgfoot.gif) no-repeat bottom right;
	overflow: hidden;
}

#wrapper {
	width: 960px;
	margin: 0 0 0 20px;
}

#header {
	background: #000;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border-bottom: 1px #5f5f5f solid;
}

	#header .right {
		text-align: right;
	}

	#logo {
		float: left;
		width: 140px;
	}
	
	#logo h1 a {
		background: url(../../Images/logo.gif) no-repeat;
		display: block;
		height: 100px;
		text-indent: -9999px;
		margin: 0 0 0 0px;
	}
	
	#tsearch {
		float: right;
		margin: 0px 0 15px 0;
	}
	
#page {
	margin: 20px 0;
}

.divScroll
{
	height:400px;
	overflow:auto;
	scrollbar-face-color: #808080;   
    scrollbar-highlight-color: #cacaca;   
    scrollbar-3dlight-color: #cacaca;   
    scrollbar-darkshadow-color: #cacaca;   
    scrollbar-shadow-color: #cacaca;   
    scrollbar-arrow-color: #000000;   
    scrollbar-track-color: #cacaca;   

}
.go-left
{
	float:right;
}

.subHeading
{
	font-size:medium;
}

.points
{
	font-size:small;
}

.justifyText
{
	text-align:justify;
}

.center-privacy 
{ 
	padding-left:105px;
}
#updates {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	background: url(../../Images/updatesbg.gif) no-repeat;
	height: 29px;
	padding: 9px 0 0 124px;
}

#banner {
	margin: 0 0 20px 0;
	background: #000 url(../../Images/playerbg.jpg) repeat-y;
	text-align: center;
}

#content {
	padding: 20px;
	background: #171717;
}

.narrowcolumn {
	width: 590px;
	float: left;
}

.widecolumn {
	width: auto;
}

#sidebar {
	padding: 10px;
	width: 290px;
	float: left;
	margin: 0 0 0 20px;
	background: #171717;
}




/* Navigation CSS Start */
#mininav {
	float: right;
	height: 24px;
	/*width: 615px;*/
	clear: right;
	margin: 10px 0 20px 0;
}

#mininav ul {padding:0; margin:0 0 0 0; list-style:none;}
#mininav li {display:inline; margin:0 0 0 7px; padding:0; background: none; float:left; text-indent: 0;}
#mininav a { background: #000; padding: 3px 4px; color: #fff; display:block; font-size: 18px;}
#mininav a.hilite { color: #f00;}
#mininav a:hover, #mininav a.current { background: #FE0000; color: #fff;}
#mininav a.disabled { color: #666;}
#mininav a.disabled:hover { background: #333; color: #666; cursor: default;}

#navigation {
	float: right;
	height: 24px;
	/*width: 615px;*/
	clear: right;
}

#navigation ul {padding:0; margin:0 0 0 0; list-style:none;}
#navigation li {display:inline; margin:0 0 0 7px; padding:0; background: none; float:left; text-indent: 0;}
#navigation a { background: #000; padding: 3px 4px; color: #fff; display:block; font-size: 18px;}
#navigation a:hover, #navigation a.current { background: #FE0000; color: #fff;}
#navigation a.disabled { color: #666;}
#navigation a.disabled:hover { background: #333; color: #666; cursor: default;}






/* Typography */
h1 {
	font-size: 40px;
	color: #ffffff;
}
h2 {
	color: #fe0000;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px 0;
}
h2.title {
	border-bottom: 1px #333 solid;
	padding: 0 0 10px 0;
}
h2.pagetitle {
	padding: 10px 10px 0 15px;
	font-size: 24px;
	color: #fff;
	margin: 0;
}
h3 {
	color: #ffffff;
	font-size: 18px;
	margin: 5px 0;
	text-transform: uppercase;
}
h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px 0;
}
h5 {
	color: #FE0000;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}

p {
	font-size: 12px;
	color: #999;
	line-height: normal;
	margin: 0 0 12px 0;
}

ul {
	list-style-type: none;
	margin: 10px;
}
ol {
	margin: 10px;
	padding: 10px 15px;
	list-style-type: decimal;
}
ol[type=i] {
	list-style-type: lower-roman;
}
li {
	list-style-type: none;
	line-height: 20px;
	color: #919191;
	font-size: 12px;
}
li a, li a:visited {
	color: #ffffff;
	text-decoration: none;
}
li a:hover {
	color: #FE0000;
	text-decoration:none;
}
small {
	font-size: 11px;
	color: #666;
}
a, a:visited {
	color: #FE0000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
blockquote {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
blockquote .bqstart {
	float: left;
	height: 45px;
	margin-top: -45px;
	padding-top: 20px;
	margin-bottom: -30px;
	font-size: 700%;
	color: #fff;
}
blockquote .bqend {
	float: right;
	height: 25px;
	margin-top: -30px;
	padding-top: 0px;
	font-size: 700%;
	color: #fff;
}
a.link {
	background: #FE0000;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 4px 1px 3px;
	font-size: 12px;
	display: block;
	float: left;
	margin:0 0 1px 0;
}
a:hover.link {
	background: #000;
	color: #fff;
}
/* Pathway Type */

#pathway p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

/* Footer Type */



/* General */
.clear {
	clear: both;
}

.left {
	float: left;
}

.center {
	text-align:center;
}

.right {
	float: right;
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.none {
	display: none;
}

.noborder {
	border: none;
	background: none;
}

.nopad {
	padding: 0 !important;
	background: none !important;
}

.hidden {
	display: none;
	text-indent: -9999px;
}

.bmargin {
	margin: 0 0 10px 0;
}

.post {
	margin: 0 0 40px 0;
}

/* Team Style */
.team {	padding: 10px 0; }
.team .left { width: 210px; height: 50px; margin: 0 10px 10px 0; float: left;}
.team h4 { margin: 0 0 0 0; font-size: 14px; font-weight: bold; }
.team p { color: #666;}

/* Photos */
.photos .thumb { width: 135px; float: left; margin: 0 10px 10px 0; }
.photos .thumb img { border: 1px solid #333333; background: #0b0b0b; padding: 9px; }
.photos .thumb img:hover { border: 1px solid #666; }


.badge-branding a { background: url(../../Images/badge-branding.gif) no-repeat top center !important; height: 203px; display: block; }
.badge-youtube a { background: url(../../Images/badge-youtube.gif) no-repeat top center !important; height: 124px; display: block; }
.badge-pressbook a { background: url(../../Images/badge-pressbook.gif) no-repeat top center !important; height: 124px; display: block; }
.badge-schedule a{background: url(../../Images/badge-schedule.gif) no-repeat top center !important; height: 124px; display: block;}
.badge-branding span, .badge-youtube span, .badge-pressbook span, .badge-schedule span, .widget-fb span, .widget-twitter span {	display: none; }

.widget-fb a { background: url(../../Images/badge-facebook.gif) no-repeat top center !important; height: 124px; display: block; }
.widget-fb img{ border:none;}
.widget-twitter a { background: url(../../Images/badge-twitter.gif) no-repeat top center !important; height: 124px; display: block; /*height: 230px;*/ }

.hof { height: 345px; overflow: hidden; }
/*.mediaBox{}
.mediaBox object{ margin-bottom:10px; height:289px;}*/

.dates { text-align: center; }
.dates ul { margin: 0; padding:0; }
.dates li { margin: 10px 0; clear:both; overflow:hidden; border-bottom: 1px dotted #000; padding: 0 5px; }
.dates .show { width: 90px; float: left; }
.dates .date { width: 95px; float: right; text-align: right; padding: 2px 0 0 0; }


/* countdown */
#countdown {
/*height: 130px;
padding: 10px;
text-align: center;*/
}
#countdown_dashboard { margin: 0 0 5px 0; overflow: hidden; clear:both; }
.dash {	width: 35px; height: 45px; float: left; margin: 0px 0 0 2px; padding: 0 0 0 3px; position: relative; color: white; text-align: center; display: block;  }
.dash .digit, .dash .digit div { font-size: 22px; color: #fff; float: left; width: 15px; text-align: center; position: relative; height:25px; overflow: hidden; }
.dash_title { font-size: 10px; display: block; text-align: center; color: #999; clear: left;  }

input, select, textarea {border: 1px solid #222; background: #111; font-size: 12px; color: #999;}
textarea { padding: 3px; }

.goodies textarea { width: 200px; height: 110px; font-size: 10px; overflow: auto;}

.jMyCarousel{position:relative; margin:0 auto;}
.jMyCarousel ul{ overflow:hidden;}
.jMyCarousel ul li{ float:left; width:100px; height:306px;}
.jMyCarousel ul li a img{ border:none; outline:none;}
.jMyCarousel .next,.jMyCarousel .prev{ position:absolute; top:150px; z-index:1000; width:40px; height:61px; display:block; text-indent:-9999px;}
.jMyCarousel .prev{left:0px; background:url(../../Assets/jcarouselLite/left.png) no-repeat top center scroll;
_background:url(../../Assets/jcarouselLite/arrow_left.gif) no-repeat top center scroll;}
.jMyCarousel .next{ right:0px; background:url(../../Assets/jcarouselLite/right.png) no-repeat top center scroll;
_background:url(../../Assets/jcarouselLite/arrow_right.gif) no-repeat top center scroll;}

/* Footer */
#footer-container{margin-top:30px;padding:25px 0;margin-bottom:20px; border-top:1px solid #999;}
#footer-container #footer{color:666;font-family:Arial, Helvetica, sans-serif;}
.nav {margin:12px 0 0 15px;}
#footer {color:#666;margin-bottom:3px;}
#footer p {font-size:13px; margin:0 0 3px 0;}
#footer a {text-decoration:none; color:#666;}
#footer a:hover {text-decoration:none; color:#999;}
#footer .coke-logo { float:left;}
#footer .logos { float:right; margin:15px;}
#footer .logos a { margin:0 0 0 8px;}
.c_12{margin:auto auto auto 10px;}
c_12 .g_8 {width: 640px;}
.c_12 .g_4 {width:300px; float:right;}
.c_12 .g_1 {width: 60px;}
.alpha {margin-left: 0;}
.c_12 .g_7 {width: 520px;}
.omega {margin-right: 0;}
.g_1, .g_2, .g_3, .g_4, .g_5, .g_6, .g_7, .g_8, .g_9, .g_10, .g_11, .g_12 {display: inline;float: left;margin-left: 10px;margin-right: 10px;}
.c_12 .g_8 {width: 620px;}

/* Main Nav */
#mainnav {float: right;margin: 49px 0 0;text-align: right;width: 652px;}
#mainnav ul {margin:0;}
#mainnav ul li {padding: 8px 5px 10px 4px;position: relative;z-index: 10; display:inline;}
#mainnav li a {color: #FFFFFF;font-family: 'AdobeCorporateIDMyriadPaRoman',Arial;font-size: 18px;text-transform: uppercase;}
#mainnav li a:hover, #mainnav li a.active {color:#E51F2B !important;}

/* Top Panel */
.pannel-wrap {background:#111111;border-bottom: 1px solid #E51F2B;color: #FFFFFF;height: 500px;left: 0;margin-top: -501px;position: absolute;top: 0;width:99%;z-index: 11;}
.trigger {float: right;position: relative;top: 0;width: 101px;}
.trigger a {color:#FFF;font-family: "Lucida Sans Unicode";line-height: 28px;text-decoration: none;}
.trigger a:hover {color:#999999;}
.open {background: url("../../images/openarrow.jpg") no-repeat scroll 100% 0 transparent;display: block;font-size: 11px;height: 30px;}
.close {background: url("../../images/closearrow.jpg") no-repeat scroll 100% 0 transparent;display: block;font-size:11px;height: 30px;}
#panel {height:440px;overflow:hidden;padding:20px;}
#panel h3 {font-size:18px;font-family: 'AdobeCorporateIDMyriadPaRoman',Arial;}

div.topseasons .panelc1 {float:left; width:130px; padding:20px;}
div.topseasons .panelc1:hover {background:#131313;}
div.topseasons .panelc1 a {color:#FFFFFF;text-decoration:none;}
div.topseasons .panelc1 a:hover {color:#E51F2B;}
div.topseasons .panelc1 li {line-height:18px;font-size:11px;}
div.topseasons .panelc1 ul li ul {margin: 0 0 5px 10px;}
div.topseasons .panelc1 ul li ul li a {color:#fff;font-size:11px;}
.s1logo {height: 82px;margin: 0 0 20px;}
.s2logo {height: 57px;margin: 0 0 20px;padding:25px 0 0;}
.s3logo {height: 82px;margin: 0 0 20px;}
.s4logo {height: 56px;margin: 0 0 20px;padding:25px 0 0;}

div.topseasons {margin: 0 0 10px;overflow:hidden;}
div.topcoke {clear:both; padding:10px 20px 20px 20px;}
div.topcoke:hover {background:#131313;}
div.topcoke ul li {display:inline; margin:0 15px 0 0;}
div.topcoke ul li a {font-size:12px;}

/* Topbar */
#topbar {background:#000000;border-bottom: 1px solid #292929;height:29px;padding:0 15px;position:relative;z-index:12;}
#topright {float:right;}
#topleft {float: left;margin: 0 10px 0 0;padding: 6px 0 0;width: 275px;}
#topleft ul{width:464px; margin:0;}
#topleft ul li { margin:0 2px 0 0; display:inline;}
#topleft ul li a{color:#FFFFFF;font-family: 'AdobeCorporateIDMyriadPaRoman',Arial;font-size: 15px;padding: 2px 5px 0 4px;text-transform: uppercase;}
#topbar ul li a {font-size:15px; color:#FFF;}
#topbar ul li a:hover, a.current {background:#e51f2b;}

#search {float:left; margin:2px 0 0;}

.search {border:none;font-size:11px;margin:0 -4px 0 0;padding:0 0 0 4px;width:155px;background:#fff; float:left; padding:3px 5px;}
.searchsubmit {background: url("../../images/search-icon.png") no-repeat scroll 6px 3px #E51F2B;border:none;color:#FFFFFF;padding: 2px 10px; height:20px; width:25px;}

#title a {background: url("../../images/season2/logo.jpg") no-repeat scroll 0 0 transparent; display: block;float: left;height: 100px;margin: 30px 0 0;width: 186px;}
#title a span {display: none;text-indent: -9000px;}
#header2 { display:none;}

/* Search */
#sresult {background:#232323;left: 300px;position: absolute;top: 24px;z-index: 999;}
#sresult h3 {border-bottom:1px solid #363636;margin:0;padding:5px 7px;font-family:'AdobeCorporateIDMyriadPaRoman',Arial;}
#sresult ul {margin:0;}
#sresult li {background:#111111;border-bottom: 1px solid #272727;overflow: hidden;padding: 8px 6px;width: 288px;}
#sresult a {background:none !important;display: block;height: 35px;overflow: hidden;text-decoration: none;font-family: 'AdobeCorporateIDMyriadPaRoman',Arial; text-transform:uppercase;}
#sresult li:hover {background: none repeat scroll 0 0 #0B0B0B;}
#sresult img {float: left;height: auto;margin: 0 10px 0 0;width: 50px; border:none;}
#sresult span.title {color: #FFFFFF;display: block;margin: 1px 0 0;font-family: 'AdobeCorporateIDMyriadPaRoman',Arial;}
#sresult span.desc {color: #666666;display: block;}

