/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday / Audio To Player
 *
 * Copyright (c) 2010-2011 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: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 *
 * Author: Matt Varone
 * Skin Version: 1.0 (jPlayer 2.1.0)
 * Date: 19th Apr 2012
 */

/* =Player
-------------------------------------------------------------- */

div.jp-audio {
	font-size:1em;
	line-height:1em;
	font-family:Verdana, Arial, sans-serif;
	
	width:100%;
	max-width:2700px;
	min-width:150px;
	position:relative;
	
	color: #003565;
	border: none;	
    background: transparent;

    border: #efefef 1px solid;
}

div.jp-interface {
	position: relative;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:2.3em;
}

/* =Controls
-------------------------------------------------------------- */

div.jp-controls-holder {
	clear: both;
	width:100%;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}

div.jp-interface .jp-controls {
    width: 80%;
    margin:0;
	overflow:hidden;
	float:left;
}

div.jp-interface .jp-controls a {
	float:left;
	display:block;
	text-indent:-9999px;
	font-size: 14px;
}

div.jp-interface .jp-controls a:hover {
    text-decoration:none;
}

a.jp-play,
a.jp-pause,
a.jp-mute,
a.jp-unmute,
a.jp-volume-max  {
    width:12.5%;
    height:2.3em;
    position:relative;
}


a.jp-play, a.jp-pause {
}

a.jp-mute, a.jp-unmute {
}

a.jp-play {
    background:url(../img/play.png) no-repeat center center;
}

a.jp-pause {
    background:url(../img/pause.png) no-repeat center center;
}

a.jp-mute {
    background:url(../img/on.png) no-repeat center center;
}

a.jp-unmute {
    background:url(../img/off.png) no-repeat center center;
}

/* =Progress Bar
-------------------------------------------------------------- */

div.jp-audio div.jp-progress {
	position: absolute;
	top:0.9em;
	height:0.5em;
}
div.jp-audio div.jp-progress {
	left:12%;
	width:52%;
}
div.jp-seek-bar {
	background:#003565;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	width:0;
	height:100%;
}

div.jp-seek-bar, div.jp-volume-bar {

}

div.jp-play-bar, div.jp-seek-bar,
div.jp-volume-bar, div.jp-volume-bar-value {
/*	-webkit-border-radius:0.19em;
    -moz-border-radius:0.19em;
    border-radius:0.19em;*/
}

div.jp-volume-bar-value, div.jp-play-bar {
    background: #517596; 
}

/* =Volume
-------------------------------------------------------------- */

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 74%;	
}

.jp-volume-bar-container {
    margin-left:0.5%;
 	width:15%;
	float:left; 
	padding-top:0.9em; 
}

div.jp-volume-bar {
    background:#c10a27;
	position: absolute;
	overflow:hidden;
	width:15%;
	height:0.5em;
	cursor: pointer;
}

div.jp-volume-bar-value {
	width:0px;
	height:0.5em;
}

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}