@charset "UTF-8";
/* CSS Document */

*
{
		margin:0;
		padding:0;
		
}

Body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-color:#000;
	color:#D1D3D4;
}

a
{
	color:#D1D3D4;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
.master
{
		width:100%;
		height:auto;
		overflow-x:auto;
		overflow-y: auto;
}

.header
{
		width: 100%;
		height: 145px;
		display:inline-table;
		background-image:url(../images/header-bg.jpg);
		background-repeat:repeat-x;
		background-position:center; 
		
}

.centered-content
{
	width:890px;
	height:auto;
	margin: 0 auto;
}

.header-left
{
	float:left;
	width:auto;
	height:auto;
	position:relative;
	top:40px;
	left: 25px;
}

.header-right
{
	float:right;
	width:468px;
	height:58px;
	padding: 5px;
	background-image:url(../images/header-right-banner.png);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	top:25px;
	right:80px;
}

.top-ad-text
{
	width:auto;
	height:auto;
	position:relative;
	top: 24px;
	right:82px;
}

.main-content
{
		width:100%;
		height: auto;
		padding:10px 0 5px 0;
		background-image:url(../images/main-content-bg2.png);
		background-repeat:repeat-x;
		background-position: top;
		display:inline-table;
		clear:both;
}

.main-content-right
{
	float:right;
	width: auto;
	height: auto;
	padding: 7px;
	background-image:url(../images/right-vertical-banner.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

.vertical-ad-text
{
	
	text-align:center;
	
}

.main-content-left
{
	float:left;
	width: 750px;
	height: auto;
	
}

.main-menu
{
	width: 100%;
	height: auto;
	display:inline-table;
	margin:3px 0 0 0;
	padding:7px 0 0 0;
	background-image:url(../images/menu-bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.dropdown
{
	
	width: auto;
	height:35px;
	color:#D1D3D4;
	font-size: 9px;
	letter-spacing:1px;
	margin: 7px 0 5px 0;
	position:relative;
	top: 7px;
	
}

ul.dropdown li
{
	float: left;
	list-style:none;
	vertical-align:middle;
	text-transform:uppercase;
	
	
}

ul.dropdown li a
{
	display: block;
	padding: 8px 0 3px 0;
	
	
}

ul.dropdown ul li a
{
		padding: 7px 0 7px 0;
		font-size: 9px;
		text-transform:none;
}

ul.dropdown li.first
{
	padding: 0 8px 0 24px;
}

.go-button
{
	position:relative;
	top:4px;
	left:5px;
}

.go-button:hover
{
	position:relative;
	top:5px;

}

.search
{
	
	background-color:#000;
	width:128px;
	border:0;
	color:#555;
	padding:3px 0 0 0;
	font-size:10px;
	text-indent: 5px;
	border:.01em solid #222;

}


.search-form
{
	width:auto;
	height:auto;
	
}

.home-banner-area
{	
	width: auto;
	height: auto;
	padding: 0 7px 7px 7px;	
	background-image: url(../images/home-center-banner.png);
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
	
}

.featured-boxes
{
	width:auto;
	height:auto;
	display:inline-table;
	
}

.box
{
	float:left;
	display:inline;
	width: auto;
	height:auto;
	background-image: url(../images/home-button-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	padding: 8px 7px 0 7px;;
}

.box img:hover
{
	opacity: .77; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=77); /* IE lt 8 */
	-ms-filter: "alpha(opacity=77)"; /* IE 8 */
	-khtml-opacity: .77; /* Safari 1.x */
	-moz-opacity: .77; /* FF lt 1.5, Netscape */
}

.featured-show-schedule
{
	display:block;
	width: 233px;
	height:auto;
	font-size: 10px;

}

.schedule
{
	padding:7px 10px 0 13px;
	letter-spacing:.06em;
}

.show-site-link
{
	padding: 4px 10px 13px 13px;
	display:block;
	text-decoration:none;
	color:#FFCB05;
	
}

.show-site-link:hover
{
	position:relative;
	right: -2px;
	color:#FFCB05;
}




.promotion-area
{
	width:auto;
	height: auto;
	padding: 7px;
	background-image:url(../images/internal-banner-ad-space.png);
	background-repeat:no-repeat;
	background-position:center;
}


hr
{
	width: 210px;
	margin: 0 auto;
	background-image:url(../images/hr.png);
	background-position:center;
	background-repeat:no-repeat;
}



.footer
{
		width:100%;
		height: 115px;
		border-top: 1px solid #232323;
		background-image:url(../images/footer-bg.jpg);
		background-repeat:repeat-x;
		background-position:center;
		clear:both;
}

.footer img:hover
{
	position: relative;
	top:-2px;
}

.footer-logo-belt a
{
	 padding: 0 30px 0 30px;
}


.copyright-copy
{
		width:100%;
		height: 39px;
		display:inline-table;

}

.cc-left
{
	float:left;
	width:auto;
	position: relative;
	top:13px;

}

.cc-right
{
	float:right;
	width:auto;
	position: relative;
	top: 13px;

}


.footer-logo-belt
{
	position:relative;
	top: 20px;
}


.watch-button
{
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}


.watch-button:hover
{
	position:relative;
	top:1px;
	opacity: 1.00; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1.00; /* Safari 1.x */
	-moz-opacity: 1.00; /* FF lt 1.5, Netscape */
	
}

/*######### IDs #####################*/



#sb-link
{
	color:#00A651;

}

#hc-link
{
	color:#27AAE1;
}


