body { padding: 0; }

#eyeDiv {
  /* This is a temporary hack for a renegade ad that appends its own
     <div/> to our html in such a way that it positions itself over the
     accordion, which doesn't load right away.  I give it a different
     position so it's in the right spot once the accordion loads.  ke
  */
  top: 400px !important;
}

a { color: #ff1200; }

h4 {
  color: #666;
  font-size: 8pt;
  text-transform: uppercase;
}

h1,
h2,
h2.title,
h2 a,
.wf-loading h2,
.wf-loading h2.title,
.wf-loading h2 a {
  font-size: 20px;
  line-height: 1.1em;
  padding-top: 5px;
  text-transform: uppercase;
  color: #ff1200;
}

.wf-active h1,
.wf-active h2, 
.wf-active h2.title, 
.wf-active .page-titlegroup h2,
.wf-active h2 a,
.wf-active h3 a {
  font: 400 22pt/24pt "atrament-web-1","atrament-web-2",sans-serif;
}

.calendar_detail h2 {
  margin-bottom: 10px;
}

.calendar_detail h2 a {
  font-size: 14pt;
  line-height: 1.2em;
}

h3 a,
.wf-loading h3 a {
  font-size: 18px;
  text-transform: none;
  line-height: 20px;
}

.wf-active h3 a { font-size: 18pt; }

h2 a:hover,
h3 a:hover {
  color: #999;
  text-decoration: none;
}

#masthead {
  margin: 0 0 24px;
  padding: 0 0 14px;
  background: url(/media/img/studio360/theme-horizontal-divider-940.png) no-repeat 11px bottom;
}

a#logo {
  float: left;
}

/* primary nav */

ul#primary-nav { 
  margin: 0 0 11px;
  padding: 0;
  border-bottom: 4px solid #b1adb8;
  height: 37px;
}

#primary-nav li {
  float: left;
}

#primary-nav li a {
  display: block;
  height: 37px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url(/media/img/studio360/topics-nav.png) no-repeat 0 0;
}

#primary-nav li.music a {
  width: 110px;
}

#primary-nav li.music a:hover {
  background-position: 0 -37px;
}

#primary-nav li.movies a {
  width: 176px;
  background-position: -110px 0;
}

#primary-nav li.movies a:hover {
  background-position: -110px -37px;
}

#primary-nav li.art a {
  width: 76px;
  background-position: -286px 0;
}

#primary-nav li.art a:hover {
  background-position: -286px -37px;
}

#primary-nav li.design a {
  width: 118px;
  background-position: -362px 0;
}

#primary-nav li.design a:hover {
  background-position: -362px -37px;
}

#primary-nav li.performance a {
  width: 208px;
  background-position: -480px 0;
}

#primary-nav li.performance a:hover {
  background-position: -480px -37px;
}

#primary-nav li.scitech a {
  width: 154px;
  background-position: -688px 0;
}

#primary-nav li.scitech a:hover {
  background-position: -688px -37px;
}

#primary-nav li.books a {
  width: 118px;
  background-position: -842px 0;
}

#primary-nav li.books a:hover {
  background-position: -842px -37px;
}

/* secondary nav */

#secondary-nav { 
  clear: right; 
  float: right;
  width: 467px;
  margin-right: 10px;
}

#secondary-nav li {
  float: left;
  margin: 0 4px 0 0;
  width: auto;
}

#secondary-nav li.last {
  margin-right: 0;
}

#secondary-nav li.about h4 {
  display: none;
}

#secondary-nav li a {
  display: block;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url(/media/img/studio360/secondary-nav.png) no-repeat 0 0;
}

#secondary-nav li.blog a {
  width: 69px;
}

#secondary-nav li.series a {
  width: 85px;
  background-position: -69px 0;
}

#secondary-nav li.archive a {
  width: 83px;
  background-position: -151px 0;
}

#secondary-nav li.video a {
  width: 72px;
  background-position: -239px 0;
}

#secondary-nav li.about a {
  width: 88px;
  background-position: -314px 0;
}

#secondary-nav li.give a {
  width: 50px;
  background-position: -420px 0;
}

#secondary-nav li.blog a:hover {
  background-position: 0 -18px;
}

#secondary-nav li.series a:hover {
  background-position: -69px -18px;
}

#secondary-nav li.archive a:hover {
  background-position: -151px -18px;
}

