

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Serif;
	font-size: 12px;
	color: #4a4a4a;
}

p {
	line-height: 1.5;
	margin: 1em 0;
	text-align: justify;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul, ol {
	margin: 1.5em 0 1.5em  40px;
	line-height: 1.5;
	text-align: justify;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 1em 0 1em 30px;
}

ul {
	list-style: disc outside;
}

ul ul, ol ul {
	list-style: circle outside;
}

ol {
	list-style: decimal outside;
}

ol ol, ul ol {
	list-style: lower-latin outside;
}

li {
	margin: 1em 0;
}

li p {
	margin: 1em 0;
}

dl {
	margin: 1.5em 0;
	line-height: 1.5;
	text-align: justify;
}

dt {
	margin: 2em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

sup {
	vertical-align: super;
	line-height: 0;
	font-size: .8333em;
}

h1 {
	margin: 1em 0 .6667em 0;
	font-size: 2em;
	line-height: 1.125; 
	font-weight: bold;
}

h2 {
	margin: 1.25em 0 .75em 0;
	font-size: 1.5em;
	line-height: 1.3333;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	margin: 2em 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

h6 {
	margin: 1em 0 1em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

a:link {
	text-decoration: underline;
	color: #64A0BE;
}

a:visited {
	text-decoration: underline;
	color: #4a4a4a;
}

a:hover {
	text-decoration: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #A8242B;
}

blockquote {
	margin: 2em 0 2em 20px;
	border-left: 2px solid #ababab;
	padding-left: 20px;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
	color: #ababab;
}

body {
	background: #fff url(/images/background.gif) repeat-y 100% 0;
}
	
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 774px;
        max-width: 1024px;
	position: relative;
}

/* @group logo */

#logo {
	width: 387px;
	height: 221px;
	background: transparent url(/images/logo.jpg) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}

#logo h3 {
	text-indent: -5000px;
	margin: 0;
}

#logo h3 a {
	width: 327px;
	height: 154px;
	display: block;
}

/* @end */

/* @group menu */

#menu {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 0;
}

#menu ul {
	background-color: #22637F;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
}

#menu ul li {
	float: left;
	margin: 0 10px;
}

#menu ul li.first {
	margin-left: 45px;
}

#menu ul li a {
	display: block;
	padding: 1em 5px .5556em 5px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
	background-color: #A8242B;
	text-decoration: none;
}

#menu ul ul {
	background-color: #A8242B;
	position: absolute;
	top: 2.5em;
	left: 0;
	display: none;
	padding: 0;
}

#menu ul li:hover {
	background-color: #A8242B;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul ul li {
	font-size: .6667em;
}

#menu ul li.archive ul li.first {
	padding-left: 6.5em;
}

#menu ul li.citizen ul li.first {
	padding-left: 15em;
}

#menu ul ul li a {
	padding: .5556em 5px;
}

/* @end */

/* @group main */

#main {
	padding: 157px 50px 0 50px;
	margin: 0 387px 0 0;
	background: transparent url(/images/background-gradient.gif) repeat-x 0 0;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main {
	display: inline-block;
}

#main {
	display: block;
}

#desk {
	float: left;
	width: 100%;
}

.section_note {
	margin: 3em 0 0 40px;
}

.section_note p {
	font-size: .8333em;
}

/* @group entry */

div.entry {
	float: left;
	width: 100%;
}

div.entry img {
	float: right;
	margin: .25em 0 .25em 20px;
}

div.entry p.date {
	font-size: .8333em;
	line-height: 1.8;
	margin: -1em 0 0 0;
	float: left;
}

div.entry p.info, div.entry p.download {
	font-size: .8333em;
	line-height: 1.8;
	text-align: right;
	margin: 0 0 0 0;
}

div.entry p.topics {
	font-size: .8333em;
	line-height: 1.8;
	text-align: right;
	margin: -1em 0 0 0;
}

div.entry p.permalink {
	float: left;
	margin: 0 0 2em 0;
}

div.entry p.show_notes {
	text-align: center;
	font-style: italic;
	margin: 0 0 1em 0;
	font-size: 1.25em;
	line-height: 1.3333;
}

div.entry p.more {
	text-align: right;
	font-style: italic;
	margin: 1em 0 2em 0;
}

div.producer_entry p.more {
	font-style: normal;
}

div.entry div.notes {
	background-color: #dedede;
	padding: 5px 20px;
	margin: 3em 0;
}

div.entry p.disclaimer {
	font-style: italic;
	color: #999;
	background-color: #eee;
	padding: 1em;
}

div.entry h2.quick-link {
	background: transparent url(/images/link.gif) no-repeat 25px 50%;
	margin-left: -50px;
	padding-left: 50px;
}

div.cover_out {
	position: relative;
	width: 100%;
	height: 27px;
	background: #7E7E7E url(/images/player-left.gif) no-repeat 0 0;
	opacity: 0.7;
}

div.cover_in {
	margin-left: 156px;
	height: 27px;
	background: transparent url(/images/player-right.gif) no-repeat 100% 0;
}

a.stream_cover {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/play.gif) no-repeat 50% 0;
	display: block;
	width: 100%;
	height: 27px;
	text-indent: -5000px;
}

