/*
 * 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
	 */
position: absolute;
	background: url("images/playerback_2.png") ;
	width:920px;
	height:90px;
	margin-left:-7px;
	margin-top: -25px;
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	
}
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 {
	overflow:hidden;
	text-indent:9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	margin-left:-15px;
	top:4px;
	width:40px;
	height:20px;                       
	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:48px;
}
li.jp-play {
	background: url("images/play_but_n.png") ; 
}
li.jp-play:hover {
	background: url("images/play_but.png") ; 
}
li.jp-pause {
	background: url("images/pause_but.png") ;
}
li.jp-pause:hover {
	background: url("images/pause_but.png") ;
}
li.jp-stop {
	position: absolute;
	margin-left:-35px;
	top:3px;
	background: url("images/stop_but_n.png") ;
	width:20px;
	height:20px;
	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("images/stop_but.png") ;
}
li.jp-previous {
	position: absolute;
	left:34px;
	top:39px;
	background: url("images/prev_n.png")  ;
	width:27px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("images/prev.png") ;
}
li.jp-next {
	position: absolute;
	left:92px;
	top:39px;
	background: url("images/next_n.png") ;
	width:27px;
	height:27px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("images/next.png") no-repeat ;
}

div.jp-progress {
		position: absolute;
	left:130px;
	top:45px;
	
	width:622px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
		background: url("images/bar_load.png")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/bar_play.png") top left repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	left:768px;
	top:45px;
	background: url("images/vol_min.png") no-repeat ;
	width:18px;
	height:18px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:274px;
}
div.jp-playlist-player li.jp-volume-min {
	left:810px;
}
li.jp-volume-min:hover {
	background: url("images/vol_min.png") no-repeat ;
}
li.jp-volume-max {
	position: absolute;
	left:846px;
	top:42px;
	background: url("images/vol_max.png");
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
	left:368px;
}
li.jp-volume-max:hover {
	background: url("images/vol_max.png");
}

div.jp-volume-bar {
	position: absolute;
	
	top:52px;
	background: url("images/volume_bar.png") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:830px;
}
div.jp-volume-bar-value {
	background: url("images/volume_bar_value.png") repeat-x top left;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:58px;
	width:620px;
	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:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin-top:100px;
	margin-left:320px;
	background-color:#585859;
	border:1px solid #493a62;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#544c61;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#633e92;
}
#list {
		position:absolute;
		background:url("images/_playlist.png") no-repeat;
		height:20px;
		width:156px;
		top:64px;
		left:450px;
		font-size:0.7em;
}
#list:hover {
	background:url("images/playlist_over.png") no-repeat;
	height:20px;
	width:156px;
}
