/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: WMI
 *
 * Original Skin: 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: Mat Havelock
 */

.jp-audio,
.jp-audio-stream,
.jp-video {
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #fff;
	border:1px solid #555;
	background-color:#222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.collateral-tabs .jp-audio,
.collateral-tabs .jp-audio-stream,
.collateral-tabs .jp-video {
	font-size:1em;
}
.jp-type-single,
.jp-type-playlist {
	box-shadow: 0 0 2px 1px #fff;
	border: 1px solid #000;
}
.jp-audio {
	width:420px;
}
.jp-audio-stream {
	width:182px;
}
.jp-video-270p {
	width:480px;
}
.jp-video-360p {
	width:640px;
}
.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
	z-index:1000;
}

.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

.jp-video-full .jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

.jp-video-full .jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

.jp-interface {
	position: relative;
	width:100%;
}

.jp-audio .jp-type-single .jp-interface,
.jp-audio .jp-type-playlist .jp-interface {
	overflow: hidden;
}


/* @group CONTROLS */
.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}
.jp-additional {
	clear: left;
	padding: 9px 0 6px;
	overflow: hidden;
}
.jp-type-playlist .jp-additional {
	padding: 0 0 6px;
}
.jp-interface .jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}
.jp-audio .jp-controls {
	width: 420px;
}
.jp-type-playlist .jp-controls {
	width: 92px;
}
.jp-controls,
.jp-controls li,
.jp-vols,
.jp-vols li {
	display:inline;
	float: left;
}

.jp-controls a,
.jp-vols a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration: none;
}

.sample-title { 
	position: relative;
	color: #fff;
	height: 28px;	
	width: 378px;
	overflow: hidden;
	float: left;
	margin: 0 6px;
}
.sample-title h2 { 
	font-weight: normal;
	font-size: 86.111%;
	line-height: 28px;
	position: relative;
	white-space: nowrap;
	left: 0;
}

.jp-play,
.jp-pause {
	width:28px;
	height:28px;
	border-right: 1px solid #999;
}
.jp-type-playlist .jp-play,
.jp-type-playlist .jp-pause {
	border: none;
}
.jp-play {
	background: url(../images/jplayer/jplayer.wmi.png) 0 0 no-repeat;
}
.jp-play:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -41px 0 no-repeat;
}
.jp-pause {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -42px no-repeat;
	display: none;
}
.jp-pause:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -41px -42px no-repeat;
}

.jp-stop, 
.jp-previous,
.jp-next {
	width:28px;
	height:28px;
}

.jp-stop {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -83px no-repeat;
	margin-left:10px;
}

.jp-stop:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -29px -83px no-repeat;
}

.jp-previous {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -112px no-repeat;
}
.jp-previous:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -29px -112px no-repeat;
}

.jp-next {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -141px no-repeat;
}
.jp-next:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -29px -141px no-repeat;
}


/* @group progress bar */
.jp-progress {
	overflow:hidden;
	background-color: #fff;
}
.jp-audio .jp-progress {
	clear: left;
	float: left;
	margin: 0 3px;
	height:8px;
	border-top: 2px solid #1f1f1f;
	border-left: 2px solid #1f1f1f;
	border-right: 2px solid #1f1f1f;
	border-bottom: 2px solid #4e4e4e;
	border-radius: 6px;
}
.jp-audio .jp-type-single .jp-progress,
.jp-audio .jp-type-playlist .jp-progress {
	width:186px;
}
.jp-audio .jp-type-playlist .jp-progress {
	clear: none;
	width: 232px;
	margin: 8px 0 0;
}

.jp-seek-bar {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
.jp-play-bar {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
	background: url(../images/jplayer/jplayer.blue.monday.seeking.gif);
}

/* @end */

/* @group volume controls */
ul.jp-vols {
	float: right;
	position: relative;
	margin: 0 2px 0 0;
	width: 94px;
}
.jp-type-playlist ul.jp-vols {
	margin: 3px 14px 0 0;
}  
    
.jp-mute,
.jp-unmute,
.jp-volume-max {
	width:18px;
	height:15px;
}

.jp-audio .jp-volume-max,
.jp-audio-stream .jp-volume-max {
	margin-left: 10px;	
}

.jp-video .jp-mute,
.jp-video .jp-unmute,
.jp-video .jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

.jp-video .jp-mute,
.jp-video .jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

.jp-mute {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -170px no-repeat;
}
.jp-mute:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -19px -170px no-repeat;
}
.jp-unmute {
	background: url(../images/jplayer/jplayer.wmi.png) -60px -170px no-repeat;
	display: none;
}
.jp-unmute:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -79px -170px no-repeat;
}
.jp-volume-max {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -186px no-repeat;
}
.jp-volume-max:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -19px -186px no-repeat;
}

