/*
 * 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: 1.0
 * Date: 18th February 2010
 */

div.jp-single-player,
div.jp-playlist-player {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	line-height: 100%;
	color: #000000;
}
div.jp-interface {
	position: relative;
	width: 200px;
	height: 48px;
	background: url('skin/background.png') 0 0 no-repeat;
}
div.jp-single-player div.jp-interface {
	border-bottom: none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface  ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface  ul.jp-controls li {
	overflow: hidden;
	text-indent: -9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top: 22px;
	left: 36px;
	width: 21px;
	height:17px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left: 36px;
}

li.jp-play {
	background: url('skin/play0.png') 0 0 no-repeat;
}
li.jp-play:hover {
	background: url('skin/play1.png') 0 0 no-repeat;
}
li.jp-pause {
	background: url('skin/pause0.png') 0 0 no-repeat;
}
li.jp-pause:hover {
	background: url('skin/pause1.png') 0 0 no-repeat;
}
li.jp-stop {
	position: absolute;
	top: 22px;
	left: 87px;
	background: url('skin/stop0.png') 0 0 no-repeat;
	width: 21px;
	height: 17px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left: 87px;
}
div.jp-playlist-player li.jp-stop {
	left: 87px;
}
li.jp-stop:hover {
	background: url('skin/stop1.png') 0 0 no-repeat;
}
li.jp-previous {
	position: absolute;
	left: 10px;
	top: 22px;
	background: url('skin/previous0.png') 0 0 no-repeat;
	width: 21px;
	height: 17px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url('skin/previous1.png') 0 0 no-repeat;
}
li.jp-next {
	position: absolute;
	left: 62px;
	top: 22px;
	background: url('skin/next0.png') 0 0 no-repeat;
	width: 21px;
	height: 17px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url('skin/next1.png') 0 0 no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 29px;
	background-color: #e3b35c;
	width: 83px;
	height: 5px;
}
div.jp-single-player div.jp-progress {
	left: 112px;
}
div.jp-playlist-player div.jp-progress {
	left: 112px;
}
div.jp-load-bar {
	background-color: #ffb93f;
	width: 180px;
	height: 5px;
}
div.jp-play-bar {
	background-color: #c28d27;
	width: 180px;
	height: 5px;
}
li.jp-volume-min {
	position: absolute;
	top: 8px;
	left: 112px;
	background: url('skin/volume_min0.png') 0 0 no-repeat;
	width: 21px;
	height: 17px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left: 112px;
}
div.jp-playlist-player li.jp-volume-min {
	left: 112px;
}
li.jp-volume-min:hover {
	background: url('skin/volume_min1.png') 0 0 no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top: 8px;
	left: 174px;
	background: url('skin/volume_max0.png') 0 0 no-repeat;
	width: 21px;
	height: 17px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left: 174px;
}
div.jp-playlist-player li.jp-volume-max {
	left: 174px;
}
li.jp-volume-max:hover {
	background: url('skin/volume_max1.png') 0 0 no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	top: 14px;
	left: 136px;
	background: url('skin/volumebar.png') 0 0 repeat-x;
	width: 32px;
	height: 5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left: 136px;
}
div.jp-playlist-player div.jp-volume-bar {
	left: 136px;
}
div.jp-volume-bar-value {
	background: url('skin/volumebar1.png') 0 0 repeat-x;
	width: 32px;
	height: 5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top: 35px;
	width: 83px;
	font-size: .64em;
	font-style: oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left: 112px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left: 112px;
}

div.jp-playlist {
	position: relative;
	top: 0px;
	right: 72px;
	width: 263px;
	 opacity: .9; /*gute Browser*/
	 -moz-opacity:0.9; /*alter FF*/
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*IE 8*/
	 filter: alpha(opacity=90); /*IE 5-7*/
	 -khtml-opacity: 0.9; /*Safari 1.X*/
}
div.jp-playlist ul{
	list-style-type: none;
	margin: 0 0 1px 0;
	background-color: #cccccc;
	border: 1px solid #c78123;
	border-top: none;
	width: 263px;
	font-size: 9px;
}
div.jp-single-player div.jp-playlist ul {
	padding: 1px 2px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding: 1px 2px 2px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding: 0 0 0 0;
	font-weight: bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding: 1px 0 1px 10px;
	border-bottom: 1px dotted #c78123;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color: #c78123;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color: #c78123;
}
