/* reset global styles */
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin:0; padding:0 }
a img { border: none; }

/******************************
Structure
******************************/
body {
	margin: 0;
	padding: 0;
	background: #173E6D url(../img/bg/page.jpg) repeat-y 50% 0;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	text-align: center; /* ie5 */
}

#page {
	margin: 0 auto;
	background: #fff url(../img/bg/page.jpg) repeat-y;
	text-align: left; /* reset ie5 */
	padding: 0 15px;
	width: 980px;
	w\idth: 950px;
}

#header {
	position: relative;
	float: left;
	background: url(../img/bg/header.jpg) top right no-repeat;
}
	#logo {
		float: left;
	}
	#headerSponsor {
		position: absolute;
		top: 10px;
		left: 440px;
		z-index: 2;
		text-align: center;
		width: 140px;
	}
	#headerSponsor span {
		display: block;
		font-size: 10px;
		color: #555;
	}
	#topNav { /* global nav */
		list-style-type: none;
		float: right;
		margin: 5px 0 15px 0;
		padding: 0;
	}
	#topNav li {
		float: left;
		padding: 0 7px;
		border-right: 1px solid #ccc;
		font-size: 12px;
	}
	
	#header form {
		clear: right;
		float: right;
		margin: 0 8px 0 0;
	}
	#header label {
		display: block;
		font-weight: bold;
		color: #00357F;
	}

#channels {
	float: left;
	width: 950px;
	height: 54px;
	background: url(../img/bg/channels.gif) repeat-x -4px 0;
	padding-bottom: 6px;
}
	* html #channels {
		clear: left; /* for some reason, IE needs this to display #headerSponsor */
	}
	
	#channels img#film {
		float: left;
	}
	#channels ul {
		list-style-type: none;
		margin: 0;
		padding: 5px 0 0 0;
	}
	#channels li {
		float: left;
		margin: 0 0 8px 0;
		padding: 0 4px;
	}
	#channels li a {
		height: 44px;
	}
	
	/* normal state */
	#cAutoline, #cAutoline a { width: 151px; background: url(../img/channels/detroit.gif) no-repeat 0 0; }
	#cExtra, #cExtra a { width: 83px; background: url(../img/channels/extra.gif) no-repeat 0 0; }
	#cDaily, #cDaily a { width: 135px; background: url(../img/channels/daily.gif) no-repeat 0 0; }
	#cReviews, #cReviews a { width: 150px; background: url(../img/channels/reviews.gif) no-repeat 0 0; }
	#cWorld, #cWorld a { width: 138px; background: url(../img/channels/world.gif) no-repeat 0 0; }
	#cMbs, #cMbs a { width: 92px; background: url(../img/channels/mbs.gif) no-repeat 0 0; }
	#cReports, #cReports a { width: 157px; background: url(../img/channels/reports.gif) no-repeat 0 0; }
	#cJournal, #cJournal a { width: 140px; background: url(../img/channels/journal.gif) no-repeat 0 0; }
	
	/* current state */
	#cAutoline.current a { width: 151px; background: url(../img/channels/detroitOn.gif) no-repeat 0 0; }
	#cExtra.current a { width: 83px; background: url(../img/channels/extraOn.gif) no-repeat 0 0; }
	#cDaily.current a { width: 135px; background: url(../img/channels/dailyOn.gif) no-repeat 0 0; }
	#cReviews.current a { width: 150px; background: url(../img/channels/reviewsOn.gif) no-repeat 0 0; }
	#cWorld.current a { width: 138px; background: url(../img/channels/worldOn.gif) no-repeat 0 0; }
	#cMbs.current a { width: 92px; background: url(../img/channels/mbsOn.gif) no-repeat 0 0; }
	#cReports.current a { width: 157px; background: url(../img/channels/reportsOn.gif) no-repeat 0 0; }
	#cJournal.current a { width: 140px; background: url(../img/channels/journalOn.gif) no-repeat 0 0; }
	
	/* shift the BG so blue dot appears */
	#channels li a:hover { background-position: 0 -54px; }
	#channels li.current a:hover { background-position: 0 0; } /* don't shift for current items */
	
