/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Folio Two
 *
 * 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: Andreu Llos
 * Skin Version: 1.0 (jPlayer 2.1.0)
 * Date: September 2012
 */

div.jp-audio,
div.jp-video {
	position:relative;
	z-index: 10;
	margin:0 auto;
}
div.jp-audio {
	width:40%;
	height:60px;
}
div.jp-video-270p {
	width:480px;
	height: 270px;
	overflow: hidden;
}
div.jp-video-360p {
	width:640px;
}
div.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
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
	z-index:1000;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1000;
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index:1000;
}

div.jp-interface {
	position: relative;
	background-color:transparent;
	width:100%;
	height: 20px;
	top: 1px;
}



/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:480px;
	margin:0 auto;
	position: absolute;
	height: 20px;
	width: 25px;
	left: 0;
	overflow:hidden;
	top:0px; /* 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;
	height: 20px;
	position: relative;
	overflow:hidden;
}
div.jp-audio ul.jp-controls {
	width: 378px;
	padding:20px 20px 0 20px;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
}

div.jp-video div.jp-type-single div.jp-jplayer img {
	width: 100% !important;
	height: auto !important;
	top:0% !important;
}


div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	float: left;
	display: block;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:25px;
	height:20px;
}

a.jp-play {
	background: url("jplayer.two2.png") 2px -60px no-repeat black;
}
a.jp-pause {
	background: url("jplayer.two2.png") -17px -60px no-repeat black;
	display: none;
}



/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: black;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:20px;
	height:20px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:45px;
	width:90%;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:24px;
	width:95%;
	height:20px;
	position: absolute;
}
div.jp-seek-bar {
	background: url("jplayer.two2.png") 0 0 repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.two2.png") 0 -40px repeat-x ;
	width:0px;
	height:100%;
}


/* @end */


div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	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. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
	overflow: hidden;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	display:none;
}

a.jp-video-play-icon:focus,
a.jp-play:focus,
a.jp-pause:focus {
	outline: none;
}

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @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 */
