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

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

/* Colors and Images */

.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 !important;
	background-image: -webkit-image-set(url(img/listen-live.png) 1x,
         url(img/listen-live@2x.png) 2x) !important;
  background-image: -o-image-set(url(img/listen-live.png) 1x,
         url(img/listen-live@2x.png) 2x) !important;
  background-image: -ms-image-set(url(img/listen-live.png) 1x,
         url(img/listen-live@2x.png) 2x) !important;
}

/* Site-specfic */

#page{
    padding-bottom:0px;
}

#content-home {
    padding: 0;
}

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

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

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

.rockindeals a {
  color: #cb0000;
}

.sponsor {
	border-bottom: 1px none #e6e6e6;
	padding-top: 5px;
	line-height: 40px;
	margin-bottom: -5px;



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