#secondary-nav li.video a:hover {
  background-position: -239px -18px;
}

#secondary-nav li.about a:hover {
  background-position: -314px -18px;
}

#secondary-nav li.give a:hover {
  background-position: -420px -18px;
}

#secondary-nav li .secondary-subnav {
  width: 170px;
  position: absolute;
  padding: 17px 0 0;
  visibility: hidden;
  z-index: 5000000;
}

#secondary-nav li:hover .secondary-subnav {
  visibility: visible;
}

#secondary-nav li .secondary-subnav li {
  float: none;
  background-color: #000;
  opacity:0.8;
  filter:alpha(opacity=80);
  margin: 0 5px;
}

#secondary-nav li .secondary-subnav li a {
  display: block;
  padding: 8px 10px 6px;
  width: 140px;
  height: auto;
  line-height: 1.5em;
  border-bottom: 1px solid #666;
  color: #fff;
  background: 0;
  text-indent: 0;
}

#secondary-nav li .secondary-subnav li:last-child a {
  border: 0;
}

#secondary-nav li .secondary-subnav li a:hover {
  color: #ff1200;
  text-decoration: none;
}


/* masthead tools */

.todays-date {
  float: left;
  width: 160px;
  margin: 0 19px;
}

#date {
  color: #ff1200;
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 15px 13px;
}

a#current-show {
  display: block;
  width: 160px;
  height: 17px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 0 0 2px;
}

a#current-show:hover {
  background-color: #ff1200;
  text-decoration: none;
}

.site_utils {
  float: right;
  width: 280px;
  margin-right: 10px;
}

#util_login {
  float: right;
  margin: -8px 0 6px;
}

#util_login li {
  float: left;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

#util_login li.user-welcome {
  text-transform: none;
}

#util_login li a {
  color: #999;
}

a#podcast {
  display: block;
  float: left;
  clear: both;
  margin: 2px 0 0 34px;
  width: 76px;
  height: 19px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/media/img/studio360/btn-podcast.png) no-repeat 0 0;
}

a#podcast:hover {
  background-position: 0 -19px;
}

#searchform {
  clear: right;
  float: right;
  margin: 14px 0 15px;
  width: 268px;
}

#searchform input.text {
  width: 210px;
  height: 13px;
  float: left;
}

#searchform .submit {
  background: url(/media/img/studio360/btn-search.png) no-repeat 0 0;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  width: 52px;
  height: 17px;
  overflow: hidden;
  display: block;
}

#searchform .submit:hover {
  background-position: 0 -17px;
}

ul#share {
  float: right;
  width: 150px;
}

#share li {
  display: block;
  float: left;
}

#share li a {
  display: block;
  float: left;
  margin-left: 5px;
  height: 22px;
  width: 22px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url(/media/img/studio360/social-icons.png) no-repeat 0 0;
}

#share li.facebook a {
  background-position: -26px 0;
}

#share li.youtube a {
  background-position: -52px 0;
}

#share li.flickr a {
  background-position: -78px 0;
}

#share li.addthis a {
  background-position: -104px 0;
}

#share li.email a {
  width: 25px;
  margin-left: 15px;
  background-position: -139px -1px;
}

#share li.twitter a:hover {
  background-position: 0 -22px;
}

#share li.facebook a:hover {
  background-position: -26px -22px;
}

#share li.youtube a:hover {
  background-position: -52px -22px;
}

#share li.flickr a:hover {
  background-position: -78px -22px;
}

#share li.addthis a:hover {
  background-position: -104px -22px;
}

#share li.email a:hover {
  background-position: -139px -23px;
}

/* homepage */

.home.featured h2 {
  margin: 0 0 10px;
}

.home.featured .slideshow {
  padding: 0 0 18px;
  margin: 0 0 12px;
  background: url(/media/img/studio360/theme-slideshow-shadow.png) no-repeat center bottom;
  border-bottom: 4px solid #000;
}

.home.featured .slideshow h2 {
  width: 370px;
  float: left;
}

.home.featured .slideshow p a {
  color: #666;
  font-size: 8.5pt;
  display: block;
  margin: 14px 0 0;
}

.home.featured .slide_group {
  clear: both;
  height: 105px;
  padding: 15px 0 0 15px; 
  background: url(/media/img/studio360/theme-diagonal-bg.png) repeat;
}

