html {
	color: #333333;
	font: 78%/1.5 Arial, Verdana, sans-serif;
	text-align: center;
}

body {
	background: #e7e6c8 url(../images/body-bg.gif) top left repeat;
	margin: 0;
}

img {
	border: none;
}

img.left {
	display: block;
	float: left;
	margin: 0 16px 12px 0;
}

img.right {
	display: block;
	float: right;
	margin: 0 0 12px 16px;
}

img.storyImage {
	border: 1px solid #666666;
}

.articleImage {
	display: block;
	border: 1px solid #666666;
	text-align: center;
	margin: 0px auto 3px auto;
	padding: 0;
}

.articleByline {
	margin: 0;
	padding: 0;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p.bodycopy,
p.caption {
	line-height: 1.2em;
}

p.slideshow {
	text-align: center;
	font-size: 0.85em;
}

h3, h4 {
	margin: 0 0 .7em 0;
	line-height: 1.2em;
}

p {
	margin: 0 0 1em 0;
}

a, a:active, a:visited {
	color: #004f9f;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

input, select {
	font-size: 0.85em;	
}

#container,
#stationscontainer {
	width: 700px;
	margin: 0px auto;
	padding: 0;
	background: #fff url(../images/container-bg.gif) top left repeat-y;
}

#stationscontainer {
	background: #fff url(../images/stations-container-bg.gif) top left repeat-y;
}


/* :::::::::t:: HEADER / BANNER :::::::::: */

#banner {
	height: 145px;
	width: 700px;
	background: url(../images/ter_banner.gif) top left no-repeat;
}

#stationsbanner {
	display: block;
	height:33px;
	width:699px;
	background: url(../images/station-resources-banner.gif) top left no-repeat;
}

#stationsbanner a {
	display: block;
	height:33px;
	width:699px;
	background: none;
}

#banner a {
	float: left;
	display: block;
	height: 145px;
	width: 503px;
}

#banner span {
	display: none;
}

#bannerPhoto {
	float: left;
	display: block;
	width: 196px;
	height: 141px;
	overflow: hidden;
}

#contentContainer {
	width: 698px;
	padding: 0px 0 20px 0;
	margin: 0px 1px;
}

#sidebar {
	float: left;
	text-align: left;
	width: 149px;
	padding: 0 1px 0 0;
}

#stationscontainer #sidebar {
	width: 188px;
	padding: 38px 10px 0 0;
}

#sidebar p {
	padding: 0px 10px;
	margin: 0;
}

#content {
	text-align: left;
	float: left;
	padding: 0 0 20px 16px;
	margin: 0;
	width: 532px;
}

#stationscontainer #content {
	margin-left: 215px;
}

#mainContentBox {
	float: left;
	padding-right: 20px;
}

/*body.stations #mainContentBox {
	padding: 16px 40px 0 0;
}*/

body.rightCol #contentContainer {
	background: url(../images/rtCol_bg.gif) top right repeat-y;
}

body.stations .rightCol {
	background: url(../images/rtCol_bg-stations.gif) top right repeat-y;
}

body.support .rightCol {
	background: url(../images/rtCol_bg-support.gif) top right repeat-y;
}

#storyContent {
	margin: 0 220px 0 0;
}

#hLinks,
#stationshLinks {
	text-align: right;
	height: 18px;
	background: url(../images/hLinks-bg.gif) top right no-repeat;
	padding-right: 4px;
	margin:0;
}

#stationshLinks {
	background: url(../images/stations-hLinks-bg.gif) top right no-repeat;
}

#rightSidebar {
	float: right;
	clear: right;
	width: 173px;
	padding: 0px 12px;
}

/* :::::::::: NAV MENU :::::::::: */

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav li {
	margin: 0;
	padding: 0;
	display: inline; /* IE fix */
}

ul.nav a {
	display: block;
	width: 148px;
	height: 30px;
	padding: 0;
	margin: 0;
}

ul.nav a span {
	display: none;
}

ul.nav a#archiveNav {
	background: url(../images/archiveOff.gif) top center no-repeat;
}

