/*** Listen Live ***/

.listen-container {
	/*
	background: url('/images/smith.png') no-repeat;
	background-position: center; 
	background-opacity: .5;
	*/
	overflow:hidden;
}

.listen-background {
	position:absolute;
	opacity: 0.2;
	z-index:-100;
	/*
	top:-1250px;
	left:-2525px;*/
	top:-1290px;
	left:-1890px;
	overflow:hidden;
}

.listen-stream {
	/*
	background:white;
	border-radius:10px;
	border: 1px solid black;
	*/
}

.listen-stream-header {
	border-radius:10px;
	border: 1px solid black;
	background:white;
}

.open .listen-stream-header {
	border-bottom-left-radius:0;
	/*border-bottom: 1px solid #ccc;*/
}

.listen-stream-details {
	background:white;
	border-radius:10px;
	border: 1px solid black;
	border-top: 0px solid #ccc;
	display: none;
}

.open .listen-stream-details {
	border-top: 0px solid #ccc;
	border-top-right-radius:0;
	border-top-left-radius:0;
	display: block;
}

.listen-toggle {
	background:#F8F0DF;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	height: 100%;
	border-left: 1px solid black;
}
.listen-toggle.installation-stream {
	background:#C8F5A0;
}
.listen-toggle.partner-stream {
	background:#ACEBF8;
}


.listen-toggle a {
	font-size:32px;
}

.listen-stream audio {
	width: 250px;
}

.listen-nowplaying-list dt {	
	float:left;
	font-weight: 500;
	font-size:95%;
}
.listen-nowplaying-list dd {
	margin-left:120px;
}
.listen-nowplaying-list dd a {
	font-size:90%;
	font-weight: 400;	
}

.listen-download {
	background-color:#eee;
	font-weight:500;
}

