/* @override http://nathanshaffermusic.com/wp-content/themes/FlexxDark/js/jplayer/skin/jplayer.blue.monday.css */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 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: 1.0
 * Date: 18th February 2010
 */

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:1em; /* No parent CSS that can effect the size in these demos */

	font-family: "comic Sans MS", Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #cb4b3a;
}
div.jp-interface {
	position: relative;
	width:418px;
	height: 60px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

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

/* @group botones */

/* stop */

li.jp-stop {
	position: absolute;
	background: url(playernav.png) no-repeat -65px -5px;
	width: 25px;
	height: 20px;
	cursor: pointer;
	top: 20px;
	left: 85px;
}

li.jp-stop:hover {
	background-repeat: no-repeat;
	background-position: -65px -25px;
}

li.jp-play, li.jp-pause {
	display: block;
	position: absolute;
	top:20px;
	width: 10px;
	height: 20px;
	cursor: pointer;
	background: url(playernav.png) no-repeat;
	left: 45px;
}

li.jp-play {
	background-repeat: no-repeat;
	background-position: -37px -5px;
}

li.jp-play:hover {
	background-position: -37px -25px;
}

li.jp-pause {
	background-position: -24px -5px;
}

li.jp-pause:hover {
	background-repeat: no-repeat;
	background-position: -24px -25px;
}

/* next */

li.jp-next {
	position: absolute;
	left: 64px;
	top: 20px;
	background: url(playernav.png) no-repeat -48px -5px;
	width: 15px;
	height: 20px;
	cursor: pointer;
}

li.jp-next:hover {
	background-repeat: no-repeat;
	background-position: -48px -25px;
}

/* previous */

li.jp-previous {
	position: absolute;
	left:20px;
	top: 20px;
	background: url(playernav.png) no-repeat -6px -5px;
	width: 16px;
	height: 20px;
	cursor: pointer;
}
li.jp-previous:hover {
	background-repeat: no-repeat;
	background-position: -6px -25px;
}

/* progress */

div.jp-progress {
	position: absolute;
	overflow:hidden;
	top: 26px;
	width:122px;
	height: 5px;
	border: 1px solid #47739C;
	left: 105px;
}

div.jp-play-bar {
	width:0px;
	height:15px;
	background: #47739C repeat-x 0 -218px;
}

div.jp-load-bar {
	width:0px;
	height: 5px;
	cursor: pointer;
	background: #2a2a2a repeat-x 0 -202px;
}

/* total time */

div.jp-total-time {
	text-align: right;
}

div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top: 37px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
	left: 105px;
}

/* volume */

li.jp-volume-min {
	position: absolute;
	top: 23px;
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	left: 240px;
}
li.jp-volume-min:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top: 26px;
	width:46px;
	height:5px;
	cursor: pointer;
	left: 257px;
	background-repeat: repeat-x;
	background-position: 0 -250px;
	border: 1px solid #47739C;
}

li.jp-volume-max {
	position: absolute;
	top: 23px;
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
	left: 310px;
}

div.jp-volume-bar-value {
	width:0px;
	height:5px;
	background: #47739C repeat-x 0 -256px;
}



/* @end */

div.jp-playlist {
	width: 300px;
}

div.jp-playlist ul{
	list-style-type:none;
	border-top:none;
	font-size:.72em;
	margin: 0;
}

div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
}
div.jp-single-player li.jp-stop {
}
div.jp-playlist-player li.jp-stop {
}
div.jp-single-player div.jp-progress {
}
div.jp-playlist-player div.jp-progress {
}
div.jp-single-player li.jp-volume-min {
	left:274px;
}
div.jp-playlist-player li.jp-volume-min {
}
div.jp-single-player li.jp-volume-max {
	left:346px;
}
div.jp-playlist-player li.jp-volume-max {
}
li.jp-volume-max:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	cursor: pointer;
	border-bottom: 1px solid #242424;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color: #47739C;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color: #47739C;
}

