/*
	=====================
	general/global styles
	=====================
*/
body { background-color: #000;
	font-family: Verdana, Arial; 
	color: #fff;
	font-size: 10px;
	}
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;}
h1, h2, h3, h4 {font-weight:bold;}
h5, h6 {font-weight:normal;}
h1 {font-size:15px;}
h2 {font-size:14px;}
h3 {font-size:13px;}
h4 {font-size:12px;}/* perhaps used for footer headings */
h5, h6 {font-size:11px;}/* perhaps used for footer headings */
/***** common formatting *****/
p, ul, ol {margin:0;padding:0;}
ul, ol {padding:0 0 1.25em 2.5em;}
blockquote {margin:1.25em;padding:1.25em 1.25em 0 1.25em;}
img {border:0;}
sup {position:relative;bottom:0.3em;vertical-align:baseline;}
sub {position:relative;bottom:-0.2em;vertical-align:baseline;}
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dashed;}
/*
	=====================
	template styles
	=====================
*/
table.navbar_table {
	
	}
.navbar {
	padding: 5px; 
	font: normal 10px Verdana;
	color: #fff;  
	text-transform: uppercase; 
	text-align: right;	}
.navbar a:link, .navbar a:visited {
	font: normal 10px Verdana;
	text-decoration: none;
	color: #fff;	
	vertical-align: middle;
	}
.navbar a:hover, .navbar a:active {
	font: bold 10px Verdana;
	color: #fff;
	font-weight: bold;
	}
.navbar_current {
	padding: 5px; 
	font: bold 10px Verdana;
	color: #fff;  
	text-transform: uppercase; 
	text-align: right;	}
.navbar_up { font-family:Verdana; font-weight: bold;  padding: 5px 0px 5px 15px; background-color: #ccc; color: #000;}


#season { 
	width:80px; text-align:center;}
#seasontitle {
	color:#fff; 
	background:url(images/season23_logo.png) no-repeat right bottom;
	background-color:#000; 
	height:87px; 
	width:77px;
	padding:5px 0 0 5px;
	font-size:13px; 
	font-weight:bold; 
	font-family:Verdana; 
	text-align:center;
	position:relative;}
	
	#seasontitle span {
	position:absolute; top:-800px; left:0;}
	
#seasonnumber { 
	color:#fff; 
	font-size:40px; 
	font-family:Verdana;  
	font-weight:bold;
	line-height: 75% }
.show { 
	background-color:#000; 
	color:#fff; 
	text-align:right; 
	font-size: 9px;
	padding:5px 0;
	}
.show a:link, .show a:visited {
	color: #a2adb1;
	text-decoration: none;
	font-weight:normal;
	}
.show a:hover {
	text-decoration: underline;
	}
