/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.0
 * Date: 29th April 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#000;
	width:280px;
	height:80px;
	top: 0;
	filter:alpha(opacity=80); opacity:0.8;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

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;
}

/* PLAY */
a.jp-play,
a.jp-pause {
	top:20px;
	width:20px;
	height:20px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:0px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:0px;
}

a.jp-play {
	background-image:url(../images/musicset/play_over.png); background-repeat: no-repeat;
}
a.jp-play:hover {
	background-image:url(../images/musicset/play.png); background-repeat: no-repeat;
}
a.jp-pause {
	background-image:url(../images/musicset/pause_over.png); background-repeat: no-repeat;
}
a.jp-pause:hover {
	background-image:url(../images/musicset/pause.png); background-repeat: no-repeat;
}

/* STOP */
a.jp-stop {
	top:20px;
	background-image:url(../images/musicset/stop_over.png); background-repeat: no-repeat;
	width:20px;
	height:20px;
}
div.jp-single-player a.jp-stop {
	left:30px;
}
div.jp-playlist-player a.jp-stop {
	left:30px;
}
a.jp-stop:hover {
	background-image:url(../images/musicset/stop.png); background-repeat: no-repeat;
}

a.jp-previous {
	left:0px;
	top:45px;
	background-image:url(../images/musicset/back_over.png); background-repeat: no-repeat;
	width:15px;
	height:15px;
}
a.jp-previous:hover {
	background-image:url(../images/musicset/back.png); background-repeat: no-repeat;
}
a.jp-next {
	left:30px;
	top:45px;
	background-image:url(../images/musicset/next_over.png); background-repeat: no-repeat;
	width:15px;
	height:15px;
}
a.jp-next:hover {
	background-image:url(../images/musicset/next.png); background-repeat: no-repeat;
}

/* PROGRESS */
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:22px;
	background-color: #999;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:70px;
}
div.jp-playlist-player div.jp-progress {
	left:70px;
}
div.jp-load-bar {
	background: #222;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: #777 ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:65px;
	background-image:url(../images/musicset/volume_down.png); background-repeat: no-repeat;
	width:15px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:0px;
}
div.jp-playlist-player a.jp-volume-min {
	left:0px;
}
a.jp-volume-min:hover {
	background-image:url(../images/musicset/volume_down.png); background-repeat: no-repeat;
}
a.jp-volume-max {
	top:65px;
	background-image:url(../images/musicset/volume_up.png); background-repeat: no-repeat;
	width:15px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:72px;
}
div.jp-playlist-player a.jp-volume-max {
	left:72px;
}
a.jp-volume-max:hover {
	background-image:url(../images/musicset/volume_up.png); background-repeat: no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:67px;
	background: #000;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:21px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:21px;
}
div.jp-volume-bar-value {
	background: #ddd;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:40px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:70px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:70px;
}

#cd_cover{height: 60px; width: 60px; position: absolute; top: 10px; right:5px; background:#fff}

/* PLAYLIST */
div.jp-playlist {
	width:350px;
	height: 50px;
	overflow: auto;
	background-color: #fff;
 	filter:alpha(opacity=80); opacity:0.8;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	border-top:none;
	width:290px;
	font-size:10px;
}
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:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}
