/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup.
table { border-collapse: separate; border-spacing: 0; margin:0 auto; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }
 */
 
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; margin:0; padding:0; }


/* -------------------------------------------------------------- 
   
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body, body.main { 
  font-size: 75%;
  color: #616161; 
  background: url(/media/kuer/header/pb/images/black_bar_bg.png) repeat-x 0 0 #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align:center;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a { font-weight: normal; color: #000; }

h1, h1 a { font-size: 1.5em; line-height: 1; margin-bottom: .72em; color: #616161; border-bottom: 5px solid #d7d7d7; padding-bottom: .67em; text-align:left;}
h2, h2 a { font-size: 1.5em; margin-bottom: 0; font-weight: bold; }
h3, h3 a { font-size: 1.33em; line-height: 1; margin-bottom: .75em; font-weight:bold; }
h4, h4 a { font-size: .83em; margin-bottom: .25em; color: #c40e30; font-weight:bold;}
h5, h5 a { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6, h6 a { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 0 .75em .75em 0; padding: 0; }
p img.right { float: right; margin: 0 0 .75em .75em; }

 
a:hover     { color: #860e17;}
a           { color: #c41230; text-decoration: none; margin:0; padding:0;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- 


th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
table       { width:100%; border-collapse: collapse; }
*/



/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { color: #000; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select, input.search { 
  background-color:#fff; 
  border:1px solid #d7d7d7; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus input.search{ 
  border-color:#ccc; 
}

input[type=text], 
input.text, input.title,
textarea, select, input.search, input.submit {
  margin:0.6em 0;
}



input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

input.submit{ 
	color:#fff; 
	width:30px; 
	background-color:#860e17; 
	border:none; padding:3px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

input.search{
	width: 131px; 
	padding: 3px;
	margin-right: 7px;
}

label.search_label{
	margin: 8px 7px;
}


label.search_label, input.search, input.submt{
	float: left;
	display: inline;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Clear Fix/HR Clear floats
-------------------------------------------------------------- */

hr {background:#d7d7d7;color:#d7d7d7;clear:both;float:none;width:100%;height:.1em;margin:0 0 13px 0;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* Content
--------------------------------------------------------------- */

table.webOuterTable{
	margin: 0 auto;
	width: 940px;
}


td, th{
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/** content rail 1 width **/
TD.webOuterTableC1 {
	padding-right: 20px;
	width: 160px;
}

/** content rail 2 width **/
TD.webOuterTableC2 {
	padding-right: 20px;
	width: 340px;
}

/** content rail 3 width **/
TD.webOuterTableC3 {
	padding-right: 20px;
	width: 220px;
}

/** content rail 4 width **/
TD.webOuterTableC4 {
	width: 160px;
}

/** header and footer widths **/
TD.webOuterTableH, TD.webOuterTableF, TH.webOuterTableH, TH.webOuterTableF {
	width: 100%;
}




/* Header
------------------------------------------------------------------ */
td.webHeader{
	
	padding: 0 0 0 0;
}

a.kuer_logo{
	float: left;
	display: block; 
	width: 121px;
	height: 101px;
	margin: 0;
	padding: 0;
	text-indent: -50000px;
	overflow: hidden;
	background: url("/media/kuer/header/pb/images/kuer_logo.png") 0 0 no-repeat;
}

div#header_container{
	border-bottom: 5px solid #d7d7d7;
	margin: 17px 0 8px 0;
	padding:  0 0 6px 0;
}


/* Navigation and Search Box
------------------------------------------------------------------ */

div#navigation_container{
	float: right;
	display: inline; /* ie6 hack */
	margin-top: 38px;
	width: 819px;
	z-index: 10;
}

form.search_box{
	float: right;
	display: inline; /* ie6 hack */
	margin: 0 0 0 0;
}

#navigation, #nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:right;
	display: inline;
	width: 100%;
	z-index: 9;
}

#navigation a {
	color: #fff;
	text-decoration:none;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif !important;
	font-size:14px;
}

#navigation li {
	float: right;
	display: inline;
	position: relative;
	background-color: #000;
	margin: 0 0 0 9px;
	padding: 4px 8px 5px 8px;
	z-index: 9;
}

#public-arts #navigation li {font-size: 1.0em;}

#navigation li:hover, #navigation li.sfhover{
	background-color: #860e17;
}

#navigation li ul.left { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.75em;
	left: 0;
	border-top: 5px solid #860e17;
	background-color: #ac1320;
	padding: 12px 0;
	margin:0;
	width: 240px;
	z-index: 9;
}

#navigation li ul.right { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.75em;
	right: 0;
	border-top: 5px solid #860e17;
	background-color: #ac1320;
	padding: 12px 0;
	margin: 0;
	width: 240px;
	z-index: 9;
}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	list-style-type: none;
	z-index: 9;
}

#navigation li:hover ul li, #navigation li.sfhover ul li { /* lists nested under hovered list items */
	background-color: #ac1320;
	margin: 0;
	padding: 0;
	font-size: .87em;
	float: left;
	display: inline;
	width: 240px;
	z-index: 9;
	
}

