body {
	margin: 0;
	padding: 0;
	font-family: Arial;
/*        background-color: #f6f6f6;*/
}

a {
	text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}


h2.headline {
	margin: 5px 0;
	padding: 0 5px;;
	font-size: 16px;
	line-height: 30px;
	color: #4b4b4b;
	border-bottom: 2px solid #cfcfcf;
}

div h2{
	margin: 5px 5px;
	padding: 0 5px;;
	font-size: 16px;
	line-height: 30px;
	color: #4b4b4b;
}

h2.headline.bar {
        background: transparent url(../images/headline.png) no-repeat;
        color: #fff;
        text-indent: 20px;
        line-height: 48px;
        border: none;
}
.left {
	width: 620px;
	float: left;
}
.right {
	width: 300px;
	float: right;
}
.button, .button.disabled:hover {
	cursor: default;
	display: block;
	float: left;
	font-size: 12px;
	margin: 0 5px 5px 0;
	position: relative;
	text-align: center;
	width: 20px;
	background: url(../images/button-background-sprite.png) repeat-x scroll 0 top #E5E5E5;
	border: 1px solid #CFCFCF;
	border-radius: 3px 3px 3px 3px;
	line-height: 20px;	
}
.button.selected {
	background-color: #0070CC;
	border: 1px solid #0070CC;
}
.button:hover {
	border: 1px solid #0070CC;
	border-radius: 3px 3px 3px 3px;
}
.button.wider {
	width: auto;
}
.button span {
	color: #4B4B4B;
	cursor: pointer;
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}
.button.selected span {
	color: #fff;
}
.button.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.button.disabled span {
	cursor: default;
}
.ad_leaderboard {
	height: 90px;
	width: 728px;
	margin: 0 auto;
}
.ad_mpu {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
}
.content {
	width: 940px;
	margin: 0 auto;
}
#header {
	position: relative;
	background: transparent url(../images/header-navbar.png) no-repeat;
	width: 100%;
	height: 90px;
}
#ticker {
	width: 720px;
	height: 24px;
	margin: 0 0 0 220px;
}
.ticker {
	display: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
/*	line-height: 39px;
	padding: 28px 0;*/
	line-height: 41px;
	padding: 0 0;
}
.nav li {
	padding: 0 20px;
	display: block;
	float: left;
}
.nav li.selected {
	/*background: transparent url(../images/navigation-arrow.gif) center bottom no-repeat;*/
}
.nav li.selected a{color:#74bcea;}
.nav li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
li a:hover {
	color: #74bcea;
}
#featured_radios {
	height: 300px;
}
#featured_radios li {
	display: inline-block;
}
#featured_radios .thumbnail {
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	display: block;
    height: 83px;
    width: 146px;;
}
#featured_radios .thumbnail img {
	border: none;
        cursor: pointer;
}
#featured_radios .title {
	color: #4B4B4B;
	font-size: 12px;
	line-height: 20px;
}
#featured_radios ul {
	padding: 0 10px;
}
#featured_radios li {
	display: block;
	float: left;
	padding: 10px 0;
}
#featured_radios li.mid {
	padding: 10px 72px;
}
#featured_radios li:hover .thumbnail {
	border: 1px solid #0070CC;
}
#featured_radios li:hover .title {
	color: #0070CC;
}
.list {
	font-size: 12px;
}
.list li {
	display: block;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
.list li a {
	color: #4b4b4b;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	display: block;
	height: 100%;
	line-height: 30px;
}
.list li a:hover {
	background-color: #EEEEEE;
        color: #0070CC;
}
.list li span {
	display: block;
	float: left;
	width: 100%;
}
.list li span.mediaicon {
	display: block;
	height: 16px;
	margin: 5px;
	width: 16px;
	background: transparent url(../images/icon-sprite.png) no-repeat;
}
.list li span.mediaicon.audio {
	background-position: -150px -300px;
}
.list.cols3 span {
	width: 33.2%;
}
.list.cols3 li.headline {
        padding: 10px 0 0 0;
        margin: 5px 0;
        height: 20px;
	border-bottom: 2px solid #eee;
}
.list.cols3 li.headline span {
	color: #4b4b4b;
	font-weight: 700;
        vertical-align: middle;
}
.list.cols3 li.headline span.station {
	text-indent: 10px;
}
.stations {
	width: 100%;
}
#footer {
	font-size: 12px;
	color: #757575;
}

#footer.bg {
	background: #e1e1e1;
	padding: 20px 0 10px 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#footer .cols {
	width: 180px;
	float: left;
	margin: 0 20px 0 40px;
}

#footer .firstcol {
	width: 180px;
	float: left;
	margin: 0 20px 0 20px;
}

#footer h1 {
	font-size: 14px;
	font-weight: bold;
}

#footer a {
	color: #757575;
}

#footer a:hover {
	color: #0070cc;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	padding: 12px 0 0 0;
	line-height: 1.5em;
}

#footer li .selected {
	color: #ff7700;
}

