@import url('light.css');
@import url('show_list.css');
	
	
/* ////////// Live Stream Radio //////////// */

 #radio-player-container {
	 width:1000px;
	 height:555px;
	 background:url(../images/radioplayer-bg.png) right top no-repeat;
	 float:left;
	 position:relative;
 	}
	.shoutcast-player {
		position:absolute;
		top:260px;
		right:26px;
	}
	.playing-info {
		position:absolute;
		top:240px;
		right:30px;
		width:334px;
		text-align:center;
		font-size:12px;
	}
	.radio-info {
		position:relative;
		float:left;
		width:551px;
		}
		.info-header {
			padding-top:15px;
			text-align:right;
			position:relative;
			
		}
	ul.info-shows {
		margin-top:10px;
		width:551px;
		height:323px;
		border-bottom:1px dotted #000;
		overflow:auto;
		overflow:hidden;
		background:#aaa;
	}
	.downloads {
		width:397px;
		float:left;
		height:30px;
		text-align:center;
		font-size:12px;
		line-height:30px;
		
		}
		.downloads a {
		background:left -1px no-repeat;
		width:21px;
		height:22px;
		line-height:30px;
		padding-left:25px;
		padding-right:8px;
		margin-left:0px;
		padding-top:3px;
		padding-bottom:3px;
		position:relative;
		color:#333;
		}
		.downloads a:hover {
		background:left -21px no-repeat;
	
		}
		.downloads a.itunes {
		background-image:url(../images/itunes-logo.png);
		border-right:1px solid #000;
		margin-left:10px;
		font-size:10px;
		
		}
		.downloads a.winamp {
		background-image:url(../images/winamp-logo.png);
		border-right:1px solid #000;
		font-size:10px;
		}
		.downloads a.win {
		background-image:url(../images/win-logo.png);
		font-size:10px;
		}
	.calendar-ops {
		width:154px;
		height:31px;
		line-height:31px;
		float:left;
		font-size:12px;
		background:#333;
		margin-top:-1px;
		
	}
	.calendar-ops a {
		color:#aaa;
		height:22px;
		padding-left:6px;
	}
