/*
 * 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 {
	font-size:1em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	}

div.jp-audio {
	width:287px;
	}

div.jp-interface {
	position: relative;
	width:100%;
	}

div.jp-audio div.jp-type-playlist div.jp-interface {
	height:70px;
	}

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:63px;
	height:63px;
	z-index:2;
	}

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:0;
	left:24px;
	}

a.jp-play {
	background: url("jplayer.sprite.png") 0 0 no-repeat;
	}

a.jp-play:hover {
	background: url("jplayer.sprite.png") -63px 0 no-repeat;
	}

a.jp-pause {
	background: url("jplayer.sprite.png") 0 -63px no-repeat;
	display: none;
	}
	
a.jp-pause:hover {
	background: url("jplayer.sprite.png") -63px -63px no-repeat;
	}


div.jp-audio div.jp-type-playlist a.jp-previous {
	left:00px;
	top:12px;
	}

div.jp-audio div.jp-type-playlist a.jp-next {
	left:70px;
	top:12px;
	}
	
a.jp-previous {
	background: url("jplayer.sprite.png") 0 -168px no-repeat;
	width:42px;
	height:42px;
	}
	
a.jp-previous:hover {
	background: url("jplayer.sprite.png") -42px -168px no-repeat;
	}
	


a.jp-next {
	background: url("jplayer.sprite.png") 0 -126px no-repeat;
	width:42px;
	height:42px;
	}

a.jp-next:hover {
	background: url("jplayer.sprite.png") -42px -126px no-repeat;
	}



div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #ddd;
	}

div.jp-audio div.jp-type-playlist div.jp-progress {
	top:22px;
	left:119px;
	width:103px;
	height:18px;
	}

div.jp-seek-bar {
	background: url("jplayer.sprite.png") 0 -263px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.sprite.png") 0 -245px repeat-x ;
	width:0px;
	height:100%;
}

a.jp-mute,
a.jp-unmute {
	width:22px;
	height:19px;
	}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:22px;
	left:230px;
	}

a.jp-mute {
	background: url("jplayer.sprite.png") 0 -210px no-repeat;
	}
	
a.jp-unmute {
	background: url("jplayer.sprite.png") -22px -210px no-repeat;
	display: none;
	}
	
	
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.sprite.png") 0 -298px repeat-x;
	width:33px;
	height:5px;
	cursor: pointer;
	}
	

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:29px;
	left:258px;
	}

div.jp-volume-bar-value {
	background: url("jplayer.sprite.png") 0 -292px repeat-x;
	width:0px;
	height:5px;
	}

div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
	}
	
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:39px;
	left:119px;
	width:103px;
	}
	
div.jp-playlist {
	width:100%;
	}
	
div.jp-playlist ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
	font-size:.72em;
	}



div.jp-type-playlist div.jp-playlist li {
	border-top: 1px solid #ccc;
	padding:5px 0 4px 20px;
	}

div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	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:8px;
	}

div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
	}

div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
	}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
	}

div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
	}


div.jp-jplayer {
	width:0px;
	height:0px;
	}

div.jp-jplayer {
	background-color: #000000;
	}
