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

	font-size:1.25em;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #F2C078;
	width: 517px;
}
div.jp-interface {
	position: relative;
	background: url("../images/worship/player.png") 0px 0px no-repeat;
	width:517px;
	height:97px;
	border:1px solid #444546;
}
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;
	top:26px;
	width:55px;
	height:55px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:67px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:67px;
}
li.jp-play {
	background: url("../images/worship/player.png") -107px -138px no-repeat;
}
li.jp-play:hover {
	background: url("../images/worship/player.png") -161px -138px no-repeat;
}
li.jp-pause {
	background: url("../images/worship/player.png") 0px -138px no-repeat;
}
li.jp-pause:hover {
	background: url("../images/worship/player.png") -54px -138px no-repeat;
}
li.jp-stop {
	position: absolute;
	top:33px;
	background: url("../images/worship/player.png") -156px -98px no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:179px;
}
div.jp-playlist-player li.jp-stop {
	left:179px;
}
li.jp-stop:hover {
	background: url("../images/worship/player.png") -197px -98px no-repeat;
}
li.jp-previous {
	position: absolute;
	left:17px;
	top:33px;
	background: url("../images/worship/player.png") 0px -98px no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("../images/worship/player.png") -39px -98px no-repeat;
}
li.jp-next {
	position: absolute;
	left:132px;
	top:33px;
	background: url("../images/worship/player.png") -78px -98px no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("../images/worship/player.png") -117px -98px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:41px;
	background-color: black;
	width:128px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:227px;
}
div.jp-playlist-player div.jp-progress {
	left:227px;
}
div.jp-load-bar {
	background: url("../images/worship/player.png") -238px -98px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/worship/player.png") -238px -119px repeat-x ;
	width:0px;
	height:15px;
}
li.jp-volume-min {
	position: absolute;
	top:38px;
	background: url("../images/worship/player.png") -367px -97px no-repeat;
	width:31px;
	height:31px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:363px;
}
div.jp-playlist-player li.jp-volume-min {
	left:363px;
}
li.jp-volume-min:hover {
	background: url("../images/worship/player.png") -397px -97px no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:38px;
	background: url("../images/worship/player.png") -426px -97px no-repeat;
	width:31px;
	height:31px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:472px;
}
div.jp-playlist-player li.jp-volume-max {
	left:472px;
}
li.jp-volume-max:hover {
	background: url("../images/worship/player.png") -457px -97px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:47px;
	background: url("../images/worship/player.png") -238px -142px repeat-x;
	width:73px;
	height:14px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:395px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:395px;
}
div.jp-volume-bar-value {
	background: url("../images/worship/player.png") -238px -155px repeat-x;
	width:0px;
	height:14px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:60px;
	width:122px;
	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:192px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:226px;
}
div.jp-playlist {
	width:517px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#444546;
	border:1px solid #444546;
	border-top:none;
	width:477px;
	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 #808080;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#F2C078;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#F2C078;
}