.home.featured .slide_tease_item {
  float: left;
  margin-right: 8px;
  padding-bottom: 6px;
  background: url(/media/img/studio360/theme-grey-transparent-bg.png) no-repeat 2px bottom;
}

.home.featured .slide_tease_item a {
  display: block;
  border: 2px solid #fff;
  width: 135px;
  height: 85px;
}

.featured-wrapper {
  border-bottom: 2px dotted #999;
  padding: 10px 0;
}

.featured-wrapper.last {
  border: 0;
}

.featured-item h3.date {
  display: none;
}

.featured-item h4 {
  color: #ff1200;
  font-size: 9pt;
  font-style: italic;
}

.featured-item h2 a { color: #999; }
.featured-item h2 a:hover { color: #ff1200; }

.featured-item {
  border: 2px solid #a8a4af;
  padding: 8px;
  height: 122px;
  position: relative;
}

.featured-item .image {
  float: left;
  margin-right: 10px;
}

.featured-item p.media_buttons {
  position: absolute;
  bottom: -22px;
  right: 7px;
  height: 10px;
}

.featured-item p.media_buttons a.button {
  background-color: #fff;
  padding: 0 8px !important;
  font-size: 8pt;
  background-image: none;
  height: auto;
  margin: 0;
  text-indent: 0;
}

.featured-item p.media_buttons a.button.commentlink {
  background: #fff url(/media/img/studio360/theme-icon-comment.png) no-repeat 10px 2px;
  color: #666;
  padding: 0 8px 0 28px !important;
  font: inherit;
  font-size: 8pt;
  text-transform: none;
  width: auto;
}

/* sidebar, widgets */

.widget {
  margin: 15px 0 20px;
}

.widget.twitter-feeds,
.widget.featured-comments,
.widget.support {
  padding: 0 0 15px;
  background: url(/media/img/studio360/theme-fuzzy-grey-border.png) repeat-x center bottom;
}

.home .widget.support { background: 0; }

.widget.subscribe-podcast {
  margin: 0;
  padding: 0 0 10px;
}

.bigbox_ad, .littlebox_ad {
  margin: 0;
}

.bigbox_ad p, .littlebox_ad p {
  font-size: 7pt !important;
  text-transform: none;
}

#damost {
  margin: 15px 0;
  background: url(/media/img/studio360/hdr-damost.png) no-repeat 0 0;
}

#damost-nav {
  float: right;
  margin: 8px 0;
}

#damost-nav li {
  float: left;
  padding: 0 5px;
  margin: 5px 0;
  border-right: 1px solid #999;
}

#damost-nav li.commented {
  border: 0;
  padding-right: 0;
}

#damost-nav li span {
  display: none;
}

#damost-nav li a {
  font-size: 9px;
  font-weight: bold;
  color: #666;
}

#damost-nav li a:hover,
#damost-nav li.active a {
  color: #ff1200;
  text-decoration: none;
}

#damostviewed,
#damostlistened,
#damostcommented {
  clear: both;
}

#damost ol {
  clear: both;
  list-style-type: decimal;
  padding: 10px 25px;
}

#damost ol li {
  margin: 0 0 5px;
}

.host-image-sm {
  text-align: center;
  margin: 7px 0;
}

.twitter-feeds {
  color: #666;
  font-size: 9pt;
}

.widget.twitter-feeds {
  font-size: 8pt;
}

.twitter-feeds .via {
  color: #800900;
  font-style: italic;
  text-align: right;
  font-size: 8pt;
}

.widget.twitter-feeds p.via {
  text-align: left;
  margin: 0;
}

.twitter-feeds li {
  border-bottom: 2px dotted #999;
  padding: 7px 0 10px;
}

.twitter-feeds li.last,
.twitter-feeds .fail {
  border-bottom: 0;
  margin-bottom: 12px;
  background: url(/media/img/studio360/theme-fuzzy-grey-border.png) repeat-x center bottom;
}

.widget.twitter-feeds li.last {
  background: 0;
  margin: 0;
}

.twitter-feeds .fail {
  font-weight: bold;
  padding: 11px 0 14px;
}

.twitter-feeds a#kbandersen,
.twitter-feeds a#studio360 {
  display: block;
  width: 140px;
  height: 46px;
  text-indent: -9999px;
  background: url(/media/img/studio360/hdr-twitter-kbandersen-sm.png) no-repeat 0 0;
}

