/* Entertainment Page Specific Styles */
@import url('/css/entertainment.css');
/* Basic Inside/Child Page Specific Styles */
@import url('/css/inside.css');


html {
	min-width:950px;
	margin-top: 0;
	padding: 0;
	text-align: center;
    background-image:url(/img/bg.jpg);
    background-repeat:no-repeat; 
    background-position:top center;	
	background-color:#9CC350;
	
}

body {
	margin:0;
	padding:0;
	
}

p	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	padding:5px;
	margin: 0 0 0px;
	color:#111;
}
 a  {
	COLOR: #006633; TEXT-DECORATION: underline 
}
 a:hover {
	COLOR: #AE7200; TEXT-DECORATION: none
}


h1 {
  font-size: 26px;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0;
  padding:0px;
  font-weight: bold;
}


h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding:5px;
}

h3 {
  font-size: 20px;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin:0;
  padding:0px;
  font-weight: bold;
}

/*  Count down style */
#days-til {
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFF; 
	padding-top:5px;
	margin-left:5px; 
	margin-right:5px; 
	text-align:center; 
	background-color:#fff; 
	background-image:url(/img/front/time-bg.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
 	font-size:14px; height:25px;
}

/*  Navigation Bar */
ul.navbar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	height: 41px;
}

ul.navbar li
{
	margin:10px 0 0 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-repeat: no-repeat;
}


ul.navbar a
{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	padding:18px 8px 12px 8px;
	color: #ffffff;
	text-decoration: none;
	background-image:url(/img/nav-divider.jpg);
	background-position:right;
	background-repeat:no-repeat;

}




ul.navbar a:hover
{

	background-repeat: no-repeat;
	text-decoration:underline;
	padding:18px 8px 12px 8px;

}


ul.navbar iframe
{
	position: absolute;
	z-index: 1010;
}

@media screen, projection
{
	ul.navbar li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}

.search-form 
{background-image:url(/img/Nav/nav-bg.jpg);
background-color:#333;
height:27px; overflow:hidden; width:235px;
padding-top:8px; 
padding-bottom:5px;
display:inline-block;
}
.search-input {-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #6C6C6C; 
	color:#ABABAB; 
	width:150px; 
	padding:4px;
	margin-left:12px;	
	display:block;
	float:left;
}
#submit {
	float:left;
}
/* END Navigation Bar */
/* Start page */
#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 174px;
	background:#FFF url(/img/container-bg.jpg) no-repeat;
}
#header {
	margin:0 0 0 100px;
}

/* holds news stories */
#info {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
	float:left;
	width:550px;
}
.info-after {
	margin:15px;
	float:left;
	width:610px;
	border-top:1px dashed #ccc;
	padding:10px;
}
.feature {
	width:310px;
	margin-bottom:5px;
	float:right;
}
#news-container h1 {
	margin-bottom:5px;
	margin-top:0;
	padding:0;
	border-bottom:#EAEAEA solid 1px;
	display:block;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
#news-container .feature a img {
	border:5px solid #E2E2E2;
}

#news-container .feature a:Hover img {border:#0C3 5px solid;}

.feature h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0;
	margin-bottom:2px;
}
.feature p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
}
.feature-title {
	padding:5px;
	float:right;
	width: 150px;
}
.feature-title a {
	text-decoration:none;
	font-weight:bold;
	color:#9CC350;
}
.feature-title a:Hover {
	color:#F93;
}
	
/* END news container */	

/* video container */
#videos-cont {
	float:right;
	border:#CCC 1px solid;
	background-color:#F5F5F5;
	padding:14px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:230px;
	margin:10px 15px 10px 5px;
	display: inline;
}

#videos-cont h1 {
	margin-bottom:5px;
	margin-top:0;
	padding:0;
	border-bottom:#EAEAEA solid 1px;
	display:block;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
/*END Video Container */
img.image { padding:5px; background:#f5f5f5; 
border:1px solid #ccc;
}

