/* ------------------------------------------------------------
	
	Title:		The A.C. Show Style Sheet
	Author:  	matt@alazair.com
	Created:	April 27 2006
	
------------------------------------------------------------- */

body{ 
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	color:black;
	background-color:#DAD5B8;
	}

/* ------------------------------------------------------------
	
	Layout 
	
------------------------------------------------------------- */

#header{
	width:770px;
	height:151px;
	margin:0px auto;
	}
	
#main{
	width:764px;
	margin:0px auto;
	}
	
#mainunderlay{
	float:left;
	background:url(../images/mainrepeat.jpg) repeat-y;
	}
	
#maintop{
	float:left;
	width:764px;
	height:20px;
	background:url(../images/maintop.jpg) no-repeat;
	}

#leftmain{
	float:left;
	width:181px;
	}
	
#rightmain {
	float:right;
	width:181px;
	margin:-20px 45px 20px 0px;
	}

#topbox{
	float:left;
	width:181px;
	margin:0px 0px 0px 20px;
	background-color:#006000;
	background-image:url(../images/greenbox.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.topleftcorner{
	float:left;
	width:10px;
	height:10px;
	background:url(../images/topleftbox.jpg) no-repeat;
	}
	
.toprightcorner{
	float:right;
	width:10px;
	height:10px;
	background:url(../images/toprightbox.jpg) no-repeat;
	}

.boxtext{
	float:left;
	width:169px;
	margin-left:5px;
	}
	
.bottomleftcorner{
	float:left;
	width:10px;
	height:10px;
	background:url(../images/bottomleftbox.jpg) no-repeat;
	}
	
.bottomrightcorner{
	float:right;
	width:10px;
	height:10px;
	background:url(../images/bottomrightbox.jpg) no-repeat;
	}
	
#middlebox{
	float:left;
	width:181px;
	margin:20px 0px 0px 20px;
	background-color:#006000;
	background-image:url(../images/greenbox.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#bottombox{
	float:left;
	width:181px;
	margin:20px 0px 0px 20px;
	background-color:#006000;
	background-image:url(../images/greenbox.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
		
#airtime{
	width:171px;
	height:14px;
	font-size:11px;
	font-weight:bold;
	color:#DAD5B8;
	border-bottom:1px solid #DAD5B8;
	}
	
#quicktime{
	float:left;
	width:108px;
	height:111px;
	margin-right:10px;
	background-color:#A3A08A;
	text-align:center;
	}

#maintext {
	float:left;
	margin:0px 25px 0px 30px;
	width:526px;
	}
	
.clear{
   clear:both;
   float:none;
   margin-bottom:15px;
   } 
	
#mainbottom{
	float:left;
	width:759px;
	height:20px;
	background:url(../images/mainbottom.jpg) no-repeat;
	}
	
#footer{
	clear:both;
	width:739px;
	height:20px;
	margin:0px auto;
	text-align:center;
	}
	
.rss{
	clear:none;
	border:0;
	}
	
#rss_area{
	text-align:center;
	font-size:9px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #878471;
	}

/* ------------------------------------------------------------
	
	Links
	
------------------------------------------------------------- */	
	
a:link{
	color:#003300;
	text-decoration:none;
	}
	
a:visited{
	color:#006600;
	text-decoration:none;
	}
	
a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
/* ------------------------------------------------------------
	
	Images
	
------------------------------------------------------------- */
img {
	border:0;
}

.border{
	margin:0px;
	padding:0px;
	border:5px solid #C6C1A7;
	}


.border_right{
	margin:0px;
	padding:0px;
	text-align:right;
	border:5px solid #C6C1A7;
	}
	
.newsimage{
	margin:0px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border:2px solid #C6C1A7;
	}
	
.newsimage:hover{
	margin:0px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border:2px solid #000000;
	}
	
.newsimage_left{
	margin:0px 5px 5px 0px;
	padding:5px 5px 5px 5px;
	border:2px solid #333;
	float:left;
	}
	
.newsimage_right{
	margin:0px 0px 5px 5px;
	padding:5px 5px 5px 5px;
	border:2px solid #333;
	float:right;
	}
	
	
	
/* ------------------------------------------------------------
	
	Fonts
	
------------------------------------------------------------- */

.tantext{
	display:block;
	font-size:9px;
	text-align:center;
	color:#DAD5B8;
	}

.tanheader{
	display:block;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#DAD5B8;
	}
	
.smalltext{
	display:block;
	font-size:9px;
	text-align:center;
	font-style:italic;
	}

.head1{
	display:block;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	}
	
.head2{
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
.head3{
	font-family:verdana,arial,sans-serif;
	font-size:14px;
	display:block;
	text-align:center;
	}
	
.head3_white{
	font-size:16px;
	display:block;
	color:#dad5b8;
	text-align:center;
	}
	
.coverage {
	font-size:18px;
	display:block;
	color:#dad5b8;
	text-align:center;
	}
	
.coverage a:link{
	color:#dad5b8;
	text-decoration:none;
	}
	
.coverage a:visited{
	color:#dad5b8;
	text-decoration:none;
	}
	
.coverage a:hover{
	color:#dad5b8;
	text-decoration:underline;
	}
	
.centered{
	display:block;
	text-align:center;
	}
	
.right{
	text-align:right;
	}
	
.italics{
	font-style:italic;
	}
	
.bold{
	font-weight:bold;
	}
	
.store_text {
	font-family: Verdana, sans-serif;
	background-color: #DAD5B8;
	font-size: 9px;
	color: #000000;
	text-align: center;
	}

.store_options {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #DAD5B8;
	border-color: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}
	
.castheader {
	letter-spacing:3px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
/* ------------------------------------------------------------
	
	Tables
	
------------------------------------------------------------- */

table{
	width:100%;
	height:93px;
	}

.regular_table{
	width:100%;
	height:30px;
	}

.tabletop{
	vertical-align:top;
	text-align:center;
	}

.tablebottom{
	vertical-align:middle;
	}
	
.tdcenter{
	text-align:center;
	}
	
.tablestore{
	border:1px solid #000000;
	text-align:center;
	vertical-align:middle;
	}
		
.tdinfo{
	background-color:#C6C1A7;
	text-align:center;
	vertical-align:middle;
	}