.show div.showtickets, .show div.showtickets a:link, .show div.showtickets a:visited  {
	font-weight:normal;color: #da4040}
.nowshowing { 
	background-color:#000;
	color:#b79551; 
	text-align:right; 
	font-size:9px; 
	padding:5px 0;
	}
.nowshowing a:link, .nowshowing a:visited {
	color: #b79551;
	text-decoration: none;
	}
.nowshowing a:hover {
	text-decoration: underline;
	}
.nowshowing div.showdates { background:#a2adb1; padding:1px; text-align:center; margin-top:3px; color:#000;}
.nowshowing div.showtickets { background: url(images/black_arrow_right.png) right top no-repeat #fff; padding:0 12px 0 0; height:12px; text-align:right; margin-top:3px; color:#000; font-weight:bold;}
.nowshowing div.showtickets a:link, .nowshowing div.showtickets a:visited {color:#da4040;}
.nowshowing div.showtickets a:hover {color:#000;}
#maincontent { 
	width: 550px;
	height: 550px;
	min-height: 550px;
	background-color: #000; 
	border:1px solid #a2adb1; 
	}
html>body #maincontent {
	height: auto;
	}
#footer { background-color: #000; }
#title {  width: 100%; text-align: right; border-bottom: #1px solid #fff; background-color: #000; color: #fff; padding: 5px; font-size: 20px; font-family: Trebuchet MS, Arial;}
.page_header {
	background-color: #da4040;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	text-decoration: none;
	font-family: Verdana;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle; }
.polaroid {	
	background-color: #000;  
	font-family:Verdana; 
	font-size: 9px;  
	text-align:left;  }
.polaroid a:link, .polaroid a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
.polaroid a:hover {
	text-decoration: underline;
	}
.id {
	font-weight: bold; 
	font-size: 9px; 
	font-family: Trebuchet MS; 
	color: #fff;
	width:100%; 
	text-align:right; 
	padding-right: 3px; 
	line-height:80%}
.copyright {
	font-size: 10px; text-align:right;
	}	
#stc_logo, #stc_logo span { width:700px; height:87px; background:url(images/stc_logo_2009_web.png) no-repeat left;}
/* This is what moves the text under the span */
#stc_logo span { margin-bottom: -800px; }
/* code for all styled headers */
h1 span { display: block; position: relative; z-index: 1; }



/*
	=====================
	index_content styles
	=====================
*/
.promo_image { }
.promo_image_half { }
.promo_image_frame {
	border: 1px solid #000; 
	background-color: #ccc; 
	margin:4px; 
	padding:4px; 
	font-family:Verdana; 
	font-size: 14px; 
	font-weight:bold; 
	text-align:center; 
	color:#000;
	}
.promo_image_frame_half {
	border: 1px solid #000; 
	background-color: #ccc; 
	margin:4px; 
	padding:4px; 
	font-family:Verdana; 
	font-size: 14px; 
	font-weight:bold; 
	text-align:center; 
	color:#000;
	}
.promo_full { background-color:#fff; border: #000 1px solid; width:530px; font-family:Verdana; font-size: 14px; margin:10px; color:#000;}
.promo_halfnhalf { width:530px; margin:10px; color:#000;}
.promo_half_frame {width: 257x;}
.promo_half_divider {width:10px;}
.promo_half_left { background-color:#000; border: 1px #fff dotted; width:260px; font-family:Verdana; font-size: 14px; color:#fff;vertical-align:top; margin:10px 0px}
.promo_half_right {background-color:#000; border: 1px #fff dotted; width:260px; font-family:Verdana; font-size: 14px; color:#fff; }
.promo_head { font-weight:bold; font-size: 18px; color: #c00; padding: 3px 3px 3px 3px; font-family:Arial, Verdana; line-height:15px;}
.promo_subhead { font-weight:bold; font-size: 12px; color: #fff; padding: 3px 0px 3px 5px; }
.promo_text {
	font-size: 11px;
	padding: 2px;
	color: #fff;
	}
.promo_text a:link, .promo_text a:visited {
	color: #c00;
	text-decoration: none;
	}
.promo_text a:hover {
	text-decoration: underline;
	}
.ticket_table { width: 200px; }
.dates { font-family: Verdana, Arial;font-size: 11px; font-weight: bold; color: #c00; text-align: center; }
.tickets { 
	width: 100px; 
	border: 1px solid #000; 
	background-color: #fc0; 
	color: #fff;
	text-decoraction: none;
	padding: 5px; 
	margin: 5px; 
	text-align: center; 
	font-weight: bold;
	font-size: 11px;
	}
.tickets a:link, .tickets a:visited { color: #000; }
.tickets a:hover { text-decoration: underline; }

.breadcrumbs {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color: #990000; text-decoration: underline}
.content {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #fff;
	margin-right: 7px;
	}
.content a:link, .content a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
.content a:hover {
	text-decoration: underline;
	}
.link {  font-color: #0000FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; text-decoration: underline}
.link:link { font-color: #0000FF; text-decoration: none; }
.link:visited { font-color: #0000FF; text-decoration: none; }
.link:hover { font-color: #0000FF; text-decoration: underline; }
.link:active { font-color: #0000FF; text-decoration: none;}

.hilite { font-size:9px; line-height: 90%; margin-top:2px; margin-bottom:2px;}

a.company_link:link, a.company_link:visited {
	color: #ffffff;
	text-decoration: none;
	font-color: #ffffff;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size:12px;
	margin-bottom: 80px;
	}
a.company_link:hover {
	text-decoration: underline;	
	}
.dot_header_right {
	border-left: 1px dotted #312B30;
	border-top: 1px dotted #312B30;
	border-bottom: 1px dotted #312B30;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	}
.dot_header_left {
	border-right: 1px dotted #312B30;
	border-top: 1px dotted #312B30;
	border-bottom: 1px dotted #312B30;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	}
.content_large {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	}

/*
	=====================
	index_company styles
	=====================
*/
#fullname {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 20px;
	padding: 4px 0 3px 4px;
	background-color:#da4040;
	}
#job {
	color: #ccc;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
	padding: 4px 0 5px 4px;
	background-color:#da4040;
	}
#back {
	float: right;
	margin-top: 5px;
	margin-right: 3px;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #ccc;
	}
#back a:link, #back a:visited {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	}
#back a:hover { 
	text-decoration: underline;
	}
#personal_history { 
	float: right; 
	width: 200px;	
	align: right;
	margin-left: 13px;
	margin-bottom: 13px;
	}
.history_season	{
	border-left: 1px dotted #312B30; 
	border-top: 1px dotted #312B30; 
	border-bottom: 1px dotted #312B30; 
	margin-top: 5px;
	color: #ccc;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	align: right;
	padding: 3px;
	}
.history_show {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	margin-right: 5px;
	}
.history_credit {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	margin-right: 5px;
	}
.bio {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-size: 13px;
	text-align: left;
	padding: 12px
	}
.name { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px;}
.name a:link, .name a:visited, .name a:active { font-weight:normal; text-decoration:none; color:#fff;font-size: 10px;}
.name a:hover{ font-weight:bold; text-decoration:underline; }

/*
	=====================
	index_company styles
	=====================
*/
.large_season_num {
	color:#aaa; 
	font-size:40px; 
	font-family:Verdana; 
	line-height: 75%; 
	font-weight:bold;
	}
.season_years {
	color:#aaa; 
	font-size:12px; 
	font-family:Verdana; 
	line-height: 80%; 
	font-weight:bold;
	}
.production {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #ccc;
	}
.production a:link, .production a:visited {
	color: #fff;
	text-decoration: none;
	}
.production a:hover {
	text-decoration: underline;
	}
.production_info {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ccc;
	}

/*
	=====================
	index_contact styles
	=====================
*/
td.job_credit {
	font-family: Verdana;
	color: #ccc;
	font-size:12px;	
	}
td.job_credit a:link, a:visited {
	color: #ccc;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	}
td.job_credit a:hover {
	text-decoration: underline;	
	}

/*
	=====================
	index_mailform styles
	=====================
*/

/*
	=====================
	index_wireless submission styles
	=====================
*/
table.wireless_schedule {
	width: auto;
	}
td.wireless_schedule {
	padding: 10px 10px 0px 0px;
	color:#fff;
	font-size:11px;
	}
