@charset "utf-8";

/*-----2015.9 nowplaying------*/

#TopNowPlaying{
	float:left;
	width:655px;
	height:30px;
	background:#222;
	position: relative;
	z-index: 1;
}

#TopNowPlaying .title{
	width:110px;
	height:30px;
	float:left;
	background:url(../img/nowplaying/np_nowplaying.png) no-repeat 50% 50%;
	text-indent: -9999px;
}

#TopNowPlaying .songBox{
	background:#fff;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	width:405px;
	height:22px;
	float:left;
	font-size: 14px;
	line-height:1;
	margin-top:4px;
}

#TopNowPlaying span{
	display:block;
	padding:5px;
}

#TopNowPlaying .twtr{
	width:22px;
	height:22px;
	float:left;
	margin-left:8px;
	margin-top:3px;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border:1px solid #000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #444444)
	color-stop(0, #000000),
	);
	background-image: -o-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: -moz-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: -webkit-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: -ms-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: linear-gradient(to bottom, #333333 50%, #000000 0%);
}

#TopNowPlaying .twtr a{
	display:block;
	width:20px;
	height:20px;
	border:1px solid #444;
	background:url(../img/nowplaying/np_twitter.png) no-repeat 50% 50%;
	text-indent: -9999px;
}

#TopNowPlaying .pastSong{
	width:90px;
	height:22px;
	margin-left:8px;
	margin-top:3px;
	float:left;	
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border:1px solid #000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, #444444)
	color-stop(0, #000000),
	);
	background-image: -o-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: -moz-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: -webkit-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: -ms-linear-gradient(bottom, #333333 50%, #000000 0%);
	background-image: linear-gradient(to bottom, #333333 50%, #000000 0%);
}

#TopNowPlaying .pastSong a{
	display:block;
	width:88px;
	height:20px;
	border:1px solid #444;
	background:url(../img/nowplaying/np_pastonair.png) no-repeat 50% 50%;
	text-indent: -9999px;
}


#TopNowPlaying ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

/* optional styles for appearance */
	width: 405px;
	height: 22px; /* height should be included to reserve visual space for the marquee */
}

#TopNowPlaying ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
	padding: 4px 0px 0px 4px;
}