/* general */

body {
	color: #CCC;
	background-color: #141414;
	font: normal 1em Georgia, Times, serif;
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 900px;
}

h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-size: .9em;
	margin: 7px 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -32768px;
}

h2 {
	font-size: 1.4em;
	margin-top: 12px;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.2em;
	margin: 15px 0 7px 0;
}

img {
	border: 0;
}

a {
	color: #CCC;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 0;
}


/* header */

#header {
	min-height: 90px;
}

#listen {	/* reserved for uniplayer */
	margin: 23px 0 0 41px;
	float: left;
}

#helpHolder {
	position: relative;
	margin: 0 170px 0 340px;
	padding-top: 14px;
}

#question {
	position: absolute;
	top: 34px;
	left: 0;
	width: 27px;
	height: 27px;
	background-image: url(img/question.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0;
	text-indent: -32768px;
}

#question:hover {
	background-position: bottom left;
}

.help {
	position: relative;
	margin: 0 8px 0 45px;
	height: 61px;
	padding: 1px 0;
	background: url(img/help-center.png);
	display: none;
}

.help.active {
	display: block;
}

.help .help-left {
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 63px;
	background: url(img/help-left.png);
}

.help .help-right {
	position: absolute;
	top: 0;
	right: -16px;
	width: 16px;
	height: 63px;
	background: url(img/help-right.png);
}

.help .help-center {
	color: #292929;
	font-size: 14px;
	padding: 4px 0 2px 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 55px;
	height: 55px;
	overflow: auto;
}

.help .help-center p {
	line-height: 16px;
}

.help a {
	color: #292929;
}

.play-small {
	width: 19px;
	height: 19px;
	background-image: url(img/play-small.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -32768px;
	font-size: 0;
}

.play-small:hover {
	background-position: bottom left;
}

.help .help-center .play-small {
	display: inline-block;
	margin: -3px 0 0 3px;
	vertical-align: top;
}

.help .help-center p {
	margin: 1px 0;
}

.help .r32k, .help .r128k {
	position: static;
	display: inline-block;
	margin: -1px 0 0 2px;
	vertical-align: top;
	font-size: 0;
	text-indent: -32768px;
}

.help-close {
	position: absolute;
	top: 3px;
	right: -12px;
	width: 11px;
	height: 11px;
	background: url(img/help-close.png);
}

#skinswitcher {
	width: 53px;
	height: 13px;
	float: right;
	margin-top: 41px;
}

#skinswitcher a {
	display: block;
	float: right;
	width: 13px;
	height: 13px;
	background-image: url(img/skinswitcher.png);
	background-repeat: no-repeat;
}

#skinswitcher a.winter {
	margin-left: 7px;
	background-position: -20px 0;
}

#skinswitcher a.mountain {
	margin-left: 7px;
	background-position: -40px 0;
}

#langswitcher {
	width: 38px;
	height: 20px;
	float: right;
	position: relative;
	z-index: 1;
	margin: 40px 20px 0 20px;
}

#langswitcher ul {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 38px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #141414;
}

#langswitcher.open ul {
	height: auto;
}

#langswitcher.open a {
	display: block;
}

#langswitcher ul li {
	height: 15px;
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 0;
	text-indent: -32768px;
}

#langswitcher .arrow {
	background: url(img/arrow.png) no-repeat right center;
	position: absolute;
	width: 8px;
	height: 15px;
	top: 0;
	right: 0;
	cursor: pointer;
}

#langswitcher a {
	display: none;
	width: 22px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
}

#langswitcher a.current {
	display: block;
}

/* content */

#stripe {
	height: 300px;
	position: relative;
	overflow: hidden;
}

/* if use below short background syntax, IE7 & IE8 behaves unexpectedly */

#stripe.stripe_classic {
	background-color: #F1D8A2;
	background-image: url(skin/classic.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#stripe.stripe_winter {
	background-color: #c2c2c2;
	background-image: url(skin/winter.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#stripe.stripe_mountain {
	background-color: #c2c2c2;
	background-image: url(skin/mountain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
	position: absolute;
	left: 62px;
	top: 88px;
	width: 300px;
	height: 120px;
}

#logo.logo_red {
	background: url(logo/red.png) no-repeat center top;
}

#logo.logo_grey {
	background: url(logo/grey.png) no-repeat center top;
}