#navigation li:hover ul li a, #navigation li.sfhover ul li a{
	display: block;
	padding: 3px 12px;
	width: 216px;
	text-align:left;
}

#navigation li:hover ul li a:hover, #navigation li.sfhover ul li a:hover{
	background-color:#860e17;
}


/* Top Ad Space
------------------------------------------------------------------ */

div#ad_container{
	margin-bottom: 8px;
	z-index:-1
}

.kuer_banner{
	float: left;
	display: inline; /* ie6 hack */
	margin-right: 8px;
	z-index:-1
}

.pledge_now_banner{
	float: left;
	display: inline; /* ie6 hack */
	z-index:-1
}

/* Column 1 Styles
------------------------------------------------------------------ */

a.listen_live_news{
	display: block;
	width: 160px;
	background: url("/media/kuer/header/pb/images/listen_live_kuer1.png") no-repeat 0 0 #63080e;
	padding-top: 78px;
	padding-bottom: 4px;
	text-align: center;
	color: #fff;
	margin-bottom: 13px;
}

a.listen_live_rock:hover{
	color: #fff;
}

a.listen_live_classical:hover{
	color: #fff;
}

a.listen_live_news:hover{
	color: #fff;
}

a.listen_live_rock{
	display: block;
	width: 160px;
	background: url("/media/kuer/header/pb/images/listen_live_kuer2.png") no-repeat 0 0 #315016;
	padding-top: 78px;
	padding-bottom: 4px;
	text-align: center;
	color: #fff;
	margin-bottom: 13px;
}
a.listen_live_classical{
	display: block;
	width: 160px;
	background: url("/media/kuer/header/pb/images/listen_live_kuer3.png") no-repeat 0 0 #a04c0d;
	padding-top: 78px;
	padding-bottom: 4px;
	text-align: center;
	color: #fff;
	margin-bottom: 13px;
}

ul.listen_live{
	margin: 0 0 .72em 0;
}

ul.listen_live li{
	list-style-type: none;
}

ul.listen_live li.listen_live_title a{
	color:#000;
	font-weight: bold;
}

ul.listen_live li.listen_live_title a:hover{
	color: #860e17;
}

a.listen_live_button{
	display: block;
	width: 127px;
	border-right: 9px solid #63080e;
	padding: 6px 12px;
	color: #fff;
	margin: 13px 0 30px 0;
	background-color: #8d0512;
}
span.text{
	float: left;
	display: inline;
}
span.sound{
	background: url(/media/kuer/header/pb/images/sound.png) 0 0  no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 17px;
	height: 13px;
	float: left;
	margin: 2px 0 0 5px;
}

*html span.sound{
	background: none;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 17px;
	height: 13px;
	float: left;
	margin: 2px 0 0 5px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sound.png', sizingMethod='scale');

}


a.listen_live_button:hover{
	background-color:#63080e;
	color: #fff;
}


ul.services{
	margin: 22px 0 30px 0;
	padding: 0;
}

ul.services li{
	margin-bottom: 13px;
	list-style-type: none;
}

li#services_rss a{
	display: block;
	height: 28px;
	background: url("/media/kuer/header/pb/images/services_rss.png") 0 0 no-repeat;
	padding: 7px 0 0 48px;
	color: #000;
	font-weight: bold;
}

li#services_email a{
	display: block;
	height: 28px;
	background: url("/media/kuer/header/pb/images/services_email.png") 0 0 no-repeat;
	padding: 7px 0 0 48px;
	color: #000;
	font-weight: bold;
}

li#services_newsletter a{
	display: block;
	height: 28px;
	background: url("/media/kuer/header/pb/images/services_newsletter.png") 0 0 no-repeat;
	padding: 7px 0 0 48px;
	color: #000;
	font-weight: bold;
}

li#services_podcast a{
	display: block;
	height: 28px;
	background: url("/media/kuer/header/pb/images/services_podcast.png") 0 0 no-repeat;
	padding: 7px 0 0 48px;
	color: #000;
	font-weight: bold;
}

li#services_community a{
	display: block;
	height: 28px;
	background: url("/media/kuer/header/pb/images/services_community.png") 0 0 no-repeat;
	padding: 7px 0 0 48px;
	color: #000;
	font-weight: bold;
}

li#services_underwriters a{
	display: block;
	height: 28px;
	background: url("/media/kuer/header/pb/images/services_underwriters.png") 0 0 no-repeat;
	padding: 7px 0 0 48px;
	color: #000;
	font-weight: bold;
}


li#services_rss a:hover, 
li#services_email a:hover, 
li#services_newsletter a:hover,
li#services_podcast a:hover,
li#services_community a:hover,
li#services_underwriters a:hover{
	background-position: 0 -35px;
	color: #860e17;
}

#add_this{
	margin-bottom: 28px;
}

/* Column 2 Styles
---------------------------------------------------*/
a.learn_more{
	display: block;
}




/* Column 3 Styles
--------------------------------------------------- */

