@charset "utf-8";
/* CSS Document */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * 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.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 *
 * Revised by: Scott Starker
 * Date: 7th November 2013
 */

div.jp-audio-playlist {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1.2em;
	font-weight: normal;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	/* border:1px solid #009be3; */
	background-color:#eee;
	border: 3px solid #600000;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: 14px;
	width:420px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.jp-audio-playlist div.jp-type-playlist {
}

div.jp-audio-playlist div.jp-interface {
	position: relative;
	background-color: #eee;
	width: 100%;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: 14px;
	height: 80px;
}

/* @group CONTROLS */

div.jp-audio-playlist ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
	width: 380px;
	padding:20px 20px 0 20px;
}

div.jp-audio-playlist ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-audio-playlist ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
div.jp-audio-playlist a.jp-play,
div.jp-audio-playlist a.jp-pause {
	width:40px;
	height:40px;
}

div.jp-audio-playlist a.jp-play {
	background: url("../images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
div.jp-audio-playlist a.jp-play:hover {
	background: url("../images/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
div.jp-audio-playlist a.jp-pause {
	background: url("../images/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
div.jp-audio-playlist a.jp-pause:hover {
	background: url("../images/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

div.jp-audio-playlist a.jp-stop,
div.jp-audio-playlist a.jp-previous,
div.jp-audio-playlist a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

div.jp-audio-playlist a.jp-stop {
	background: url("../images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	margin-left:10px;
}

div.jp-audio-playlist a.jp-stop:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

div.jp-audio-playlist a.jp-previous {
	background: url("../images/jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
div.jp-audio-playlist a.jp-previous:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

div.jp-audio-playlist a.jp-next {
	background: url("../images/jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
div.jp-audio-playlist a.jp-next:hover {
	background: url("../images/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-audio-playlist div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
	position: absolute;
	/*top:32px;*/
	top:35px;							/* height of progress bar */
	/*height:15px;*/
	height:9px;							/* width of progress bar */
	left:166px;
	width:130px;
}
div.jp-audio-playlist div.jp-seek-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-audio-playlist div.jp-play-bar {
	background: url("../images/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-audio-playlist div.jp-seeking-bg {
	background: url("../images/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */

div.jp-audio-playlist a.jp-mute,
div.jp-audio-playlist a.jp-unmute,
div.jp-audio-playlist a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio-playlist a.jp-mute,
div.jp-audio-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-playlist a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-audio-playlist a.jp-mute {
	background: url("../images/jplayer.blue.monday.jpg") 0 -170px no-repeat;
}
div.jp-audio-playlist a.jp-mute:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
div.jp-audio-playlist a.jp-unmute {
	background: url("../images/jplayer.blue.monday.jpg") -60px -170px no-repeat;
	display: none;
}
div.jp-audio-playlist a.jp-unmute:hover {
	background: url("../images/jplayer.blue.monday.jpg") -79px -170px no-repeat;
}
div.jp-audio-playlist a.jp-volume-max {
	background: url("../images/jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
div.jp-audio-playlist a.jp-volume-max:hover {
	background: url("../images/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}

div.jp-audio-playlist div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("../images/jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
	top:37px;
	left:330px;
}
div.jp-audio-playlist div.jp-volume-bar-value {
	background: url("../images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio-playlist div.jp-current-time,
div.jp-audio-playlist div.jp-duration {
	width:60px;
	font-size:.55em;
	font-style:oblique;
}
div.jp-audio-playlist div.jp-current-time {
	float: left;
	margin-left: 165px;
	margin-top: -17px;
	display:inline;
}
div.jp-audio-playlist div.jp-duration {
	float: right;
	margin-right: 125px;
	margin-top: -17px;
	display:inline;
	text-align: right;
}

/* @end */

/* @group playlist */

div.jp-type-playlist div.jp-playlist {
	width: 100%;
	background-color: #ccc;
	/* border-top:1px solid #009be3; */
	border-top: 1px solid #888;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: 14px;
}
div.jp-type-playlist div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-type-playlist div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-type-playlist div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0B7DB2; /* #0d88c1 */
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0B7DB2; /* #0d88c1 */
}

/* @end */

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}
