/*
 * Skin Name: Coke Studio
 */

div.jp-single-player,
div.jp-playlist-player {
	font-size:1em; /* No parent CSS that can effect the size in these demos */
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.6;
	color: #666;
	width:100%; margin:0 auto; position:relative; bottom:10px;
}
div.jp-interface {
	position: relative;
	background-color:#000;
	width:418px;
	height:80px;
	color:#fff;
	margin:0 auto;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	cursor: pointer;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:35px;
	height:35px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("jplayer.cokestudio.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.cokestudio.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.cokestudio.jpg") 0 -42px no-repeat;
}
a.jp-pause:hover {
	background: url("jplayer.cokestudio.jpg") -41px -42px no-repeat;
}
a.jp-stop {
	top:20px;
	background: url("jplayer.cokestudio.jpg") 0 -83px no-repeat;
	width:31px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("jplayer.cokestudio.jpg") -41px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("jplayer.cokestudio.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer.cokestudio.jpg") -28px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("jplayer.cokestudio.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer.cokestudio.jpg") -28px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:56px;
	background-color: #ddd;
	width:370px;
	height:9px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:24px;
}
div.jp-load-bar {
	background: url("jplayer.cokestudio.jpg") 0 -202px repeat-x;
	width:0px;
	height:9px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.cokestudio.jpg") 0 -218px repeat-x ;
	width:0px;
	height:9px;
}
a.jp-volume-min {
	top:28px;
	background: url("jplayer.cokestudio.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:177px;
}
a.jp-volume-min:hover {
	background: url("jplayer.cokestudio.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:28px;
	background: url("jplayer.cokestudio.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:253px;
}
a.jp-volume-max:hover {
	background: url("jplayer.cokestudio.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:33px;
	background: url("jplayer.cokestudio.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:198px;
}
div.jp-volume-bar-value {
	background: url("jplayer.cokestudio.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:44px;
	width:122px;
	font-size:9px;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
	display:none;
}
div.jp_song_title{ position:absolute; font-size:10px; top:5px; left:24px; width:370px; font-weight:normal;} 

div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}

div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:363px;
}
div.jp-playlist {
	width:246px;
	position:absolute; bottom:-300px; right:23px;
	padding: 5px 10px;
	background-color:#333;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	border-top:none;
	width:246px;
	font-size:.72em;
	overflow-y:auto; max-height:292px;
	margin: 5px 0;
	position:relative;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:3px;
	font-size: 11px;
	border-bottom:1px solid #444;
	overflow:hidden;
	position:relative;
	height:20px;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:3px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	background: #111;
	color: #F00;
	border-left: 2px solid #f00;
}
div.jp-playlist-player div.jp-playlist a {
	color: #fff !important;
	text-decoration: none;
	display: inline;
	float:left;
	/*width: 240px;*/
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#f00 !important;
	text-decoration: none !important;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color: #F00 !important;
}

/* Save Clear Button */
div.jp-playlist .jp-actions {
	overflow: hidden;
	/*border: 1px solid #000;
	background: #222;*/
	padding: 5px 0;
}
div.jp-playlist .jp-actions a {
	display: inline;
	background: #f00;
	color: #fff;
	padding: 3px;
}
div.jp-playlist .jp-actions a:hover {
	background: #000;
	color: #fff;
}
div.jp-playlist .jp-actions a.left {
	float: left;
	margin: 0 5px 0 0;
}

/* Save Signup Messages */
div.jp-playlist .jp-message {
	border: 1px solid #FC0;
	background: #ff9;
	padding: 5px;
	display:none;
}
div.jp-playlist .jp-message p {
	margin: 0;
	color: #000 !important;
	text-align: center;
}
#jplayer_playlist li a{ position:absolute; top:0px; left:5px; width:222px; height:26px; line-height:25px;  outline:none; border:none;}
#jplayer_playlist .remove{ color:red; float:right; font-weight:bold; margin:0px 10px 0px 0px; display:inline; left:92%; width:7px;}
