/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modified by Devin Blakley for use by Media Spore, Inc. 2008
*/


/* START DEFAULT DECLARATIONS */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/circle.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: -85px 150px;
}

a{
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #24496D;
}

h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

img {
	border: none;
}
/* END DEFAULT DECLARATIONS */


/* START Page */
#page_left {
	float:left;
	width: 200px;
	overflow: visible;
}

#page_middle {
	float: left;
	width: 700px;
	overflow: visible;
}

#page_right {
	float: right;
	width: 100px;
	overflow: hidden;
}
/* END Page */


/* START Header */
#header {
	margin-left: 200px;
	background-image: url('images/1px_header_main.jpg');
	background-repeat: repeat-x;
	width: 900px;
	height: 35px;
}

#header_container{
}

#header_image{
	float: right;
	width: 0px;
	height: 32px;
	/* This controls the position of the right logo */
	margin-right: 180px;
}

#header_image_controller
{
	float: right;
}

/* START menu_internal */
#menu_internal {
	float: left;
	text-align: left;
	height: 20px;
	padding-bottom: 5px;
	margin-left: 6px;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	color: white;
}

.menu_internal a {
	text-align: left;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.menu_internal ul {
	list-style: none;
}

.menu_internal li {
	display: inline;
}

.menu_internal ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: orange;
}

.menu_internal ul li a {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: white;
}
	
.menu_internal ul li.first:before {
	content: "";
}

/* END menu_internal */

/* START menu */
/* Header Container > Header > Menu */
#menu a {
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 14px;
	font-size: 14px;
	color: white;
}

#menu {
	position: absolute;
	width: 820px;
	height: 32px;
	padding-left: 10px;
	margin: 0 auto; 
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}
/* END menu */


#separator {
	float: left;
	width: 1px;
	/* Pushes from top of container downward */
	margin-top: 17px;
	margin-right: 8px;
	margin-left: 6px;
	border-right: 1px solid white; 
	height: 11px;
}

#border_separator {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	margin-left: 200px;
	width: 900px; 
	text-align: center;
	padding-bottom: 1px;
	height: 1px;
}

/* Content */
#content {
	width: 900px;
/*	margin: auto auto; */
	overflow: visible;
}

/* Middle Nav */
#middleNav{
	padding-left: 10px;
	margin-bottom: 5px;
}

#bottomAd{
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}

/* Content > Main */
#main {
	/* Space between main content and dotted line */
	padding-top: 20px;
}

#main ul {
	margin: 0;
	padding: 8px 1px;
	list-style: none;
}

#main li {
	padding: 5px 15px;
}

/* Content Section */
/* 
	This area will allow manipulation of the structure of the site
	Currently the structure is as follows:
	_______________________________________________
	|outer left|inner left|inner right|outer right|
	-----------------------------------------------
*/
.outer_left_content {
	float:right;
	font-size: medium;
	overflow:visible;
}

.content_wrapper{
	float:left;
	text-align: left;
	width:760px;
	height: 80px;
	overflow:hidden;
	margin-left: 6px;
	background: green;
}


.content_layover{
	float:left;
	width:740px;
	padding: 8px;
	margin-bottom: 20px;
	margin-left: 6px;
	overflow:hidden;
	border: 2px solid #24496D;
	border-bottom: 2px solid #24496D;
}

.inner_left_content {
	float:left;
	width:402px;
	padding-left: 7px;
	padding-top:7px;
	padding-bottom:7px;
	overflow:visible;
}

.bar{
	height: 200px;
}

.bar_logo_container{
	float:left;
	width: 150px;
	height: 200px;
	margin-right: 15px;
	overflow: hidden;
}

.bar_logo{
	width: 144px;
	height: 150px;
	margin-right: 15px;
	border: 3px solid #24496D;
	overflow: hidden;
}

.bar_image_controller{
	height: 150px;
	width: 144px;
}

.bar_bottom_button{
	text-align: right;
	width: 144px;
	height: 20px;
	background: #24496D;
	border: 3px solid #24496D;
	overflow: visible;
}