ul.nav a#archiveNav:hover {
	background: url(../images/archiveOn.gif) top center no-repeat;
}

body.archive ul.nav a#archiveNav {
	background: url(../images/archiveSel.gif) top center no-repeat;
}

ul.nav a#seriesNav {
	background: url(../images/seriesOff.gif) top center no-repeat;
}

ul.nav a#seriesNav:hover {
	background: url(../images/seriesOn.gif) top center no-repeat;
}

body.series ul.nav a#seriesNav {
	background: url(../images/seriesSel.gif) top center no-repeat;
}

ul.nav a#documentariesNav {
	background: url(../images/documentariesOff.gif) top center no-repeat;
}

ul.nav a#documentariesNav:hover {
	background: url(../images/documentariesOn.gif) top center no-repeat;
}

body.documentaries ul.nav a#documentariesNav {
	background: url(../images/documentariesSel.gif) top center no-repeat;
}

ul.nav a#resourcesNav {
	background: url(../images/resourcesOff.gif) top center no-repeat;
}

ul.nav a#resourcesNav:hover {
	background: url(../images/resourcesOn.gif) top center no-repeat;
}

body.resources ul.nav a#resourcesNav {
	background: url(../images/resourcesSel.gif) top center no-repeat;
}

ul.nav a#stationsNav {
	background: url(../images/stationsOff.gif) top center no-repeat;
}

ul.nav a#stationsNav:hover {
	background: url(../images/stationsOn.gif) top center no-repeat;
}

body.stations ul.nav a#stationsNav {
	background: url(../images/stationsSel.gif) top center no-repeat;
}

ul.nav a#supportNav {
	background: url(../images/supportOff.gif) top center no-repeat;
}

ul.nav a#supportNav:hover {
	background: url(../images/supportOn.gif) top center no-repeat;
}

body.support ul.nav a#supportNav {
	background: url(../images/supportSel.gif) top center no-repeat;
}

ul.nav a#homeNav {
	background: url(../images/homeOff.gif) top center no-repeat;
}

ul.nav a#homeNav:hover {
	background: url(../images/homeOn.gif) top center no-repeat;
}

ul.nav a#connectNav {
	background: url(../images/connectOff.gif) top center no-repeat;
}

ul.nav a#connectNav:hover {
	background: url(../images/connectOn.gif) top center no-repeat;
}

body.connect ul.nav a#connectNav {
	background: url(../images/connectSel.gif) top center no-repeat;
}

ul.nav a#newsletterNav {
	background: url(../images/newsletterOff.gif) top center no-repeat;
}

ul.nav a#newsletterNav:hover {
	background: url(../images/newsletterOn.gif) top center no-repeat;
}

body.newsletter ul.nav a#newsletterNav {
	background: url(../images/newsletterSel.gif) top center no-repeat;
}

a#contactNav {
	display: block;
	width: 113px;
	height: 16px;
	float: right;
	background: url(../images/contactOff.gif) top center no-repeat;
}

a#aboutNav {
	width: 104px;
	height: 16px;
	float: right;
	display: block;
	background: url(../images/aboutOff.gif) top center no-repeat;
}

a#stationshomeNav {
	width: 104px;
	height: 16px;
	float: right;
	display: block;
	background: url(../images/stationshomeOff.gif) top center no-repeat;
}

a#contactNav span, a#aboutNav span, a#stationshomeNav span {
	display: none;
}

a#contactNav:hover {
	background: url(../images/contactOn.gif) top center no-repeat;
}

body.contact a#contactNav {
	background: url(../images/contactSel.gif) top center no-repeat;
}

a#aboutNav:hover {
	background: url(../images/aboutOn.gif) top center no-repeat;
}

body.about a#aboutNav {
	background: url(../images/aboutSel.gif) top center no-repeat;
}

a#stationshomeNav:hover {
	background: url(../images/stationshomeOn.gif) top center no-repeat;
}

/* :::::::::: SEARCH RESULTS :::::::::: */

