/*
 * 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: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */

div.jp-audio, div.jp-video {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
}

div.jp-audio {
	width: 220px;
}

div.jp-interface {
	position: relative;
	width: 100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height: 45px;
	border-bottom:none;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 45px;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}

div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}

div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}

a.jp-play, a.jp-pause {
	width:37px;
	height:37px;
	z-index:1;
}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top: 0;
	left: 0px;
}

a.jp-play {
	background: url("../images/player/play-off.jpg");
}

a.jp-play:hover {
	background: url("../images/player/play-on.jpg");
}

a.jp-pause {
	background: url("../images/player/pause-off.jpg");
	display: none;
}

a.jp-pause:hover {
	background: url("../images/player/pause-on.jpg");
}

div.jp-audio div.jp-type-single a.jp-stop {
	top: 6px;
	left: 45px;
}

div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #000000;
	border: 1px solid #242424;
}

div.jp-audio div.jp-type-single div.jp-progress {
	top: 13px;
	left: 47px;
	width: 323px;
	height: 15px;
}

div.jp-seek-bar {
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}

div.jp-play-bar {
	background: url("../images/player/med-large.jpg");
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}

/*a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top: 2px;
	left: 274px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top: 2px;
	left: 296px;
}

a.jp-mute {
	background: url("player.jpg") 0 -186px no-repeat;
}

a.jp-mute:hover {
	background: url("player.jpg") -19px -170px no-repeat;
}

a.jp-unmute {
	background: url("player.jpg") 0 -170px no-repeat;
	display: none;
}

a.jp-unmute:hover {
	background: url("player.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("player.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}

div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 7px;
	left: 302px;
}

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top: 7px;
	left: 324px;
}

div.jp-volume-bar-value {
	background: url("player.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}*/

div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.64em;
	color: #444444;
}

div.jp-duration {
	text-align: right;
}

div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top: 28px;
	left: 47px;
	width: 323px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}
