/* Remove browser layout defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }
html,body { height: 100%;}		
body {
	background: #000;
	margin: 0;
	padding: 0;
	min-width: 600px;
	text-align: center;
}
/* Column container */
.container {
	background: url(/images/skin/listenlive-bg.jpg) no-repeat top center;
	width: 800px;
	height: 400px;
	margin:0 auto;
	clear: both;
	overflow: hidden;
}
/*Common column settings */
.col_left, .col_right {
	float: left;
	width: 100%;
	position: relative;
}
.col_1, .col_2, .col_3 {
	float: left;
	postiion: relative;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#bigbox, #onair, #player, #player_flash {
	margin: 4px 0 -4px;
}
#onair, #player, #player_flash {
	float: right;
	margin-right: 5px;
}
#nowplaying, leaderboard {
	width: 740px;
	margin: 0px auto;
}
/* 2 Column settings */
.col_left {
	right: 0%;
}
.col_1 {
	width: 470px;
}
.col_2 {
	width: 330px;
	height: 258px
}
.footer {
	width: 800px;
	height: 125px;
	float: left;
	clear: both;
	margin-top: 18px;
}
.footer_flash {
	width: 800px;
	height: 125px;
	float: left;
	clear: both;
	margin-top: 18px;
}
#bigbox {
	width: 300px;
	height: 250px;
	float: left;
}
#onair {
	width: 215px;
	padding-bottom: 8px;
	background: #000 url(/images/skin/onairnow_bg.gif) repeat-x scroll 0 0;
	text-align: center;
}
#now-title {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/images/skin/h2-black_bg.gif) repeat-x #000;
	padding: 0 10px;
	border: solid 1px #000;
	text-align: left;
}
#now {
	font-size: 10px;
	width: 100px;
	margin: 5px auto 0;
	font-size: 11px;
	color:	#fff;
	font-family: Helvetica,Verdana,Arial,sans-serif
}
#now a {
	color: #FF6633;
	text-decoration: none;
}
#now a:hover {
	color: #fff;
	text-decoration: underline;
}
#now img {
	float: left;
	width: 80px;
	height: 90px;
	margin-left: 10px;
	margin-right: 10px;
}
#now .time, #now .show {
	padding-left: 4px;
}
#player {
	width: 435px;
	height: 72px;
	margin-top: 29px;
}
#player_flash {
	width: 435px;
	height: 61px;
	margin-top: 40px;
}
#nowplaying {
	height: 25px;
	color: #fff;
	text-align: left;
	padding-top: 4px;
}
#leaderboard-listenlive {
	height: 90px;
	text-align: center;
	margin-top: 3px;
}