#searchResults {
	/*margin-right: 20px;*/
}

ul.resultList {
	list-style: none;
}

.resultCol {
	float: left;
	padding-right: 20px;
	width: 246px;
}

#footer {
	height: 20px;
	width: 700px;
	margin: 0px auto;
	padding: 0 0 16px 0;
	background: url(../images/footer-bg.jpg) top center no-repeat;
	clear: both;
}

hr {
	height: 1px;
	border: none;
	background: #d7d5a9;
	margin: 0.7em 0;
	padding: 0;
}

#searchBox {
	margin: 1.5em 0;
	background: #99ccff;
	border-bottom: 1px solid #7a7a7a;
	border-top: 1px solid #7a7a7a;
	padding: 8px 10px;
	width: 128px;
}

#searchBox table {
	padding: 0 0 4px 0;
	margin: 0;
	border-collapse: collapse;
}

#searchBox table td {
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 2px 0;
}

#storyContent h1 {
	font-size: 1.3em;
	color: #666666;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	text-align: center;
}

img.storyImage {
	display: block;
	margin: 0px auto 12px auto;
	text-align: center;
}

a.storyTitle,
h3.storyTitle {
	text-transform: uppercase;
}

p.showDetails,
p.summary,
p.transcriptLink {
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	clear: left;
}

p.iSummary {
	font-size: 1em;
	line-height: 1.5em;
}

p.transcriptLink {
	font-weight: bold;
}

#transcriptBox {
	font-size: 1em;
	line-height: 1.5em;
}

a.moreLink {
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 1.2em;
	padding: 14px 6px 20px 6px;
	text-decoration: none;
	background: url(../images/moreLink-off.gif) bottom center no-repeat;
	text-transform: uppercase;
}

a.moreLink:hover {
	background: url(../images/moreLink-on.gif) bottom center no-repeat;
}

.clearer {
	clear: both;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background: transparent;
	height: 1px;
}

.clearFix {
	clear: both;
	font-size: 1px;
	margin: 0;
	padding: 0;
	background: white;
	height: 1px;
}

#archiveSearch {
	float: right;
	background: #a6d7ff;
	margin-bottom: 16px;
	width: 181px;
	padding:8px;
}

#archiveSearch form {
	display: inline;
}

input#schQuery {
	width: 116px;
	margin: 0 3px 0 0;
	border: 1px solid #797979;
	padding: 2px;
}

img#schTitle {
	display: block;
	padding-bottom: 6px;
}

a.yearLink {
	display: block;
	float: left;
	margin-right: 12px;
}

.archiveBox {
	float: left;
	width: 230px;
	margin-right: 20px;
}

#archiveContainer {
	padding-top: 0px;
	background: red;
}

#archiveContainer h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

ul.weekListing {
	margin: 0 0 1em 0;
}

p#newsResults, p#dailyResults {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3em;
}

p.monthName {
	font-weight: bold;
	margin: 1em 0 .2em 0;
}

p.weekList {
	margin: 0;
}

#dailyPlayer,
#dailyPlayer2 {
	text-align: center;
}

#dailyPlayer2 {
	position: relative;
}

h3.storyTitle {
	text-align: center;
}

p.caption {
	font-size: 0.85em;
	line-height: 1.1em;
	font-weight: bold;
}

p.related a {
	font-style: italic;
}

p.bodySmallCopy {
	font-size: 0.85em;
}

.storyBase {
	overflow: auto;
	margin-bottom: 1.5em;
}

.audioPlayer {
	float: left;
	margin-right: 10px;
}

/*.storyLinks {
	margin: .4em 0 0 0;
}*/

#sponsoredLinks {
	text-align: center;
}

a#resourcesBox {
	display: block;
	width: 148px;
	height: 133px;
	background: url(/images/resources-off.gif) top left no-repeat;
}

a#resourcesBox:hover {
	background: url(/images/resources-on.gif) top left no-repeat;
}

p.indented {
	padding-left: 16px;
}

p.dblArrow {
	margin: 0;
}

