/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name:Chirbit
 *
 * Author: Ivan Reyes
 * Skin Version: 0.1
 * Date: 26th November 2010
 */

div.jp-single-player {
/* Edit the font-size to counteract inherited font sizing.
* Eg. 1.25em = 1 / 0.8em
*/
font-size:1em; /* No parent CSS that can effect the size in these demos */
font-family:Verdana, Arial, sans-serif;
line-height:1.6;
color: #666;
}

div.jp-interface {
	width:100%;
	height:30px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:30px;
	height:30px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
}

a.jp-play {
	background: url("/images/chirbit_play.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/images/chirbit_play.png") -30px 0 no-repeat;
}
a.jp-pause {
	background: url("/images/chirbit_play.png") -60px -0px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/images/chirbit_play.png") -90px -0px no-repeat;
}
a.jp-stop {
	background: url("/images/chirbit_play.png") -120px -0px no-repeat;
	left:35px;
	width:30px;
	height:30px;
}
div.jp-single-player a.jp-stop {
}

a.jp-stop:hover {
	background: url("/images/chirbit_play.png") -150px -0px no-repeat;
}

.jp-progress {
position:absolute;
left:70px;
	overflow:hidden;
	background-color: #000;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
}

.jp-load-bar {
position:absolute;
	background: url("/images/chirbit_play.png") 0 -60px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
.jp-play-bar {
	background: url("/images/chirbit_play.png") 0 -75px repeat-x ;
	width:0px;
	height:15px;
}


a.jp-volume-min {
	background: url("/images/chirbit_play.png") -176px -30px no-repeat;
	width:18px;
	height:15px;

}
.jp-single-player a.jp-volume-min {
	left:200px;

}

a.jp-volume-min:hover {
	background: url("/images/chirbit_play.png") -157px -30px no-repeat;
}
a.jp-volume-max {
	background: url("/images/chirbit_play.png") -139px -30px no-repeat;
	width:18px;
	height:18px;
}
div.jp-single-player a.jp-volume-max {
left:275px;
}
div.jp-playlist-player a.jp-volume-max {
}
a.jp-volume-max:hover {
	background: url("/images/chirbit_play.png") -120px -30px no-repeat;
}

div.jp-volume-bar {
position:absolute;
left:220px;
top:8px;
	overflow:hidden;

	background: url("/images/chirbit_play.png") 0 -90px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {

}
div.jp-playlist-player div.jp-volume-bar {

}
div.jp-volume-bar-value {
	background: url("/images/chirbit_play.png") 0 -95px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
        position:absolute;
	width:122px;
	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 {
top:20px;
	left:70px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
top:20px;
	left:180px;
}