/*

 * 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: Luke McDonald (lukemcdonald.com)

 * Skin Design: Orman Clark (premiumpixels.com)

 * Skin Version: 3.0 (jPlayer 2.0.0)

 * Date: 20th December 2010

 */




/* Color Legend: 

			Charcoal		MUM
			---------------------------------------------------------
	Main Color: 	34,34,34		7,63,70
	Light:		58,59,60		11,103,114
	Darker:		50,51,52		10,83,94
*/




div.jp-strip-audio {
	
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
}
div.jp-mini-audio {
	
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	line-height: 1.6;
}

div.jp-strip-audio {
	width: 300px;
}


div.jp-mini-audio {
	width: 42px;
	position:relative;
}

.upMiniArr{
	position:absolute;
	color:#FFFFFF;
	z-index:1;
	left:30px;
	width:10px;
	height:30px;
	border-left: 1px solid rgb(50,51,52);
	cursor:pointer;
}


div.jp-audioSML {
	width: 50px;
}
div.jp-strip-interface {
	position: relative;
	width: 100%;
	background: rgb(58,59,60);
	background: url(jplayer-black-and-yellow.png) 0 -210px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(34,34,34)),
	    color-stop(1, rgb(58,59,60))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(34,34,34) 0%,
	    rgb(58,59,60) 100%
	);
	
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


div.jp-mini-interface {
	position: relative;
	width: 100%;
	background: rgb(58,59,60);
	background: url(jplayer-black-and-yellow.png) 0 -210px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(34,34,34)),
	    color-stop(1, rgb(58,59,60))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(34,34,34) 0%,
	    rgb(58,59,60) 100%
	);
	
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


div.jp-strip-audio div.jp-type-strip div.jp-strip-interface {
	height: 30px;
}

div.jp-mini-audio div.jp-type-mini div.jp-mini-interface {
	height: 30px;
}

div.jp-audioSML div.jp-type-singleSML div.jp-interfaceSML {
	height: 30px;
}


div.jp-strip-interface ul.jp-controls 
{
    text-align:left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.jp-mini-interface ul.jp-controls 
{
    text-align:left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.jp-strip-interface ul.jp-controls li {
	display: inline;
}
div.jp-mini-interface ul.jp-controls li {
	display: inline;
}

div.jp-strip-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

div.jp-mini-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}


a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	text-align:left;
	z-index: 1;
	outline: none;
}
div.jp-strip-audio div.jp-type-strip a.jp-play,
div.jp-strip-audio div.jp-type-strip a.jp-pause {
	top: 0;
	left: 0;
	border-right: 1px solid rgb(36,37,38);
}

/*
div.jp-mini-audio div.jp-type-mini a.jp-play,
div.jp-mini-audio div.jp-type-mini a.jp-pause {
	top: 0;
    text-align:left;
	left: 0;
	border-right: 1px solid rgb(36,37,38);
}
*/

div.jp-audioSML div.jp-type-singleSML a.jp-playSML,
div.jp-audioSML div.jp-type-singleSML a.jp-pauseSML {
	top: 0;
	left: 0;
	border-right: 1px solid rgb(36,37,38);
}

a.jp-play {
	background: url("jplayer-black-and-yellow.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer-black-and-yellow.png") -33px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer-black-and-yellow.png") 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer-black-and-yellow.png") -33px -30px no-repeat;
}

div.jp-strip-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 165px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
	border-right: 1px solid rgb(36,37,38);
}

div.jp-mini-progress-container {

	display:none;
	position: absolute;
	top: -30px;
	left: 0px;
	width: 85px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
	border-right: 1px solid rgb(36,37,38);
	
	background: rgb(58,59,60);
	background: url(jplayer-black-and-yellow.png) 0 -210px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(34,34,34)),
	    color-stop(1, rgb(58,59,60))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(34,34,34) 0%,
	    rgb(58,59,60) 100%
	);
	
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;


}


