/*
 * 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.1
 * Date: 13th May 2010


 * rebuild ytk@8rv
 * Date: July 2010
 */

div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #fff;
}

/*
************************
Interface flame
************************
*/

div.jp-interface {
	top: 0px;
	position: relative;
	background: #4a4a4a;
	width:320px;
	height:70px;
	border: 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 {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}


/*
************************
Play Pause
************************
*/

a.jp-play,
a.jp-pause {
	top:9px;
	width:24px;
	height:24px;
}

div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:43px;
}

a.jp-play {
	background: url("jplayer.sasaki.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.sasaki.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.sasaki.jpg") 0 -43px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.sasaki.jpg") -41px -43px no-repeat;
}


/*
************************
Stop
************************
*/

a.jp-stop {
	top:14px;
	background: url("jplayer.sasaki.jpg") 0 -83px no-repeat;
	width:15px;
	height:15px;
}

div.jp-playlist-player a.jp-stop {
	left:112px;
}
a.jp-stop:hover {
	background: url("jplayer.sasaki.jpg") -29px -83px no-repeat;
}


/*
************************
Previous
************************
*/

a.jp-previous {
	left:15px;
	top:14px;
	background: url("jplayer.sasaki.jpg") 0 -112px no-repeat;
	width:15px;
	height:15px;
}
a.jp-previous:hover {
	background: url("jplayer.sasaki.jpg") -29px -112px no-repeat;
}


/*
************************
Next
************************
*/

a.jp-next {
	left:81px;
	top:14px;
	background: url("jplayer.sasaki.jpg") 0 -141px no-repeat;
	width:15px;
	height:15px;
}
a.jp-next:hover {
	background: url("jplayer.sasaki.jpg") -29px -141px no-repeat;
}


/*
************************
Progress Bar
************************
*/


div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:41px;
	background-color: #6c6c6c;
	width:290px;
	height:4px;
}


div.jp-playlist-player div.jp-progress {
	left:15px;
}
div.jp-load-bar {
	background: url("jplayer.sasaki.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.sasaki.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}


/*
************************
Volume
************************
*/

a.jp-volume-min {
	top:15px;
	background: url("jplayer.sasaki.jpg") 0 -170px no-repeat;
	width:9px;
	height:9px;
}

div.jp-playlist-player a.jp-volume-min {
	left:182px;
}
a.jp-volume-min:hover {
	background: url("jplayer.sasaki.jpg") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:12px;
	background: url("jplayer.sasaki.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
}

div.jp-playlist-player a.jp-volume-max {
	left:290px;
}
a.jp-volume-max:hover {
	background: url("jplayer.sasaki.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:18px;
	background: url("jplayer.sasaki.jpg") 0 -250px repeat-x;
	width:90px;
	height:3px;
	cursor: pointer;
}

div.jp-playlist-player div.jp-volume-bar {
	left:195px;
}
div.jp-volume-bar-value {
	background: url("jplayer.sasaki.jpg") 0 -256px repeat-x;
	width:0px;
	height:3px;
}


/*
************************
Time
************************
*/

div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:50px;
	width:290px;
	font-size:.64em;
	font-style:oblique;
	color: #606060;
}
div.jp-total-time {
	text-align: right;
}


/*
************************
Play List
************************
*/

div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:15px;
}
div.jp-playlist {
	width:218px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:5px 15px 0 10px;
	background:url("player_bg_spark.jpg") no-repeat #4a4a4a;
	border:none;
	border-top:1px solid #434343;
	width:295px;
	font-size:.9em;
}

div.jp-playlist-player div.jp-playlist li {
	padding:0 0 4px 20px;
	border-bottom:1px solid #606060;
}
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: #979696;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#fff;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#fff;
}
