/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday - Curtis Stigers
 * Edited by Matthew Fries for curtisstigers.com
 *
 * Copyright (c) 2010-2011 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.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */

div.jp-audio,
div.jp-video {

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

	line-height:1.6;
	color: #666;
	position:relative;
}
div.jp-audio {

}

div.jp-interface {
	/*position: absolute;
	left:0px;
	top:0px;*/
	width:300px;
}

/* @group CONTROLS */

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

	overflow:hidden;

}


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

}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-500px;
	color:#fff;
}
a.jp-play,
a.jp-pause {
	width:27px;
	height:27px;
}

a.jp-play {
	margin-right:1px;
	background: url("../images/btn_play_pause.png") 0 0 no-repeat;
}
a.jp-pause {
	margin-right:1px;
	background: url("../images/btn_play_pause.png") 0 -27px no-repeat;
	display: none;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:24px;
	height:24px;
}
a.jp-previous {
	margin-top:2px;
	margin-right:1px;
	background: url("../images/btn_previous_sm.png") no-repeat;
}
a.jp-next {
	margin-top:2px;
	background: url("../images/btn_next_sm.png") no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	background-color:#fff;
}

/* @end */

/* @group volume controls */




/* @group playlist */

div.jp-title {
	font-family:Univers;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	position:absolute;
	left:85px;
	top:4px;
}

div.jp-title ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

/* @end */

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

div.jp-jplayer {
	
}








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

}


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


div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

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

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

a.jp-full-screen {
	background: url("jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("jplayer.blue.monday.jpg") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("jplayer.blue.monday.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("jplayer.blue.monday.jpg") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("jplayer.blue.monday.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

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

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

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

div.jp-type-playlist {
	position:absolute;
	width:300px;
	text-align:left;
	color:#fff;
}

div.jp-playlist ul li {
	display:none;
}

div.jp-playlist ul li.jp-playlist-current {
	display:block;
	position:absolute;
	left:60px;
	top:2px;
	font-size:18px;
	line-height:18px;
}

span.jp-artist {
	display:block;
	font-size:14px;
}



/* @end */

#jplayer_inpspector_1, 
#jplayer_inpspector_1 {
	background-color:#ccc;
	color:#666;
}