#playing {
	position: absolute;
	top: 74px;
	left: 117px;
	width: 14px;
	height: 14px;
}

#playing.active {
	visibility: hidden;
}

#logo.logo_red #playing {
	background: url(logo/dot_red.png) no-repeat center top;
}

#logo.logo_grey #playing {
	background: url(logo/dot_grey.png) no-repeat center top;
}

#zeppelin {
	background: transparent url(img/zeppelin.png) no-repeat;
	width: 410px;
	height: 264px;
	position: absolute;
	left: -305px;
	top: 0;
	display: none;
}

#stripe.stripe_winter #zeppelin, #stripe.stripe_classic #zeppelin {
	display: none;
}

input.code {
	width: 400px;
	padding: 0 10px;
	border: 1px solid #333;
	color: #888;
	background: #000;
}

#main {
	float: left;
	margin: 0 10px 0 425px;
	padding-left: 70px;
}

#sidebar {
	position: absolute;
	left: 20px;
	width: 400px;
}

#main .play-small {
	display: block;
	float: left;
	margin: -1px 0 0 -26px;
}

.support form {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 0 0 -64px;
}

img.nokia {
	width: 52px;
	height: 9px;
	margin: 11px 0 5px 0;
}

p.qr {
	margin-top: 14px;
}

p.qr a {
	position: relative;
	display: inline-block;
	height: 45px;
	width: 45px;
	overflow: hidden;
	text-decoration: none;
}

p.qr a:hover, p.qr a.active {
	overflow: visible;
}

p.qr a img {
	position: absolute;
	left: 0;
	bottom: 0;
}


/* footer */

#footer {
	position: relative;
	top: -25px;
	left: 150px;
}

#footer a.lastfm {
	display: block;
	float: left;
	margin-right: 9px;
	width: 67px;
	height: 18px;
	background: url(img/lastfm.png) no-repeat;
	text-indent: -32768px;
	font-size: 0;
}

#footer a.facebook {
	display: block;
	float: left;
	margin-right: 9px;
	width: 78px;
	height: 18px;
	background: url(img/facebook.png) no-repeat;
	text-indent: -32768px;
	font-size: 0;
}




/* history */

#nextTitle {
	color: #A81328;
	margin: 0 0 0 70px;
}

.history {
	position: relative; /* required for zeppelin to not overlay history */
	margin-left: 425px;
	color: #444;
	overflow: auto;
	height: 286px;
	padding-top: 14px;
	font-size: 1em;
	white-space: nowrap;
}

.history a {
	color: #444;
	text-decoration: none;
}

.history a:hover {
	text-decoration: underline;
}

.history ul {
 	padding: 0;
	margin: 6px 0 0 0;
	list-style-type: none;
}

.history ul li {
	font-size: 1em;
	line-height: 1.3em;
	position: relative;
}

.history ul.past li:first-child {
	font-weight: bold;
}

.history ul li noscript {
	font-weight: normal;
}

.history ul li:first-child .historyPlayed {
	font-weight: normal;
}

.history ul li span.title {
	position: relative;
}

.history ul li span.title small {
	line-height: 1.28em;
	display: none;
}

.history ul li span.title:hover small {
	display: inline;
}

.history span.trackTitle {
	font-size: .9em;
}

.historyPlayed {
	font-family: courier new, monospace;
	font-size: 11px;
	margin-right: 30px;
}

.historyRating {
	display: block;
	position: absolute;
	top: 3px;
	left: -32px;
	width: 27px;
	height: 15px;
	background: url(img/rating.png) no-repeat;
	text-indent: -32768px;
	font-size: 0;
}

.historyRating .plus, .historyRating .minus {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	background-image: url(img/plusminus.png);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand; /* for IE5 */
}

.historyRating.rated .plus, .historyRating.rated .minus {
	cursor: default;
}

.historyRating .plus {
	background-position: 0 0;
	top: 3px;
	left: 4px;
}

.historyRating .minus {
	background-position: -9px 0;
	top: 3px;
	right: 3px;
}

.historyRating.rated .plus {
	background-position: 0 -18px;
}

.historyRating.rated .minus {
	background-position: -9px -18px;
}

.historyRating .plus.rated {
	background-position: 0 -27px;
}

.historyRating .minus.rated {
	background-position: -9px -27px;
}