.bar_info{
	margin-right: 10px;
	height: 200px;
	color: #24496D;
}

.mini_container{
	float:left;
	width: 357px;
	padding-right: 15px;
}


/* Mini Schedule */
.mini_schedule{
	border-left: 1px solid #24496D;
	border-right: 1px solid #24496D;
	border-bottom: 1px solid #24496D;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}

.mini_schedule_container{
	width: 100%;
	float: left;
}

.mini_schedule_event_container{
	width: 100%;
}

.mini_schedule_section_header{
	float: left;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	margin-top: 5px;
	width: 100%;
	color: white;
}

.mini_schedule_section_header_left{
	float: left;
	width: 100%;
	padding-left: 7px;
	font-size: 11px;
}

.mini_schedule_summary_container{
	float: left;
	width: 100%;
	height: 100%;
	background: #EEEEEE;
	color: #444444;
}

.mini_schedule_photo{
	float: left;
	width: 60px;
	margin-right: 9px;
}

.mini_schedule_section_body{
	height: 100%;
	background: #EEEEEE;
	padding-left: 4px;
	padding-right: 2px;
	margin-bottom: 1px;
	color: #444444;
	font-size: 10px;
}

.mini_schedule_section_body_header{
	padding-top: 8px;
	padding-bottom: 2px;
}

.mini_schedule_section_body_header a:link {
	color: #336699;
} 

.mini_schedule_section_body_header a:visited {
	color: #FF9900
}

.comments{
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}

.mini_comment_container{
	width: 100%;
}

.mini_comments{
	border-left: 1px solid #24496D;
	border-right: 1px solid #24496D;
	border-bottom: 1px solid #24496D;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}
.mini_comment_box{
	height: 100%;
	background: #EEEEEE;
	padding-left: 4px;
	padding-right: 2px;
	margin-bottom: 1px;
	color: #444444;
	font-size: 10px;
}

.admin_mini_comment_box{
	height: 100%;
	background: #DDDDDD;
	font-weight: bold;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 2px;
	margin-bottom: 1px;
	color: #444444;
	font-size: 10px;
}

.mini_comment_header{
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	margin-top: 5px;
	color: white;
	font-size: 11px;
	padding-left: 7px;
}

.comment_container{
	width: 100%;
}

.comment_box{
	height: 100%;
	background: #EEEEEE;
	padding-left: 9px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 8px;
	margin-bottom: 12px;
	color: #444444;
	text-align: left;
}

.admin_comment_box{
	height: 100%;
	background: #DDDDDD;
	font-weight: bold;
	font-size: 14px;
	padding-left: 9px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 8px;
	margin-bottom: 12px;
	color: #444444;
	text-align: left;
}

.comment_header{
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	margin-top: 5px;
	color: white;
	font-size: 11px;
	padding-left: 5px;
	text-align: left;
}

.specials_container{
	width: 277px;
}

.specials {
	width: 275px;
	border-left: 1px solid #24496D;
	border-right: 1px solid #24496D;
	border-bottom: 1px solid #24496D;
	background: white; 
	color: #24496D;
	opacity: .70;
}

.inner_right_content {
	float:left;
	width:322px;
	padding-right: 7px;
	padding-top:7px;
	padding-bottom:7px;
	overflow:visible;
}

.motd{
	height: 144px;
	color: #24496D;
	margin-bottom: 74px;
	border-left: 1px solid #24496D;
	border-right: 1px solid #24496D;
	border-bottom: 1px solid #24496D;
	overflow: hidden;
}

.live_feed{
	border-left: 1px solid #24496D;
	border-right: 1px solid #24496D;
	border-bottom: 1px solid #24496D;
	overflow: hidden;
}

.outer_right_content {
	float:right;
	width:120px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:7px;
	overflow:visible;
}


/* Footer */
#footer {
	clear: both;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	font-size: 10px;
	padding-left: 15px;
	padding-top: 8px;
	color: white;
	width: 900px;
	height: 20px;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

#footer a {
/*	color: #999999; */
}

/* Footer > Legal */
#legal {
}

/* Footer > Links */
#links {
}


