/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * 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
 */

div.jp-audio {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	/*font-size:1.25em;  /*1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	/*line-height:1.6;*/
	color: #FFFFFF;
	position:relative;
}

div.jp-audio {
	width: 283px;
    height: 25px;
    overflow: hidden;
    float: left;
}

div.jp-interface {
	position: relative;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

#jquery_jplayer_1_file {
	visibility: hidden;
	display: none;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	/*width: 380px;*/
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:44px;
	height:22px;
}

a.jp-play {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -44px 0 no-repeat;
}
a.jp-pause {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0px -22px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -44px -22px no-repeat;
}

a.jp-stop {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0 -44px no-repeat;
	margin-left:10px;
	width:24px;
	height:22px;
}

a.jp-stop:hover {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -24px -44px no-repeat;
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute {
	width:21px;
	height:21px;
	margin-left: 10px;
}

a.jp-mute {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0 -66px no-repeat;
}
a.jp-mute:hover {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -21px -66px no-repeat;
}
a.jp-unmute {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0 -87px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -21px -87px no-repeat;
}

.jp-volume-bar-bkgd {
	background-color: #000000;
	padding: 6px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 44px;
	height: 9px;
}

.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0 -144px repeat-x;
	width:44px;
	height:10px;
	cursor: pointer;
}
div.jp-audio .jp-volume-bar {
	/*top:37px;
	left:330px;*/
}

.jp-volume-bar-value {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0 -128px repeat-x;
	width:0px;
	height:10px;
}

/* @end */

/* @group current time and duration */

div.jp-audio li.jp-time-holder {
	/*position:absolute;
	top:50px;*/
	float: left;
	margin-left: 10px;
	font-weight: bold;
	background-color: #000000;
	padding: 4px 5px 4px 5px;
	border-radius: 5px;
	line-height: normal;
	font-size:.6em;
	display:inline;
	width: 85px;
}

div.jp-current-time,
div.jp-duration,
jp-time-holder-space {
	/*width:60px;*/
	font-style:oblique;
	display:inline;
}

.jp-time-holder-space {
	float: left;	
	margin-left: 5px;
}

div.jp-current-time {
	float: left;	
}

div.jp-duration {
	float: left;	
	margin-left: 5px;
}

/* @end */

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("/App_Themes/SurfGuru/Images/jPlayer/jPlayer-Btns.png") -90px -310px no-repeat;
}

/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