/*other links Container */
#otherlinks {
	background-color:#111;
	padding:5px 5px 5px 12px;
	margin:12px 5px 5px;
	height:180px;
}
ul#otherlinks-list {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#otherlinks-list li {
	list-style:none;
	margin:7px;
	float:left;
}
ul#otherlinks-list li.one {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/academy-bg.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.one h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px 5px 50px 5px;
	color:#FFF;

}
ul#otherlinks-list li.one h3 a, ul#otherlinks-list li.two h3 a, ul#otherlinks-list li.three h3 a, ul#otherlinks-list li.four h3 a, ul#otherlinks-list li.five h3 a  {
	color:#FFF;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display: block;
}
ul#otherlinks-list li.one h3 a:hover, ul#otherlinks-list li.two h3 a:hover, ul#otherlinks-list li.three h3 a:hover, ul#otherlinks-list li.four h3 a:hover, ul#otherlinks-list li.five h3 a:hover  {
	color:#0C3;
	text-decoration:underline;
}

ul#otherlinks-list li.two {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/freesticker.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.two h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.three {
	text-align:right;
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/buytickets.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.three h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.four {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/committee-bg.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.four h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.five {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/mediapass.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.five h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}




/*Footer */
#footer {
	min-height:257px;
	background-image:url(/img/front/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:700px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D4D4D4;
	background-color: #FFF;
}
ul.connect-foot {
	float:left;
	margin:25px 0px 15px 25px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.connect-foot li {
	list-style:none;
	margin:3px;
}
ul.connect-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.connect-foot a {
	color:#5e821c;
	text-decoration:none;
}

ul.connect-foot li.facebook {
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/facebook-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.myspace{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/myspace-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.flickr{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/flickr-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.youtube{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/youtube-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.bit{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/enews.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.twitter{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/twitter-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.blog{
	display:block;
	padding-left:20px;
	font-weight:normal;
	background-image:url(/img/front/social/blog-icon.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
ul.connect-foot li.more{
	display:block;
	padding-left:20px;
	font-weight:normal;
	font-size:12px;
}

ul.entertain-foot {
	float:left;
	margin:25px 0px 15px 45px ;
	padding:0 ;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.entertain-foot li {
	list-style:none;
	margin:3px;
}
ul.entertain-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.entertain-foot a {
	color:#5e821c;
	text-decoration:none;
}
	
ul.info-foot {
	float:left;
	margin:25px 0px 15px 45px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.info-foot li {
	list-style:none;
	margin:3px;
}
ul.info-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.info-foot a {
	color:#5e821c;
	text-decoration:none;
}

ul.sponsor-foot {
	float:left;
	margin:25px 0px 15px 45px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.sponsor-foot li {
	list-style:none;
	margin:3px;
}
ul.sponsor-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.sponsor-foot a {
	color:#5e821c;
	text-decoration:none;
}


ul.favorites-foot {
	float:left;
	margin:25px 0px 15px 45px;
	padding:0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.favorites-foot li {
	list-style:none;
	margin:3px;
}
ul.favorites-foot li.title {
	font-size:14px;
	font-weight:bold;
}
ul.favorites-foot a {
	color:#5e821c;
	text-decoration:none;
}
.footer-bottom {
	margin-top:5px;
	float:left;
	margin-left:10px;
}

/*End Footer */
/* hack's for Internet Explorer */
/*\*/
* html #footer {
height: 257px;
}
* html body{
	padding-top:165px;
}

.select {
	padding:4px; 
	background:white;
	border:1px solid #D5D5D5;
}
.ticket-link a {color:#fff;
padding:10px; 
display:inline-block;
background-color:#77a22f;
border:1px solid #5e821c;
margin:10px;
clear:both;
}
.ticket-link a:hover {color:#fff;
padding:10px; 
display:inline-block;
background-color:#5e821c;
border:1px solid #77a22f;
margin:10px;
clear:both;
}
form {margin:0;
padding:0;
}
.blog-list {list-style:none; font-size:12px; text-decoration:none; font-family:Verdana, Geneva, sans-serif;
}
.blog-list li{padding:3px;
}

	
