﻿/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Midnight Black
 *
 * Copyright (c) 2012 Per Sandström (https://github.com/persand) and Kasim Ahmic (https://github.com/TheInfection)
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Authors: Per Sandström (Updated to support jPlayer 2.1.0 by Kasim Ahmic)
 * Skin Version: 2.0 (jPlayer 2.1.0)
 * Date: April 27th 2012
 */
 
*:active, *:focus {
	outline: none !important;
}



div.jp-audio
{
	font-size:1.25em;
	line-height:1.15;
	position:relative;
}



/* Horizontal strip behind play controls */

div.jp-interface {height:25px;
	position: relative;
	background: rgba(9,51,57,0.4);
	width:98%;width:98vw;
}


/* Playlist */

/* Playlist background */

div.jp-playlist {
	width:52%;width:52vw;margin-right:1%;margin-right;1vw;
	background: rgba(85,111,142,0.2);
	border:0;
	text-align: left !important;
}


div.jp-playlist ul {
	list-style-type:none !important;
	margin-top:10%;
	padding:0 0;
	font-size:0.65em;
}


div.jp-playlist li {
	padding:5px 15px 5px 15px;
}

div.jp-playlist li div {
	display:inline;
}



div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 15px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:none;
	list-style-position:inside;
	padding-left:15px;
}
div.jp-type-playlist div.jp-playlist a {
	color:rgb(148,163,179);
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:rgb(212,222,244);
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:rgb(212,222,244);
	font-weight: bold;
}

.stop-button {margin-top:20px;}

.jp-stop {margin-left:80%;margin-top:-15%;}
