/*
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/
*/


/******      GLOBAL COMMAND CENTRAL     ******/

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

html,body,#bg,#bg table,#bg td,#main {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: small;
	cursor: default;
	background: #000 url(../img/background.jpg) top center no-repeat;
	color: #343434;
}

.clear {
	clear: both;
}

.wrap {
	width: 960px;
	margin: 0px auto;
}

img {
	border: none;
}


/******      HEADER     ******/

img.logo {
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}

img.beta {
	margin-right: 5px;
	margin-top: 15px;
	float: right;
}


#header {
	height: 60px;
	padding-bottom: 25px;
}


#header h1{
	line-height: 60px;
}

.download {
	color: #000;
	margin-top: 15px;
	margin-right: 20px;
	display: block; /* Change anchor to block element */
	width: 217px; height: 43px; /* Specify width and height of the image. Height is value of each individual button graphic */
	background-image: url(../img/download-source.png	); /* Add the image as a background */
	background-position: top; /* Set the position to the top */
	text-indent: -9999px; /* Send the rendered HTML wording off screen */
}

.download:hover {
	background-position: center; /* Set the position to the center */
}

.download:focus {
	background-position: center; /* Set the position to the center */
}

.download:active {
	background-position: bottom; /* Set the position to the bottom */
}


.mrdiggles {
	color: #e12f61;
	margin-top: 20px;
	float: right;
	display: block; /* Change anchor to block element */
	width: 163px; height: 59px; /* Specify width and height of the image. Height is value of each individual button graphic */
	background-image: url(../img/mr-diggles-logo.png	); /* Add the image as a background */
	background-position: top; /* Set the position to the top */
	text-indent: -9999px; /* Send the rendered HTML wording off screen */
}

.mrdiggles:hover {
	background-position: bottom; /* Set the position to the center */
}

.mrdiggles:focus {
	background-position: bottom; /* Set the position to the center */
}

.mrdiggles:active {
	background-position: bottom; /* Set the position to the bottom */
}



/******      CONTENT     ******/

.desc {
	float: left;
	width: 290px;
	padding-right: 20px;
	padding-left: 10px;
}

.desc h2 {
	color: #ccc;
	font-size: 130%;
	margin-bottom: 6px;
}

.desc p {
	line-height: 2.1em;
	color: #777;
	margin-bottom: 20px;
}

.desc p a{
	color: #009cdd;
	text-decoration: none;
}

.desc p a:hover{
	color: #e12f61;
}


.example {
	float: right;
	width: 639px;
	text-align: center;
	padding-top: 55px;
}


img.mrdiggles {
	float: right;
	padding-top: 20px;
}


.credits {
	float: left;
	margin-top: 20px;
}

.credits p{
	margin-top: 8px;
}

.credits p a{
	color: #631929;
	text-decoration: none;
	font-weight: bold;
}

.credits p a:hover {
	color: #fff;
}

.credits p span  {
	padding: 0px 8px;
	color: #d22a59;
}


/******      FOOTER     ******/

#footer {
	margin-top: 45px;
	background: #e12f61;
	height: 100px;
	border-top: 3px solid #5c1726;
	border-bottom: 3px solid #5c1726;
}


/******      PLAYER     ******/


#topplayer {
	position: relative;
}

#topplayer h4 {
	font-size: 150%;
	color: #888;
	margin-bottom: 7px;
}

#topplayer h2 {
	color: #242424;
	font-size: 200%;
	letter-spacing: -1px;
	padding-left: 10px;
	font-weight: 800;
}


#topplayer h2 span{
	color: #e12f61;
}

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.25em;
	line-height:1.6;
}
div.jp-interface {
	position: relative;
	height: 465px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}

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

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: -30px;
	background: url("../img/audio-sprite.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	color: #ececec;
}
div.jp-single-player a.jp-stop {
	left:808px;
}

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:18px;
	left: 0px;
	background: transparent;
	width:960px;
	height:435px;
}
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:0px;
	height:435px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../img/eyes.gif") top center repeat;
	width:960px;
	height:435px;
}

div.shadow {
	background: url("../img/shadow.png") top left no-repeat;
	width:960px;
	height: 50px;
	margin-top: -12px;
}

a.jp-volume-min {
	top:32px;
	background: url("../img/audio-sprite.png") 0 -170px no-repeat;
	width:18px;
	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:18px;
	height:15px;
	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:-20px;
	background: #c9c9c9;
	width:97px;
	height:8px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:850px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: #009cdd;
	width:0px;
	height:8px;
}
div.jp-play-time {
	position: absolute;
	top:401px;
	left: 10px;
	color: #000;
	letter-spacing: -2px;
	opacity: 0.25;
	filter: alpha(opacity=25);
	font-size: 200%;
	font-family:Helvetica Neue, Arial, sans-serif;
}
div.jp-total-time {
	text-align: right;
	position: absolute;
	top:401px;
	color: #aaa;
	right: 10px;
	letter-spacing: -2px;
	font-size: 200%;
	font-family:Helvetica Neue, Arial, sans-serif;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
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;
}
