/*
Site Name: Mano-Destra
Site URL: http://www.mano-destra.com
Description: The music of Benjamin Diggles. Mano-Destra.
Version: 8.0
Author: Mr. diggles
Author URI: http://www.mrdiggles.com/
*/
/******      PLAYER     ******/


#topplayer {
	position: relative;
}

#topplayer h4 {
	font-size: 12px;
	color: black;
	margin-bottom: 7px;
	font-weight: 100;
	text-autospace: inherit;
}

#topplayer h2 {
	color: silver;
	font-size: 12px;
	letter-spacing: -1px;
	padding-left: 10px;
	font-weight: normal;
}


#topplayer h2 span{
	color: black;
}

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:11px;
	line-height:30px;
}
div.jp-interface {
	position: relative;
	height: 140px;
	margin-bottom: 10px;
padding-bottom: 5px;
	border-bottom:silver;
}
div.jp-single-player div.jp-interface {
margin-bottom: 10px;
padding-bottom: 5px;
	border-bottom:silver;
	
}

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 {
	top:-53px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left: 465px;
}

a.jp-play {
	background: url("img/audio-sprite.png") 0 0 no-repeat;
	color: #ececec;
}
a.jp-play:hover {
	background: url("img/audio-sprite.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("img/audio-sprite.png") 0 -42px no-repeat;
	display: none;
	color: #ececec;
}
a.jp-pause:hover {
	background: url("img/audio-sprite.png") -41px -42px no-repeat;
}

a.jp-stop {
	top: -48px;
	background: url("img/audio-sprite.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	color: #ececec;
}
div.jp-single-player a.jp-stop {
	left:520px;
}

a.jp-stop:hover {
	background: url("img/audio-sprite.png") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background: url("img/audio-sprite.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("img/audio-sprite.png") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background: url("img/audio-sprite.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("img/audio-sprite.png") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:0px;
	left: 0px;
	border-radius: 0px;
	background: transparent;
	width:750px;
	height:235px;
}

div.jp-single-player div.jp-progress {
	left:0px;
}

div.jp-playlist-player div.jp-progress {
	left:164px;
}

div.jp-load-bar {
	background: url("img/raster.png") top left repeat;
	width:100px;
	min-width: 100px;
	height:100px;
	cursor: pointer;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
-webkit-transition: all 154ms ease-in;
-moz-transition: all 154ms ease-in;
-o-transition: all 154ms ease-in;
}
div.jp-play-bar-spacestation {
	background: url("img/spacestation.jpg") top center repeat;
	width:960px;
		min-width: 100px;
	height:100px;
-webkit-transition: all 154ms ease-in;
-moz-transition: all 154ms ease-in;
-o-transition: all 154ms ease-in;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

div.jp-play-bar-headdown {
	background: url("img/headdown.jpg") top center repeat;
	width:960px;
	min-width: 100px;
	height:100px;
	-webkit-transition: all 154ms ease-in;
-moz-transition: all 154ms ease-in;
-o-transition: all 154ms ease-in;
border-radius: 0px;
}


a.jp-volume-min {
	top:32px;
	background: url("img/audio-sprite.png") 0 -170px no-repeat;
	width:30px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	display: none;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("img/audio-sprite.png") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background: url("img/audio-sprite.png") 0 -186px no-repeat;
	width:30px;
	height:30px;
	display: none;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("img/audio-sprite.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:-50px;
	background: #efefef;
	width:150px;
	height:30px;
	border-radius: 0px;
	cursor: pointer;
}

div.jp-single-player div.jp-volume-bar {
	left:575px;
}

div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}

div.jp-volume-bar-value {
	/*background: white;*/
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
	background: -moz-linear-gradient(top,  silver,  white);
	min-width:35px;
	height:28px;
	display: block;
	border-radius: 0px;
		border: 1px solid silver;
	-webkit-transition: all 154ms ease-in;
	-moz-transition: all 154ms ease-in;
	-o-transition: all 154ms ease-in;
}

div.jp-volume-bar-value:hover {
		background: -webkit-gradient(linear, left top, left bottom, from(white), to(#efefef));
	background: -moz-linear-gradient(top,  white,  #efefef);
	width:30px;
	height:28px;
	border-radius: 0px;
	-webkit-transition: all 154ms ease-in;
-moz-transition: all 154ms ease-in;
-o-transition: all 154ms ease-in;
}

div.jp-play-time {
	position: absolute;
	top:35px;
	left: 20px;
	color: black;
	opacity: 0.4;
	letter-spacing: -2px;
	font-size: 35px;
	font-family: 'Tube', 'Helvetica Neue', Arial, sans-serif;
	text-shadow: 0px 1px 0px #ccc;
}
div.jp-total-time {
	text-align: right;
	position: absolute;
	top:35px;
	color: black;
	right: 20px;
	opacity: 1;
	letter-spacing: -2px;
	font-size: 35px;
	font-family: 'Tube', 'Helvetica Neue', Arial, sans-serif;
	opacity: 0.25;
	text-shadow: 0px 1px 0px #ccc;
}
div.jp-single-player,
div.jp-single-player {
	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;
	padding:0 20px;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
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:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 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;
}
div.jp-playlist-player div.jp-playlist a {
	color: #666;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
}