p.dblArrow a {
	display: block;
	padding-left: 16px;
	background: url(/images/dblArrow-off.gif) 0 0.5em no-repeat;
}

p.dblArrow a:hover {
	background: url(/images/dblArrow-on.gif) 0 0.5em no-repeat;
}

.submenu {
	width: 120px;
	float: right;
	padding: 10px;
	border: 1px solid #9cf;
	margin: 0 0 1em 1em;
}

.submenu p {
	margin: 0 0 4px 0;
	line-height: 1.1em;
}

.submenu p a.selected {
	font-weight: bold;
	color: #666666;
}

p.topLink a {
	display: block;
	width: 81px;
	height: 8px;
	background: url(/images/backtop-off.gif) top left no-repeat;
}

p.topLink a:hover {
	background: url(/images/backtop-on.gif) top left no-repeat;
}

#stationsMenu {
	display: block;
	float: right;
	width: 178px;
	background: #9c9;
}

p.currstate {
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 4px;
	border-bottom: 1px solid silver;
}

p.gift {
	padding-top: 4px;
	border-top: 1px solid silver;
	font-size: 1.2em;
}

table.latestStories,
div.latestStories {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
	background: #9c9;
	width: 199px;
}

.latestStories p {
	padding: 0 12px;
}

.audioPlayer,
a.readLink,
#share {
	float: left;
}


#share {
	z-index: 2000;
	margin: 5px 0 0 10px;
}

a.readLink {
	width: 54px;
	height: 17px;
	display: block;
	background: url(../images/read-off.gif) top left no-repeat;
	margin-top: 6px;
}

a.readLink:hover {
	background: url(../images/read-on.gif) top left no-repeat;
}

.dailyShare {
	display: none;
	position: absolute;
	top: 340px;
	left: 31px;
}

#dailyShare0 {
	display: block;
}

/* :::::::::: STATION RESOURCES :::::::::: */

body.stations h1 {
	font-size: 1.5em;
}

body.stations h3 {
	color: #963;
}

body.stations #content ul,
body.stations #content ol {
	margin: 0 0 1em 2.5em;
	padding: 0;
}

body.stations li {
	margin: 0;
	padding: 0;
}

form#downloadsForm h3 {
	clear: left;
}

.downloadItem {
	clear: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #b9b68a;
	width: 455px;
}

input.downloadx {
	float: left;
}

.downloadDetails {
	float: left;
	margin-left: 8px;
	width: 308px;
}

.downloadLinks {
	float: right;
	margin-left: 16px;
}

.downloadDetails h4 {
	margin: 0 0 0.3em 0;
}

.downloadDetails p,
.downloadLinks p {
	font-size: 0.9em;
	margin: 0;
}

.stationsAudioPlayer {
	float: left;
	clear: left;
	margin-left: 26px;
}

.abstract {
	/*margin-left: 26px;*/
	clear: both;
}

input.continue {
	float: left;
	clear: left;
}

.airtimes {
	margin-top: 6px;
}

/* style of the predicted air times divs */
.airtimes div {
	margin-bottom: 4px;
}

.airtimes div select {
	margin-right: 4px;
}

#stationsNavbar {
	width:698px;
	margin: 0 0 0 1px;
	text-align: left;
	/*background: url(../images/stationsNav-bg.gif) top left repeat-y;*/
	border-bottom: 2px solid #ac7940;
}

#stationsNavbar ul {
	width: 500px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#stationsNavbar ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	background: #fffed5;
	border-right: 1px dotted #7a7841;
}

#stationsNavbar ul li a {
	display: block;
	padding: 4px 10px;
	height: 30px;
	margin: 0;
	font-weight: bold;
}

#stationsNavbar p {
	width: 177px;
	padding: 5px 10px;
	font-size: 0.9em;
	float: right;
	text-align: right;
	margin: 0;
}

.latestShowsList {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.latestShowsList li {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #dfdcb6;
	line-height: 1.4em;
}

.showdate {
	font-size: 0.85em;
	font-weight: bold;
}
