/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue / Dark
 *
 * Copyright (c) 2010 Happyworm Ltd & Per Sandström
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Per Sandström – http://www.helloper.com
 * Skin Version: 1.0 (jPlayer 2.0.0)
 * Date: 20th March 2011
 */

div.jp-audio,
div.jp-video {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	color: #CCC;
	font-size: 1em; /* No parent CSS that can effect the size in these demos */
	font-family: 'Helvetica Neue', sans-serif;
	line-height: 1.6;	
	-ms-text-size-adjust:none;
	-webkit-text-size-adjust:none;
}

div.jp-audio {
	width: 250px;
}



div.jp-interface {
  background: #444;
  background: -moz-linear-gradient(top, #444, #111);
	background: -o-linear-gradient(top, #444, #111);
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: #444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#111111)";
    -moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position: relative;
	width: 103%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	top: 0px;
	left: 0px;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
	
}


div.jp-interface ul.jp-controls {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.jp-interface ul.jp-controls li {
	display: inline;
}

div.jp-interface ul.jp-controls a {
	overflow: hidden;
	position: absolute;
	text-indent:-9999px;
}

a.jp-play,
a.jp-pause {
	height: 40px;
	width: 40px;
	z-index: 1;
}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	left: 40px;
	
}

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	left: 48px;
	
}

a.jp-play {
	background: url(jplayer.dark.png) 0 0 no-repeat;
}

a.jp-play:hover {
	background: url(jplayer.dark.png) -41px 0 no-repeat;
}

a.jp-pause {
	background: url(jplayer.dark.png) 0 -42px no-repeat;
	display: none;
}

a.jp-pause:hover {
	background: url(jplayer.dark.png) -41px -42px no-repeat;
}

div.jp-audio div.jp-type-single a.jp-stop {
	left: 85px;
	top: 6px;
}




a.jp-stop {
	background: url(jplayer.dark.png) 0 -83px no-repeat;
	height: 28px;
	width: 28px;
	z-index: 1;
}

a.jp-stop:hover {
	background: url(jplayer.dark.png) -29px -83px no-repeat;
}

div.jp-audio div.jp-type-playlist a.jp-previous {
	left: 20px;
	top: 26px;
}


a.jp-previous {
	background: url(jplayer.dark.png) 0 -112px no-repeat;
	height: 28px;
	width: 28px;
}

a.jp-previous:hover {
	background: url(jplayer.dark.png) -29px -112px no-repeat;
}



div.jp-progress {
	overflow: hidden;
	position: absolute;
}

div.jp-audio div.jp-type-single div.jp-progress {
	height: 15px;
	left: 118px;
	top: 13px;
	width: 70px;
}


div.jp-seek-bar {
	background: url(jplayer.dark.png) 0 -202px repeat-x;
	cursor: pointer;
	height:100%;
	width:0px;
}

div.jp-video div.jp-seek-bar {
  background-position: 0 -204px;
}

div.jp-play-bar {
	background: url(jplayer.dark.png) 0 -218px repeat-x;
	height: 100%;
	width: 0px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url(jplayer.dark.pbar-ani.gif);
}



div.jp-jplayer {
	height: 0px;
	width: 0px;
}


div.jp-jplayer {
	background-color: #000;
}
