﻿* { margin: 0; }

html, body
{
	font-size: 12px;
	font-family: Arial, Verdana, Times New Roman;
}

html
{
	overflow-y: scroll;
}

body
{
	background: #000; /*#3E6C79 url(../images/layout/body-bg.gif) repeat-x;*/
	text-align: center;
}

#wrapper
{
	width: 981px;
	margin: 10px auto 0 auto;
	background: #cecece url(../images/layout/content-bg.png) repeat-y top left;
	text-align: left;
}

#header
{
	height: 96px;
	background: url(../images/layout/header-bg.png) no-repeat top left;
	position: relative;
}

#header object
{
	cursor: pointer !important;
	margin-top: 10px;
}

#header object *
{
	cursor: pointer !important;
}


#header h1
{
	float: left;
	margin-left: 15px;
	
	width: 150px;
	height: 96px;
	background: url(../images/layout/logo.png) no-repeat top left;
}

#header h1 a
{
	display: block;
	width: 150px;
	height: 70px;
	margin-top: 10px;
	
	text-indent: -9999px;
	overflow: hidden;
}

#header-ad
{
	position: absolute;
	overflow: hidden;
	top: 2px;
	right: 15px;
	
	width: 728px;
	height: 90px;
	
	/*border: 2px inset #1e384a;
	background: #023d58;
	
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;*/
}

#header-ad
{
}

.square-ad
{
	width: 300px;
	height: 250px;
}


.StationListen .sidebar { padding-top: 0 !important; }

.StationListen .square-ad-new { margin-bottom:15px; }

.skyscraper-ad
{
	height: 600px;
	width: 160px;
}

#header-ad iframe, .square-ad iframe, .skyscraper-ad iframe
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#nav
{
	position: relative;
	z-index: 30;
}

#sitenav
{
	padding-left: 3px;
	
	height: 32px;
	background: url(../images/layout/nav-bg.png) no-repeat top left;
}

#sitenav li { display: inline-block; }

#sitenav li
{
	display: block;
	overflow: hidden;
	
	margin: 0;
	list-style: none;
	float: left;
	height: 32px;
	background: url(../images/layout/nav-item-bg.png) no-repeat top right;
	padding: 0 5px;
}

#sitenav li.l
{
	background: url();
}


#sitenav li a
{
	display: block;
	float: none !important;
	float: left;
	
	height: 32px;
	line-height: 32px;
	
	padding: 0 7px;
	
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: none;
}

#sitenav li a:hover
{
	text-decoration: underline;
}

#sitenav ul.Level1
{
	clear: none !important;
	clear: left;
}

/*Son of Suckerfish 
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/

#sitenav ul
{
	float: left;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}

#sitenav li li a.hasChildren {
	/*background: url(MRPix/rightarrow2.gif) center right no-repeat;*/
}

#sitenav li ul
{
	background: #086a87;
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-left: -1em;
	
	border: 2px solid #033047;
}

#sitenav li li
{
	padding-right: .25em;
	width: 10.5em;
	background: url();
}

#sitenav li ul a
{
	width: 13.5em;
}

#sitenav li ul ul
{
	margin: -1.65em 0 0 10.5em;
}

#sitenav li:hover ul ul, #sitenav li:hover ul ul ul, #sitenav li:hover ul ul ul ul, #sitenav li.hover ul ul, #sitenav li.hover ul ul ul, #sitenav li.hover ul ul ul ul {
	left: -999em;
}

#sitenav li:hover ul, #sitenav li li:hover ul, #sitenav li li li:hover ul, #sitenav li li li li:hover ul, #sitenav li.hover ul, #sitenav li li.hover ul, #sitenav li li li.hover ul , #sitenav li li li li.hover ul {
	left: auto;
}

#sitenav li:hover, #sitenav li.hover
{
	
}

#sub-nav
{
	height: 35px;
	background: url(../images/layout/sub-nav-bg.png) no-repeat top left;
	line-height: 28px;
	
	overflow: hidden;
	
	font-weight: bold;
	color: #FFF;
	
	position: relative;
}

#sub-nav a
{
	text-decoration: none;
	color: #FFF;
}

#sub-nav a:hover
{
	text-decoration: underline;
}

#sub-nav ul
{
	position: absolute;
	top: 6px;
	right: 15px;
}

#sub-nav li
{
	margin: 0;
	float: left;
	list-style: none;
}

#sub-nav ul dd
{
	display: none;
}

#sub-nav ul dl
{
	float: none !important;
	float: left;
	
	height: 30px;
	margin-left: 10px;
	
	padding-left: 15px;
	background: url(../images/layout/sub-nav-item-bg.gif) no-repeat left 55%;
}

#sub-nav ul dl dt
{
	white-space: nowrap;
}

#sub-nav ul dl.f
{
	background: url();
}

#sub-nav dl a
{
	height: 28px;
	line-height: 28px;
}

#sub-nav dl.login dt a
, #sub-nav dl.logout dt a
{
	background: url(../images/layout/login-icon.png) no-repeat left 52%;
	padding: 0 5px 0 22px;
}

#sub-nav dl.logout dt span
{
	height: 28px;
	line-height: 28px;
	margin-right: 35px;
}

#sub-nav dl.register dt a
{
	background: url(../images/layout/register-icon.png) no-repeat left 52%;
	padding: 0 5px 0 20px;
}

#sub-nav dl.search dt a
{
	background: url(../images/layout/search-icon.png) no-repeat left 52%;
	padding: 0 5px 0 24px;
}

