@font-face {
	font-family: 'HelveticaNeueLTStd65Medium';
	src: url('type/helveticaneueltstd-md-webfont.eot');
	src: local('☺'), url('type/helveticaneueltstd-md-webfont.woff') format('woff'), url('type/helveticaneueltstd-md-webfont.ttf') format('truetype'), url('type/helveticaneueltstd-md-webfont.svg#webfontC6qkSn3a') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #c4c4c4 url(images/bg.gif);
	color: #000;
	font-family: Tahoma, sans-serif;
}
a {
	text-decoration: none;
	color: #043;
}
a:hover {
	color: #245;
}
a, img { border: none; }
.hidden {
	display: none;
}

#thing, #player {
	position: absolute;
	top: 0px;
	background-color: #8b968b;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#thing {
	left: 0px;
	width: 84px;
	height: 306px;
}
#player {
	left: 84px;
	height: 36px;
	width: 171px;
	padding-top: 6px;
}
#player.listeningwith-mediaplayer, #player.listeningwith-quicktime {
	padding-left: 10px;
	width: 246px;
	height: 78px;
}

.item {
	margin: 10px;
}
.item img {
		opacity: 0.5;
}
.item:hover {
	background-color: #859085;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.item:hover img {
	opacity: 0.75;
}

.item .tooltip {
	display: none;
	background: #8f928f url(images/grad.png) repeat-y;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 5px 5px 0;
	font-size: 12px;
	float: left;
	margin-left: 74px;
	margin-top: -64px;
	white-space: nowrap;
	height: 12px;
	padding: 10px;
}
.item:hover .tooltip {
	display: block;
}
.item.listening-with:hover .tooltip {
	display: none;
}

#info {
	position: absolute;
	top: 100px;
	left: 150px;
	font-size: 56pt;
	font-weight: bold;
	font-family: HelveticaNeueLTStd65Medium, Helvetica, Arial, Tahoma, sans-serif;
	letter-spacing: -2px;
	color: #000;
}

#info .info {
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 56px;
	margin-bottom: 17px;
	padding-left: 120px;
}

#artist {
	background-image: url(images/info-artist.png);
}
#song {
	background-image: url(images/info-song.png);
	min-height: 69px;
}
#show {
	background-image: url(images/info-show.png);
	margin-top: -13px;
}
#listeners {
	background-image: url(images/info-listeners.png);
}

#info .spacer {
	float: left;
	width: 180px;
	height: 48px;
}

#info #listeners .spacer {
	width: 330px;
}

#server-offline {
	width: 671px;
	height: 56px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: transparent url(images/server-offline.png) no-repeat;
}

#server-offline:hover {
	opacity: 0.75;
}

#playlist {
	position: absolute;
	left: 0;
	top: 300px;
	width: 150px;
	height: 300px;
	background-color: #8b968b;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 5px 5px 0;
}

#playlist .inner {
	color: #444;
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	padding: 10px;
	height: 280px;
	overflow: hidden;
}

#playlist .overlay {
	position: absolute;
	height: 300px;
	width: 150px;
	background-image: url(images/bg-overlay.png);
}

#playlist:hover .overlay {
	display: none;
}
#playlist:hover {
	z-index: 1001;
	width: auto;
	height: auto;
	min-width: 240px;
	min-height: 300px;
	background-image: url(images/bg-playlist.png);
	background-color: transparent;
}
#playlist:hover .inner {
	color: #000;
	height: auto;
	/*min-height: 500px;*/ /* Fix this with JS */
	overflow: auto;
}
#playlist .entry {
	font-size: 9pt;
	white-space: nowrap;
	overflow: hidden;
}
#playlist .entry .time {
	display: none;
	float: left;
	color: #300;
	font-size: 7pt;
	line-height: 11pt;
	margin-right: 5px;
}
#playlist:hover .entry .time {
	display: block;
}

#previously {
	margin-bottom: 5px;
}
#previously span {
	border-bottom: 1px dotted #666;
}
#playlist:hover #previously span {
	display: block;
	border-bottom: 1px dotted #777;
}
#tracks {
	overflow: auto;
	padding-right: 10px;
	width: 150px;
}

#playlist:hover #tracks {
	width: auto;
}

#plot {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 8pt;
}
#zoomout {
	cursor: pointer;
	cursor: hand;
	z-index: 1001;
	position: absolute;
	right: 0;
	padding: 5px;
	margin-right: 5px;
	color: #800;
	background-color: #c4c4c4;
	border: 1px solid #bebebe;
	font: normal normal bold 9pt Georgia;
}
#zoomout:hover {
	color: #840;
	border-color: #800;
	background-color: #bebebe;
}
.tickLabel {
	cursor: default;
}
#tooltip {
    position: absolute;
    border: 1px solid #7991a8;
    padding: 2px;
    background-color: #8199b0;
    opacity: 0.80;
    font-size: 8pt;
    white-space: nowrap;
}