/* Radiolla CSS */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	color: #CCC;
	background-color: #141414;
	font-family: Georgia, Times, serif;
	line-height: 1.125em;
	min-width: 1170px;
}

a {
	color: #CCC;
}

a:hover {
	text-decoration: none;
}

small {
	font-size: .8em;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 7px 0;
}

h1 {
	display: none;
}

h2 {
	margin: 18px 0 0 3px;
	font-size: 1.3em;
}

h3 {
	margin: 4px 0 0 3px;
	font-size: 1em;
}

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

h5 {
	margin: 0;
	font-size: 1.1em;
	border-bottom: 1px solid #333;
	padding: 3px 8px;
	position: relative;
}

h5 small {
	position: absolute;
	right: 10px;
	bottom: 3px;
	display: none;
}

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

.hideText {
	display: none;
}

.showText {
	display: inline !important;
}

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

#header, #content {
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    clear: both;
}

#header {
	padding: 0 20px 0 90px;
	z-index: 1; /* needed by IE to give z-index to the children */
}

#content {
	padding-bottom: 33px;
}

.rPlaylists {
	position: absolute;
	right: 20px;
	top: 10px;
}

.rPlaylists a {
	display: block;
	width: 26px;
	height: 41px;
	margin-right: 2px;
	float: left;
	font-size: 0;
	text-indent: -32768px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: transparent;
}

.rPlaylists a:hover {
	background-color: #282828;
}

.rPlaylists a.rM3u {
	background-image: url(img/m3u.png);
}
.rPlaylists a.rPls {
	background-image: url(img/pls.png);
}
.rPlaylists a.rXspf {
	background-image: url(img/xspf.png);
}
.rPlaylists a.rRam {
	background-image: url(img/ram.png);
}


#listen {	/* reserved for uniplayer */
	position: absolute;
	top: 220px;
	left: 53px;
}

#listen div.upGUI {
	width: 250px;
}

#listen div.upGUIControls {
	height: 49px;
}

#helpHolder {
	position: absolute;
	left: 100%;
	top: 0;
	width: 805px;
	z-index: 2;
}

#question {
	display: none;
	position: absolute;
	top: 11px;
	left: 0;
	width: 27px;
	height: 27px;
	background-image: url(img/question.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.stripe_oldschool #question {
	display: block;
	background-image: url(uniplayer/question-oldschool.png);
}

.stripe_jiraffe #question {
	display: block;
	background-image: url(uniplayer/question-jiraffe.png);
}

.stripe_winter #question {
	display: block;
	background-image: url(uniplayer/question-winter.png);
}

.stripe_classic #question {
	display: block;
	background-image: url(uniplayer/question-classic.png);
}

.stripe_mountain #question {
	display: block;
	background-image: url(uniplayer/question-mountain.png);
}

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

.help {
	position: absolute;
	top: -10px;
	left: 45px;
	width: 755px;
	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 {
	position: absolute;
	top: 0;
	left: 0;
	color: #292929;
	padding: 4px 2px 2px 3px;
	height: 55px;
	width: 100%;
	overflow: auto;
}

.help .help-center p {
	line-height: 16px;
	margin: 1px 0;
	font-size: .9em;
}

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

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

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

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

.help .rPlaylists a:hover {
	background-color: #DADADA;
}

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

#skinswitcher {
	width: 75px;
	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;
}

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


.channels {
	margin: 14px 0;
	position: relative;
}

.channels li {
	float: left;
}

.channels a {
	position: relative;
	display: block;
	margin-right: 7px;
	width: 120px;
	height: 50px;
	border-width: 2px;
	border-style: solid;
	border-color: #141414;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #5b5b5b;
	background-repeat: no-repeat;
	background-image: url(img/channels.png);
	text-decoration: none;
}

.channels a:hover {
	border-color: #808080;
	color: #f0f0f0;
}

.channels a.active {
	color: #f0f0f0;
	border-color: #F0F0F0;
}

.channels a small {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 27px;
	left: 10px;
}

.channels a.radiolla {
	background-position: 7px 8px;
}

.channels a.radiolla:hover {
	background-position: 7px -42px;
}

.channels a.radiolla.active {
	background-position: 7px -42px;
	background-color: #60422f;
}

.channels a.jiraffe {
	background-position: -113px 8px;
}

