/*
 * 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: Silvia Benvenuti
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* No parent CSS that can effect the size in these demos */

	line-height:1.6;
	color: #666;
}
div.jp-audio {
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-interface {
	position: absolute;
	z-index: 7;
	right: 15px;
	top: 288px;
	/* width:418px; */
	width:150px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
	border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:50px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:31px;
	height:29px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:0px;
	left:53px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:0px;
	left:80px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top:15px;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left:195px;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left:200px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left:275px;
}
div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left:300px;
}
a.jp-play {
	background: url("play.png") no-repeat;
}
a.jp-play:hover {
	/*background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;*/
}
a.jp-pause {
	background: url("pause.png");
	display: none;
}
a.jp-pause:hover {
	/*background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;*/
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:26px;
	left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:26px;
	left:126px;
}
div.jp-video a.jp-stop {
	top:21px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
	left:245px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
	left:325px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left:378px;
}
a.jp-stop {
	background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:53px;
	top:0px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:272px;
}
a.jp-previous {
	background-image: url('previous.png');
	width:31px;
	height:29px;
}
a.jp-previous:hover {
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:107px;
	top:0px;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:340px;
}
a.jp-next {
	background-image: url("next.png");
	width:31px;
	height:29px;
}
a.jp-next:hover {
	/*background: url("next.png") -29px -141px no-repeat;*/
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top:28px;
	left:0px;
	width:150px;
	height: 3px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background-color: #494949;
	width:0px;
	/* height:15px; */
	height:3px;
	cursor: pointer;
}
div.jp-play-bar {
	background-color: #75a39d;
	width:0px;
	/* height:15px; */
	height: 3px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
}

a.jp-mute,
a.jp-unmute {
	width:9px;
	height:8px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:32px;
	left:274px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:14px;
	left:140px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top:27px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left:304px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left:363px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left:384px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left:443px;
}
a.jp-mute {
	background: url("volume.png");
}
a.jp-mute:hover {
	background: url("mute.png");
}
a.jp-unmute {
	background: url("volume.png");
	display: none;
}
a.jp-unmute:hover {
	background: url("mute.png");
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:37px;
	left:302px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:37px;
	left:324px;
}
div.jp-video div.jp-volume-bar {
	top:32px;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left:332px;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left:471px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-title {
	font-family: 'GnuolaneRegular';
	text-transform: uppercase;
	position: absolute;
	font-size: 16px;
	top: 29px;
	width: 150px;
}
div.jp-current-time,
div.jp-duration {
	font-family: 'GnuolaneRegular';
	position: absolute;
	font-size: 13px;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:9px;
	left:0px;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top:10px;
	left:0px;
	width:98%;
	padding:0 1%;
}
div.jp-playlist {
	position: absolute;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(206,211,212,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(206,211,212,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(206,211,212,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(206,211,212,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(206,211,212,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(206,211,212,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ffffff', endColorstr='#d8cfd5d4',GradientType=0 ); /* IE6-9 */
	visibility: hidden;
	bottom: 0; /* "bottom", instead of "top", for upward direction in sliding on transition */
	left: 0;
	border-radius: 1.5em;
	width: 100%;
	z-index: 2;
}

div.jp-playlist .customScrollBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div.jp-playlist .horWrapper {
	position: relative;
	left: 0;
	height: 100%;
}

div.jp-playlist .container {
	position: relative;
	left: 0;
	display: inline-block;
	/* margin: 0 10px; */
	margin: 0;
	/* height: 14.75em; */
}

div.jp-playlist h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 4em 0.66667em 0.66667em;
	line-height: 1.5em;
	color: #0b3f4b;
}

div.dragger_container {
	height: 1.25em;
	background-color: #303030;
	opacity: 0.75;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8) inset;
	-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8) inset; /* for Android <4 */
	width: 36.5em;
	margin: 1em 22.5em 1em 1em;
	border-radius: 0.625em;
	position: absolute;
	bottom: 0;
}

	@media (max-width: 640px) { div.dragger_container { width: 20em; } }

div.dragger {
	width: 1.25em;
	height: 1em;
	margin: 0.125em;
	background-color: #eaeaea;
	border-radius: 0.5em;
	box-shadow: 0 0 0.9375em rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 0.9375em rgba(0, 0, 0, 0.22); /* for Android <4 */
	cursor: pointer;
}

div.jp-columns {
	height: 13em;
	margin: 0;
	padding: 9em 0 0 1em;
	background-image: none;
}

div.jp-playlist ul {
	list-style-type:none;
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
	/* width: 13.625em; */
	width: 18.5em;
	/* line-height: 0.75em; */
	line-height: 1em;
}

div.jp-type-single div.jp-playlist li {
	padding: 0.3125em 0 0.3125em 1.25em;
}
div.jp-type-playlist div.jp-playlist li {
	/* padding: 0.1875em 0; */
	padding: 0.3125em 0;
	cursor: pointer;
	/* font-weight: bold; */
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
}
div.jp-type-playlist div.jp-playlist a {
	color: #303030;
	/* font-size: 0.6875em; */
	font-size: 0.875em;
	text-transform: uppercase;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0b3f4b;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0b3f4b;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-video div.jp-video-play {
	background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background: transparent url("jplayer.blue.monday.video.play.hover.png") no-repeat center;
}
div.jp-video-270p div.jp-video-play {
	top:-270px;
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	top:-360px;
	width:640px;
	height:360px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	border:1px solid #009be3;
	border-bottom:none;
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-jplayer {
	width:640px;
	height:360px;
}
div.jp-jplayer {
	background-color: #000000;
}

div.fader {
	position:absolute;
	background-repeat: repeat-y;
	margin-top: 5px;
	z-index:10;
	width: 23px;
	height: 10px;
}
div.fader.right {
	background-image: url('current_title_fade_right.png');
	height: 100%;
	right: 0px;
	top:0px;
}
div.fader.left {
	background-image: url('current_title_fade_left.png');
	height: 100%;
	left: 0px;
	top:0px;
}