/*

* Vintage Wine for jPlayer V1.0

* Copyright (c) 2013 PStevenson (www.p-stevenson.com)

* Free to use under the MIT license.

* http://www.opensource.org/licenses/mit-license.php

*/

div.jp-audio,

div.jp-video{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#555;
	}



div.jp-audio ul, div.jp-video ul,

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

	display:block;

	margin:0; padding:0;

	}



div.jp-video-play a.jp-video-play-icon{display:none !important;}



#jquery_jplayer_video{

	border-top:#063 3px solid;

}



/* CONTROLS */

div.jp-interface{

	position:relative; z-index:1;

	overflow:visible;

	}

div.jp-interface ul,

div.jp-interface ul li{

	position:absolute;

	top:0; left:0; right:0;

	margin:0; padding:0;

	}

div.jp-interface ul.jp-controls{

	position:relative;

	margin:0; padding:0;

	width:auto;

	height:35px;

	

	background-color: #642b12;

	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#1c863f), to(#1c863f));

	background-image: -webkit-linear-gradient(top, #1c863f, #1c863f);

	background-image: -moz-linear-gradient(top, #1c863f, #1c863f);

	background-image: -o-linear-gradient(top, #1c863f, #1c863f);

	background-image: -ms-linear-gradient(top, #1c863f, #1c863f);

	background-image: linear-gradient(top, #1c863f, #1c863f);

	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#1c863f', EndColorStr='#1c863f');*/

	

	-webkit-box-shadow:inset 0 1px 0 0 #e55c2b;

	-moz-box-shadow:inset 0 1px 0 0 #e55c2b;

	box-shadow:inset 0 1px 0 0 #e55c2b;

	

	border:1px solid #e55c2b;

	

	list-style:none;

	overflow:hidden;

	color:#FFF;

	}

div.jp-interface ul.jp-controls a,

div.jp-interface ul.jp-toggles a{

	display:block;

	text-indent:-9999px;	

	background:transparent url(sprites.png) no-repeat -500px -500px;

	overflow:hidden;

	}



/* BUTTONS */

div.jp-interface ul.jp-controls a.jp-play,

div.jp-interface ul.jp-controls a.jp-pause{

	position:absolute;

	top:0; left:0;

	height:35px; width:34px;

	

	border-right:1px solid #e55c2b;

	background-position:13px 12px;

	}

div.jp-type-playlist div.jp-interface ul.jp-controls a.jp-play,

div.jp-type-playlist div.jp-interface ul.jp-controls a.jp-pause{left:50px;}

div.jp-interface ul.jp-controls a.jp-play:hover{background-position:-37px 12px;}

div.jp-interface ul.jp-controls a.jp-pause{background-position:13px -38px;background-color:#08b351;}

div.jp-interface ul.jp-controls a.jp-pause:hover{background-position:-37px -38px;}

div.jp-interface ul.jp-controls a.jp-stop{display:none !important;}

div.jp-interface ul.jp-controls a.jp-previous{

	position:absolute;

	top:0; left:0px;

	height:35px; width:25px;	

	background-position:8px -86px;

	}

div.jp-interface ul.jp-controls a.jp-previous:hover{background-position:-42px -86px;}

div.jp-interface ul.jp-controls a.jp-next{

	position:absolute;

	top:0; left:25px;

	height:35px; width:24px;

	

	border-right:1px solid #e55c2b;

	background-position:5px -137px;

	}

div.jp-interface ul.jp-controls a.jp-next:hover{background-position:-45px -137px;}

div.jp-interface ul.jp-controls a.jp-mute,

div.jp-interface ul.jp-controls a.jp-unmute{

	position:absolute;

	top:0; right:60px;

	height:35px; width:34px;

	

	border-left:1px solid #e55c2b;

	background-position:13px -189px;

	}

div.jp-interface ul.jp-controls a.jp-mute:hover{background-position:-37px -189px;}

div.jp-interface ul.jp-controls a.jp-unmute{display:none; background-position:13px -392px;}

div.jp-interface ul.jp-controls a.jp-unmute:hover{background-position:-37px -392px;}

div.jp-interface ul.jp-controls a.jp-volume-max{display:none !important;}

div.jp-type-playlist div.jp-interface ul.jp-controls a.jp-mute,

div.jp-type-playlist div.jp-interface ul.jp-controls a.jp-unmute{right:95px;}

div.jp-video  div.jp-interface ul.jp-controls a.jp-mute,

div.jp-video  div.jp-interface ul.jp-controls a.jp-unmute{right:95px;}

div.jp-video div.jp-type-playlist div.jp-interface ul.jp-controls a.jp-mute,

div.jp-video div.jp-type-playlist div.jp-interface ul.jp-controls a.jp-unmute{right:130px;}



div.jp-interface div.jp-current-time{

	position:absolute; z-index:1;

	top:37px; left:0;

	width:50px; height:25px;

	

	text-align:right;

	font-size:10px;

	color:#f8f39c;

	line-height:25px;

	

	overflow:hidden;

	}

div.jp-type-playlist div.jp-interface div.jp-current-time{

	top:21px; left:95px;

	height:17px;

	

	text-align:left;

	color:#f8f39c;

	line-height:17px;

	}

div.jp-interface div.jp-duration{

	position:absolute; z-index:1;

	top:37px; right:0;

	width:50px; height:25px;

	

	text-align:left;

	font-size:10px;

	color:#f8f39c;

	line-height:25px;

	

	overflow:hidden;

	}

div.jp-type-playlist div.jp-interface div.jp-duration{

	top:21px; right:140px;

	height:17px;

	

	text-align:right;

	color:#f8f39c;

	line-height:17px;

	}

div.jp-video div.jp-type-playlist div.jp-interface div.jp-duration{right:175px;}

div.jp-interface ul.jp-toggles a.jp-repeat,

div.jp-interface ul.jp-toggles a.jp-repeat-off{display:none !important;}

div.jp-interface ul.jp-toggles a.jp-shuffle,

div.jp-interface ul.jp-toggles a.jp-shuffle-off{

	position:absolute;

	top:1px; right:1px;

	height:34px; width:34px;

	

	border-left:1px solid #e55c2b;

	background-position:10px -339px;

	}

div.jp-interface ul.jp-toggles a.jp-shuffle:hover,

div.jp-interface ul.jp-toggles a.jp-shuffle-off:hover{background-position:-38px -339px;}

div.jp-interface ul.jp-toggles a.jp-shuffle-off{background-color:#08b351;}



div.jp-video div.jp-type-playlist div.jp-interface ul.jp-toggles a.jp-shuffle,

div.jp-video div.jp-type-playlist div.jp-interface ul.jp-toggles a.jp-shuffle-off{right:36px;}



div.jp-interface ul.jp-toggles a.jp-full-screen,

div.jp-interface ul.jp-toggles a.jp-restore-screen{

	position:absolute;

	top:1px; right:1px;

	height:35px; width:34px;

	

	border-left:1px solid #e55c2b;

	background-position:12px -238px;

	}

div.jp-interface ul.jp-toggles a.jp-full-screen:hover{background-position:-38px -238px;}

div.jp-interface ul.jp-toggles a.jp-restore-screen{background-position:12px -289px;}

div.jp-interface ul.jp-toggles a.jp-restore-screen:hover{background-position:-38px -289px;}



/* FULLSCREN POSITIONING */

div.jp-video-full{position:static !important;position:relative}

div.jp-video-full div div{z-index:1000}

div.jp-video-full div.jp-jplayer{top:0;left:0;position:fixed !important;background:#000;position:relative;overflow:hidden}

div.jp-video-full div.jp-gui{position:fixed !important;position:static;bottom:0;left:0;width:100%;height:auto;z-index:1001}

div.jp-video-full div.jp-interface{position:absolute !important;position:relative;bottom:0;left:0;right:0;width:100%}

div.jp-video-full div.jp-interface div.jp-duration,

div.jp-video-full div.jp-interface div.jp-current-time{z-index:1001;}



/* VOLUME BAR */

div.jp-volume-bar{

	position:absolute;

	top:15px; right:10px;

	height:6px; width:50px;

	

	background: #e55c2b;

	background: -moz-linear-gradient(top, #e55c2b 0%, #e55c2b 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e55c2b), color-stop(100%,#e55c2b));

	background: -webkit-linear-gradient(top, #e55c2b 0%,#e55c2b 100%);

	background: -o-linear-gradient(top, #e55c2b 0%,#e55c2b 100%);

	background: -ms-linear-gradient(top, #e55c2b 0%,#e55c2b 100%);

	background: linear-gradient(to bottom, #e55c2b 0%,#e55c2b 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55c2b', endColorstr='#e55c2b',GradientType=0 );

	

	

		

	overflow:hidden;

	cursor:pointer;	

	}

div.jp-type-playlist div.jp-volume-bar{right:45px;}

div.jp-video div.jp-type-playlist div.jp-volume-bar{right:80px;}

div.jp-video div.jp-volume-bar{right:45px;}

div.jp-volume-bar-value{

	width:0px; height:6px;

	

	background: #0c662a;

	background: -moz-linear-gradient(top, #fff000 0, #ffc11a 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fff000), color-stop(100%,#ffc11a));

	background: -webkit-linear-gradient(top, #fff000 0,#ffc11a 100%);

	background: -o-linear-gradient(top, #fff000 0,#ffc11a 100%);

	background: -ms-linear-gradient(top, #fff000 0,#ffc11a 100%);

	background: linear-gradient(to bottom, #fff000 0,#ffc11a 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#ffc11a',GradientType=0 );

	

	border:1px solid #e55c2b;

	}

/* PROGRESS BAR */

div.jp-progress{

	position:absolute; z-index:2;

	top:15px; right:105px; left:45px;

	height:6px; width:auto;

	

	background: #e55c2b;

	background: -moz-linear-gradient(top, #e55c2b 0%, #e55c2b 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e55c2b), color-stop(100%,#e55c2b));

	background: -webkit-linear-gradient(top, #e55c2b 0%,#e55c2b 100%);

	background: -o-linear-gradient(top, #e55c2b 0%,#e55c2b 100%);

	background: -ms-linear-gradient(top, #e55c2b 0%,#e55c2b 100%);

	background: linear-gradient(to bottom, #e55c2b 0%,#e55c2b 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55c2b', endColorstr='#e55c2b',GradientType=0 );

		

	overflow:hidden;

	cursor:pointer;

	}

div.jp-type-playlist div.jp-progress{right:140px; left:95px;}

div.jp-video div.jp-progress{right:140px;}

div.jp-video div.jp-type-playlist div.jp-progress{right:175px;}

div.jp-seek-bar{

	margin:0; padding:0;

	height:8px;

	}

div.jp-seek-bar.jp-seeking-bg{ background:none; }

div.jp-play-bar{

	width:0px; height:6px;	

	background: #0c662a;

	background: -moz-linear-gradient(top, #fff000 0, #ffc11a 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fff000), color-stop(100%,#ffc11a));

	background: -webkit-linear-gradient(top, #fff000 0,#ffc11a 100%);

	background: -o-linear-gradient(top, #fff000 0,#ffc11a 100%);

	background: -ms-linear-gradient(top, #fff000 0,#ffc11a 100%);

	background: linear-gradient(to bottom, #fff000 0,#ffc11a 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#ffc11a',GradientType=0 );	

	border:1px solid #e55c2b;

	}



/* TITLE */

div.jp-title{

	position:relative; z-index:0;

	margin:0; padding:0;

	height:25px; width:auto;

	text-align:center;

	background:#d85425;

	color:#FFF;

	}

div.jp-title ul,

div.jp-playlist ul{

	list-style:none;

	margin:0; padding:0;	

	}

div.jp-audio div.jp-title li,

div.jp-video div.jp-title li{

	position:absolute;

	left:60px; right:60px;

	padding:0; margin:0;

	height:25px; width:auto;

	

	text-align:center;

	line-height:25px;

	overflow:hidden;

	}



/* PLAYLIST */

div.jp-playlist li{

	padding:0; margin:0;

	}

div.jp-playlist li div{

	*zoom:1;

	padding:0; margin:0;

	border-top:1px solid #EEE;

	border-left:1px solid #e55c2b;

	border-bottom:1px solid #e55c2b;

	border-right:1px solid #e55c2b;

	

	background: #1d9556;

	/*background: -moz-linear-gradient(top, #808080 0%, #797979 50%, #717171 51%, #7b7b7b 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(50%,#797979), color-stop(51%,#717171), color-stop(100%,#7b7b7b));

	background: -webkit-linear-gradient(top, #808080 0%,#797979 50%,#717171 51%,#7b7b7b 100%);

	background: -o-linear-gradient(top, #808080 0%,#797979 50%,#717171 51%,#7b7b7b 100%);

	background: -ms-linear-gradient(top, #808080 0%,#797979 50%,#717171 51%,#7b7b7b 100%);

	background: linear-gradient(to bottom, #808080 0%,#797979 50%,#717171 51%,#7b7b7b 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#7b7b7b',GradientType=0 );*/

	

	line-height:21px;

	}

div.jp-playlist li.jp-playlist-current div{

	border-top:1px solid #EEE;

	border-left:1px solid #e55c2b;

	

	background: #f2ea5c;

	/*background: -moz-linear-gradient(top, #e6e6e6 0%, #d9d9d9 50%, #cbcbcb 51%, #dddddd 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(50%,#d9d9d9), color-stop(51%,#cbcbcb), color-stop(100%,#dddddd));

	background: -webkit-linear-gradient(top, #e6e6e6 0%,#d9d9d9 50%,#cbcbcb 51%,#dddddd 100%);

	background: -o-linear-gradient(top, #e6e6e6 0%,#d9d9d9 50%,#cbcbcb 51%,#dddddd 100%);

	background: -ms-linear-gradient(top, #e6e6e6 0%,#d9d9d9 50%,#cbcbcb 51%,#dddddd 100%);

	background: linear-gradient(to bottom, #e6e6e6 0%,#d9d9d9 50%,#cbcbcb 51%,#dddddd 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#dddddd',GradientType=0 );*/

	}

div.jp-playlist li.jp-playlist-current div span.jp-artist{

	color:#e55c2b;

}

div.jp-type-playlist div.jp-playlist a{

	display:inline-block; *display:inline; *zoom:1;

	margin:0; padding:6px 12px;

	color:#fff;

	text-decoration:none;

	}



div.jp-type-playlist div.jp-playlist a.jp-playlist-current{

	color:#e55c2b;

	font-weight:bold;

	text-shadow:0 1px 0 rgba(20,123,54,0.25);

	}

div.jp-type-playlist div.jp-playlist span.jp-artist{

	font-size:10px;

	font-weight:normal;

	color:#fff;

	}

div.jp-type-playlist div.jp-playlist .jp-playlist-item{line-height:normal!important;}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove{display:none !important;}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item:hover{color:#fff !important;}

div.jp-type-playlist div.jp-playlist span.jp-free-media{

	float:right;

	margin:0 10px;

	padding:0;

	}

div.jp-type-playlist div.jp-playlist span.jp-free-media a{

	padding:6px 4px;

	color:#9F0149;

	}

div.jp-type-playlist div.jp-playlist span.jp-free-media a{

	text-decoration:underline;

	}

	

/* FLASH FIXES */

div.jp-video div.jp-jplayer object{ position:relative; width:100% !important; height:300px !important; }

div.jp-video.jp-video-full div.jp-jplayer object{ width:100% !important; height:100% !important; }