.channels a.jiraffe:hover {
	background-position: -113px -42px;
}

.channels a.jiraffe.active {
	background-position: -113px -42px;
	background-color: #826030;
}

.channels a.volta {
	background-position: -234px 8px;
}

.channels a.volta:hover {
	background-position: -234px -42px;
}

.channels a.volta.active {
	background-position: -234px -42px;
	background-color: #647b8c;
}

.channels a.equalyza {
	background-position: -370px 8px;
	width: 130px;
}

.channels a.equalyza:hover {
	background-position: -370px -42px;
}

.channels a.equalyza.active {
	background-position: -370px -42px;
	background-color: #765855;
}

.channels a.mantra {
	background-position: -494px 8px;
}

.channels a.mantra:hover {
	background-position: -494px -42px;
}

.channels a.mantra.active {
	background-position: -494px -42px;
	background-color: #747d95;
}


.whatis-label {
	position: absolute;
	top: 18px;
	left: -75px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	width: 60px;
	line-height: 10px;
	cursor: default;
}

.channels ul, .channels li, .channels h4 {
	margin: 0;
	padding: 0;
}

#langswitcher {
	width: 118px;
	height: 20px;
	float: right;
	position: relative;
	z-index: 1;
}

#langswitcher ul {
	position: absolute;
	z-index: 1;
	top: 0;
	overflow: hidden;
	height: 20px;
	background: #4c4c4c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 0 1px 0;
}

#langswitcher.open ul {
	height: auto;
}

#langswitcher.open a {
	display: block;
}

#langswitcher ul li {
	height: 15px;
	margin: 0 0 7px 0;
}

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

#langswitcher a {
	display: none;
	width: 108px;
	padding: 2px 9px 0 6px;
	background-position: 85px 2px;
	font-size: .8em;
	margin: 0 auto;
	background-repeat: no-repeat;
	text-decoration: none;
}

#langswitcher a:hover {
	text-decoration: underline;
}

#langswitcher a.current {
	display: block;
}


#langswitcher a.en {
  background-image: url(langs/en.gif);
}

#langswitcher a.fr {
  background-image: url(langs/fr.gif);
}

#langswitcher a.it {
  background-image: url(langs/it.gif);
}

#langswitcher a.ru {
  background-image: url(langs/ru.gif);
}

#langswitcher a.uk {
  background-image: url(langs/uk.gif);
}

#langswitcher a.es {
  background-image: url(langs/es.gif);
}

#langswitcher a.de {
  background-image: url(langs/de.gif);
}

#langswitcher a.tr {
  background-image: url(langs/tr.gif);
}

#langswitcher a.ja {
  background-image: url(langs/ja.gif);
}

#langswitcher a.zh {
  background-image: url(langs/zh.gif);
}

#langswitcher a.nl {
  background-image: url(langs/nl.gif);
}

#langswitcher a.fi {
  background-image: url(langs/fi.gif);
}

#langswitcher a.da {
  background-image: url(langs/da.gif);
}

#langswitcher a.el {
  background-image: url(langs/el.gif);
}

#langswitcher a.pl {
  background-image: url(langs/pl.gif);
}

#langswitcher a.pt {
  background-image: url(langs/pt.gif);
}

#stripe {
	height: 300px;
	position: relative;
	overflow: hidden;
	background-color: #2c2c2c;
}

#skin_panel {
	position: absolute;
	right: 0;
	top: 0;
	width: 78px;
	height: 300px;
	background: url(img/skin_panel.png) no-repeat;
	display: none;
}

#stripe.stripe_oldschool #skin_panel {
	display: block;
}

/* 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;
}

#stripe.stripe_oldschool {
	background-color: #e0c398;
	background-image: url(skin/oldschool.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#stripe.stripe_jiraffe {
	background-color: #e0c398;
	background-image: url(skin/jiraffe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#logoimg {
	position: absolute;
	left: 8px;
	top: 8px;
}

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

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

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

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

#logo.logo_gold {
	left: 113px;
	top: 72px;
	width: 183px;
	height: 71px;
	background: url(logo/gold.png) no-repeat center top;
}

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

#playing.active {
	visibility: hidden;
}

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

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

#logo.logo_gold #playing {
	background: url(logo/dot_gold.png) no-repeat center top;
	top: 42px;
	left: 71px;
	width: 9px;
	height: 9px;
}

#zeppelin {
	/*background: 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;
}

#stripe #years {
	display: none;
	width: 147px;
	height: 23px;
	background: url(img/3y.png) no-repeat;
	position: absolute;
	left: 115px;
	top: 210px;
}

#stripe.stripe_oldschool #years {
	top: 193px;
}



ul#tabs {
	height: 45px;
	margin: 0 55px 0 90px;
	float: left;
}

ul#tabs li {
	height: 45px;
	float: left;
}

ul#tabs li a {
	text-decoration: none;
	font-variant: small-caps;
	font-size: 21px;
}

ul#tabs li a span {
	display: block;
	float: left;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 -45px;
	cursor: pointer; /* for IE */
}

ul#tabs li a span.tabs-left {
	width: 18px;
	background-image: url(img/tab-left.png);
}

ul#tabs li a span.tabs-right {
	width: 18px;
	background-image: url(img/tab-right.png);
}

ul#tabs li a span.tabs-center {
	background-image: url(img/tab-center.png);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 13px;
}

ul#tabs li a:hover span {
	background-position: 0 0;
}

ul#tabs li.active a span {
	background-image: none;
	cursor: default;
}

.tabHolder {
	position: relative;
}

.tab {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	padding-top: 25px;
}

.tab.active {
	visibility: visible;
}



input.code {
	text-align: center;
	height: 15px;
	font-size: 11px;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #888;
	background: #000;
}

div.rightWrapper {
	float: left;
	width: 100%;
}

div.right {
	margin-left: 460px;
	zoom: 1; /* for IE */
}

div.left {
	float: left;
	margin-left: -100%;
	width: 415px;
}

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

.tabHolder .r32k {
	position: static;
	float: left;
	margin: -1px 0px 0px -40px;
}

.tabHolder .rPlaylists {
	position: static;
}

.support form,
.support iframe,
.support noscript {
	float: left;
	margin-right: 5px;
}

.support {
	margin: 14px 0;
}

.support p {
	margin: 0;
}

p.iphone, p.nokia, p.blackberry {
	font-size: .9em;
}

p.iphone {
	float: left;
	width: 45%;
	margin-right: 5%;
}

span.iphone {
	background: url(img/iphone4safari.png) no-repeat;
	display: block;
	float: left;
	margin-right: 12px;
	height: 89px;
	width: 48px;
}

a.nokia {
	background: url(img/nokia.png) no-repeat top left;
	display: block;
	float: left;
	width: 52px;
	height: 9px;
	margin: 11px 12px 70px 0;
}

p.blackberry {
	clear: both;
	padding-top: 8px;
}

a.nobex {
	display: block;
	float: right;
	height: 60px;
	width: 80px;
	margin: 0px 25px 0px 12px;
	background: url(img/nobex.png) no-repeat;
}

span.blackberry {
	display: block;
	min-height: 60px;
	padding-left: 60px;
	background: url(img/blackberry.png) no-repeat;
}

p.qr {
	clear: both;
	font-size: .9em;
}

p.qr a {
	display: block;
	background: url(img/qr.png) no-repeat;
	width: 135px;
	height: 135px;
	margin: 40px auto 0 auto;
}

.likebox {
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 8px 0;
}

#links {
	height: 18px;
	margin: 17px 0 14px 0;
}

#links a {
	display: block;
	float: left;
	margin-right: 9px;
	height: 18px;
}

#links a.itunes {
	width: 60px;
	background: url(img/itunes.png) no-repeat bottom center;
}

#links a.lastfm {
	width: 67px;
	background: url(img/lastfm.png) no-repeat;
}

#links a.facebook {
	width: 78px;
	background: url(img/facebook.png) no-repeat;
}

.loading {
	background: url(img/loading.gif) no-repeat 5px 5px;
}

h5.eventsHead input {
	position: absolute;
	right: 0;
	bottom: 2px;
	padding: 0 20px 0 4px;
	width: 110px;
	background: #000 url(img/search.png) no-repeat 117px 1px;
	text-align: left;
}

#freshList {
	font-size: .9em;
	color: #888;
}

#freshList .artist {
	color: #CCC;
}

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

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

ul.players {
	font-size: .8em;
	margin-right: 33px;
	float: left;
	width: 27%;
}

