/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */

div.jp-audio,
div.jp-audio-stream {

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

	font-size:16px; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
	line-height:1.6em;
	color: #666;
	border:1px solid #C0C0C0;
	background-color:#eee;
	margin:10px 0 0 0;
	width:100%;
    position: relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */

div.jp-interface {
	position: relative;
	background-color:#eee;
	padding:10px 10px 0 10px;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:60px;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:400px;
	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 */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
	
}

div.jp-audio ul.jp-controls {
	width: 90px;
    float: left;
	padding:0;
	float:left;
}

div.jp-audio-stream ul.jp-controls {
}

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

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

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

a.jp-play {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

a.jp-stop {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
}
div.jp-audio div.jp-progress {
	padding-top:22px;
	padding-bottom:20px;
	height:15px;
}
div.jp-seek-bar {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("/streaming/jplayer/skin/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group current time and duration */
div.jp-audio div.jp-time-holder {
position:relative;
top:0px;
left:0px;
}

div.jp-current-time,
div.jp-duration {
	width:40px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:block;
	text-align: left;
}
div.jp-duration {
	float: right;
	display:block;
	text-align: right;
}

/* @end */

/* @group playlist */

div.jp-playlist  a {
	text-decoration:none;
}

div.jp-details {
	font-weight:bold;
	text-align:center;
}

div.jp-details,
div.jp-playlist {
	width:100%;
}
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-details ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.jp-details li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 10px;
	border-bottom:1px solid #eee;
	font-size:12px;
}

div.jp-playlist li div {
	display:inline;
}
a.jp-playlist-current {
	color:#800000;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	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 */
