/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 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: 4.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

div.asn-audio {

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

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #777;
	background-color:#111;
	cursor: default;
}
div.asn-audio {
	width:100%;
}

div.asn-interface {
	position: relative;
	background-color:#111;
	width:98%;
}

div.asn-audio div.asn-type-single div.asn-interface {
	height:80px;
}
div.asn-audio div.asn-type-playlist div.asn-interface {
	height:80px;
}


/* @group CONTROLS */

div.asn-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.asn-interface ul.asn-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.asn-audio ul.asn-controls {
	width: 94%;
	padding:10px 20px 0 20px;
}

div.asn-interface ul.asn-controls li {
	display:inline;
	float: left;
}

div.asn-interface ul.asn-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.asn-play,
a.asn-pause {
	width:40px;
	height:40px;
}

a.asn-play {
	background: url("asn-sprite-bm-dark.jpg") 0 0 no-repeat;
}
a.asn-play:hover {
	background: url("asn-sprite-bm-dark.jpg") -41px 0 no-repeat;
}
a.asn-pause {
	background: url("asn-sprite-bm-dark.jpg") 0 -42px no-repeat;
	display: none;
}
a.asn-pause:hover {
	background: url("asn-sprite-bm-dark.jpg") -41px -42px no-repeat;
}

a.asn-stop, a.asn-previous, a.asn-next {
	width:28px;
	height:28px;
	margin-top:6px;
	margin-right: 6px;
}

a.asn-stop {
	background: url("asn-sprite-bm-dark.jpg") 0 -83px no-repeat;
	margin-left:10px;
}

a.asn-stop:hover {
	background: url("asn-sprite-bm-dark.jpg") -29px -83px no-repeat;
}

a.asn-previous {
	background: url("asn-sprite-bm-dark.jpg") 0 -112px no-repeat;
}
a.asn-previous:hover {
	background: url("asn-sprite-bm-dark.jpg") -29px -112px no-repeat;
}

a.asn-next {
	background: url("asn-sprite-bm-dark.jpg") 0 -141px no-repeat;
}
a.asn-next:hover {
	background: url("asn-sprite-bm-dark.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.asn-progress {
	overflow:hidden;
	background-color: #222;
}
div.asn-audio div.asn-progress {
	position: absolute;
	top:58px;
	height:3px;
}
div.asn-audio div.asn-type-single div.asn-progress {
	left:0px;
	width:102%;
}
div.asn-audio div.asn-type-playlist div.asn-progress {
	left:166px;
	width:130px;
}
div.asn-seek-bar {
	background: url("asn-sprite-bm-dark.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.asn-play-bar {
	background: url("asn-sprite-bm-dark.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.asn-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.asn-mute,
a.asn-unmute,
a.asn-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.asn-audio div.asn-type-single a.asn-mute,
div.asn-audio div.asn-type-single a.asn-unmute {
	margin-left: 15px;	
}

div.asn-audio a.asn-volume-max {
	margin-left: 56px;	
}


a.asn-mute {
	background: url("asn-sprite-bm-dark.jpg") 0 -170px no-repeat;
}
a.asn-mute:hover {
	background: url("asn-sprite-bm-dark.jpg") -19px -170px no-repeat;
}
a.asn-unmute {
	background: url("asn-sprite-bm-dark.jpg") -60px -170px no-repeat;
	display: none;
}
a.asn-unmute:hover {
	background: url("asn-sprite-bm-dark.jpg") -79px -170px no-repeat;
}
a.asn-volume-max {
	background: url("asn-sprite-bm-dark.jpg") 0 -186px no-repeat;
}
a.asn-volume-max:hover {
	background: url("asn-sprite-bm-dark.jpg") -19px -186px no-repeat;
}

div.asn-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("asn-sprite-bm-dark.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.asn-audio div.asn-volume-bar {
	top:28px;
	left:140px;
}
div.asn-volume-bar-value {
	background: url("asn-sprite-bm-dark.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.asn-audio div.asn-time-holder {
	position:absolute;
	top:60px;
}
div.asn-audio div.asn-type-single div.asn-time-holder {
	left: -5px;
	width:100%;
}

div.asn-current-time,
div.asn-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.asn-current-time {
	float: left;
	display:inline;
}
div.asn-duration {
	float: right;
	display:inline;
	text-align: right;
}

/* @end */

/* @group playlist */

div.asn-title {
	font-weight:bold;
	text-align:center;
}

div.asn-title {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.asn-type-single div.asn-title {
	border-top:none;
}
div.asn-title ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.asn-title li {
	padding:5px 0;
	font-weight:bold;
}

span.asn-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.asn-jplayer audio,
div.asn-jplayer {
	width:0px;
	height:0px;
}

div.asn-jplayer {
	background-color: #000000;
}

/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.asn-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.asn-audio .asn-type-single ul.asn-toggles {
	width:25px;
}

ul.asn-toggles li {
	display:block;
	float:right;
}

ul.asn-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.asn-full-screen {
	background: url("asn-sprite-bm-dark.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.asn-full-screen:hover {
	background: url("asn-sprite-bm-dark.jpg") -30px -310px no-repeat;
}

a.asn-restore-screen {
	background: url("asn-sprite-bm-dark.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.asn-restore-screen:hover {
	background: url("asn-sprite-bm-dark.jpg") -90px -310px no-repeat;
}

a.asn-repeat {
	background: url("asn-sprite-bm-dark.jpg") 0 -290px no-repeat;
}

a.asn-repeat:hover {
	background: url("asn-sprite-bm-dark.jpg") -30px -290px no-repeat;
}

a.asn-repeat-off {
	background: url("asn-sprite-bm-dark.jpg") -60px -290px no-repeat;
}

a.asn-repeat-off:hover {
	background: url("asn-sprite-bm-dark.jpg") -90px -290px no-repeat;
}

a.asn-shuffle {
	background: url("asn-sprite-bm-dark.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.asn-shuffle:hover {
	background: url("asn-sprite-bm-dark.jpg") -30px -270px no-repeat;
}

a.asn-shuffle-off {
	background: url("asn-sprite-bm-dark.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.asn-shuffle-off:hover {
	background: url("asn-sprite-bm-dark.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.asn-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.asn-no-solution a {
	color:#000;
}

.asn-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */