/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */
 
 a:active {
	outline: none; /* To keep Google Chrome from adding that ugly yellow border/outlune on buttons when clicked */
}

div.jp-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: #666;
	border:1px solid #009be3;*/
}
div.jp-audio {
	width: 180px;
}
div.jp-interface {
	position: relative;
	/*background-color:#eee;*/
	width:100%;
}

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


/* @group CONTROLS */

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

div.jp-audio ul.jp-controls {
	width: 180px;
	padding:0px 0px 0 0px;
}

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

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

a.jp-play {
	background: url("../images/player.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../images/player.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("../images/player.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("../images/player.png") -41px -42px no-repeat;
}

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

a.jp-stop {
	background: url("../images/player.png") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("../images/player.png") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("../images/player.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("../images/player.png") -29px -112px no-repeat;
}

a.jp-next {
	background: url("../images/player.png") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("../images/player.png") -29px -141px no-repeat;
}

/* @end */


/* @group volume controls */

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

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	position: absolute;
	left: 10px;
	top: 43px;
}

div.jp-audio a.jp-volume-max {
	position: absolute;
	left: 83px;
	top: 43px;
}

a.jp-mute {
	background: url("../images/player.png") 0 -170px no-repeat;
}
a.jp-mute:hover {
	background: url("../images/player.png") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("../images/player.png") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../images/player.png") -79px -170px no-repeat;
}
a.jp-volume-max {
	background: url("../images/player.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("../images/player.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("../images/player.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:60px;
	left:30px;
}

div.jp-volume-bar-value {
	background: url("../images/player.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
/* @end */

/* @group playlist */

div.jp-details {
	font-weight:bold;
	text-align:center;
}

div.jp-details,
div.jp-playlist {
	font-size: smaller;
	width:100%;
	border-top:1px solid #eee;
}
div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-details ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 0px;
	font-size:.72em;
}

div.jp-details li {
	padding:5px 15px;
	font-weight:bold;
}
div.jp-playlist li {
	padding:4px 0 0px 0px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#ffbb02;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#ffbb02;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#ffbb02;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color: #ffbb02;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */


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

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


/* @group TOGGLES */

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

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

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

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

a.jp-repeat, a.jp-repeat-off {
	margin: 0;
	position: absolute;
	left: 150px;
	top: 8px;
}

a.jp-shuffle, a.jp-shuffle-off {
	margin: 0;
	position: absolute;
	left: 150px;
	top: 48px;
}

a.jp-repeat {
	background: url("../images/player.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("../images/player.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("../images/player.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("../images/player.png") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("../images/player.png") 0 -261px no-repeat;
}

a.jp-shuffle:hover {
	background: url("../images/player.png") -30px -261px no-repeat;
}

a.jp-shuffle-off {
	background: url("../images/player.png") -60px -261px no-repeat;
}

a.jp-shuffle-off:hover {
	background: url("../images/player.png") -90px -261px no-repeat;
}

/* @end */