div.jp-strip-progress-containerSML {
	position: absolute;
	top: 0;
	left: 34px;
	width: 50px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
	border-right: 1px solid rgb(36,37,38);
}

div.jp-mini-progress-containerSML {
	position: absolute;
	top: 0;
	left: 34px;
	width: 50px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
	border-right: 1px solid rgb(36,37,38);
}

div.jp-strip-progress {
	position: absolute;
	overflow:hidden;
}

div.jp-mini-progress {
	position: absolute;
	overflow:hidden;

}

div.jp-strip-audio div.jp-type-strip div.jp-strip-progress {
	width: 163px;
	height: 7px;
	padding: 1px;
	background: url("jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

div.jp-mini-audio div.jp-type-mini div.jp-mini-progress {
	width: 50px;
	height: 7px;
	padding: 1px;
	background: url("jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}



div.jp-audioSML div.jp-type-singleSML div.jp-progressSML {
	width: 50px;
	height: 7px;
	padding: 1px;
	background: url("jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

div.jp-strip-progress div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url("jplayer-black-and-yellow.png") 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

div.jp-mini-progress div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url("jplayer-black-and-yellow.png") 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

div.jp-strip-progress div.jp-seek-bar div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url("jplayer-black-and-yellow.png") 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

div.jp-mini-progress div.jp-seek-bar div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url("jplayer-black-and-yellow.png") 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

/* The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}
*/

div.jp-strip-volume-bar-container {
	position: absolute;
	top: 0;
	left: 218px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
}

div.jp-mini-volume-bar-container {
	position: absolute;
	top: 0;
	left: 281px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(50,51,52);
}

div.jp-strip-volume-bar-container div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url("jplayer-black-and-yellow.png") 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
}

div.jp-mini-volume-bar-container div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url("jplayer-black-and-yellow.png") 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
}

div.jp-strip-audio div.jp-type-strip div.jp-volume-bar {
	top: 0;
	left: 20px;
}

div.jp-mini-audio div.jp-type-mini div.jp-volume-bar {
	top: 0;
	left: 20px;
}

div.jp-audioSML div.jp-type-singleSML div.jp-strip-volume-barSML {
	top: 0;
	left: 20px;
}

div.jp-audioSML div.jp-type-singleSML div.jp-mini-volume-barSML {
	top: 0;
	left: 20px;
}

div.jp-strip-volume-bar-container div.jp-volume-bar div.jp-volume-bar-value {
	width: 0px;
	height: 4px;
	margin: 0px;
	background: url("jplayer-black-and-yellow.png") 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

div.jp-mini-volume-bar-container div.jp-volume-bar div.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url("jplayer-black-and-yellow.png") 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}


a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}
div.jp-strip-audio div.jp-type-strip a.jp-mute,
div.jp-strip-audio div.jp-type-strip a.jp-unmute {
	top: 9px;
	left: 230px;
}

div.jp-mini-audio div.jp-type-mini a.jp-mute,
div.jp-mini-audio div.jp-type-mini a.jp-unmute {
	top: 9px;
	left: 290px;
}

div.jp-audioSML div.jp-type-singleSML a.jp-muteSML,
div.jp-audioSML div.jp-type-singleSML a.jp-unmuteSML {
	top: 9px;
	left: 290px;
}

a.jp-mute {
	background: url("jplayer-black-and-yellow.png") -10px -68px no-repeat;
}
a.jp-mute:hover {
	background: url("jplayer-black-and-yellow.png") -43px -68px no-repeat;
}
a.jp-unmute {
	background: url("jplayer-black-and-yellow.png") -10px -98px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer-black-and-yellow.png") -43px -98px no-repeat;
}

div.jp-strip-jplayer {
	width:0px;
	height:0px;
}

div.jp-mini-jplayer {
	width:0px;
	height:0px;
}


div.jp-strip-jplayer {
	background-color: #0b6772;
}
div.jp-mini-jplayer {
	background-color: #0b6772;
}

div.miniDurationContainer{
	position:absolute;
	left:75px;
	top:8px;
}