@charset "utf-8";


div.jp-audio,
div.jp-audio-stream,
div.jp-video {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size: 1em; /* 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: 0.5;
	color: #666;
	border: 1px solid #009be3;
	float: right;
	margin-left: 3px;
	margin-right: 3px;
	box-shadow: 5px;
	background-color: #eee;
}
div.jp-audio {
	width: 309px;
	margin-right: 60px;
	background-color: #eee;
	margin-top: 0px;
}
div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}



div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
	width: 100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height: 50px;
	width: 275px;
}

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

div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:325px;
	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.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

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

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;
	text-indent: -9999px;
	overflow: hidden;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.jp-play:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -41px 0;
}
a.jp-pause {
	display: none;
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: 0 -42px;
}
a.jp-pause:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -41px -42px;
}

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

a.jp-stop {
	margin-left: 5px;
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: 0 -83px;
}

a.jp-stop:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -29px -83px;
}



/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:19px;
	height:10px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:85px;
	width:135px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: repeat-x;
	background-position: 0 -202px;
}
div.jp-play-bar {
	width:0px;
	height:100%;
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: repeat-x;
	background-position: 0 -218px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
}

/* @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-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 147px;
}


div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 40px;	
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: 0 -170px;
}
a.jp-mute:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -19px -170px;
}
a.jp-unmute {
	display: none;
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -60px -170px;
}
a.jp-unmute:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -79px -170px;
}
a.jp-volume-max {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: 0 -186px;
}
a.jp-volume-max:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -19px -186px;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	width:36px;
	height:5px;
	cursor: pointer;
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: repeat-x;
	background-position: 0 -250px;
}
div.jp-audio div.jp-volume-bar {
	top:23px;
	left:243px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	width:0px;
	height:5px;
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: repeat-x;
	background-position: 0 -256px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position: absolute;
	height: 10px;
	top: 39px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left: 87px;
	width: 135px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

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

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

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

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

div.jp-title li {
	padding: 5px 0;
	font-weight: bold;
	color: #8E8E8E;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	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:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
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 {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

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:#0d88c1;
}
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{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */








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

div.jp-jplayer {
	margin-top: 0px;

}





/* @group TOGGLES */

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

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

div.jp-audio .jp-type-single ul.jp-toggles {
	width: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin-top:-60px
	position: absolute;
	left: 325px;
}

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

ul.jp-toggles li {
	z-index: 200;
}

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

a.jp-full-screen {
	background: url("file:///C|/Users/Cara/Desktop/jQuery.jPlayer.demos/skin/blue.monday/jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("file:///C|/Users/Cara/Desktop/jQuery.jPlayer.demos/skin/blue.monday/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("file:///C|/Users/Cara/Desktop/jQuery.jPlayer.demos/skin/blue.monday/jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("file:///C|/Users/Cara/Desktop/jQuery.jPlayer.demos/skin/blue.monday/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: 0 -290px;
	top: 26px;
}

a.jp-repeat:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -30px -290px;
}

a.jp-repeat-off {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -60px -290px;
}

a.jp-repeat-off:hover {
	background-image: url(../photos/img/jplayer.blue.monday.jpg);
	background-repeat: no-repeat;
	background-position: -90px -290px;
}


/* @group NO SOLUTION error feedback */

.jp-no-solution {
	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;
}

.sin-play {
	float: right;
	height: auto;
	width: auto;
	display: inline;
	margin-right: -30px;
}
.sin-player {
	background-color: #999999;
	float: right;
	height: auto;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	box-shadow: 2;
}
