/*
 * 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: 2.0
 * Date: 29th April 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Font size and color for current time & end time
	 * Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: absolute;
	background: url("player_controls_background.gif");
	top:435px;
	left:733px;
	width:170px;
	height:30px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist {
	width:160px;
}
div.jp-playlist-player div.jp-interface {
}

#content div.jp-interface ul.jp-controls,
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#content div.jp-interface ul.jp-controls li,
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:0px;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:0px;
}
a.jp-play {
	background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -30px 0 no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -30px no-repeat;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -30px -30px no-repeat;
}
a.jp-stop {
	top:0px;
	background: url("jplayer.blue.monday.jpg") 0 -60px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:32px;
}
a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -30px -60px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:7px;
	background-color: #ffffff; /* progress background color */
	width:95px;
	height:3px;
}
div.jp-single-player div.jp-progress {
	left:73px;
}
div.jp-load-bar {
/*	background: url("player_progress_bar.gif");
*/	width:95px;
	height:4px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ; /* NOTE color of play bar comes from x=0 y=-218 of jpg  */
	width:0px;
	height:3px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:12px;
	width:100px;
	font-size:.5em;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:70px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
#content div.jp-playlist ul,
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	background-color:#ffffff;
	border:1px solid #009be3;
	border-top:none;
	font-size:.72em;
	width:100%;
}
#content div.jp-single-player div.jp-playlist li,
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 10px;
	font-weight:bold;
	font-size:13px;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist a {
	color: #3afe2b;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#3afe2b;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
.clearing {
	display:block;
	position:relative;
	width:100%;
	clear:both;
	height:0px;
	line-height:1px;
	overflow:hidden;
}