/*
 * 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
 */

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:1em; /* No parent CSS that can effect the size in these demos */

	padding-left: 52px;
	line-height:1.6;
}
div.jp-interface {
	position: relative;
	height:36px;
	zoom: 1;
}
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 {
	position: absolute;
	padding: 0;
	margin: 0;
}
div.jp-interface span.jp-controls a {
	position: absolute;
}
a.jp-play,
a.jp-pause {
	top:-3px;
	width:20px;
	height:20px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:-47px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("img/jplayer.gif") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("img/jplayer.gif") -24px 0 no-repeat;
}
a.jp-pause {
	background: url("img/jplayer.gif") 0 -24px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("img/jplayer.gif") -24px -24px no-repeat;
}
a.jp-stop {
	top:-1px;
	background: url("img/jplayer.gif") 0 -48px no-repeat;
	width:16px;
	height:16px;
}
div.jp-single-player a.jp-stop {
	left:-22px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("img/jplayer.gif") -24px -48px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:6px;
	color: inherit;
	background-color: #e6ebd6;
	width:122px;
	height:12px;
}
div.jp-single-player div.jp-progress {
	left:56px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	color: inherit;
	background-color: #9da092;
	width:0px;
	height:12px;
	cursor: pointer;
}
div.jp-play-bar {
	color: inherit;
	background-color: #696b62;
	width:0px;
	height:12px;
}
a.jp-volume-min {
	top:6px;
	background: url("img/jplayer.gif") 0 -72px no-repeat;
	width:9px;
	height:12px;
}
div.jp-single-player a.jp-volume-min {
	left:191px;
}
div.jp-playlist-player a.jp-volume-min {
	left:226px;
}
a.jp-volume-min:hover {
	background: url("img/jplayer.gif") -24px -72px no-repeat;
}
a.jp-volume-max {
	top:6px;
	background: url("img/jplayer.gif") 0 -96px no-repeat;
	width:14px;
	height:12px;
}
div.jp-single-player a.jp-volume-max {
	left:252px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("img/jplayer.gif") -24px -96px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:9px;
	color: inherit;
	background-color: #9da092;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:203px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	color: inherit;
	background-color: #696b62;
	width:0px;
	height:5px;
}
span.jp-time {
	display: none;
	position: relative;
	font-size:.80em;
	color: #696b62;
	background-color: transparent;
}
div.jp-single-player span.jp-time {
	left: 10px;

}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:17px;
	width:122px;
	font-size:.70em;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:56px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:180px;
}
div.jp-playlist {
/*	width:418px; */
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	color: inherit;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:1em;
}
div.jp-single-player div.jp-playlist li {
	padding:2px 0 2px 10px;
/*	font-weight:bold;*/
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px 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: #666;
	background-color: transparent;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
	background-color: transparent;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
	background-color: transparent;
}
