/* Homepage Styles */
#Content
{

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

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

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

	float: left;
}

#LatestNews div.inner
{
	background-color: black;
	height: 440px;
	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: #ffd36c;
	margin: 6px 0;
}

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

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

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

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

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

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

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

#Lineup .inner
{
	padding: 12px;
	background-color: white;
	height: 440px;
}

#PosterLink
{
	display: block;
	background-color: #000000;
	background-image: url(images/poster_thumb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 193px;
	padding: 310px 10px 6px 10px;
	text-align: right;


	color: #ffd36c;
	text-decoration: none;
	font-weight: bold;
}

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

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

#Countdown
{
	background-image: url(images/countdown_bg.png);
	background-repeat: no-repeat;
	background-position: left top;

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

	width: 244px;
	padding: 0 8px 0 10px;
	float: left;
	margin-left: -12px;

	color: #ffffff;
}

#Countdown .inner
{
	padding: 12px;
	height: 440px;
	font-size: 10px;
}

#Countdown\00003aTicker
{
	font-weight: bold;
	text-transform: uppercase;
}

#Countdown\00003aDays, #Countdown\00003aMonths
{
	color: #6ab9e5;
}

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

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

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

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

#posterbg
{
	background-color: white;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	
}


#PosterLarge
{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -226px;
	z-index: 103;
	border: 6px solid white;
	border-left: 1px solid #000;
	 border-right: 1px solid #000;
	 border-top: 1px solid #000;
	 border-bottom: 1px solid #000;
}