.jp-volume-bar {
	overflow:hidden;
	background: url(../images/jplayer/jplayer.wmi.png) 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
.jp-audio .jp-volume-bar {
	float: left;
	margin-top: 4px;
}
.jp-audio-stream .jp-volume-bar {
	top:37px;
	left:92px;
}
.jp-video .jp-volume-bar {
	top:17px;
	left:72px;
}
.jp-volume-bar-value {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -256px repeat-x;
	width:0px;
	height:5px;
}


/* @group current time and duration */
.jp-audio .jp-type-single .jp-time-holder {
	float: left;
	width:120px;
	margin: 0 0 0 6px;
}
.jp-audio .jp-type-playlist .jp-time-holder {
	margin: 8px 0 0;
}

.jp-current-time,
.jp-duration,
.jp-audio .jp-time-holder .separator {
	float: left;
	font-size:9px;
	font-style:oblique;
	color: #fff;
}
.jp-audio .jp-time-holder .separator {
	float: left;
	padding: 0 5px;
}
.jp-current-time {
	float: left;
	display:inline;
}
.jp-duration {
	display:inline;
	text-align: right;
}

.jp-video .jp-current-time {
	margin-left:20px;
}
.jp-video .jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

.jp-title {
	font-weight:bold;
	text-align:center;
}

.jp-title,
.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
.jp-type-single .jp-title,
.jp-type-playlist .jp-title,
.jp-type-single .jp-playlist {
	border-top:none;
}
.jp-title ul,
.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

.jp-type-playlist .jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
.jp-type-playlist .jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
.jp-type-playlist .jp-playlist a {
	color: #333;
	text-decoration: none;
}
.jp-type-playlist .jp-playlist a:hover {
	color:#0d88c1;
}
.jp-type-playlist .jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
.jp-type-playlist .jp-playlist .jp-playlist-item-remove:hover {
	color:#0d88c1;
}
.jp-type-playlist .jp-playlist .jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
.jp-type-playlist .jp-playlist .jp-free-media a{
	color:#666;
}
.jp-type-playlist .jp-playlist .jp-free-media a:hover{
	color:#0d88c1;
}
.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
.jp-video-270p .jp-video-play {
	margin-top:-270px;
	height:270px;
}
.jp-video-360p .jp-video-play {
	margin-top:-360px;
	height:360px;
}
.jp-video-full .jp-video-play {
	height:100%;
}
.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url(../images/jplayer/jplayer.blue.monday.video.play.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.jp-video-play:hover .jp-video-play-icon {
	background: url(../images/jplayer/jplayer.blue.monday.video.play.png) 0 -100px no-repeat;
}





.jp-jplayer audio,
.jp-jplayer {
	width:0px;
	height:0px;
}

.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

.jp-audio .jp-type-single .jp-toggles {
	float: left;
    margin: -2px 0 0 12px;
    width: 25px;
}
.jp-audio .jp-type-playlist .jp-toggles {
	clear: left;
    float: right;
    margin: 0 19px 0 0;
    width: 55px;
}

.jp-toggles li {
	display:block;
	float:right;
}

.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

.jp-full-screen {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -310px no-repeat;
	margin-left: 20px;
}

.jp-full-screen:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -30px -310px no-repeat;
}

.jp-restore-screen {
	background: url(../images/jplayer/jplayer.wmi.png) -60px -310px no-repeat;
	margin-left: 20px;
}

.jp-restore-screen:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -90px -310px no-repeat;
}

.jp-repeat {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -290px no-repeat;
}

.jp-repeat:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -30px -290px no-repeat;
}

.jp-repeat-off {
	background: url(../images/jplayer/jplayer.wmi.png) -60px -290px no-repeat;
}

.jp-repeat-off:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -90px -290px no-repeat;
}

.jp-shuffle {
	background: url(../images/jplayer/jplayer.wmi.png) 0 -270px no-repeat;
	margin-left: 5px;
}

.jp-shuffle:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -30px -270px no-repeat;
}

.jp-shuffle-off {
	background: url(../images/jplayer/jplayer.wmi.png) -60px -270px no-repeat;
	margin-left: 5px;
}

.jp-shuffle-off:hover {
	background: url(../images/jplayer/jplayer.wmi.png) -90px -270px no-repeat;
}


/* @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 */
