/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: BlackAndWhite
 *
 * 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
 * 
 * Adapted: Akasapriya
 * Date: 6.6.2010
 *
 * Icons and bars: GoSquared at http://www.gosquared.com/liquidicity/archives/122
 *
 */

div.jp-single-player,
div.jp-playlist-player {

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

	font-size:1.2em; /* No parent CSS that can effect the size in these demos */
	font-family:Verdana, Arial,"Bitstream Vera Sans", sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	margin-top:20px;
	position: relative;
	background-color:#000;
	width:418px;
	height:80px;
	border:2px solid #fff;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft:7px; 
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topright:7px; 
	-webkit-border-top-right-radius:7px;
}
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 {
	  list-style: none;
  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:20px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:50px;
}
a.jp-play {
	background: url("jplayer.blackandwhitebuttons.png") 0 0 no-repeat;
}

a.jp-pause {
	background: url("jplayer.blackandwhitebuttons.png") 0 -50px no-repeat;
}

a.jp-stop {
	top:26px;
	background: url("jplayer.blackandwhitebuttons.png") 0 -180px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}

a.jp-previous {
	left:20px;
	top:26px;
	background: url("jplayer.blackandwhitebuttons.png") 0 -260px no-repeat;
	width:28px;
	height:28px;
}

a.jp-next {
	left:88px;
	top:26px;
	background: url("jplayer.blackandwhitebuttons.png") 0 -220px no-repeat;
	width:28px;
	height:28px;
}

div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #000;
	width:122px;
	height:15px;
	border: 1px solid #666;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("jplayer.blackandwhitebuttons.png") 0 -125px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blackandwhitebuttons.png") 0 -100px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top:32px;
	background: url("jplayer.blackandwhitebuttons.png") 0 -325px no-repeat;
	width:15px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}

a.jp-volume-max {
	top:32px;
	background: url("jplayer.blackandwhitebuttons.png") 0 -300px no-repeat;
	width:15px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("jplayer.blackandwhitebuttons.png") 0 -165px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:317px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blackandwhitebuttons.png") 0 -150px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
	color:#bbb;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0 20px;
	background-color:#003399;
	border:2px solid #fff;
	border-top:none;
	width:378px;
	font-size:.72em;
	border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px; 
	border-bottom-right-radius:7px;
	-moz-border-radius-bottomleft:7px; 
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px; 
	-webkit-border-bottom-right-radius:7px;
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:6px 0 5px 20px;
	border-bottom:1px solid #666;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:6px 0 9px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
	color: #fff;
}
div.jp-playlist-player div.jp-playlist a {
	color: #bbb;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#fff;background-color:#00bfff;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#fff;
}
