
#sidebar{
	padding-top: 20px;
}

#sidebar h3{ 
	height: 7px;
	margin: 0 0 10px;
}

/* news */
#sidebar #news_wrapper{
	width: 100%
}

#sidebar #head_news{
	background: url(h3.head_news.gif) no-repeat 0 0;
}

#sidebar #head_gig{
	background: url(h3.head_gigs.gif) no-repeat 0 0;
}

#sidebar #news{
	margin: 0 0 25px;
	padding: 20px 0 0;
	background: url(news.gif) no-repeat 0 0;
	list-style: none;
	line-height: 18px;
	overflow: hidden;
}

#sidebar #news li{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	background: none;
}

#sidebar #news li .date{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

#sidebar #news li a{
	text-transform: uppercase;
	font-size: 12px;
}

/* gigs */

#sidebar #gigs{
	margin: 0 0 25px;
	padding: 20px 0 0;
	background: url(gig.gif) no-repeat 0 0;
	list-style: none;
	line-height: 18px;
	overflow: hidden;
}


#sidebar #gig{
	padding: 15px 0 0;
	background: url(gig.gif) no-repeat 0 0;
}

#sidebar #gig a{
	text-transform: uppercase;
	font-size: 12px;
}

#sidebar #gig .date{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}

/* mp3 player */

#player{
	background: url(player.gif) no-repeat 0 0;
	margin: 0 0 50px 0;
	padding: 5px 0 0;
	font-size: 14px;
}

#now_playing{
	color: #c0bfbd;
	background: url(now_playing.gif) no-repeat 0 0;
	height: 25px;
	border-bottom: solid 1px #302f2d;
	padding: 5px 10px 0;
	position: relative;
}

#now_playing span{
	float: left;
}

#now_playing .loader{
	float: left;
	margin: 2px 0 0 15px;
}

#now_playing .track_control{
	display: block;
	position: absolute;
	width: 11px;
	height: 12px;
	background-position: 0 0;
	background-repeat: no-repeat;
	top: 10px;
	cursor: pointer;
}

#now_playing .track_control:hover{
	background-position: 0 -12px;
}

#now_playing #play{
	background-image: url(track_play.gif);
	right: 28px;
}

#now_playing #pause{
	background-image: url(track_pause.gif);
	right: 28px;
}

#now_playing #stop{
	background-image: url(track_stop.gif);
	right: 10px;
}

#tracks{
	margin: 0;
	padding: 0;
	list-style: none;
}

#tracks li{
	list-style: none;
}

#tracks a{
	line-height: 28px;
	padding: 2px 10px;
	margin: 0;
	background: none;
	border-bottom: solid 1px #2b2a29;
	display: block;
	color: #5b5b5a;
	position: relative;
	min-height: 1px;
}

* html #tracks a{
	height: 1px;
}

#tracks a:hover{
	color: #828281;
}

#tracks a span{
	position: absolute;
	right: 10px;
}

#sidebar #head_nowplaying{
	background: url(h3.head_nowplaying.gif) no-repeat 0 0;
}

#now_playing .track_time{
	display: none;
}


