/*
 * http://www.jplayer.org
 * 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.2 (jPlayer 2.2.0)
 * Date: 22nd October 2012
 */

.jp-audio,
.jp-audio-stream,
.jp-video {
	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: #686868;
	background-color:#323232;
	clear:both;
	height:34px;
}
.jp-audio, .jp-video  {
	width:100%;
}
.jp-audio-stream, .jp-video-stream {
	width:182px;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full   {
	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;
	background-color:#323232;
	width:100%;
}

.jp-audio .jp-type-single .jp-interface, .jp-video .jp-type-single .jp-interface {
	height:34px;
}
.jp-audio .jp-type-playlist .jp-interface, .jp-video .jp-type-playlist .jp-interface {
	height:34px;
}

.jp-audio-stream .jp-type-single .jp-interface, .jp-video-stream .jp-type-single .jp-interface {
	height:34px;
}

.jp-video .jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

.jp-controls-holder {
	clear: both;
	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 */
}

.jp-interface .jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

.jp-audio .jp-controls, .jp-video .jp-controls {
	width: 100%;
}


.jp-video .jp-controls,
.jp-interface .jp-controls li {
	display:inline;
}

.jp-interf