/*
 * 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.0
 * Date: 29th April 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:1.1em; /* No parent CSS that can effect the size in these demos */

	font-family:Verdana, Arial, sans-serif;
	line-height:2.6;
	color: #D6D6D6;
}
div.jp-interface {
	position: relative;
	width:320px;
	height:40px;
	border:0px solid #009be3;

}
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:0px;
	margin: 0px;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	bottom: 1px;
}
a.jp-play,
a.jp-pause {
	top:-1px;
	width:30px;
	height:35px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:27px;
}



a.jp-play {
	background: url("../jplayer/skin/player.buttons.png") 0 0px no-repeat;
}
a.jp-play:hover {
	background: url("../jplayer/skin/player.buttons.png") 0 0px no-repeat;
}
a.jp-pause {
	background: url("../jplayer/skin/player.buttons.png") 0 -78px no-repeat;
}
a.jp-pause:hover {
	background: url("../jplayer/skin/player.buttons.png") 0 -78px no-repeat;
}
a.jp-stop {
	top:2px;
	background: url("../jplayer/skin/player.buttons.png") 0 -182px no-repeat;
	width:22px;
	height:29px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:86px;
}
a.jp-stop:hover {
	background: url("../jplayer/skin/player.buttons.png") 0 -182px no-repeat;
}
a.jp-previous {
	left:2px;
	top:1px;
	background: url("../jplayer/skin/player.buttons.png") 0 -382px no-repeat;
	width:22px;
	height:29px;
}
a.jp-previous:hover {
	background: url("../jplayer/skin/player.buttons.png") 0px -382px no-repeat;
}
a.jp-next {
	left:60px;
	top:2px;
	background: url("../jplayer/skin/player.buttons.png") 0 -282px no-repeat;
	width:22px;
	height:29px;
}
a.jp-next:hover {
	background: url("../jplayer/skin/player.buttons.png") 0 -282px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:11px;
	background-color: #ddd;
	width:100px;
	height:5px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:114px;
}
div.jp-load-bar {
	background: url("../jplayer/skin/player.buttons.png") 0 -792px repeat-x;
	width:0px;
	height:5px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../jplayer/skin/player.buttons.png") 0 -692px repeat-x  ;
	width:0px;
	height:5px;
}
a.jp-volume-min {
	top:1px;
	background: url("../jplayer/skin/player.buttons.png") 0 -582px no-repeat;
	width:22px;
	height:29px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:224px;
}
a.jp-volume-min:hover {
	background: url("../jplayer/skin/player.buttons.png") 0 -582px no-repeat;
}
a.jp-volume-max {
	top:1px;
	background: url("../jplayer/skin/player.buttons.png") 0 -482px no-repeat;
	width:22px;
	height:29px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:297px;
}
a.jp-volume-max:hover {
	background: url("../jplayer/skin/player.buttons.png") 0 -482px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:11px;
	background: url("../jplayer/skin/player.buttons.png") 0 -998px repeat-x;
	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:248px;
}
div.jp-volume-bar-value {
	background: url("../jplayer/skin/player.buttons.png") 0 -898px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:19px;
	width:100px;
	font-size:.54em;
	font-style:oblique;
	color:#D6D6D6;
}
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:114px;
}
div.jp-playlist {
	width:320px;
	
	
}
div.jp-playlist ul{
	list-style-type:none;
	margin:-5px 0;
	padding:0 165px;
	
	border:0px solid #009be3;
	border-top:none;
	width:380px;
	font-size:.8em;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:0px solid #eee;
}
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: #2A70AF;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#D6D6D6;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#D6D6D6;
}

