/*
 * 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-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	
	font-size:1.25em;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#D6DDDB;
	width:266px;
	height:60px;
	margin-top:20px;
	margin-bottom:20px;
}


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, li.jp-stop {
	display: block;
	position: absolute;
	top:0px;
	width:40px;
	height:40px;
	cursor: pointer;
}

div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:35px;
}
li.jp-play {
	background: url("images/trans-controls.png") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("images/trans-controls.png") -41px 0 no-repeat;
}
li.jp-pause {
	background: url("images/trans-controls.png") 0 -42px no-repeat;
}
li.jp-pause:hover {
	background: url("images/trans-controls.png") -41px -42px no-repeat;
}


div.jp-playlist-player li.jp-stop {
	left:110px;
}
li.jp-stop {
	background: url("images/trans-controls.png") 0px -81px no-repeat;
}

li.jp-stop:hover {
	background: url("images/trans-controls.png") -41px -81px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:0px;
	top:0px;
	background: url("images/trans-controls.png") 0 -127px no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("images/trans-controls.png") -41px -127px no-repeat;
}
li.jp-next {
	position: absolute;
	left:70px;
	top:0px;
	background: url("images/trans-controls.png") 0 -172px no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("images/trans-controls.png") -41px -172px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:37px;
	background-color: #ddd;
	width:105px;
	height:10px;
}


div.jp-playlist-player div.jp-progress {
	left:10px;
}
div.jp-load-bar {
	background: url("images/trans-controls.png") 0 -292px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/trans-controls.png") 0 -308px repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:17px;
	background: url("images/trans-controls.png") -8px -267px no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

div.jp-playlist-player li.jp-volume-min {
	left:150px;
	top:9px;
}
li.jp-volume-min:hover {
	background: url("images/trans-controls.png") -51px -267px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:17px;
	background: url("images/trans-controls.png") -10px -224px no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

div.jp-playlist-player li.jp-volume-max {
	left:230px;
	top:9px;
	
}
li.jp-volume-max:hover {
	background: url("images/trans-controls.png") -51px -224px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("images/trans-controls.png") 0 -305px repeat-x;
	width:50px;
	height:5px;
	cursor: pointer;
}

div.jp-playlist-player div.jp-volume-bar {
	left:175px;
	top:17px;
}
div.jp-volume-bar-value {
	background: url("images/trans-controls.png") 0 -324px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:35px;
	width:100px;
	font-size:10px;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}

div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:100px;
}
div.jp-playlist {
	width:220px;
}
div.jp-playlist ul{
	text-align:left;
	list-style-type:none;
	margin:0 0 10px 0;
	border-top:none;
	width:260px;
	font-size:.72em;
}

div.jp-playlist-player div.jp-playlist ul {
	padding:10px 0px 20px 0px;
}

div.jp-playlist-player div.jp-playlist li{
	padding:2px 0 2px 5px;
	border-bottom:1px solid #fdfdfd;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	background:#D6DDDB;
	color:#666;
	cursor: default;
	margin-left:0;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}