.entry table {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
	margin: 2em 24px 2em 18px;
	font-size: 1.2em;
}

.entry table tr {
	border-bottom: 1px solid #ccc;
	background-color: #e0e0e0;
	color: #666;
}

.entry table tr.alt {
	background-color: #fff;
	color: #666;
}

.entry table tr.header {
	background-color: #666;
	color: #e0e0e0;
	font-weight: bold;
}

.entry table caption, .entry table th {
	font-weight: bold;
	margin: 0;
	padding: .8em 1em;
}

.entry table td {
	margin: 0;
	padding: .8em 1em;
}

.entry table .left {
	text-align: left;
}

.entry table .center {
	text-align: center;
}

.entry table .right {
	text-align: right;
}

.entry table td.city {
	width: 30%;
}

.entry table td.call {
	width: 20%;
}

.entry table td.station {
	width: 20%;
}

.entry table td.time {
	width: 30%;
}

div.entry img.station_map {
	float: none;
	margin: 0 auto;
	display: block;
}

div.entry p.state_links {
	text-align: center;
}

/* @end */

.more_episodes a:link {
	color: #A8242B;
}

.paginate p {
	padding-top: 2em;
}

/* @end */

/* @group Sidebar */

#sidebar {
	padding: 250px 0 0 0;
	width: 387px;
	float: right;
	background: #d9d9d9;
	z-index: 20;
	position: relative;
}

#subscribe, #ask, #tell {
	width: 327px;
	margin-left: 31px;
	background-color: #e0e0e0;
	margin-bottom: 2em;
}

#sidebar p {
	margin-left: 20px;
	margin-right: 20px;
}

#sidebar h4 {
	margin: 0;
	padding: .5em 20px .5em 20px;
	font-size: 1.5em;
	line-height: 1.3333;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	width: 287px;
	background-color: #22637F;
	color: #fff;
}

#sidebar #tell h4 {
	background-color: #22637F;
	background-image: none;
	padding-bottom: .5em;
}

#sidebar #tell h4 a:link, #sidebar #tell h4 a:visited {
	color: #fff;
}

#sidebar ol {
	font-size: 1.3333em;
	margin: 0 20px 0 44px;
}

#sidebar ol a, #sidebar ol span {
	color: #64A0BE;
	margin-left: 10px;
}

#sidebar ol p {
	margin: 0 0 1em 10px;
	font-size: .75em;
}

#subscribe form, #ask form {
	text-align: right;
	padding-bottom: 1em;
}

#subscribe label {
	display: none;
}

#subscribe input {
	width: 243px;
	margin: 1em 0;
}

#ask form {
	margin: 0 20px 1em 0;
}

#ask .form_input {
	clear: both;
	margin: 1em 0;
}

#ask label {
	width: 60px;
	float: left;
	text-align: right;
	margin-top: .5em;
}

#ask input {
	width: 230px;
}

#ask textarea {
	width: 235px;
	height: 150px;
}

#tell {
	margin-bottom: 4em;
}

#sidebar button {
	background: #e0e0e0 url(/images/side_button.gif) no-repeat 0 0;
}

/* @end */

/* @group home page */

#home  h1 {
	float: left;
}

#home p.subscribe {
	text-align: right;
	padding-top: 1.87em;
	font-style: italic;
}

#home div.entry, #archive div.entry {
	border-bottom: 2px solid #9BBBCC;
}

#home p.more_episodes {
	clear: left;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 2em 0 0 0;
}

/* @end */

/* @group Pages */

#pages div.entry {
	margin-top: 1em;
	width: 100%;
}

#pages div.entry form {
	text-align: right;
	width: 75%;
	margin: 0 auto;
}

#pages div.entry .form_input {
	clear: both;
	margin: 1em 0;
	text-align: left;
}

#pages div.entry label {
	display: block;
	text-align: left;
	margin: 1em 0 0 0;
	line-height: 1.5;
}

#pages div.entry input {
	width: 100%;
}

#pages div.entry textarea {
	width: 100%;
	height: 150px;
}

button {
	width: 58px;
	height: 19px;
	background: #fff url(/images/button.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: 60px;
	border: none;
	cursor: pointer;
}

#sign_up {
	margin: 0 0 2em 0;
}

p.error {
	color: #f00;
	margin: 0 0 -1em 0;
}

/* @end */

/* @group Specialty */

#specialty {
	background-image: none;
	background-color: #d9d9d9;
}

#specialty_content {
	margin: 100px auto 0 auto;
	width: 50%;
	padding: 50px;
	border: 4px solid #9BBBCC;
	background-color: #fff;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	background-color: #22637F;
	color: #fff;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 2em 0 4em 0;
	float: left;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 50px;
}

p.copyright {
	margin: 0;
	padding: 2em 29px 4em 0;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

/* @end */

#home #extra, #pages #extra, #archive #extra {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 223px;
	left: 0px;
	background: transparent url(/images/line.gif) no-repeat 51px 0;
	z-index: 60;
}

.skip {
	display: none;
}

div.paginate {
	clear: left;
}

div.paginate1 {
	display: none;
}