/*
 * 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: 1.0
 * Date: 18th February 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: 'Helvetica', Arial, Verdana, sans-serif;
	line-height:1.5;
	color: #000;
	border:1px solid #eeeeee;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom:25px;
}
div.jp-interface {
	position: relative;
	/*background-color:#eee;*/
    background-color:#ececec;
	width:100%;
	height:80px;
	/*border:1px solid #009be3;*/
}
div.jp-single-player div.jp-interface {
	border-bottom:1px solid #eeeeee;
}
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 {
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	margin: 0;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:9px;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:40px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:25px;
}
li.jp-play {
	background: url("playerUI.jpg") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("playerUI.jpg") -41px 0 no-repeat;
}
li.jp-pause {
	background: url("playerUI.jpg") 0 -42px no-repeat;
}
li.jp-pause:hover {
	background: url("playerUI.jpg") -41px -42px no-repeat;
}
li.jp-stop {
	position: absolute;
	top:26px;
	background: url("playerUI.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:90px;
}
div.jp-playlist-player li.jp-stop {
	left:126px;
}
li.jp-stop:hover {
	background: url("playerUI.jpg") -29px -83px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:10px;
	top:16px;
	background: url("playerUI.jpg") 0 -108px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("playerUI.jpg") -33px -108px no-repeat;
}
li.jp-next {
	position: absolute;
	left:80px;
	top:16px;
	background: url("playerUI.jpg") 0 -138px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("playerUI.jpg") -33px -138px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:57px;
	margin-left:-80px;
	background-color: #ddd;
	width:190px;
	height:10px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("playerUI.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("playerUI.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:22px;
	background: url("playerUI.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	/*left:274px;*/
    left:150px;
}
div.jp-playlist-player li.jp-volume-min {
	/*left:296px;*/
    left:150px;
}
li.jp-volume-min:hover {
	background: url("playerUI.jpg") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:22px;
	background: url("playerUI.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:260px;
}
div.jp-playlist-player li.jp-volume-max {
	left:260px;
}
li.jp-volume-max:hover {
	background: url("playerUI.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:27px;
	background: url("playerUI.jpg") 0 -250px repeat-x;
	width:75px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:170px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:170px;
}
div.jp-volume-bar-value {
	background: url("playerUI.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:55px;
	margin-left:-85px;
	width:260px;
	font-size:.54em;
	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:100px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:100px;
}
div.jp-playlist {
	width:100%;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 0 0;
	background-color:#FFFFFF;
	/*border:1px solid #009be3;*/
	border-top:none;
	width:100%;
	font-size:.72em;
}
div.jp-playlist ul {
	padding:5px 0 5px 0;
}
div.jp-playlist ul {
	padding:0;
	margin-bottom:25px;
}

div.jp-playlist ul li {
	margin: 0;
	/*border-bottom:1px solid #eef3f4;*/ 
	border-bottom:1px solid #eee; 
	color:#333;  
}

/*div.jp-playlist li{
	padding:8px 0 9px 10px;
	font-weight:normal;
	font-size:12px;
	background: #FFF;
}
*/
div.jp-playlist li{
	/*padding:8px 0 5px 0;*/
	padding:8px 0 9px 10px; 
	cursor: pointer;
	font-size:12px;
	background: #FFF;
	color:#FFF;
	height:55px;
	display:block;
}
div.jp-playlist li.jplayer_playlist_current, div.jp-playlist li.jplayer_playlist_current:hover {
	color:#FFFFFF;
	/*list-style-type:square;
	list-style-position:inside;*/
	cursor: default;
	background: #4a93e3;
}
div.jp-playlist li:hover {
	background: #F1F1F1;
	color:#000;
}

/*
div.jp-playlist img {
	float:left;
	width:50px;
	height:50px;
	border:none;
	margin:3px 10px 0 0;
}
*/

.cover {
	float:left;
	width:50px;
	height:50px;
	margin:3px 10px 0 0;
}

