/*
Theme Name: WHBG
Author: Saga Communications
Author URI: http://sagacom.com/
Description: The child theme for WHBG.
Template: vanilla
Version: 1.0
*/

@import url("../vanilla/style.css");

/* Colors and Images */

#page{
    padding-bottom:0px;
}

.footerads{
    margin-bottom:20px;
}

.listenlive {
  text-align: right;
  overflow: hidden;
}

    .listenlive a {
      display: block;
      float: right;
      width: 300px;
      height: 120px;
      background-size: 300px 120px;
      background: transparent url(img/listen-live.png) no-repeat 0 0;
      background-image: -webkit-image-set(url(img/listen-live.png) 1x, url(img/listen-live@2x.png) 2x);
      background-image: -o-image-set(url(img/listen-live.png) 1x, url(img/listen-live@2x.png) 2x);
      background-image: -ms-image-set(url(img/listen-live.png) 1x, url(img/listen-live@2x.png) 2x);
    }

/* Site-specfic */

.item.nothumb p{
	font-size: 12px;
	line-height: 18px;
  margin-left: 0px;
}

p.artist-title {
  display: block;
  position: absolute;
  bottom: -51px;
  padding: 10px;
  width: 278px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  : ;
}

.featuregroup.taxonomy .tax {
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  padding-bottom: 3px;
  margin-bottom: 6px;
}

.featuregroup.taxonomy .tax:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featuregroup.taxonomy .tax p {
  font-size: 13px;
  line-height: 1.6em;
  margin-left: 0;
  margin-bottom: 0;
}

.featuregroup.taxonomy .tax p.cat {
  float: left;
  text-align: left;
}

    .featuregroup.taxonomy .tax p.cat span.count {
      font-size: 10px;
      line-height: 1em;
      text-transform: uppercase;
      color: #999;
      display: block;
    }

.featuregroup.taxonomy .tax p.feed {
  float: right;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
}

.wx-300x130 {
  display: block;
  width: 280px;
  height: 90px;
  background-size: 300px 130px;
  background: transparent url(img/300x130.jpg) no-repeat 0 0;
  background-image: -webkit-image-set(url(img/300x130.jpg) 1x, url(img/300x130@2x.jpg) 2x);
  background-image: -o-image-set(url(img/300x130.jpg) 1x, url(img/300x130@2x.jpg) 2x);
  background-image: -ms-image-set(url(img/300x130.jpg) 1x, url(img/300x130@2x.jpg) 2x);
  color: #666666;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
  padding: 30px 10px 10px;
}

    .wx-300x130 img {
      float: left
    }

    .wx-300x130 p {
      float: left;
      margin-left: 20px;
      font-size: 12px;
      line-height: 22px;
      top: -2px;
    }

.widget h1,
#dynamiclead h1,
article h1,
footer .widget h1,
#featuredshow .widget h1 {
  background-color: #222;
  background-size: 960px 30px;
  color: #ffffff;
}

.widget h1, #dynamiclead h1, #topstory h1, article h1 {
  background-image: none !important;
}

.post-title,
h2.archive-page-title,
#breadcrumb a,
.item h2 a,
#featuredshow .widget a,
#featuredshow .widget a:hover,
#featuredshow .widget a:focus,
a,
a:focus,
a:active,
a:hover,
.entry-meta a,
.entry-footer a,
ul ul li.has_children > a:after,
ul ul ul li.has_children > a:after,
ul ul ul ul li.has_children > a:after,
.alertmessage {
  color: #ec3e3b
}

#stationbar a {
  color: #ec3e3b
}

footer a,
footer a:hover,
footer a:focus {
  color: #ec3e3b
}

.pagination .current {
  background-color: #ec3e3b
}

.alertmessage {
  border-color: #ec3e3b
}

#selector li.activeSlide a {
  background-color: #ec3e3b;
  background-color: rgba(236,62,59,0.8);
  color: #ffffff;
}

.headline a,
.headline a:focus,
.headline a:hover {
  color: #ffffff
}

@media only screen and (max-width: 800px) { 
	#selector li.activeSlide a {
	  background-color: #ec3e3b;
	  background-color: rgba(236,62,59,0.8);
	}
}

.centered-logo {
  display: block;
  width: 220px;
  height: 120px;
  background-size: 220px 120px;
  background: transparent url(img/centered-logo.png) no-repeat 0 0;
  background-image: -webkit-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
  background-image: -o-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
  background-image: -ms-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
  color: #ffffff;
}

    .centered-logo span {
      display: none
    }

#selector li.activeSlide {
  background: transparent url(img/selector-arrow.png) no-repeat top center;
  background-image: -webkit-image-set(url(img/selector-arrow.png) 1x, url(img/selector-arrow@2x.png) 2x);
  background-image: -o-image-set(url(img/selector-arrow.png) 1x, url(img/selector-arrow@2x.png) 2x);
  background-image: -ms-image-set(url(img/selector-arrow.png) 1x, url(img/selector-arrow@2x.png) 2x);
}