#station-list { display: inline-block; }

#station-list
{
	display: block;
	overflow: hidden;
	
	width: 965px;
	padding: 5px 0;
	margin: 5px auto;
	position: relative;
	background: url(../images/layout/station-list-bg.png) repeat-y top left;
	font-size: .9em;
	
	color: #b0b0b0;
}

#station-list .snh
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../images/layout/station-list-top.png);
	overflow: hidden;
}

#station-list .snf
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../images/layout/station-list-bottom.png);
	overflow: hidden;
}

#station-list a.collapse
{
	color: #a7a7a7;
	display: block;
	float: right;
	text-align: right;
	height: 1.5em;
	line-height: 1.5em;
	margin-right: 10px;
	text-decoration: none;
	padding-right: 14px;
	background: url(../images/layout/toggle-closed.png) no-repeat right 50%;
}

#station-list a.collapse-opened
{
	background: url(../images/layout/toggle-opened.png) no-repeat right 50%;
}

#station-list a.collapse-opened
{
	
}

.station-list-wrapper { display: inline-block; }

.station-list-wrapper
{
    display: block;
    
	display: none;
	margin-top: 10px;
	
	background: url(../images/layout/station-list-thead.png) no-repeat left 1px;
	padding: 2px 4px;
	width: 957px;
	margin-top: 1.75em;
	overflow: hidden !important;
}

.visible-station-list-wrapper
{
	display: block !important;
}

#station-list .left-stations
, #station-list .right-stations
{
	width: 469px;
}

#station-list .left-stations
{
	float: left;
}

#station-list .right-stations
{
	float: right;
}

#station-list table
{
	border-collapse: collapse;
	border: 0 !important;
	width: 469px;
}

#station-list table td
, #station-list table th
{
	padding: 2px 5px 3px 5px;
	text-align: left;
	vertical-align: top;
}

#station-list table th
{
	color: #FFF;
}

#station-list table.l thead
{
	display: none;
}




#station-list th.sc32 span
, #station-list th.sc64 span
, #station-list th.wm32 span
, #station-list th.wm128 span
, #station-list th.sa128 span
, #station-list th.sa256 span
{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}

#station-list th.sc32 span
, #station-list th.sc64 span
{
	background: url(../images/layout/pls-header-bg.png) no-repeat center;
}

#station-list th.wm32 span
, #station-list th.wm128 span
{
	background: url(../images/layout/wmp-header-bg.png) no-repeat center;
}

#station-list th.sa128 span
, #station-list th.sa256 span
{
	background: url(../images/layout/sa-header-bg.png) no-repeat center;
}

#station-list td.sc32
, #station-list td.sc64
, #station-list td.wm32
, #station-list td.wm128
, #station-list td.sa128
, #station-list td.sa256
{
	vertical-align: middle;
	text-align: center;
	height: 15px;
	width: 28px;
}

#station-list td.sc32 a
, #station-list td.sc64 a
, #station-list td.wm32 a
, #station-list td.wm128 a
, #station-list td.sa128 a
, #station-list td.sa256 a
{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
	height: 15px;
	width: 28px;
}

#station-list td.sc32 a
, #station-list td.wm32 a
{
	background: url(../images/layout/32kbps-icon.png);
}

#station-list td.sc64 a
{
	background: url(../images/layout/64kbps-icon.png);
}

#station-list td.wm128 a
{
	width: 31px;
	background: url(../images/layout/128kbps-icon.png);
}

#station-list td.sa128 a
{
	width: 31px;
	background: url(../images/layout/128kbps-icon.png);
}

#station-list td.sa256 a
{
	width: 31px;
	background: url(../images/layout/256kbps-icon.png);
}


#station-list td span
, #station-list td.f
{
	display: block;
	overflow: hidden;
	line-height: 1.6em;
	white-space: nowrap;
}

#station-list td.n
{
	width: 120px;
}

#station-list a
{
	text-decoration: underline;
	color: #c0c0c0;
}

#station-list table.f td.n span
{
	padding-left: 15px;
	background: url(../images/layout/featured-station-icon.png) no-repeat 4px 50%;
}

#station-list td.f
{
	padding-bottom: 4px;
	color: #FFF;
	font-weight: bold;
}

#station-list td.f span
{
	padding-left: 20px;
	background: url(../images/layout/featured-header-icon.png) no-repeat left 50%;
}

#station-list table tbody tr
{
	border-bottom: 1px solid #757575;
}

#listeners
{	
	position: absolute;
	left: 15px;
	top: 6px;
}

#listeners dt
{
	padding-left: 15px;
	background: url(../images/layout/listeners-icon.gif) no-repeat left 52%;
}

#listeners dt, #listeners dd
{
	display: inline;
}

#content
{
	padding: 5px;
}

#footer
{
	color: #FFF;
	padding-top: 18px;
	background: /*#3E6C79*/#000 url(../images/layout/footer-bg.png) no-repeat top left;
	text-align: center;
	padding-bottom: 30px;
}

#footer ul
{
	margin-bottom: 1em;
}

#footer li
{
	display: inline;
	list-style: none;
	padding: 0 20px;
	margin: 0;
	border-right: 1px solid #f0f0f0;
}

#footer li.l
{
	border-right: 0;
}

#footer a
{
	color: #8be4fd;
	text-decoration: none;
}

#__asptrace
{
	background: white;
}
