/* CSS for CW11 Central New York */
/* Designed and Developed by Quadsimia */
/* Created: 12 Sept. 2008 */
/* Last Modified: 22 Sept. 2008 */

html {
	margin: 0; padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
body {
	position: relative;
	margin:0; padding:0;
	width: 850px;
	background: #1f7408 url(/images/body_background.gif) repeat-x;
}

div { margin:0; padding:0; }
p { margin: 0; }

h2 { font-size: 1.8em; margin: 0 0 1em; color: #1F7408; }

h3 { margin: 1em 0 .5em; padding: 1px 0; color: #1F7408; 	}

hr {
	width: 98%;
	margin: 1em;
	background: #67AE11;
	color:#67AE11;
}

dt { font-weight: bold; }
dd { margin: 0 0 1em; }
dd a { display: block;}

ul { margin: 0; padding: 0 0 2em;}
ul li {list-style: none; }

.tweenmodules {
	margin: 20px 0 0 40px;
}

table p { margin: 0; padding: 0; }

/* ----- HEADER ----- */
#header { 
	width: 850px; 
	height: 194px; 
	margin: 0 0 10px 0; 
	z-index: 60;
	background: url(/images/secondaryheading_bg.png) no-repeat;
}
#home #header {
	height: 136px;
	background: url(/images/frontheading_bg.png) no-repeat;
}
	#header h1 { 
		display: inline;
		width: 167px; 
		height: 90px; 
	}
		h1 img { border: none; display: inline;	margin: 5px 15px 0;
}
	/* ----- Main Navigation ----- */
	#top_nav {
		position: relative;
		top: -65px;
		left: 210px;
		width: 600px;
	}
		#top_nav ul {
			margin: 0; padding: 0;
			list-style: none;
		}
		#top_nav li {
			margin: 0 0 0 30px; padding: 0;
			list-style: none;
			display: inline;
			color: #DAE11B;
			font-size: 1.4em;
			font-weight: bold;
		}
		#top_nav li a:link, #top_nav li a:visited {
			color: #DAE11B;
			font-weight: bold;		
			text-decoration: none;
		}
		#top_nav li a:hover, #top_nav li a:active {
			color: #FFFFFF;
			font-weight: bold;		
			text-decoration: none;
		}
	/* ----- Date and Show info ----- */		
	#date {
		position: relative;
		top: -5px;
		left: 0px;
		width: 180px;
		text-align: center;
		color: #000000;
		font-weight: bold;
		font-size: .7em;
	}
	#home #date {
		position: relative;
		top: 0px;
		left: 0px;
		width: 220px;
		text-align: center;
		color: #DAE11B;
		font-weight: bold;
		font-size: .9em;
	}

	#now_playing {
		position: relative;
		top: -5px;
		left: 25px;
		width: 145px;	
		font-size: .9em	
	}
	#home #now_playing {
		position: relative;
		top: -70px;
		left: 245px;
		width: 145px;		
	}
		#now_playing h2 {
			font-size: .8em;
			color: #1f7408;
			border-bottom: 1px #1f7408 solid;
			margin: 5px 0 5px;
		}	
		#now_playing p {
			margin: 0; padding: 0;
		}

/* ----- FOOTER ----- */
#footer {
	float: left;
	clear: both;
	width: 800px;
	background: url(/images/footer_background.png) no-repeat;
	margin: 10px 0 10px 20px;
	padding: 13px 10px;
	color: #ffffff;
	font-size: .8em;
	text-align: center;
}	
	#footer p.copyright {
		text-align: left;
		display: inline;
	}
	#footer p.developed {
		text-align: right;
		display: inline;
		margin: 0 0 0 50px;
	}
	
	#footer a:link, #footer a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #1F7408;
		text-decoration: underline;
	}
	
/* ----- ADVERTISEMENTS ----- */
#banner_top {
	background: url(/images/advertisement_background.png) no-repeat left;
	width: 744px;
	height: 96px;
	margin: 10px auto;
	padding: 0 0 0 20px;
}
#banner_side {
	margin: 5px 0 0 10px;
	padding: 0 0 0 15px;
	background: url(/images/advertisement_background.png) no-repeat;
	width: 200px;
	height: 300px;
	overflow: hidden;
}
.banner_main {
	margin: 20px 0 0 50px;
	padding: 0 0 0 15px;
	background: url(/images/advertisement_background.png) no-repeat;
	width: 325px;
	height: 250px;
	overflow: hidden;
	float: left;
}
/* --------------------------- 

	SECONDARY PAGE CONTENT

 --------------------------- */
