/*
 * 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-interface {
	position: absolute;
	background-color: transparent;
	width:274px;
	height:20px;
	border:0px solid #009be3;
	bottom:6px; left:6px;
}
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 {
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	width:20px;
	height:20px;
	cursor: pointer;
}


li.jp-play {
	background: url("jplayer.frij.png") -4px -4px no-repeat;
}
li.jp-play:hover {
	background: url("jplayer.frij.png") -33px -4px no-repeat;
}



li.jp-stop{
	position: absolute;
	background: url("jplayer.frij.png") -4px -87px no-repeat;
	width:20px;
	height:20px;
	cursor: pointer;
	left:20px;
}
li.jp-stop:hover {
	background: url("jplayer.frij.png") -33px -87px no-repeat;
}

/* ------------------------------------------------------------------------------------ */
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #222;
	width:122px;
	height:10px;
	top:4px;	
	left:140px;
	display:none;
}

div.jp-load-bar {
	background: url("jplayer.frij.png") 0 -202px repeat-x;
	width:0px;
	height:10px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.frij.png") 0 -218px repeat-x ;
	width:0px;
	height:10px;
}
li.jp-volume-min {
	position: absolute;
	top:3px;
	background: url("jplayer.frij.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	left:45px;
}


li.jp-volume-min:hover {
	background: url("jplayer.frij.png") -19px -170px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:3px;
	background: url("jplayer.frij.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	left:108px;
	display:none;
}

li.jp-volume-max:hover {
	background: url("jplayer.frij.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:8px;
	background: url("jplayer.frij.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
	left:60px;
	display:none;
}

div.jp-volume-bar-value {
	background: url("jplayer.frij.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	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:130px;
}


.jp-interface:hover li, .jp-interface:hover #jplayer_volume_bar, .jp-interface:hover .jp-progress{display:block}

