#header_donatenow {
  background-color: #ff6600; 
  margin-top: 2px;
  color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-size: 12px;
  display: block;
  height: 22px;
}

#header_donatenow:hover {
  background-color: #ffcc00;
}


body {
    line-height: 1.4em !important;
    font: 9.5pt 'Lato', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    margin-bottom: 0px;
    padding-bottom: 0px;


}

.container_12, .container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
hr {
    clear: both;

}
ol, ul {
    list-style: none
}

ul, menu, dir {

}

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, b, u, i, center, 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-size: 100%;
vertical-align: baseline;
}



#footer_container{
  font-size: 13px;
  padding: 25px 0px 0px 0px;
  height: 250px;
  background-color: #292929;
  color: white;
  font-family: 'Lato', Gotham, Helvetica, Arial, sans-serif;
}

#footer_container li {
  float: left;
}

#footer_container li a {
  display: block;
  height: 4em;
}

#footer_container a {
  text-decoration: none;
}

#footer_container a:hover,
#footer_container a:link,
#footer_container a:active,
#footer_container a:visited {
  color: white;
}

#footer_container a:hover{
  text-decoration: underline;
}

#footer_container #homepagelink {
	display: block;
	margin: 20px 0;
	background-image: url("../img/radiolab_on.png");
}
	#footer_container #homepagelink:hover {
	    background-image: url("../img/radiolab_off.png");
	}
	
#footer_container .poweredby {
	float: right;
	margin: 20px 0 0 0;
	color: #666;
}	
	
#footer_container .footer_copyright {
  font-size: .95em;
  line-height: 2.2em;
  color: #bfbfbf;
  display: block;
  clear: both;
}

#footer_container .footer_copyright .nypr_lockup ul {
  background: transparent url('http://www.wnyc.org/media/img/wnyc/wnyc_sprite.png') no-repeat scroll -0px -240px;
  width: 460px;
  height: 70px;
}

#footer_container .footer_copyright .nypr_copyright {
  margin-right: auto;
  margin-left: auto;
  width: inherit;
}

#footer_container .footer_copyright .nypr_copyright li {
  float: none;
  display: inline-block;
}

#footer_container .footer_copyright .nypr_lockup ul li a {
  display: block;
  text-indent: -9999px;
  height: 80px;
  width: 79px;
}

#footer_container .footer_copyright .nypr_link {
  text-decoration: underline;
  display: inline;
}

#footer_container .footer_copyright ul li {
  padding: 0px 1em 0px 0px; 
}

#footer_container .footer_copyright a {
  color: #bfbfbf;
  font-size: .95em;
}