#footer li .selected:hover {
	color: #4b4b4b;
}

#footer .cr {
	font-size: 10px;
	line-height: 1.5em;
	vertical-align: middle;
	background: transparent url(../images/footer-realnetworks.png) 20px 0 no-repeat;
	padding: 0 10px 0 200px;
}



.maintitlebar {
  width: 100%;
  height: 36px;
  background-color: #232323;
  color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* new navbar */
.navbar {
  	color: #ffffff;
	margin-bottom:12px;
	margin-top:12px;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  /*
  333366
  666666
  */

  background-color: #414d56;
  background-image: -moz-linear-gradient(top, #55626b, #414d56);
  background-image: -ms-linear-gradient(top, #55626b, #414d56);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#55626b), to(#414d56));
  background-image: -webkit-linear-gradient(top, #55626b, #414d56);
  background-image: -o-linear-gradient(top, #55626b, #414d56);
  background-image: linear-gradient(top, #55626b, #414d56);
  background-repeat: repeat-x;

  /*  
  background-color: #232323;
  background-image: -moz-linear-gradient(top, #333333, #232323);
  background-image: -ms-linear-gradient(top, #333333, #232323);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#232323));
  background-image: -webkit-linear-gradient(top, #333333, #232323);
  background-image: -o-linear-gradient(top, #333333, #232323);
  background-image: linear-gradient(top, #333333, #232323);
  background-repeat: repeat-x;
	*/

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#55626b', endColorstr='#414d56', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .brand {
  display: block;
  float: left;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}


.nav-collapse,
.nav-collapse.collapse {
   height: auto !important;
   overflow: visible !important;
}


a.rollover img {
    width: 146px;
    height: 83px;
}


.hovergallery img{
	-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform:scale(1); /*Mozilla scale version*/
	-o-transform:scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 0.8; /*initial opacity of images*/
	margin: 0 5px 5px 0; /*margin between images*/
}

.hovergallery img:hover{
	-webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.2); /*Mozilla scale version*/
	-o-transform:scale(1.2); /*Opera scale version*/
	box-shadow:0px 0px 5px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow:0px 0px 5px gray; /*Safari shadow version*/
	-moz-box-shadow:0px 0px 5px gray; /*Mozilla shadow version*/
	opacity: 1;
}

/* SubTitleBar */
.subtitlebar {
  width: 100%;
  height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* top 10 radios */
#top10_stations {
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #CFCFCF;
}
#top10_stations .headline {
	background-color: #eeeeee;
	margin-top: 0px;
}

#top10_stations {
	background-color: #f9f9f9;
}

/* general margins */
.margin-top-10 {margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-20 {margin-top:20px;}

#ad_leaderboard_btf {width: 940px; text-align: center;}

/*** search page ***/
.gsc-control-cse {
font-family: Arial, sans-serif;
border-color: #F6F6F6;
background-color: #F6F6F6;
}
.gsc-control-cse .gsc-table-result {
font-family: Arial, sans-serif;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border-color: #D9D9D9;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
border-color: #2F5BB7;
background-color: #357AE8;
background-image: none;
filter: none;
}
.gsc-tabHeader.gsc-tabhInactive {
border-bottom: 1px solid #CCCCCC;
background-color: #F6F6F6;
}
.gsc-tabHeader.gsc-tabhActive {
border-color: #CCCCCC;
border-bottom-color: #F6F6F6;
background-color: #F6F6F6;
}
.gsc-tabsArea {
border-color: #CCCCCC;
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
border-color: #F6F6F6;
background-color: #F6F6F6;
}
.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
border-color: #F6F6F6;
background-color: #F6F6F6;
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
color: #1155CC;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
color: #1155CC;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
color: #1155CC;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
color: #1155CC;
}
.gsc-cursor-page {
color: #1155CC;
}
a.gsc-trailing-more-results:link {
color: #1155CC;
}
.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
color: #333333;
}
.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
color: #009933;
}
.gs-webResult div.gs-visibleUrl-short {
color: #009933;
}
.gs-webResult div.gs-visibleUrl-short {
display: none;
}
.gs-webResult div.gs-visibleUrl-long {
display: block;
}
.gs-promotion div.gs-visibleUrl-short {
display: none;
}
.gs-promotion div.gs-visibleUrl-long {
display: block;
}
.gsc-cursor-box {
border-color: #F6F6F6;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
border-color: #CCCCCC;
background-color: #F6F6F6;
color: #1155CC;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
border-color: #CCCCCC;
background-color: #F6F6F6;
color: #1155CC;
}
.gsc-webResult.gsc-result.gsc-promotion {
border-color: #F6F6F6;
background-color: #F6F6F6;
}
.gsc-completion-title {
color: #1155CC;
}
.gsc-completion-snippet {
color: #333333;
}
.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
color: #1155CC;
}
.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
color: #1155CC;
}
.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
color: #1155CC;
}
.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
color: #1155CC;
}
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right *  {
color: #333333;
}
.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
color: #009933;
}