.twitter-feeds a#studio360 {
  background: url(/media/img/studio360/hdr-twitter-studio360-sm.png) no-repeat 0 0;
}

.widget.twitter-feeds a#studio360 {
  width: 300px;
  height: 75px;
  background: url(/media/img/studio360/hdr-twitter-feed-lg.png) no-repeat 0 0;
}

.featured-comments h2 {
  text-indent: -9999px;
  width: 300px;
  height: 58px;
  background: url(/media/img/studio360/hdr-featured-comments-lg.png) no-repeat 0 0;
}

li.featuredcomment {
  background: 0;
  padding: 10px 0 0;
}

li.featuredcomment p {
  width: auto;
  color: #666;
}

li.featuredcomment .comment-object {
  border-bottom: 2px dotted #999;
  color: #666;
  padding-bottom: 15px;
}

li.featuredcomment.last .comment-object {
  border: 0;
}

.home .featured-comments h2 {
  width: 140px;
  height: 75px;
  background-image: url(/media/img/studio360/hdr-featured-comments-sm.png);
}

.home li.featuredcomment p {
  font-size: 9pt;
}

.home li.featuredcomment .comment-author,
.home li.featuredcomment .comment-object {
  font-style: italic;
}


h4.noise, .show-nav h4 {
  background: 0;
  color: #000;
}

/* footer */

#footer {
  width: 100%;
  height: 215px;
  padding: 10px 0 50px;
  margin-top: 50px;
  background-color: #000;
  color: #fff;
  border-top: 4px solid #c8c7c7;
}

#footer-inner {
  margin: 0 auto;
}

#footer a {
  color: #fff;
}

#footer ul.nav {
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #808080;
  margin-bottom: 25px;
}

#footer .nav li {
  float: left;
  margin: 21px 5px 0 0;
  padding: 0 5px 0 0;
  line-height: 1em;
  border-right: 1px solid #fff;
}

#footer .nav li.s360-logo {
  margin: 0 10px 0 0;
  border: 0;
}

#footer .nav li.last {
  border: 0;
}

#footer .nav li.back-to-top {
  float: right;
  margin: 2px 0 0;
}

#footer p {
  color: #808080;
  font-size: 8pt;
  width: 590px;
  margin: 10px 15px 0 10px;
  clear: both;
  float: left;
}

#footer p a {
  color: #808080;
}

#footer .sponsors li {
  float: left;
}

/* audio */

.article-audioplayer {
  width: 620px;
  padding: 14px 0 15px;
}

.article-audioplayer object,
.inline_audioplayer_wrapper object {
  height: 39px;
}

.sidebar .article-audioplayer {
  width: 300px;
  height: auto;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 10px 0;
  padding: 5px 0 25px;
}

.sidebar .article-audioplayer object {
  width: 300px;
}

.sidebar .article-audioplayer .media_buttons a.button, 
.sidebar .article-audioplayer p.downloadlink a {
  background: 0;
  text-indent: 0;
  height: 14px;
  margin: 2px 5px;
  padding: 0 0 0 6px;
  width: auto !important;
  font-weight: bold;
}

.episode .page-titlegroup a,
.article-detail .page-titlegroup a {
  font-size: 14pt;
}

/* video page */

.latest-video .videoplayer {
  margin-bottom: 0;
}

.video .media_buttons {
  margin-bottom: 0;
}

.videolist li h3.title a, 
.slide_tease_item h3.title a {
  color: #ff1200;
}

.videolist li h3.title a:hover, 
.slide_tease_item h3.title a:hover  {
  color: #999;
}


/* images */

.enlarge_link {
  background-image: url('/media/img/wnyc/enlarge-icon.png');
}

* html .enlarge_link {
  background-image: url('/media/img/wnyc/enlarge-icon.gif');
}
         
#enlarge .close a {
  background-image: url('/media/img/wnyc/close.gif');
}

/* edit links */

.segment-tease .media_buttons a.edit, 
.episode-tease .media_buttons a.edit, 
.show-tease .media_buttons a.edit, 
.event-tease .media_buttons a.edit, 
.playlist-tease .media_buttons a.edit, 
.tiny-tease .media_buttons a.edit {
  text-indent: 0;
  background-position: 6px 10px;
  line-height: 3em;
}

h3.subtitle {
  margin-bottom: 3px;
}

h3.date {
  margin-bottom: 0;
}

