/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 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.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* 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 */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: white;
	border:0px;
	background-color:transparent;
}
div.jp-audio {
	width: 93%;
	padding: 10px;
}

div.jp-interface {
	position: relative;
	background-color:transparent;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:45px;
	clear: both;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

/* @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: 299px;
	padding: 0px 20px 0 0px;
	position: relative;
	top: -17px;
}

div.jp-video ul.jp-controls,
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:27px;
	height:28px;
	display: inline-block !important;
	color: transparent;
	font-size: 0px !important;
	float: left;
	background-size: 60px !important;
}

ul.jp-controls li {
	float: left;
	margin-right: 9px;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	/*position: absolute;*/
	top:22px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:3px;
	width:150px;
	height: 38px;
	float: left;
	padding-top: 5px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}


div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	border: 0px;
	border-radius: 0px;
	background: url("jplayer.blue.monday.png") -2774px 0px repeat-x;
	width: 14px;
	height: calc(100% - 22px);
	cursor: pointer;
	right: 5px;
	top: 10px;
	position: absolute;
	left: auto;
}
div.jp-volume-bar.ui-slider .ui-slider-handle {
	width: 9px;
	height: 9px;
	left: 1px;
	border-radius: 9px;
}
div.jp-volume-bar.ui-slider .ui-slider-handle:focus {
	outline: 0;
}
div.jp-volume-bar .ui-widget-header {
	background: url("jplayer.blue.monday.png") -2774px -196px repeat-x;
}
div.jp-audio div.jp-volume-bar {
/*	top: 127px;
	left: 81px;*/
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.png") 0 -218px repeat-x;
	width:0px;
	height:14px !important;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:relative;
	float: left;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	width:auto;
	padding-top: 12px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:240px;
	width:35px;
	font-style: normal;
}

div.jp-current-time,
div.jp-duration {
	width:50px;
	font-size: 17px;
}
div.jp-current-time {
/*	float: left;
	position: absolute;
	top: 20px;
	left: 193px;
*/
	display: none;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

/* @end */

/* @group playlist */

div.jp-title {
	text-align:left;
	text-transform: uppercase;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color: transparent;
	border-top:0px solid #009be3;
}
div.jp-type-single {
	border-right: 1px solid #807f7f;
	width: 93%;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0px;
	font-size:.72em;
	float: left;
	width: 244px;
}
@media (max-width: 1404px) and (min-width: 1025px) {
	div.jp-title ul,
	div.jp-playlist ul {
		width: 163px;
	}
	div.jp-audio div.jp-type-single div.jp-progress {
		width: 133px;
		height: 33px;
		padding-top: 6px;
	}
}
@media (max-width: 1300px) and (min-width: 1025px) {
	div.jp-audio div.jp-type-single div.jp-time-holder {
		display: none;
	}
}

div.jp-title li {
	font-size: 16px;
	position: relative;
}

div.jp-title li span {
	font-size: 16px;
	width: 78%;
	display: inline-block;
}

div.jp-title li.artist {
	font-size: 14px;
}
div.jp-title li.artist a {
	color: #807f7f;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @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 */
}

/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	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 */

.waveform .jp-progress {
	background: transparent;
	/*height: 17px !important;*/
}

.waveform .jp-seek-bar {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain !important;
}

.waveform .jp-progress .jp-seek-bar .jp-play-bar {
	background-image: url("../../images/v3/player_position_bar.png") !important;
	background-size: 1px 100%;
	background-repeat: no-repeat;
	background-position: top right;
}