ul.players li {
	clear: left;
}

ul.players a {
	text-decoration: none;
	padding: 6px 6px 2px 34px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 2px 0;
	height: 18px;
	display: block;
	float: left;
	white-space: nowrap;
	color: #999;
}

ul.players a:hover {
	background-color: #282828;
	color: #CCC;
}

ul.players a.itunes {
	background-image: url(img/players/itunes.png);
}

ul.players a.winamp {
	background-image: url(img/players/winamp.png);
}

ul.players a.foobar2000 {
	background-image: url(img/players/foobar2000.png);
}

ul.players a.vlc {
	background-image: url(img/players/vlc.png);
}

ul.players a.windowsmedia {
	background-image: url(img/players/windowsmedia.png);
}

ul.players a.realplayer {
	background-image: url(img/players/realplayer.png);
}

ul.players a.mplayer {
	background-image: url(img/players/mplayer.png);
}

ul.players a.zinf {
	background-image: url(img/players/zinf.png);
}

ul.players a.cog {
	background-image: url(img/players/cog.png);
}

ul.players a.amarok {
	background-image: url(img/players/amarok.png);
}

ul.players a.xmms {
	background-image: url(img/players/xmms.png);
}

ul.players a.xine {
	background-image: url(img/players/xine.png);
}


ul.players a.nokia-internet-radio {
	background-image: url(img/players/nokia-internet-radio.png);
}

ul.players a.virtual-radio {
	background-image: url(img/players/virtual-radio.png);
}

ul.players a.kinoma {
	background-image: url(img/players/kinoma.png);
}

ul.players a.safari {
	background-image: url(img/players/safari.png);
}

ul.players a.internet-radio-box {
	background-image: url(img/players/internet-radio-box.png);
}

ul.players a.android-online-radio {
	background-image: url(img/players/android-online-radio.png);
}

ul.players a.stream-furious {
	background-image: url(img/players/stream-furious.png);
}

ul.players a.xiialive {
	background-image: url(img/players/xiialive.png);
}

ul.players a.nobex {
	width: auto;
	background-image: url(img/players/nobex.png);
}

ul.players a.pocket-tunes {
	background-image: url(img/players/pocket-tunes.png);
}

ul.players a.resco {
	background-image: url(img/players/resco.png);
}

ul.players a.psp {
	background-image: url(img/players/psp.png);
}

ul.streams li {
	margin-bottom: 4px;
}

ul.streams span {
	font-family: 'courier new', monospace;
	font-size: .9em;
}

.headspace {
	margin-top: 30px;
}

.headli {
	margin: 8px 0 4px 3px;
}

#minusVolumeMessage {
	display: none;
	background: transparent url(img/message-arrow.png) no-repeat 7px top;
	position: absolute;
	top: 275px;
	left: 133px;
	font-size: .8em;
	padding-top: 8px;
}

#minusVolumeMessage .content {
	background: #c1c1c1;
	border: 2px solid #777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #292929;
	padding: 2px 11px 8px 11px;
}

#minusVolumeMessage .content a {
	color: #39749d;
}


#minusVolumeMessage .content ul li {
	float: left;
	margin-right: 12px;
}

#countries {
	height: 15px;
	font-size: .8em;
	margin: 24px 0 4px 0;
	text-align: center;
}

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

#mapappHolder {
	margin: 0 auto;
	width: 1000px;
}


/* artist info */

.artistInfo {
	margin: 0 92px;
	height: 0;
	position: relative;
}

.artistInfo a {
	text-decoration: none;
}

.artistInfo .clear {
	padding-bottom: 8px;
	display: block;
}

.artistInfo a:hover .artistInfoName {
	text-decoration: underline;
}

.artistInfoImage {
	display: block;
	float: left;
	margin: 0 14px 4px 0;
	position: relative;
}