/*
A {font-family:Georgia,serif; font-size:large}
A:link {
	color:black;
	text-decoration: none;
	font-weight:bold;
}
A:visited {
	color: #660066;
	text-decoration: none;
}
A:active {color: red;text-decoration: none}
*/

#info{
	width: 100px;
	border: 1px solid #336; 
	/*background-color: #f7f7ee;*/ 
	background: url(/images/img01.gif) repeat-x;color: #666666; 
	text-align: left; 
	filter: alpha(opacity:95); 
	KHTMLOpacity: 0.95; 
	MozOpacity: 0.95; 
	opacity: 0.95; 
}

.schedule_container{
	float: left;
	position: relative;
	left: 25px;
}

.schedule_header {
	height: 25px;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 5px;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	color: orange;
}

a:link { color: white;}
a:visited { color: #6699FF }
a:hover { color: #FFCC99 }
a:active { color: black }

.schedule_title{
	text-align: center;
}

.schedule_event_container{
	width: 690px;
/*	background: orange; */
	margin-bottom: 20px;
	margin-top: 20px;
}

.schedule_section_header{
	float: left;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	margin-top: 30px;
	width: 690px;
	color: white;
}

.schedule_section_header_left{
	padding-left: 5px;
	padding-top: 5px;
	float: left;
	width: 195px;
}
.schedule_section_header_center{
	text-align: center;
	float: left;
	font-size: 15px;
	padding-bottom: 2px;
	width: 300px;
}
.schedule_section_header_right{
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	text-align: right;
	width: 185px;
}

.schedule_summary_container{
	float: left;
	width: 688px;
	height: 100%;
	background: #EEEEEE;
	padding-right: 2px;
	color: #444444;
}

.schedule_photo{
	float: left;
	width: 200px;
}

.schedule_section_body{
	float: left;
	width: 424px;
	height: 100%;
	background: #EEEEEE;
	padding-top: 25px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #444444;
}


/* Random */
.section_header {
	height: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	color: white;
}

.section_header_normal {
	height: 20px;
	text-align: center;
	padding-top: 5px;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	color: white;
}

.right{
/*	border-left: 3px solid #BBBBBB;*/
}
	
.vertical_separator{
	float: left;
	/*border-right: 2px solid #BBBBBB;*/
	margin-right: 10px;
	margin-left: 10px;
	border-right: 2px solid red;
	width: 2px;
	height: 400px;
}

/* Comments css */
.add_comment{
	padding-top: 10px;
	text-align: center;
	border: 1px solid #24496D;
}


/* Feed Unavailable */
/* TODO: BRAD EDIT THIS */
.feed_unavailable{
	padding: 20px;
	color: #24496D;
}

/* Spacing and Alignment */
.spacer{
	margin-top: 5px;
	margin-bottom: 15px;
}


/* Start - Latest Shows */
.latest_shows{
	width: 20px;
}

.show_container{
	height: 90px;
	margin: 2px;
}

.show_image{
	float: left;
	height: 100%;
}

.show_information{
	float: right;
	width: 80%;
	height: 100%;
	border: 1px solid black; 
}

/* container has a background image */
div.saved_video a.player {	
	display:block;
	width:190px;
	height:150px;
	padding:0;	
	text-align:center;
	float:left;
	margin:0 20px 0 0;
}
 
/* splash image */
div.saved_video a.player img {
	margin-top:55px;
	border:0;	
}

/* "row" contains video and "lorem ipsum" text */
div.saved_video  {
	clear:both;	
	width:405px;
	border:1px solid #ddd;
	margin-left:150px;
	margin-bottom: 15px;
	padding:20px;
	font:12px "bitstream vera sans","lucida grande", verdana;
	color:#666;
	background-color:#efefef;
}

bottom_content{
	margin-left: 200px;
}
.latest_shows{
	width: 100%;
	text-align: left;
}

.latest_shows_header {
	clear: both;
	height: 25px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background-image: url('images/1x25dark.jpg');
	background-repeat: repeat-x;
	color: white;
	margin-bottom: 10px;
}

/* End - Latest Shows */
