/*
 * 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 {
	color: #666;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
}
div.jp-interface {
	position: absolute;
	top:105px;
	left:0px;	
	background-color:#00232a;
	width:349px;
	height:51px;
	margin-bottom: 30px;
}
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;
}
a.jp-play,
a.jp-pause {
	top:15px;
	width:21px;
	height:21px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:14px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:14px;
}
a.jp-play {
	background: url("../images/site/jplayer.pec.gif") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/site/jplayer.pec.gif") -22px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/site/jplayer.pec.gif") 0 -22px no-repeat;
}
a.jp-pause:hover {
	background: url("../images/site/jplayer.pec.gif") -22px -22px no-repeat;
}
a.jp-stop {
	top:26px;
	background: url("../images/site/jplayer.pec.gif") 0 -83px no-repeat;
	width:28px;
	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("../images/site/jplayer.pec.gif") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("../images/site/jplayer.pec.gif") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("../images/site/jplayer.pec.gif") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("../images/site/jplayer.pec.gif") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("../images/site/jplayer.pec.gif") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:21px;
	background-color: #001f26;
	width:192px;
	height:8px;
}
div.jp-single-player div.jp-progress {
	left:89px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("../images/site/jplayer.pec.gif") 0 -209px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/site/jplayer.pec.gif") 0 -218px repeat-x ;
	width:0px;
	height:8px;
}
a.jp-volume-min {
	top:19px;
	background: url("../images/site/jplayer.pec.gif") 0 -170px no-repeat;
	width:7px;
	height:12px;
}
div.jp-single-player a.jp-volume-min {
	left:296px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("../images/site/jplayer.pec.gif") -20px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("../images/site/jplayer.pec.gif") 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:368px;
}
a.jp-volume-max:hover {
	background: url("../images/site/jplayer.pec.gif") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:21px;
	background: url("../images/site/jplayer.pec.gif") 0 -236px repeat-x;
	width:23px;
	height:8px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:309px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:309px;
}
div.jp-volume-bar-value {
	background: url("../images/site/jplayer.pec.gif") 0 -227px repeat-x;
	width:0px;
	height:8px;
}
div.jp-play-time,
div.jp-total-time {
	color:#81D83D;
	position: absolute;
	top:18px;
	width:40px;
	font-size: 12px;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:50px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
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;
}
