﻿html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

:target{
	padding-top: 80px !important;
	margin-top: -60px;
}

h1,h2,h3,h4,h5,h6{
	font-family: Oswald;
	margin-top: 0;
	margin-bottom: 20px;
	color: #036;
}

h1{
	font-size: 26px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4,h5,h6{
	font-size: 18px;
}

h3.iphone span{
	background-repeat: no-repeat;
	background-position:right center;
	background-image: url('../images/iphone.png');
	background-size: auto 25px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	display:inline-block;
	vertical-align: middle;
}

h3.ipad span{
	background-repeat: no-repeat;
	background-position:right center;
	background-image: url('../images/ipad.png');
	background-size: auto 25px;
	margin-right: 5px;
	width: 30px;
	height: 25px;
	display:inline-block;
	vertical-align: middle;
}

h3.mac span{
	background-repeat: no-repeat;
	background-position:right center;
	background-image: url('../images/macbook.png');
	background-size: auto 25px;
	margin-right: 5px;
	width: 50px;
	height: 25px;
	display:inline-block;
	vertical-align: middle;
}


h2.country{
	border-bottom: 1px solid #E1EFF3;
	background-repeat: no-repeat;
	background-position:right center;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	}
	

h2.australia{
	background-image: url('../images/flag-australia.png');
	background-size: auto 25px;
	}
	
h2.austria{
	background-image: url('../images/flag-austria.png');
	background-size: auto 25px;
	}
	
h2.belgium{
	background-image: url('../images/flag-belgium.png');
	background-size: auto 25px;
	}

h2.brazil{
	background-image: url('../images/flag-brazil.png');
	background-size: auto 25px;
	}

h2.canada{
	background-image: url('../images/flag-canada.png');
	background-size: auto 25px;
	}

h2.denmark{
	background-image: url('../images/flag-denmark.png');
	background-size: auto 25px;
	}
	
h2.finland{
	background-image: url('../images/flag-finland.png');
	background-size: auto 25px;
	}

h2.france{
	background-image: url('../images/flag-france.png');
	background-size: auto 25px;
	}
	
h2.germany{
	background-image: url('../images/flag-germany.png');
	background-size: auto 25px;
	}
	
h2.greece{
	background-image: url('../images/flag-greece.png');
	background-size: auto 25px;
	}
	
h2.india{
	background-image: url('../images/flag-india.png');
	background-size: auto 25px;
	}

h2.ireland{
	background-image: url('../images/flag-ireland.png');
	background-size: auto 25px;
	}
	
h2.italy{
	background-image: url('../images/flag-italy.png');
	background-size: auto 25px;
	}
	
h2.japan{
	background-image: url('../images/flag-japan.png');
	background-size: auto 25px;
	}

h2.mexico{
	background-image: url('../images/flag-mexico.png');
	background-size: auto 25px;
	}

h2.netherlands{
	background-image: url('../images/flag-netherlands.png');
	background-size: auto 25px;
	}
	
h2.new-zealand{
	background-image: url('../images/flag-new-zealand.png');
	background-size: auto 25px;
	}
	
h2.norway{
	background-image: url('../images/flag-norway.png');
	background-size: auto 25px;
	}
	
h2.philippines{
	background-image: url('../images/flag-philippines.png');
	background-size: auto 25px;
	}
	
h2.poland{
	background-image: url('../images/flag-poland.png');
	background-size: auto 25px;
	}


h2.south-africa{
	background-image: url('../images/flag-south-africa.png');
	background-size: auto 25px;
	}
	
h2.spain{
	background-image: url('../images/flag-spain.png');
	background-size: auto 25px;
	}
	
h2.sweden{
	background-image: url('../images/flag-sweden.png');
	background-size: auto 25px;
	}

h2.switzerland{
	background-image: url('../images/flag-switzerland.png');
	background-size: auto 25px;
	}

h2.united-kingdom{
	background-image: url('../images/flag-united-kingdom.png');
	background-size: auto 25px;
	padding-right: 10px;
	}
	
h2.united-states{
	background-image: url('../images/flag-united-states.png');
	background-size: auto 25px;
	}
	
img.fr{
	float: right;
	margin: 0 0 10px 10px;
	}
	
div.country-list > ul {
	margin-bottom: 30px;
	}

p{
	margin-bottom: 10px;
}

strong{
	font-weight: bold;
}

/***** Bootstrap Overrides *****/
body{
	/**background:#fff url(../images/top_gradient.gif) repeat-x top left;background-attachment:fixed;**/
	background-color: #f8f8f8;
	background: -webkit-gradient(linear, left top, left bottom, from(#B6D8E1), to(#f8f8f8));
	background: -webkit-linear-gradient(top, #B6D8E1, #f8f8f8);
	background: -moz-linear-gradient(top, #B6D8E1, #f8f8f8);
	background: -ms-linear-gradient(top, #B6D8E1, #f8f8f8);
	background: -o-linear-gradient(top, #B6D8E1, #f8f8f8);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:'Open Sans',Verdana, Geneva, Tahoma, sans-serif;
	padding-top: 80px;
	margin: 0;
	}
	
@media only screen 
and (min-width : 768px) 
and (max-width : 1200px) {
/* Styles */
	body{
		padding-top: 125px !important;
	}
}


div.container{
	background: #fff;
}


.navbar-default{
	background-color: #036;
}
a.navbar-brand{
	overflow: hidden;
	height: 40px;
}

a.navbar-brand img{
	margin: 0;
	padding: 0;
	margin-top: -12px;
}

a.navbar-brand:hover img{
	margin-top: -52px;
}

nav.navbar-fixed-top div.container{
	background-color: #036;
}

nav.navbar ul.navbar-nav li.nolink{
	font-weight: bold;
	padding-left: 20px;
	}

.page-header{
	padding: 15px 0 15px 0;
	margin: 5px 0 5px 0;
	border-bottom: none;
}

/***.navbar-collapse.in{
	background-color: #e8e8e8;
}

.navbar-collapse.collapsing{
	background-color: #e8e8e8;
}
****/

.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color:#fff;
}

@media (min-width: 768px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color: #666
}
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	color:#ccc;
}

@media (min-width: 768px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	color: #036;
}
}

.navbar-toggle{
	background-color: #e8e8e8;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #ccc;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-bottom: 20px;
}

.col-md-12.main-banner{
	padding-bottom: 10px;
	}
}


/***** Search Styles *****/

.navbar-form{
	margin-bottom:0;
}
#site-search form{
	vertical-align: middle;
	margin-top: 0px;
	display: block;
	margin-bottom: -2px;
}

table.gsc-search-box{
	/**width: 350px !important;**/
	width: 280px !important;
}
div#site-search div#___gcse_0{
	/**width: 350px;**/
	width: 280px;
	margin: 0 auto;
}

.gsc-input-box{
	height: 30px !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover{
	border: 1px solid #ccc !important;
}

td.gsc-search-button{
	box-sizing :content-box !important;
}

td.gsc-search-button *{
	box-sizing: content-box !important;
}

/***** Newsblock Styles *****/

div.row.news-section{
	margin: 15px 0;
}

div.nb-list h3,
div.newsbin-chart-section h3{
	background: #e8e8e8;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 16px;
}

div.newsbin-chart-section h3{
	margin-bottom: 10px;	
}

div.nb-list h3 img{
	margin-right: 5px;
	position: relative;
	top: -2px;
}

li.tips{
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
}

p.more{
	margin: 10px 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.breadcrumbs{
	background: #ccc;
	padding: 5px 10px;
	border-radius: 0 0 3px 3px;
	margin-bottom: 15px;
	background-color: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cccccc));
	background: -webkit-linear-gradient(top, #e8e8e8, #cccccc);
	background: -moz-linear-gradient(top, #e8e8e8, #cccccc);
	background: -ms-linear-gradient(top, #e8e8e8, #cccccc);
	background: -o-linear-gradient(top, #e8e8e8, #cccccc);

}

.breadcrumbs ul{
	padding: 5px 0;
	float: left;
	list-style-type: none;
	margin-bottom: 0;
}

.breadcrumbs ul li{
	float: left;
	margin-right: 5px;
	font-size: 13px;
}

.breadcrumbs li:last-child:after{
	content:"";
}

.breadcrumbs li:after{
	content:" / ";
	padding: 0 1px;
	}

div#social-media{
	float: right;
	padding: 5px;
	height: auto;
}

div#facebook-like-button,
div#twitter-button,
div#google-plus,
div#share-this,
div.comments,
a.comments-link,
div.fb-comments-count{
	float: left;
}

div#google-plus{
	width: 75px;
}

div#twitter-button,
div#facebook-like-button{
	margin-right: 20px;
}

div.comments{
	background: #e8e8e8;
	padding: 1px 5px;
	margin-left: 0px;
	border-radius: 5px;
	font-size: 13px
}

div.fb-comments-count{
	margin-left: 5px;
}

div.sub-genre-listing{
	background: #e8e8e8;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 2px 2px 8px #888;
	margin: 0 auto;
	max-width: 400px;
}


/********** Newsblock Charts **********/

div.newsbin-chart-section{
	padding-bottom: 15px;
}

div.newsbin-chart-section p.chart-position{
	top: 10px;
}

@media (min-width: 992px) {
div.newsbin-chart-section div.col-md-2{
	width: 20%;
	margin-left:0;
	margin-right:0;
	}
}

@media (min-width: 992px) {	
div.newsbin-chart-section div.feed-item{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 15px;
}
}

div.newsbin-chart-section div.feed-item img{
	display: block;
	margin: 0 auto 10px auto;
}

div.newsbin-chart-section p.title-artist{
	line-height: 1.2em;
	font-size: 16px !important;
	margin-bottom: 5px;
}
div.newsbin-chart-section p.title-artist em.title{
	
	font-weight: bold;
	}

div.newsbin-chart-section p.title-artist em.artist{
	font-size: 14px !important;
}


/*** Sidebar ***/

.container.sidebar{
	padding-right:0;
}

div.sidenav{
	background: #E1EFF3;
	padding: 10px 0;
	border-radius: 10px 0 0 10px;
}

div.sidenav div.top-ten-callout{
	border-bottom: 1px solid #ccc;
    float: none;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

div.sidenav div.top-ten-callout ol.chart{
	text-align: left;
}

div.sidenav h1,
div.sidenav h2,
div.sidenav h3,
div.sidenav h4,
div.sidenav h5,
div.sidenav h6{
	padding: 0 20px;
}

div.sidenav h3{
	border-top: 2px solid #036;
	border-bottom: 2px solid #036;
	background: #e8e8e8;
	padding: 5px 20px;
	font-size: 16px;
	background-color: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cccccc));
	background: -webkit-linear-gradient(top, #e8e8e8, #cccccc);
	background: -moz-linear-gradient(top, #e8e8e8, #cccccc);
	background: -ms-linear-gradient(top, #e8e8e8, #cccccc);
	background: -o-linear-gradient(top, #e8e8e8, #cccccc);
}

div.sidenav h3.halloween{
	background: #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;

}

div.sidenav h3.halloween a{
	color: orange;
}

div.sidenav h3.christmas{
	background-image: url("../../images/christmas.jpg") !important;
    background-position: 400px 0 !important;
    color: #fff;
}

div.sidenav h3 small{
	font-size: 12px !important;
	color: #666 !important;
	display: block;
	padding-top: 5px;
}
div.sidenav ul{
	margin: 0 0 20px 0;
	padding: 0;
}
div.sidenav ul li{
	list-style-type:none;
}

div.sidenav ul li a{
	display: block;
	padding: 3px 20px 3px 40px;
	text-decoration: none;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;

}

div.sidenav ul li a:hover{
	background: #036;
	color: #fff;
}

div.sidenav ul.subnav{
	text-indent: 20px;
	margin-bottom: 0;
}

div.sidebar-revenue{
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 20px;
}

div.sidebar-revenue img{
	display: block;
	margin: 0 auto 5px auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

ul#year-end{
	padding: 0 30px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
div.sidenav ul#year-end li{
	float: left;
	border: none;
}

div.sidenav ul#year-end li a{
	padding: 5px 10px;
	border: none;
	/**display: inline-block;**/
}

div.sidenav li.country img{
	float: right;
	position: relative;
	top: 3px;
	}

div.sidenav li#brazil.country img{
	top: -1px;
	}


/********** Charts **********/

.chart-wrapper{
	margin-bottom: 20px;
}
div.chart-list{
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
div.chart-list img{
	display: block;
	margin: 0 auto 5px auto;
}
ol.chart li{
	padding: 2px 5px;
}

ol.chart li:first-child{
	font-weight: bold;
}

ol.chart li:nth-child(odd){
	background-color: #E1EFF3;
}

h2.chart-heading{
	border-bottom: 1px solid #069;
	padding-bottom: 5px;
	margin-top: 20px;
}
div.feed-item{
	border-bottom: 1px dotted #666;
	/**margin-bottom: 20px;**/
	margin-left: 5px;
	margin-right: 5px;
	padding-top:20px;
}

div.voice-chart{
	padding-top: 25px;
	margin-bottom: 0;
}

div.voice-info{
	margin-top: 20px;
	margin-bottom: 20px;
}

div.top-ten{
	background: #e1fae0;
	background: #e7fae0;
}

span.new-release,
span.voice-top-ten{
	background-color: #e7fae0;
	padding: 2px;
}
div.feed-item h3{
	line-height: 1.2
}

p.chart-position{
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

div.cover-art:hover p.chart-position{
	opacity: .1;
}

.cover-art.col-xs-12.col-sm-4{
	padding-left: 5px;
	padding-right: 5px;
}

div.chart-content{
	text-align: center;
}

div.chart-content ul{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

p.title-artist{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3
	}
	
p.title-artist strong{
	font-size: 14px;
	color: #951b18;
	display: block;
}
	
	
em.artist{
	display: block;
	font-size: 18px;
	font-weight: normal
}
	
p.chart-position{
	font-size:24px !important;
	background: #ccc;
	padding: 4px 12px;
	margin-right: 10px;
	border-radius: 4px;
	box-shadow: inset 1px 1px 15px 1px #888, inset -1px -1px 15px 1px #888 ;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -10px;
}

div.cover-art audio{
	/**width: 100%;**/
	max-width: 100%;
	margin: 15px auto 0 auto;
	min-width: 200px;
	display: block;
	}

img.cover-image{
	display: block;
	margin: 0 auto 5px auto;
}

div.music-chart img.cover-image,
div.audiobook-chart img.cover-image,
div.tv-seasons-chart img.cover-image{
	width: auto;
	height: auto;
	max-width: 100%;
}

div.music-video-chart img.cover-image{
	width: 150px;
}

div.ebook-chart img.cover-image{
	width: auto;
	height: auto;
	max-width: 100%;
}

div.movie-chart img.cover-image{
	width: auto;
	height: auto;
	max-width: 100%;
}

div.tv-chart img.cover-image,
div.app-chart img.cover-image{
	width: 125px;
}

div.app-chart p{
	white-space:pre-line;
}

.chart-content li.new-release em{
	margin: 3px 0;
	background: #ccc;
	border-radius: 2px;
	padding: 3px 12px;
	font-weight: bold;
	display: inline-block;
}

div.social-share{
	margin: 20px 0 0 0;
	vertical-align: top;
}

.cover-art div.social-share{
	text-align: center;
	margin: 0 auto;
	line-height:2.2;
}

div.social-share a{
	margin: 0 10px 0px 10px;
	vertical-align: top;
}

div.social-share img{
	vertical-align: top;
}

a.button:active{
	position: relative;
	top: 2px;
}

.buy-button {
   /**background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);**/
   background: #e8361c;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8361c), to(#ca3019));
	background: -webkit-linear-gradient(top, #e8361c, #ca3019);
	background: -moz-linear-gradient(top, #e8361c, #ca3019);
	background: -ms-linear-gradient(top, #e8361c, #ca3019);
	background: -o-linear-gradient(top, #e8361c, #ca3019);
   padding: 5px 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   /**box-shadow: 2px 2px 3px #888;**/
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-weight: bold;
   font-size: 14px;
   color: white;
   text-decoration: none;
   vertical-align: middle;
   /**margin-top: 15px;	
   margin-bottom: 15px;**/
   margin: 5px;
   display: inline-block;
   }
.buy-button:hover,
.buy-button:focus {
   	/**background: #3e779d;
   	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   	background: -o-linear-gradient(top, #65a9d7, #3e779d);**/
   	background: #ca3019;
	background: -webkit-gradient(linear, left top, left bottom, from(#ca3019), to(#e8361c));
	background: -webkit-linear-gradient(top, #ca3019, #e8361c);
	background: -moz-linear-gradient(top, #ca3019, #e8361c);
	background: -ms-linear-gradient(top, #ca3019, #e8361c);
	background: -o-linear-gradient(top, #ca3019, #e8361c);
	color: #fff;
   	text-decoration: none;
   }
.buy-button:active {
   	/**background: #1b435e;**/
   	background: #e8361c;
   	color: #fff;
   	text-decoration: none;
   }
   
   
.buy-button span.price{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 10px;
}

a.buy-button.voice-button{
	background: #e8361c;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8361c), to(#ca3019));
	background: -webkit-linear-gradient(top, #e8361c, #ca3019);
	background: -moz-linear-gradient(top, #e8361c, #ca3019);
	background: -ms-linear-gradient(top, #e8361c, #ca3019);
	background: -o-linear-gradient(top, #e8361c, #ca3019);
	color:#fff;
	text-decoration: none
}

a.buy-button.voice-button:hover{
	background: #ca3019;
	background: -webkit-gradient(linear, left top, left bottom, from(#ca3019), to(#e8361c));
	background: -webkit-linear-gradient(top, #ca3019, #e8361c);
	background: -moz-linear-gradient(top, #ca3019, #e8361c);
	background: -ms-linear-gradient(top, #ca3019, #e8361c);
	background: -o-linear-gradient(top, #ca3019, #e8361c);
}

a.buy-button.voice-button:active{
	color: #fff;
	text-decoration: none;
}

table.table-chart td .buy-button{
	padding: 3px;
	text-shadow: none;
	box-shadow: none;
}

.amazon-buy {
   background: #ff9900;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff4800));
   background: -webkit-linear-gradient(top, #ff9900, #ff4800);
   background: -moz-linear-gradient(top, #ff9900, #ff4800);
   background: -ms-linear-gradient(top, #ff9900, #ff4800);
   background: -o-linear-gradient(top, #ff9900, #ff4800);
   padding: 5px 10px;
   display: inline-block;
   -webkit-border-radius: 4px;
   -moz-border-radius:4px;
   border-radius: 4px;
   font-size: 14px;
   font-weight: bold;
   color: #000 !important;
   text-decoration: none !important;
   vertical-align: middle;
   text-align: center;
   margin: 5px;
   }
   
.amazon-buy:hover {
   	background: #ff4800;
   	background: -webkit-gradient(linear, left top, left bottom, from(#ff4800), to(#ff9900));
   	background: -webkit-linear-gradient(top, #ff4800, #ff9900);
   	background: -moz-linear-gradient(top, #ff4800, #ff9900);
   	background: -ms-linear-gradient(top, #ff4800, #ff9900);
   	background: -o-linear-gradient(top, #ff4800, #ff9900);
	color: #000;
   	text-decoration: none;
   }
.amazon-buy:active,
.amazon-buy:focus {
   	background: #ff9900;
   	color: #000;
   	text-decoration: none;
   }

/**a.tweet-button {
    background-color: #EEEEEE !important;
    border: 1px solid #CCCCCC;
	border-radius: 3px;
	color: #333333;
	cursor: pointer;
	height: 19px;
	max-width: 98%;
	overflow: hidden;
	position: relative;
	padding: 2px 6px 3px 22px;
	font-weight: bold !important;
	background-image: linear-gradient(#FFFFFF, #DEDEDE) !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-size: 11px !important;
	line-height: 19px !important;
	font-family: "Helvetica Neue", Arial, sans-serif !important;
}**/

a.tweet-button {
    background-color: #1b95e0 !important;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	height: 19px;
	max-width: 98%;
	overflow: hidden;
	position: relative;
	padding: 2px 6px 3px 22px;
	font-weight: bold !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-size: 11px !important;
	line-height: 19px !important;
	font-family: "Helvetica Neue", Arial, sans-serif !important;
}

  
a.tweet-button:hover{
	text-decoration: none;
	background-color: #0c7abf !important;
}
  
 a.tweet-button span{
	height: 16px;
    left: 4px;
    position: absolute;
    top: 0px;
    width: 16px;
    background: url("/images/twitter-logo.png");
    background-repeat: no-repeat;
    }

a.tweet-button:focus{
	/**border-color: #0089CB;**/
	background-color: #0c7abf !important;
	/**background-image: linear-gradient(#F8F8F8, #D9D9D9);**/
	text-decoration: none;
}

a.tweet-button:active{
	/**background-color: #EFEFEF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
    border-color: #BBBBBB;**/
    background-color: #0c7abf !important;
    text-decoration: none;
}

p.jump{
	vertical-align: middle;
	margin-bottom: 0px;
	text-align: center;
	}
	
p.jump b{
	display: block;
	margin-bottom: 5px;
}
	
p.jump a{
	padding: 2px 8px;
	margin: 0 5px 10px 5px;
	font-size: 14px;
	background: #e8e8e8;
	border-radius: 3px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	}
	
p.jump a:hover{
	background: #ccc;
	text-decoration: none;
	}
	
p.oscar,
li.oscar{
	background-image:url('../images/oscar-award.png');
	background-repeat: no-repeat;
	height: 45px !important;
	vertical-align: middle;
	padding: 10px 0 5px 20px !important;
	background-position: 0;
	font-weight: bold;
}

li.oscar{
	padding: 0 0 5px 0 !important;
}

li.grammy{
	list-style-image:url('../images/grammy-award.png');
	/**background-repeat: no-repeat;
	height: 25px !important;
	line-height: 25px;**/
	vertical-align: middle;
	padding: 0px 0 5px 5px !important;
	/**background-position: 0;**/
	font-weight: bold;
	list-style-position: inside;
}


div.chart-container{
	padding: 30px 0;
}
div.chart-grid{
	position: relative;
	width: 300px;
	margin: 0 auto 30px auto;
	text-align: center;
	min-height: 500px;
}

div.chart-grid p.chart-position{
	left: -10px;
}
div.chart-grid p.title-artist{
	font-size: 14px;
	font-weight: normal;
}

div.chart-grid em.title a{
	font-size: 18px;
	font-weight: bold;
}

div.chart-grid em.artist{
	font-size: 16px;
	margin-bottom: 10px;
}

div.nav-year{
	overflow: hidden;
	padding: 5px;
	margin: 20px auto;
	background: #ccc;
	border-radius: 10px;
	text-align: center;
}

div.nav-year p{
	margin-bottom: .2em;
	padding-bottom: 0;
	font-weight: bold;
}

div.year{
	width: 54px;
	height: 50px;
	float: left;
	line-height: 50px;
	vertical-align: middle;
	text-align:center;
}

div.current{
	background-color: #e8e8e8;
	font-weight: bold;
	border-radius: 3px;
}

div.year a{
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	transition-duration: 0.3s;
}

div.year a:hover{
	background-color: #036;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}


div.twitter{
	width: 310px;
	margin: 10px auto 20px auto;
}


/********** Amazon Charts **********/

.amazon-list.cf {
    border-bottom: 1px dotted;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 15px;
}


/********** Table Charts and Grammy Charts **********/

table#grammy-table,
table.table-charts{
	width: 100%;
}

table#grammy-table tr:nth-child(odd),
table.table-chart tr:nth-child(odd){
	background-color: #E1EFF3;
}

table.table-chart tr.new-release{
	background-color: #e7f8ec;
}
table#grammy-table td,
table.table-chart td{
	padding: 5px;
	border-bottom: 1px solid #000;
	line-height: 1.1,
}

table.table-chart td{
	border-bottom: 1px solid #ccc;
}

table.table-chart td.position,
table.table-chart th.position{
	text-align: right;
}


table.table-chart td.price,
table.table-chart th.price{
	text-align: center;
}


table#grammy-table th,
table.table-chart th{
	border-bottom: 1px solid #000;
	background-color: #ccc;
	padding: 5px;
	line-height: 1.1;
}



/********** Section Page Charts **********/

div.itunes-page-section h3{
	border-bottom: 1px solid #036;
	padding-bottom: 5px;
}

div.itunes-page-section img{
	display: block;
	margin: 0 auto 15px auto;
}

div.itunes-page-section ol{
	padding: 10px 10px 20px 20px;
	margin: 0;
}

div.itunes-page-section ol li{
	padding: 5px;
}

div.itunes-page-section ol li:nth-child(odd){
	background-color: #E1EFF3;
}

a.button-container{
	text-align: center;
}


/********** The Voice **********/

div.voice-teams ul{
	list-style-type: none;
	padding-left: 0;
}

div.voice-teams ul li{
	padding: 10px 0;
}

div.voice-teams ul li.eliminated{
	opacity: .3;
}

div.voice-teams ul li.chairs-1{
	background-image:url('../images/1-chair-turn.png');
	background-repeat: no-repeat;
	background-position:right center;
}

div.voice-teams ul li.chairs-2{
	background-image:url('../images/2-chair-turn.png');
	background-repeat: no-repeat;
	background-position:right center;
}

div.voice-teams ul li.chairs-3{
	background-image:url('../images/3-chair-turn.png');
	background-repeat: no-repeat;
	background-position:right center;
}

div.voice-teams ul li.chairs-4{
	background-image:url('../images/4-chair-turn.png');
	background-repeat: no-repeat;
	background-position:right center;
}
div.voice-teams h3,
div.episode-list h3{
	background-color: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#cccccc));
	background: -webkit-linear-gradient(top, #e8e8e8, #cccccc);
	background: -moz-linear-gradient(top, #e8e8e8, #cccccc);
	background: -ms-linear-gradient(top, #e8e8e8, #cccccc);
	background: -o-linear-gradient(top, #e8e8e8, #cccccc);
	border-radius: 2px;
	padding: 5px 10px;
}

table.voice-table{
	width: 100%;
}

table.voice-table th,
table.voice-table td{
	padding: 0 3px 1px 3px;
}

.voice-performances{
	text-align: center;
	}
	
.voice-performances h4{
	margin-bottom: 10px;
	text-transform: uppercase;
	}

.voice-performances ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
	}
	
.voice-performances li{
	padding: 3px 5px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 4px
}

.voice-performances li a {
    margin: 5px;
    background: #900;
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}

.voice-performances cite {
    display: block;
    font-style: italic;
	font-weight: 600	
}

/********** 100 Greatest Albums **********/

div#album-specs{
	overflow: hidden;
}
div#album-specs img{
	/**float: left;**/
	margin: 0 auto 20px auto;
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

div#album-specs dl{
	/**float: left;
	margin-left: 50px;**/
	text-align: center;
}

p#great-albums-h2{
	margin-top: -15px;
	margin-bottom: 20px;
}

div#album-specs dl{
	border: 1px solid #ccc;
}

div#album-specs dd img{
	float: none;
	margin-top: 3px;
	margin-bottom: 3px;
}

div#album-specs dd,
div#album-specs dt{
	padding: 2px;
}
	
div#album-specs dt{
	background-color: #E1EFF3;
}

dl.col-md-6{
	padding: 0;
	min-width: 300px;
}

ul#album-navigation{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin: 30px 0;
	list-style-type: none;
}

table#great-albums-table{
	width: 100%;
}

table#great-albums-table tr:nth-child(odd){
	background-color: #E1EFF3;
}


table#great-albums-table td{
	padding: 5px;
	border-bottom: 1px solid #000;
	line-height: 1.1,
}

table#great-albums-table tr th:first-child,
table#great-albums-table tr td:first-child{
	text-align: center;
}

table#great-albums-table th{
	border-bottom: 1px solid #000;
	background-color: #ccc;
	padding: 5px;
	line-height: 1.1;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********** Newsblock **********/

p.more {
    background-color: #eee;
    padding-right: 10px;
    text-align: right;
}
div.nb-list ul.primary {
    margin: 0;
    padding: 0;
	padding: 0;
	list-style-type: none;
}
div.nb-list ul.secondary {
    margin: 0;
    padding: 0;
	list-style-type: none;
}
div.nb-list li.enclosure {
    background-color: transparent;
    background-position: left 6px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
div.nb-list li.video {
    background-image: url("../images/video.png");
}
div.nb-list li.audio {
    background-image: url("../images/audio.png");
}
div.nb-list li.image {
    background-image: url("../images/images.png");
}
div.nb-wide {
}
div.nb-wide::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.nb-wide li {
    border: medium none;
    float: left;
}
div.nb-wide li a {
    background-color: #369;
    display: block;
    margin: 10px 0 0 18px;
    padding: 3px;
}
div.nb-wide li a:hover {
    background-color: #69c;
}
.tool-tip {
    color: #fff;
    width: 300px;
    z-index: 13000;
}
.tool-title {
    background: rgba(0, 0, 0, 0) url("../images/bg_tooltip.png") repeat scroll left top;
    color: #9fd4ff;
    font: 13px/1.3em Verdana,sans-serif;
    margin: 0;
    padding: 8px 8px 4px;
}
.tool-text {
    background: rgba(0, 0, 0, 0) url("../images/bg_tooltip.png") repeat scroll right bottom;
    font: 12px/1.3em Verdana,sans-serif;
    padding: 4px 8px 8px;
}
.tool-text span span {
    color: #aaa;
    display: block;
    font: 11px/1.3em Verdana,sans-serif;
    padding: 5px 0 0;
}


/********** ADS **********/

.chart-ad{
	margin-bottom: 0px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.links-unit-content{
	text-align: center;
	padding: 2px 0 0 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	}

@media(min-width: 380px) and (max-width: 799px) {
	.chart-ad{
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		}
}

@media (min-width: 990px) and (max-width: 1200px) {
	.chart-ad{
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		}
}

@media(min-width: 320px) and (max-width: 340px){
	.chart-music-responsive,
	.chart-books-responsive, 
	.chart-movies-responsive,
	.chart-tv-responsive,
	.chart-apps-responsive{
		width: 300px;
		height: 250px;
		margin: 0;
		}
	div.cover-art audio{
	width: 100%;
	margin: 15px 0 0 0;
	display: block;
	}

}

@media(min-width: 380px)
	{  
		.chart-music-responsive,
		.chart-books-responsive, 
		.chart-movies-responsive,
		.chart-tv-responsive,
		.chart-apps-responsive{
			width: 336px;
			height: 280px;
			margin: 0 auto;
		 }
	}
	
@media(max-width: 600px){
	.links-unit{
		display: none !important;
	}
	.links-unit-content{
		background: #fff;
		margin: 0;
	}
}

@media(min-width: 800px)
	{
		.banner-top-responsive,
		.chart-music-responsive,
		.chart-books-responsive,
		.chart-movies-responsive,
		.chart-tv-responsive,
		.chart-apps-responsive{
			width: 728px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
		}
	}
@media(min-width: 990px) and (max-width: 1200px)
	{
		.chart-music-responsive,
		.chart-books-responsive,
		.chart-movies-responsive,
		.chart-tv-responsive,
		.chart-apps-responsive{
			width: 336px;
			height: 280px;
		}
	}
	
.sidebar-books-responsive { width: 300px; height: 250px; }
@media(min-width: 500px) { .sidebar-books-responsive { width: 336px; height: 60px; } }


/********* Contact Form **********/

form#contact-form label{
	display: block;
}

form#contact-form input[type=text],
form#contact-form select,
form#contact-form textarea{
	display: block;
	margin-bottom: 20px;
	width: 400px;
	max-width: 90%;
}

form#contact-form textarea{
	width: 90%;
}

form#contact-form input.submitbutton{
	background: none repeat scroll 0 0 #4387f5;
    border-top: 1px solid #1f3dab;
    border-bottom: 2px solid #1f3dab;
    border-left: none;
    border-right: none;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    padding: 5px 20px;
    -moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
    }
    
form#contact-form input.submitbutton:hover{
	border-bottom: 11px solid #1fsdab;
	background-color: #003366;
}

form#contact-form input#name,
form#contact-form input#email,
form#contact-form select#subject,
form#contact-form textarea#message{
	padding: 5px;
	border: 1px solid #ccc;
}

form#contact-form input#name:focus,
form#contact-form input#email:focus,
form#contact-form select#subject:focus,
form#contact-form textarea#message:focus{
	border: 1px solid #036;
}

/********** Facebook Comments **********/

div#facebook-comments{
	margin-top: 20px;
	margin-bottom: 20px;
}

div#facebook-comments h4{
	margin-bottom: 5px;
}

	
/********* Footer **********/
#footer{
	background: #036;
	width: 100%;
	height: 90px;
	font-size: 12px;
	padding-bottom: 110px;
}

#footer .container{
	border-radius: 0 0 5px 5px;
	padding: 20px;
}


/***** Responsive Table *****/


table.tablesorter th.header { 
    background-image: url("../images/bg-tablesorter.gif"); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px;
}

table.tablesorter th.headerSortUp { 
    background-image: url("../images/asc.gif"); 
    background-color: #428bca; 
    color: #fff;
} 

table.tablesorter th.headerSortDown { 
    background-image: url("../images/desc.gif"); 
    background-color: #428bca;
    color: #fff;
} 

@media (max-width: 480px){
	div#facebook-like-button,
	div#twitter-button,
	div#google-plus,
	div.comments{
	margin-bottom: 10px;
	}
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table#chart-table table, table#chart-table thead, table#chart-table tbody, table#chart-table th, table#chart-table td, table#chart-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table#chart-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#chart-table tr { border: 1px solid #ccc; }
	
	table#chart-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	table#chart-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	table#chart-table td.position, table.chart-table th.position,
	table#chart-table td.price, table.chart-table th.price{
		text-align: left;
		vertical-align: top;
	}
	
	/*
	Label the data
	*/
	table#chart-table td:nth-of-type(1):before { content: "Chart Rank:"; }
	table#chart-table td:nth-of-type(2):before { content: "Title:"; }
	table#chart-table td:nth-of-type(3):before { content: "New:"; }
	table#chart-table td:nth-of-type(4):before { content: "Artist:"; }
	table#chart-table td:nth-of-type(5):before { content: "Genre:"; }
	table#chart-table td:nth-of-type(6):before { content: "Buy on iTunes:"; }

	table#chart-table td:nth-of-type(3){
		display: none;
	}
}

.col-md-12.col-xs-12.col-rev {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

@media (max-width: 680px){
	img.fr{
		float: none;
		display: block;
		margin: 0 auto 10px auto;
		width: auto;
		height: auto;
		max-width: 100%;
}
}