#sidebar {
	float: left;
	width: 187px;
}
	/* side navigation */
	ul#nav {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 13px;
	}
	ul#nav li {
		margin: 0;
		padding: 0;
		border-top: 1px solid #C2DCEF;
		border-bottom: 1px solid #9FC7DC;
	}
	ul#nav a {
		position: relative;
		display: block;
		font-weight: bold;
		padding: 4px 8px 4px 22px;
		color: #00357F;
		background: #D2D9ED;
		text-decoration: none;
	}
	ul#nav a:hover {
		background: #9FC7DC;
	}
	/* current nav item */
	ul#nav li.current a {
		background: #9FC7DC;
		background: #1C4988; /* darker */
		color: #fff;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 2px;
	}
	
	#sidebar .module {
		width: 165px;
		margin: 15px 0 0 10px;
	}
	#sidebar .module h3 {
		font-size: 16px;
		color: #00085F;
		border-bottom: 1px solid #ccc;
		margin-bottom: 4px;
	}

#content {
	display: inline; /* ie */
	float: right;
	margin-right: 0px;
	width: 763px;
}

#footer {
	border-top: 3px solid #1B4889;
	margin-top: 30px;
	padding-bottom: 15px;
	width: 950px;
	float: left;
}
	ul#sponsors {
		list-style-type: none;
		margin: 10px 0;
		padding: 0;
	}
	ul#sponsors li {
		display: inline; /* ie */
		float: left;
		margin-left: 20px;
	}
	#footer table {
		width: 900px;
		margin: 10px auto 0 auto;
	}

/******************************
Grids
******************************/
/* wide column that touches right edge of page */
div.grid-w {
	display: inline;
	float: right;
	margin: 0;
	width: 742px;
}
/* "main" column that is like grid-w except it pads the sides. good for mostly-content pages */
div.grid-m {
	display: inline;
	float: right;
	margin: 0 27px 0 0;
	width: 717px;
}

/******************************
Text, Lists, and Links
******************************/

h1, h2, h3, h4 {
	font-family: georgia, times, "times new roman", serif;
	font-weight: normal;
}

h2 {
	color: #444;
	font-size: 20px;
	margin: 12px 0 6px 0;
}

p {
	margin: 8px 0 10px 0;
}

a.station {
	color: #d00;
	font-weight: bold;
	text-decoration: none;
}
a.station:hover {
	text-decoration: underline;
}

.center { /* center text inside element (not element itself) */
	text-align: center;
}

a.quiet {
	color: inherit !important;
	text-decoration: none;
}
a.quiet:hover {
	text-decoration: underline;
}

a {
	color: #00c;
}

.tz { /* timezone identifier, like "EST" */
	font-size: 85%;
}

/******************************
Common Elements
******************************/

/* Next/Prev/Recent show objects (typically a UL has the class 'otherShows') */
.otherShows {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.otherShows li {
	float: left;
	margin: 0;
	padding: 0;
}
.otherShows img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.otherShows h4 {
	font-size: 16px;
	margin: 0 0 0 0;
}
.otherShows h4 a {
	color: #000;
	text-decoration: none;
}
.otherShows h4 a:hover {
	text-decoration: underline;
}
.otherShows p {
	font-size: 11px;
	color: #444;
	margin: 0 0 6px 0;
}

/* for "more info" buttons, "more" links, etc */
div.showButtons {
	margin: 8px 0;
}

p.more {
	margin: 8px 0 12px 0;
}

/* air dates / channel listings */
dl.airDates {
	margin: 0;
	padding: 0;
}
	dl.airDates dt {
		display: block;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	dl.airDates dd {
		margin: 0 0 8px 0;
		padding: 0;
	}

/* "Guests:" and "Panel:" */
h3.panel, h3.guests {
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #890000;
	margin: 6px 0 2px 0;
}
ul.panel, ul.guests {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 4px;
}
ul.panel li, ul.guests li {
	float: none !important;
	display: block;
	width: auto;
	margin: 0 0 2px 0;
	padding: 0 4px 0 10px;
	background: url(../img/li/guestSquare.gif) no-repeat 0 5px;
}
ul.panel li span, ul.guests li span { /* guest and panel job titles */
	color: #555;
}

/******************************
Miscellaneous
******************************/
.replace {
	display: block;
	text-decoration: none;
}
.replace span {
	display: block;
	text-indent: -1000em;
}

br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}

#betaSide {
	padding: 0 12px;
}
.beta span {
	background: #ff6;
	font-weight: bold;
}
