/*
Theme Name: WZID-HD3
Author: Saga Communications
Author URI: http://sagacom.com/
Description: The child theme for WZID-HD3.
Template: country
Version: 1.0
*/

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

/* Colors and Images */

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

.listenlive a {
	display: block;
	float: right;
	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);
	width: 300px;
	height: 120px;
	background-size: 300px 120px;
}

.footerads {
	margin: 0 0 20px 0;
}

.footerads .span12 {
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.row.footerads.hidden-phone {
    margin-left: -20px;
}
.onlineoutlet {

	background: transparent url(img/nh-halfoff.png) no-repeat 0 0;
	background-image: -webkit-image-set(url(img/nh-halfoff.png) 1x,
	url(img/nh-halfoff@2x.png) 2x);
	background-image: -o-image-set(url(img/nh-halfoff.png) 1x,
	url(img/nh-halfoff@2x.png) 2x);
	background-image: -ms-image-set(url(img/nh-halfoff.png) 1x,
	url(img/nh-halfoff@2x.png) 2x);
	width: 300px;
	height: 130px;
	background-size: 300px 130px;
	color: #ffffff;
}

.innerdeal {
	width: 185px;
	padding: 8px 0 0 10px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
}

#leadad_2{
	display:block!important;
}

#featuredshow .widget a,
#featuredshow .widget a:hover,
#featuredshow .widget a:focus {
	color: #ffffff;
}

/* Overrides */
/*
.post-title,
h2.archive-page-title,
#breadcrumb a,
.item h2 a,
footer a,
footer a:hover,
footer a:focus,
#featuredshow .widget a,
#featuredshow .widget a:hover,
#featuredshow .widget a:focus,
#stationbar a,
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: #19609A;
}

.pagination .current {
  background-color: #19609A;
}

.alertmessage {
	border-color: #19609A;
}

#selector li.activeSlide a {
	background-color: #19609A;
	background-color: rgba(25,96,154,0.8);
}

@media only screen and (max-width: 800px) {

	#selector li.activeSlide a {
		background-color: #19609A;
		background-color: rgba(25,96,154,0.8);
	}

}
*/

#featuredshow {
	  color: #003366;
	min-height: 210px;
	background: #cccccc url(img/amhmbg.jpg) no-repeat 0 0;
	background-size: 980px 284px;
	background-image: -webkit-image-set(url(img/amhmbg.jpg) 1x,
         url(img/amhmbg@2x.jpg) 2x);
  background-image: -o-image-set(url(img/amhmbg.jpg) 1x,
         url(img/amhmbg@2x.jpg) 2x);
  background-image: -ms-image-set(url(img/amhmbg.jpg) 1x,
         url(img/amhmbg@2x.jpg) 2x);
}

#featuredshow .widget p {
	color: #fedf39;
}

.nexton {
	color: #003366;
}
#featuredshow li {
	margin-bottom: 1.6em;
}

.personality {
	width: 290px;
}

#featuredshow a {
	color: #ffffff;
}

.featured-artist {
	background-color: #000000;
}

.featured-artist h1 {
	margin-bottom: -25px;
	z-index: 5;
}

.featured-artist .featured-artist-content {
	max-height: 192px;
	overflow: hidden;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	position: relative;
}

.featured-artist-content>h2 {
	position: absolute;
	z-index: 100;
	bottom: 0;
	padding: 0 10px;
	width: 298px;
	display: block;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	font-size: 15px;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.featured-artist-content>h2 a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.8;
}
.featured-artist-content>h2 a:hover {
	opacity: 1.0;
}

.featured-artist-content img {
	width: 100%;
	position: relative;
}

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;
}

.fwb {
	display: block;
	background: transparent url(img/fwb.jpg) no-repeat 0 0;
	background-image: -webkit-image-set(url(img/fwb.jpg) 1x,
         url(img/fwb@2x.jpg) 2x);
  background-image: -o-image-set(url(img/fwb.jpg) 1x,
         url(img/fwb@2x.jpg) 2x);
  background-image: -ms-image-set(url(img/fwb.jpg) 1x,
         url(img/fwb@2x.jpg) 2x);
	width: 300px;
	height: 130px;
	background-size: 300px 130px;
	color: #ffffff;
}

.centered-logo {
	display: block;
	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;
	width: 220px;
	height: 120px;
	background-size: 220px 120px;
}

.centered-logo span {
	display: none;
}