@charset "UTF-8";

/* Layout (global rules for all sizes) */

body {  margin:0; padding:0; }


		
	


/*--------------------------------------------------------------------------------------------*/
/********* end MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/


/* Layout Large Screens (default for older browsers) */

header {
	background: url(../images/banner_large.jpg) no-repeat right 0px;
	height: 275px;
	display: block;
	min-height:275px;
	height:auto !important;
}

header a.logo {
	width: 230px;
	height:255px;
	top: 5px;
	right: 400px;
	background-image: url(../images/logo_large.png);
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	}

/*--------------------------------------------------------------------------------------------*/
/********* begin MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
#nav-wrap {
	float:left;
	width: 100%;
	height: 40px;
	background:url(../images/nav-gradiant.jpg) repeat-x;
	border-top: 1px solid #00a7d3;
	border-bottom: 1px solid #00a7d3;
}
#nav-wrap #nav {
	width:95%;
	margin:0 auto;
	padding-top: 15px;	
	
}
#nav ul {
	white-space: nowrap;
	margin: 12px 10px 10px;
	
	
	
	}
#nav li {
	display: inline-block;
	list-style-type: none;
	float:left;
	padding-right: 20px;
	padding-left: 10px;	
}
#nav a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	text-shadow:none;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 20px;
}
#nav a:hover {
	text-shadow:none;
	color:#FAD247; 	
	
}
#nav .active a {
	text-shadow:none;
	color:#FAD247; 	
}
#menu-icon{
		display:none;
		
		
}


article {
	float: left;
	border-bottom: 1px solid #0e293f;
	margin-bottom: 5px;
	padding-top: 50px;
	padding-bottom: 15px;
	width: 100%;
	padding-left: 0px;
}
article h1  {
	text-align: center;
}
article p {
	padding-left: 7px;
}

article img{
	border: 1px solid #00A7D3;
	padding: 1px;
	margin-right: 10px;
	float: left;
	height: auto;
	margin-left: 10px;
	margin-bottom: 0px;
}

article_gallery img {
	border: none;
	float: none;
}

.article_segment {
	float: left;
	padding: 5px 5px 10px;
}
article .champions_pic img {
	height: auto;
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	margin-bottom: 5px;
	clear: right;
}
.schedule_container {
	float: left;
	width: 94%;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 5px;
}
.schedule_line {
	background: url(../images/line.jpg) repeat-y;
	min-height: 375px;
	float: left;
	width: 1px;
	margin-top: 10px;
}

.schedule_section {
	float: left;
	width: 31%;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 0.75em;
	margin-right: 5px;
}
.schedule_section h4 {
	line-height: 1.1em;
	font-style: italic;
	padding-top: -15px;
	padding-bottom: 1.5px;
	font-size: 1em;
}
.schedule_section p {
	margin-bottom: 4px;
}
.schedule_section h3 {
	text-transform: uppercase;
	/* [disabled]padding-bottom: -1px; */
	text-decoration: underline;
}
.schedule_container .schedule_nav {
	font-size: 1.3em;
	color: #00a7d3;
	text-transform: uppercase;
	text-align: center;
	clear: left;
	width: 100%;
	padding-top: 10px;
	/* [disabled]border: 1px solid #0e293f; */
}


.promo_container {
	padding: 0px 0px 15px 20px;
	clear: both;
}
.promo_container .promo {   
	width: 33%;
	float: left;
	background-position: 0px 3px;
}

.promo_container .promo .content { padding: 0px 30px 0px  70px; }
#movie {
	float: left;
	height: 184px;
	width: 300px;
	border: 1px solid #00a7d3;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-top: -5px;
	padding-bottom: -5px;
	margin-right: 500px;
}
.links p  img{
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 5px; */
	float: left;
	/* [disabled]border: none; */
	margin-right: 500px;
	margin-bottom: -20px;
	width: 65%;
	height:auto;
	
	
}

.links p {
	float: left;
	padding-left: 50px;
	padding-bottom: 15px;
	padding-right: 10px;
}




@media screen and (max-width: 990px){
	footer {  padding-left: 20px;}
	
	}
.page article #html5Vid {
	float:left;
	max-width: 75%;
	padding-left: 20%;
	padding-top: 25px;
}