/* ----- SUBNAV ----- */		
#subnav {
	margin: 20px 0; padding:0;
	
}
	#subnav ul {
		margin: 0; padding: 0;
	}
	#subnav ul li {
		margin: 5px 0;
		padding: 10px 10px 0 15px;
		background: url(/images/subnav_background.png) no-repeat;
		width: 200px;
		height: 37px;
		overflow: hidden;
	}
	#subnav ul li a:link, #subnav a:visited {
		font-weight: bold;
		color: #1F7408;
		text-decoration: none;
	}
	#subnav ul li a:hover, #subnav a:active {
		color: #67AE11;
		text-decoration:underline;
	}
	
/* ----- CONTENT ----- */
#content {
	float: right;
	margin: -110px 20px 0 0; padding:0;
	width: 585px;
	z-index: 0;
}
	#content div.content {
		background: url(/images/content_bg.png) repeat-y;
		margin: 0; 
		padding: 1px 25px 0 15px;
		overflow: hidden;
	}
	#content div.content p {
	margin-bottom: 1em;
	}
	#schedule #content div.content {
		background: url(/images/content_bg.png) repeat-y;
		margin: 0; 
		padding: 0 3px 0 5px;
	}	
	#shows #content div.content {
		background: url(/images/content_bg.png) repeat-y;
		margin: 0; 
		padding: 0 0 0 15px;
	}	
	#content div.head {
		height: 18px;
		font-size: 1px;
		margin: 0; padding:0;
		background: url(/images/content_head_bg.png) no-repeat;
	}
	#content div.foot {
		height: 21px;
		background: url(/images/content_foot_bg.png) no-repeat;
	}

/* ----- PROMOS ----- */
.promo_img_top {
	float: right;
	margin: 0 0 10px 10px;
}
.promo_img {
	float: left;
	margin: 20px 10px 10px 0;
	border: none;
}

/* ----- SHOWS ----- */
.learnmore{
	text-align: center;
	padding: 1em 1em 0;
	clear: both;
}
.show_module {
	width: 175px;
	margin: 10px 10px 0 0;
	float: left;	
}
.show_module img, .show_module img a {
	border: none;
}
	.show_module div.show_m_content {
		background: url(/images/showsbg.png) repeat-y;
		padding: 0 0 5px;
		height: auto;
		height: 100px;
		overflow: hidden;		
	}
	.show_module div.show_m_content div {
		padding: 5px;
	}
		.show_module h2 {
			text-align: center;
			padding: 5px 5px 0;
			margin: 0;
			background: url(/images/showshead.png) no-repeat;
			font-size: 1em;
			line-height: 1.1em;
			text-transform:uppercase;
			color: #1F7408;
			font-weight: bold;			
			height: 30px;
			overflow: hidden;
		}
	.show_module div.m_foot {
		height: 25px;
		overflow: hidden;
		color: #1F7408;
		padding: 0 5px 5px;
		text-align: center;
		background: url(/images/showsfoot.png) bottom no-repeat;
		font-size: .8em;
		line-height: 1em;
	}
		.show_module div.m_foot * {
			margin: 0; padding: 0;
		}

/* --------------------------- 

	HOME PAGE CONTENT

 --------------------------- */
/* ----- NATIONAL CONTENT ----- */		
#national {
	float: right;
	margin: -86px 30px 0 0; padding:0;
	width: 396px;
	height: 814px;
	overflow: hidden;
	z-index: 0;
	background: url(/images/national_footer.png) no-repeat bottom right;
}
	#national img, #national embed {
		display: block;
		border: 0;
		margin: 0;
	}
	#national p {
		margin: 0 0 0 50px;
		padding: 7px 0 0;
		font-size: 1.2em;
	}
		#national p a:link, #national p a:visited  {
			font-weight: bold;
			color: #000000;
			text-decoration:none;
		}
		#national p a:hover, #national p a:active  {
			font-weight: bold;
			color: #1f7408;
			text-decoration:underline;
		}
		
