/* Homepage Styles */
  
#Content
{

	margin-top: 4px;
	z-index: 1;
}

#LatestNews
{
	width: 384px;
	padding: 0 10px;
	color: #ef6235;
	
	background-image: url(../img/latest_news_bg.png);
	background-repeat: no-repeat;
	background-position: center top;

	/* IE6 Compat */	
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/latest_news_bg.png', sizingMethod='crop');

	float: left;
}

#LatestNews div.inner
{
	background-color: black;
	height: 550px;
	padding: 12px;
}

#ImageGallery
{
	height: 338px;
	width: 354px;
	position: relative;
	background-color: #000000;
}

#ImageGallery .gallery-slide
{
	display: none;
	position: absolute;
	cursor: pointer;
}

#ImageGallery .active-slide
{
	display: block;
}

#ImageGallery .gallery-slide img
{
	display: block;
}

#ImageGallery .gallery-caption
{
	padding: 0 8px;
	height: 42px;
	background-color: #000000;
}

#ImageGallery .gallery-slide h5
{
	margin: 4px 0 0 0;
	font-size: 11px;
}

#ImageGallery .gallery-slide p
{
	margin: 0;
	font-size: 10px;
}

#ImageGallery ol
{
	margin: 0;
	position: absolute;
	bottom: 4px;
	right: 4px;
	text-align: right;
	z-index: 12;
}

#ImageGallery ol li
{
	display: inline;
	list-style: none;
	cursor: pointer;
}

#LatestNews h3
{
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 6px 0;
}

#NewsScroller
{
	height: 56px;
	overflow: auto;
}

#NewsScroller h4
{
	color: #FFFFFF;
	font-size: 14px;
	margin: 8px 0 0 0;
	font-weight: normal;
}

#NewsScroller p
{
	margin: 0 0 1em 0;
}

#NewsScroller a
{
	color: #f2952b;
	font-weight: bold;
}

#Lineup
{
	background-image: url(../img/lineup_bg.png);
	background-repeat: no-repeat;
	background-position: left top;

	/* IE6 Compat */	
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lineup_bg.png', sizingMethod='crop');

	width: 248px;
	padding: 0 16px 0 8px;
	float: left;
}

#Lineup .inner
{
	padding: 12px;
	background-color: black;
	height: 550px;
}


#Lineup h3
{
	font-size: 28px;
	text-transform: uppercase;
	margin: 4px 0;
	color: #000000;
}

#Lineup p
{
	margin: 0 0 1em 0;
	color: #89820e;
}


fieldset
{
	border: none;
	background-color: #262626;
	padding-top: 5px;
}

legend
{
	margin-top: 25px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

fieldset input
{
	border: none;
	background-color: white;
	width: 100%;
	color: #666666;
} 

fieldset button
{
	border: none;
	background-color: transparent;
	color: #f2942a;
	padding: 0;
	margin-top: 0.5em;
	font-size: 11px;
	text-transform: uppercase;
}

#posterbg
{
	background-color: black;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.postersubtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#Countdown {
background-image:url(../img/countdown_bg.png);
background-position:left top;
background-repeat:no-repeat;
color:#FFFFFF;
float:left;
margin-left:-12px;
padding:0pt 8px 0pt 10px;
width:244px;
}
#Countdown .inner {
font-size:10px;
height:550px;
padding:12px;

}

