/*
 * *****************************************************************
 * Name:		ListenNow.css
 * Descript:	This style sheet is for the born audio player, which
 *				is used for the listen now streaming functionality.
 * *****************************************************************
 */ 

#header {
	clear: both;
	background: url("/imgs/theme/listen-now/kubrick-header-born.jpg")  top; border: none;	
	width: 300px;
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
} 
 
#middle {
	width: 300px; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	max-width: 300px;
	min-width: 300px;	
  	background-color: #f6fdfa;
  	border-top: solid 1px #dffef0;
	border-right: solid 1px #dffef0;
	border-left: solid 1px #dffef0;
	border-bottom: solid 1px #dffef0;
	background: url("/imgs/theme/listen-now/kubrick-bg.jpg") repeat-y top; border: none;
}

#info {
	width: 95%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
	
#footer {
	clear: both;
	width: 300px; 
	top: 30px;
	background: url("/imgs/theme/listen-now/kubrick-footer.jpg")  bottom; border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}


