/*
 * 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:0.9em;
 
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#272727;
	width:291px;
	height:80px;
	border:0px solid #6a6a6a;
	background: url("../pictures/player/player_design1.gif") 0 -198px repeat-x;
}


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;
	
}
div.jp-interface  ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
	margin-left:0;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:0px;
	width:32px;
	height:32px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:32px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:32px;
}
li.jp-play {
	background: url("../pictures/player/player_design1.gif") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("../pictures/player/player_design1.gif") -33px 0 no-repeat;
}
li.jp-pause {
	background: url("../pictures/player/player_design1.gif") 0 -33px no-repeat;
}
li.jp-pause:hover {
	background: url("../pictures/player/player_design1.gif") -33px -33px no-repeat;
}
li.jp-stop {
	position: absolute;
	top:0px;
	background: url("../pictures/player/player_design1.gif") 0 -66px no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:96px;
}
div.jp-playlist-player li.jp-stop {
	left:96px;
}

li.jp-stop:hover {
	background: url("../pictures/player/player_design1.gif") -33px -66px no-repeat;
}

li.jp-add {
	position: absolute;
	top:0px;
	background: url("../pictures/player/player_design1.gif") -66px 0px no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}
div.jp-single-player li.jp-add {
	left:128px;
}
div.jp-playlist-player li.jp-add {
	left:128px;
}
li.jp-add:hover {
	background: url("../pictures/player/player_design1.gif") -99px -0px no-repeat;
}



li.jp-previous {
	position: absolute;
	left:0px;
	top:0px;
	background: url("../pictures/player/player_design1.gif") 0 -99px no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("../pictures/player/player_design1.gif") -33px -99px no-repeat;
}
li.jp-next {
	position: absolute;
	left:64px;
	top:0px;
	background: url("../pictures/player/player_design1.gif") 0 -132px no-repeat;
	width:32px;
	height:32px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("../pictures/player/player_design1.gif") -33px -132px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:12px;
	background-color: #ddd;
	width:266px;
	height:8px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:10px;
	margin-top:30px;
}
div.jp-load-bar {
	background: url("../pictures/player/player_design1.gif") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../pictures/player/player_design1.gif") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:0px;
	background: url("../pictures/player/player_design1.gif") 0 -165px no-repeat;
	width:16px;
	height:32px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:274px;
}
div.jp-playlist-player li.jp-volume-min {
	left:206px;
}
li.jp-volume-min:hover {
	background: url("../pictures/player/player_design1.gif") -0px -165px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:0px;
	background: url("../pictures/player/player_design1.gif") 0 -198px no-repeat;
	width:16px;
	height:32px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
	left:248px;
}
li.jp-volume-max:hover {
	background: url("../pictures/player/player_design1.gif") 0px -198px no-repeat;
}
 
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:14px;
	background: url("../pictures/player/player_design1.gif") 0px -477px repeat-x;
	width:50px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:225px;
}
div.jp-volume-bar-value {
	background: url("../pictures/player/player_design1.gif") 0px -230px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:0px;
	width:268px;
	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:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:10px;
	margin-top:56px;
	
}
div.jp-playlist {
	width:306px;
	height:200px;
	overflow:auto;
}

div.jp-playlist tr{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#272727;
	border-top:0px solid #565656;
	width:291px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist tr {
	padding:5px 0px 5px 0px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:0px 0px 0px 0px;

}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 0;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist tr{
	padding:7px 4px 0px 0px;
	cursor: pointer;
	margin:0px;		
	background: url("../pictures/player/player_design1.gif") 0px -308px repeat-x;
	font-size:1.0em;
	height:55px;
	width:291px;	

}
div.jp-playlist-player div.jp-playlist tr.jplayer_playlist_current {
	color:#d4d4d4;
/*	list-style-type:square;
	list-style-position:inside;
*/	padding-left:0px;
	cursor: default;
	background: url("../pictures/player/player_design1.gif") 0px -231px repeat-x;
	padding:7px 4px 0px 0px;
	height:55px;

}
div.jp-playlist-player div.jp-playlist tr:hover {
	color:#a4a4a4;
	background: url("../pictures/player/player_design1.gif") 0px -231px repeat-x;
	height:55px;
	padding:7px 4px 0px 0px;	
	
	
}

img.jplayer_playlist_image{
	width:35px;
	height:35px;
	margin:0px 8px 0px 8px;
	float:left;
}

div.jp-title {
	position: absolute;
	overflow:hidden;
	top:-50px;
	background-color:#000000;
	width:291px;
	height:46px;
	opacity:0.75;
	cursor: pointer;
}