.artistInfoImage img {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.artistInfoText {
	display: block;
	margin-left: 78px;
}

.artistInfoTitle {
	display: block;
	font-size: 1.3em;
	margin-bottom: 3px;
}

.artistInfoDescription {
	display: block;
	font-size: .9em;
	line-height: 15px;
	text-indent: 45px;
	background: url(img/lastfm-small.png) no-repeat 1px 2px;
}


.streamfinder {
	float: right;
}

.history {
	position: relative; /* required for zeppelin to not overlay history */
	margin-left: 396px;
	padding-left: 22px;
	color: #444;
	overflow: auto;
	height: 292px;
	padding-top: 8px;
	white-space: nowrap;
	line-height: 1.25em;
}

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

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

.history p {
	margin: 5px 0 0 70px;
	font-family: courier new, monospace;
	font-size: .8em;
}

.history p#nextTitle {
	color: #A81328;
}

.history ul {
	margin-top: 5px;
}

.history li {
	height: 21px;
}

.history ul.past li.last-child, /* for IE */
.history ul.past li:last-child {
	font-weight: bold;
}

.history noscript {
	font-weight: normal;
}

.history li.last-child .historyPlayed, /* for IE */
.history li:last-child .historyPlayed {
	font-weight: normal;
}

.history span.title {
	position: relative;
	margin-left: 69px;
}

.history span.title small {
	display: none;
}

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

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

.history .historyPlayed {
	font-family: courier new, monospace;
	font-size: .7em;
	margin-left: -69px;
	margin-right: 30px;
	width: 39px;
	display: inline-block;
}

.history small {
	margin-left: 9px;
	line-height: 100%;
}

.history #tracksHistoryFuture,
.history #nextTitle,
.history #historyLinkTitle {
	display: none;
}


/* plus-minus */

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

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

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


#stripe.stripe_oldschool .history {
	margin-right: 78px;
}

#stripe.stripe_jiraffe .history .historyPlayed {
	color: #563300;
	text-shadow: none;
}
#stripe.stripe_jiraffe .history p {
    color: #563300;
}

#stripe.stripe_jiraffe .history a {
    color: #FFFFFF;
}

#stripe.stripe_jiraffe .history span.title {
    color: #FFB400;
    text-shadow: 1px 1px 3px #000;
}

#stripe.stripe_jiraffe .history span.title small {
    color: #563300;
    text-shadow: none;
}

#comments {
	background: #C0C0C0;
	padding: 10px;
	width: 396px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    border-radius: 10px;
}


#podcastInfo {
	margin-top: 9px;
}

#podcastsList .subscribe {
	background: url(img/rss.png) no-repeat 0 2px;
	padding-left: 20px;
}

#podcastsList .subscribe a.iTunesStore {
	margin-left: 6px;
	display: block;
	width: 60px;
	height: 15px;
	background: url(img/itunes.png) no-repeat;
}

#podcastsList .subscribe a.iTunesStore:hover {
	text-decoration: none;
}

#podcastsList ul {
	font-size: .8em;
	line-height: 1.2em;
	color: #777;
}

#podcastsList ul span {
	font-size: 1.3em;
	font-family: monospace;
	padding-right: 4px;
}

#podcastsList ul li a {
	text-decoration: none;
}

#podcastsList ul li a:hover {
	background: #444;
}

#podcastsList ul li.active a {
	background: #EEE;
	color: #000;
	cursor: default;
}

#podcastImage {
	float: right;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	margin: 0 20px 10px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#podcastsPlaylist {
	font-size: .8em;
	line-height: 1.2em;
	padding: 8px 0;
	color: #888;
	z-index: 1;
}

#podcastsPlaylist li {
	margin-left: 70px;
}

#podcastsPlaylist li .podcastsPlaylistInfo {
	margin-left: -70px;
	float: left;
}

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

#podcastsPlaylist a {
	text-decoration: none;
}

#podcastsPlaylist a:hover {
	text-decoration: underline;
}

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

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

#eventsList li {
	clear: both;
	margin: 15px 0px;
	min-height: 25px;
}

#eventsList li.info {
	margin-top: 87px;
	text-align: center;
	font-size: 0.85em;
}

#eventsList li img {
	float: left;
	margin: 0 5px 5px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#eventsList li .title {
	font-size: .9em;
	vertical-align: top;
}

#eventsList li .venue {
	font-size: .8em;
}

#eventsList li .dateHolder {
	display: block;
	float: left;
	width: 62px;
}

#eventsList li .date {
	font-size: 1.5em;
	vertical-align: top;
}

#eventsList li .time {
	font-size: .85em;
	vertical-align: top;
}

#eventsList li a.titleHolder {
	text-decoration: none;
}