.historyRating.rated .plus.rated:hover {
	background-position: 0 -27px;
}

.historyRating.rated .minus.rated:hover {
	background-position: -9px -27px;
}

.historyRating.rated .plus:hover {
	background-position: 0 -18px;
}

.historyRating.rated .minus:hover {
	background-position: -9px -18px;
}

.historyRating .plus:hover {
	background-position: 0 -9px;
}

.historyRating .minus:hover {
	background-position: -9px -9px;
}

.history small {
	margin-left: 9px;
}

.history p.rss {
	margin: 0 0 0 45px;
}

.history p.rss a {
	text-decoration: none;
	color: #444;
}

.history p.rss img {
	margin: 3px 4px 0 4px;
	vertical-align: top;
	width: 14px;
	height: 14px;
}

.history p.rss .historyPlayed {
	margin-right: 0;
}



.plusminus .historyRating {
	position: relative;
	top: auto;
	left: auto;
	float: left;
	margin-left: -32px;
}

#comments {
	background: #C0C0C0;
	padding: 10px;
	width: 480px;
	height: 138px;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}

#comments .corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(img/comments-corners.png);
}

#comments .corner.tl {
	top: 0;
	left: 0;
	background-position: bottom right;
}

#comments .corner.tr {
	top: 0;
	right: 0;
	background-position: bottom left;
}

#comments .corner.bl {
	bottom: 0;
	left: 0;
	background-position: top right;
}

#comments .corner.br {
	bottom: 0;
	right: 0;
	background-position: top left;
}

#countries {
	margin: 0;
	font-size: .8em;
	line-height: 9px;
	clear: both;
}

#countries img {
	margin-right: 5px;
	margin-top: 4px;
}

#tracksHistoryFuture {
	display: none;
}


#overlay {
	background: #0a0a0a;
	width: 85%;
	min-width: 880px;
	height: 280px;
	padding: 10px 30px 5px 30px;
	top: 90px;
	left: 5%;
	position: absolute;
	overflow: auto;
	display: none;
	opacity: .9;
}

#overlay h5 {
	background: #c1c1c1;
	color: #292929;
	padding: 5px 8px;
	margin: 5px -10px 7px -10px;
}

#overlay .help-close {
	right: 18px;
	top: 14px;
}

#overlay .overline {
	border-top: 1px solid #333;
	padding-top: 5px;
}

#overlay .overline span {
	font-size: 1.5em;
}

#podcastButton {
	position: absolute;
	top: 29px;
	left: 404px;
	display: block;
	width: 150px;
	height: 36px;
	font-size: 0;
	text-indent: -32768px;
	background: url(img/podcast.png) no-repeat;
}

.podcastsList {
	width: 160px;
	float: left;
}

.podcastsList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.podcastsList li {
	background: url(img/rss.png) no-repeat;
	padding: 1px 20px;
	color: #777;
}

.podcastsContent {
	margin-left: 170px;
	padding-left: 365px;
}

.podcastImage {
	float: right;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin: 0 0 10px 20px;
}

#podcastsPlaylist {
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	float: left;
	margin: 0 15px 0 -365px;
	padding: 4px 0;
	width: 350px;
	white-space: nowrap;
	overflow: auto;
	color: #888;
}

#podcastsPlaylist a.icon {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	background: url(img/playlist-icons.png) no-repeat
}

#podcastsPlaylist a.download {
	padding-left: 16px;
	background: url(img/download.gif) no-repeat left bottom;
}

#podcastsPlaylist span {
	margin-left: 5px;
	color: #CCC;
	font-size: 13px;
}

#podcastsPlaylist tt {
	margin-left: 5px;
	font-size: 10px;
}

#podcastsPlaylist a.homepage {
	background-position: left center;
}

#podcastsPlaylist a.discogs {
	background-position: center center;
}

#podcastsPlaylist a.myspace {
	background-position: right center;
}

#podcastsPlaylist a.disabled {
	visibility: hidden;
}

#podcastsPlaylist li.info {
	margin-bottom: 3px;
}

.rarr {
	cursor: default;
	font-size: 13px;
	margin-left: 4px;
}

#historyLinkTitle {
	margin-left: 70px;
}

#freshList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
	color: #888;
}

#freshList .artist {
	color: #CCC;
}

#freshList .year {
	display: block;
	float: left;
	width: 35px;
}