@charset "UTF-8";
/* CSS Document */

#main {
	margin-bottom: 4px;
	position: relative;
	z-index: 10;
}
#main_l {
	width: 235px;
	float: left;
	display: inline;
	margin-right: 4px;
}
#main_r {
	width: 950px;
	float: left;
	display: inline;
}

/** ON AIR SCHEDULE **/

#schedule_month {
	background: url(../img/top/bg_schedule.jpg) no-repeat;
	height: 43px;
	padding: 6px 0 0 4px;
}
#schedule_month li {
	float: left;
	display: inline;
	margin-right: 3px;
}
#schedule_month li a {
	float: left;
	display: block;
	width: 43px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
}
#schedule_month a.selected {
	
}

#month08 a { background: url(../img/top/month_8.gif) no-repeat;}
#month09 a { background: url(../img/top/month_9.gif) no-repeat;}
#month10 a { background: url(../img/top/month_10.gif) no-repeat;}
#month11 a { background: url(../img/top/month_11.gif) no-repeat;}
#archives a { background: url(../img/top/month_archives.gif) no-repeat;}

#month08 a.selected, #month08 a:hover { background: url(../img/top/month_8_on.gif) no-repeat;}
#month09 a.selected, #month09 a:hover { background: url(../img/top/month_9_on.gif) no-repeat;}
#month10 a.selected, #month10 a:hover { background: url(../img/top/month_10_on.gif) no-repeat;}
#month11 a.selected, #month11 a:hover { background: url(../img/top/month_11_on.gif) no-repeat;}
#archives a.selected, #archives a:hover { background: url(../img/top/month_archives_on.gif) no-repeat;}

#scheduleList {
	width: 235px;
	height: 325px;
	background: #FFFFFF url(../img/top/bg_schedule_bot.png) left bottom no-repeat;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 30px;
	position: relative;
}
#scheduleList li {
	padding: 11px 0 12px 8px;
	background: url(../img/common/line_dot.jpg) left bottom repeat-x;
}
#scheduleList li.comingsoon {
	background: none;
}
#scheduleList dl {
	clear: both;
}
#scheduleList dt {
	width: 80px;
	float: left;
	display: inline;
}
#scheduleList dd {
	width: 126px;
	float: left;
	display: inline;
	position: relative;
}
#scheduleList span {
	display: block;
	width: 126px;
}
.onair_date {
	margin-bottom: 12px;
}
.onair_artist {
	font-size: 14px;
	margin-bottom: 2px;
}
.onair_time {
	font-size: 10px;
}
.onair_status {
	position: absolute;
	right: 0px;
	width: 65px;
	height: 12px;
	top: 1px;
}

/** USTREAM **/

#ustWrapper {
	margin-bottom: 4px;
}
#ust {
	width: 387px;
	height: 378px;
	float: left;
	display: inline;
	margin-bottom: 5px;
}
#newsTicker {
	height: 26px;
	background: url(../img/common/bg_footer.jpg) repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	overflow: hidden;
}
#newsTicker a {
	color: #FFFFFF;
}
#ust_twitter {
	width: 320px;
	height: 378px;
	float: right;
	display: inline;
	margin-bottom: 5px;
}

/** ARTIST LINE UP **/
#lineup {
	clear: both;
	margin-bottom: 50px;
}
#lineup_header {
	height: 66px;
	background: url(../img/top/bg_lineup.png) no-repeat;
	position: relative;
	color: #666666;
	font-size: 14px;
	padding: 20px 0 0 175px;
}
#lineup_header h2 {
	display: none;
}
#lineup_header a {
	color: #FFFFFF;
	text-decoration: underline;
}
#lineup_header a:hover {
	text-decoration: none;
}
#lineup_header ul {
	margin-bottom: 3px;
}
#lineup_header li {
	float: left;
	display: inline;
	margin-right: 6px;
}
#lineup_header li a {
	float: left;
	display: block;
	
}
.artist_index {
	position: relative;
	margin-top: 0px;
}
.space {
	height: 60px;
}
.borderTop {
	border-top: solid 5px #000000;
}

.artist_index ul {
	border-left: solid 5px #000000;
}
.artist_index li {
	position: relative;
	border-bottom: solid 5px #000000;
	border-right: solid 5px #000000;
	float: left;
	display: inline;
	background: #000000;
}
.artist_index li ../img  {
	vertical-align: top;
}

.artist_index li.last {
	margin-right: 0;
}
.letter {
	position: absolute;
	width: 55px;
	height: 72px;
	left: 9px;
	top: -41px;
	z-index: 1;
}
.artist_name_h {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 360px;
	height: 18px;
	background: url(../img/top/bg_artistname.png) repeat;
	color: #FFFFFF;
	padding: 3px 0 0 5px;	
}
.artist_name_v {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 165px;
	height: 18px;
	background: url(../img/top/bg_artistname.png) repeat;
	color: #FFFFFF;
	padding: 3px 0 0 5px;	
}
.artist_status {
	position: absolute;
	bottom: 28px;
	right: 5px;
}	

