/*
 * 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 {
}
div.jp-interface {

}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
	height: 29px;
	float: left;
}

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;
	float: left;
	opacity: 0.7;
}
div.jp-interface  ul.jp-controls li:hover {
	opacity: 1;
}
li.jp-play,
li.jp-pause {
	display: block;
	width:27px;
	height: 29px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:40px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:48px;
}
li.jp-play {
	background: url("../images/player-buttons.png") -27px 0 no-repeat;
}
li.jp-play:hover {
}
li.jp-pause {
	background: url("../images/player-buttons.png") -135px 0 no-repeat;
}
li.jp-pause:hover {
}
li.jp-stop {;
	background: url("../images/player-buttons.png") -54px 0 no-repeat;
	width:27px;
	height:29px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
}
div.jp-playlist-player li.jp-stop {
}
li.jp-stop:hover {
}
li.jp-previous {
	background: url("../images/player-buttons.png") 0 0 no-repeat;
	width:27px;
	height:29px;
	cursor: pointer;
}
li.jp-previous:hover {
}
li.jp-next {
	background: url("../images/player-buttons.png") -81px 0 no-repeat;
	width:27px;
	height:29px;
	cursor: pointer;
}
li.jp-next:hover {
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
	display: none;
}
div.jp-load-bar {
	background: url("/images/jplayer.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/images/jplayer.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}

span#player-title {
	float: left;
	display: block;
	height: 29px;
	margin-right: 5px;
	line-height: 29px;
	text-transform: uppercase;
}
span#playing-title {
	float: left;
	display: block;
	height: 29px;
	line-height: 29px;
	margin-left: 10px;
}

/* Volume Control */
div#volume-fly {
	height: 29px;
	width: 27px;
	background: url("../images/player-buttons.png") -107px 0 no-repeat;
	cursor: pointer;
}
div#volume-control {
	background: #21213B;
	padding: 10px;
	position: absolute;
	width: 114px;
	display: none;
	margin-top: -3px;
	margin-left: 27px;
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;
}
div#volume-fly:hover div#volume-control {
	display: block;
}

.jp-volume-min {
	background: url("/images/jplayer.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	float: left;
	display: none;
}
div.jp-single-player .jp-volume-min {

}
div.jp-playlist-player .jp-volume-min {
}
.jp-volume-min:hover {
	background: url("/images/jplayer.jpg") -19px -170px no-repeat;
}
.jp-volume-max {
	background: url("/images/jplayer.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	text-indent: -9999em;
	font-size: 0;
	line-height: 0;
	float: left;
	display: none;
}
div.jp-single-player .jp-volume-max {

}
div.jp-playlist-player .jp-volume-max {

}
.jp-volume-max:hover {
	background: url("/images/jplayer.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: relative;
	overflow:hidden;
	background: black;
	width:100px;
	height:5px;
	cursor: pointer;
	float: left;
	margin: 5px 10px 5px 5px;
}
div.jp-single-player div.jp-volume-bar {

}
div.jp-playlist-player div.jp-volume-bar {

}
div.jp-volume-bar-value {
	background: white;
	width:0px;
	height:5px;
}

/* Time Display */
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	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:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
	display: none;
}
div.jp-playlist {
	height: 29px;
	float: left;
}
div.jp-playlist ul{
	list-style-type:none;
	border-top:none;
	float: left;
	margin-left: 5px;
}
div.jp-single-player div.jp-playlist ul {
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	cursor: pointer;
	display: none;
	line-height: 29px;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	cursor: default;
	display: inline;
}
div.jp-playlist-player div.jp-playlist li:hover {
}