/* ----- MODULES ----- */				
.module, .mm_module, .noh2_module {
	width: 386px;
	margin: 20px 0 0 20px;
}
	.right {
		margin: 20px 20px 0 0;
		float: right;	
		clear: right;
	}
	div.m_content {
		padding: 1px 20px 10px 50px;
		min-height: 200px;
	}
	div.m_foot p {
		margin: 0; padding: 3px 10px 0 0;
		border-top: 2px solid #DAE11B;
		text-align: right;
	}
	/* ----- Promotions/News ----- */		
	.module div.m_content {
		background: url(/images/module_bg.png) repeat-y;
	}
		.module div.m_content h2 {
			margin: -10px 10px 0 -35px;
			padding: 0 0 0 16px; 
			overflow: hidden;
			width: 0px;
			height: 100px;
			float: left;
		}
			.module div.m_content h2.promotions {			
				background: url(/images/promotions_header.png) no-repeat top left;
			}
			.module div.m_content h2.news {			
				background: url(/images/news_header.png) no-repeat top left;
			}		
		p.news_foot {
			font-size: .8em;
			margin: 5px 0 1.2em; padding: 0;
			border-top: 1px solid #DAE11B;
			color: #67AE11;
		}
	.module div.m_head {
		height: 29px;
		padding:0; margin:0;
		background: url(/images/module_head_bg.png) no-repeat;
	}
	.module div.m_foot {	
		padding: 0 20px 0 50px;
		margin:0;
		height: 30px;
		background: url(/images/module_foot_bg.png) no-repeat;
	}

	/* ----- Multimedia ----- */		
	.mm_module div.m_content {
		background: url(/images/mediamodule_bg.png) repeat-y;
	}
		.mm_module div.m_content h2.video {
			margin: -10px 10px 0 -35px; 
			padding: 0 0 0 16px; 
			overflow: hidden;
			width: 0px;
			height: 100px;
			float: left;
			background: url(/images/video_header.png) no-repeat top left;
		}
	.mm_module div.m_head {
		background: url(/images/mediamodule_head_bg.png) no-repeat;
		height: 29px;
	}
	.mm_module div.m_foot {
		height: 30px;
		background: url(/images/mediamodule_foot_bg.png) no-repeat;
	}

	/* ----- No h2 ----- */	
	.noh2_module { height: 330px; overflow: hidden; }
	.noh2_module div.m_content {
		padding: 1px 0px 0px 25px;
		background: url(/images/noh2module_bg.png) repeat-y;
		float: none;
		margin-bottom: -8px;
	}
	.noh2_module div.m_head {
		background: url(/images/noh2module_head_bg.png) no-repeat;
		height: 29px;
	}
	.noh2_module div.m_foot {
		height: 30px;
		background: url(/images/noh2module_foot_bg.png) no-repeat;
	}
	
.home_image_module {
	float: left;
	border: none;
	margin: 0 10px 10px 0;
	width: 165px;
}
.clear { display: block; clear: both; }

.home_promo_img {
	float: left;
	margin: 0px 10px 15px 0;
}
.home_promo_body {
	margin: 0 0 20px 0;
	padding: 0;
	height: 120px;
	overflow: hidden;
}
	.home_promo_body h3 {
		margin-top: 0px;
	}
.contestrules {
	margin: 0 20px 10px 40px;
	border: none;
	vertical-align: middle;
}
.contestenter {
	margin: 10px 20px 10px 60px;
	border: none;
	vertical-align: middle;
}
.contest_sponsor {
	border: none;
	margin: 0 10px 10px 0;
}

.sidenote {
	color: #666666;
	font-size: .8em;
}

fieldset {
border: none;
margin: 0;
padding: 1em 0;
}
	fieldset div {
		margin: .5em 0;
	}

label {
	display: block;
	float: left;
	width: 100px;
	color: #1F7408;
	font-weight:bold;
	text-align: right;
	padding: 0 1em 0 0;
}

.d_error {
	border: 0px solid #67AE11;
	border-top-width: 2px;
	border-bottom-width: 2px;
	color: #1F7408;
	font-weight:bold;
	text-align: center;
	padding: .5em;
	background-color: #DAE11B;
}