ul.browse_programs{
	margin: 0;
	padding: 0;
}

ul.browse_programs li{
	list-style-type: none;
	border-bottom: 1px solid #d7d7d7;
	margin:0;
	padding:5px 0;
}

ul.browse_programs li a{
	font-weight: bold;
	color: #000;
}


ul.browse_programs img{
	margin-left: 7px;
}

ul.browse_programs li a:hover{
	color: #860e17;
}

ul.featured_programs{
	margin: 0 0 30px 0;
	padding: 0;
}

ul.featured_programs li{
	list-style-type: none;
	float: left;
	display: inline; /* ie6 hack */
	padding: 0;
	margin-bottom: 4px;
}

li.right_margin{
	margin-right: 8px;
}

#browse_key {
	margin-bottom: 30px;
}

#browse_key ul{
	margin: 0;
	padding: 0;
}

#browse_key ul li{
	list-style-type: none;
	margin:0;
	float: left;
	display: inline;
	width: 220px;
}



li.key_title a{
	background-color: #545454;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	display: block;
	margin: 0;
}

li.key_title a:hover{
	background-color: #000;
	color: #fff;
}

#browse_key li.key_item{
	color: #000;
	background-color: #dddddd;
	padding: 4px 0 4px 17px;
	width: 203px;
	margin: 0;
}

#browse_key li.key_item img{
	margin-right: 7px;
}

/* column 4 styles
---------------------------------------------------- */

.sky_scraper{
	margin-bottom: 30px;
}

.weather_wrap{
	text-align: center;
}

.weather_wrap a{
	font-weight: bold;
	padding: 0 4px;
}

.weather_wrap table {
	width: 100%;
	text-align: center;
}

.weather_wrap table td{
	text-align: center;
}

a.red_button{
	color: #fff;
	text-align: center;
	display: block;
	padding: 6px 12px;
	background-color: #860e17;
	margin-bottom: 30px;
	
}

a.red_button:hover{
	color: #fff;
	background-color: #ac1320;
}

/* footer 
---------------------------------------------------- */

td.footer{
	font-size: 10px !important;
	padding: 38px 16px 16px 16px;
	background: url("/media/kuer/header/pb/images/black_bar_bg.png") 0 0 repeat-x #e7e7e7;
	width: 50%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	color:#000;
	
}

td.footer ul{
	margin: 0;
	padding: 0;
	clear: both;
}

td.footer li{
	list-style-type: none;
	float: right;
	display: inline; /* ie6 hack */
	margin: 0 0 0 7px;
}

td.footer img.left{
	float: left;
	display: inline;
	margin-right: 7px;
}
/* Secodary Page
--------------------------------------------------- */
p.date, span.caption{
	font-size: .83em;
}
div.main_image{
	margin-bottom: 22px;
}

ul.action_menu{
	list-style-type: none;
	float: right;
	display: inline;
	margin: 0;
}

ul.action_menu li{
	float: left;
	display: inline;
	margin: 0 0 22px 6px;
}

div.player{
	margin-bottom: 12px;
}
/*Slideshow
--------------------------------------------------- */
.slideshow-container {
    border: 1px solid #bbb;
    width: 338px;
    overflow: hidden;
    margin-bottom: 30px;
}

.slideshow-sliding-container {
    width: 9999px;
    margin-left: 0;
    overflow: hidden;
}

.slideshow-controls {
    height: 21px;
    clear: left;
    padding: 8px 7px;
    margin-top: 8px;
}

.slideshow-controls .immediate a {
    display: block;
    float: left;
    width: 19px;
    height: 16px;
    padding-top: 3px;
    border: 1px solid #bbb;
    margin-right: 8px;
    text-decoration: none;
    color: #860e17;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.slideshow-controls .immediate a:hover {
    border-color: #860e17;
    background-color: #860e17;
	color: #fff;
}

.slideshow-controls .incremental {
    float: right;
}

.slideshow-controls .incremental a {
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    margin-left: 3px;
}

.slideshow-controls .incremental a.prev {
    background: url(/media/kuer/header/pb/images/arrow-left.png) 0 0 no-repeat;
}

.slideshow-controls .incremental a.next {
    background: url(/media/kuer/header/pb/images/arrow-right.png) 0 0 no-repeat;
}

.slideshow-controls .incremental a.prev:hover, .slideshow-controls .incremental a.next:hover{
    background-position: 0 -21px;
}

.slideshow-controls a.selected, .slideshow-controls a.selected:hover{
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.slideshow-item {
    display: none;
    float: left;
    width: 326px;
    padding: 6px 7px 0;
}

.slideshow-container .first,
.slideshow-sliding-container .slideshow-item {
    display: block;
}

.slideshow-item img {
    margin-left: -1px;
}

.slideshow-item h4 {
    color: #000;
    font-size: 18px;
    margin: 2px 0;
}

.slideshow-item p {
    color: #616161;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0;
}

.slideshow-item a {
    color: #c41230;
    text-decoration: none;
    margin: 0 2px;
}

.slideshow-item a:hover {
    text-decoration: underline;
}
