/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 */

div.jp-audio,
div.jp-video {
	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	color: #eee;
	font-size: 14px; /* No parent CSS that can effect the size in these demos */
	line-height: 1.6;	
	-ms-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	position:relative;
}

.jp-title li {
	color: #666;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    text-indent: 40px;
    text-transform: uppercase;
    top: 17px;
}

div.jp-audio {
}

div.jp-video-270p {
}

div.jp-video-360p {
}

div.jp-interface {
	background: #fff;
	border: none;
	position: relative;
	width: 100%;
}

div.jp-video div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:auto;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("jplayer.pink.flag.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("jplayer.pink.flag.video.play.png") 0 -100px no-repeat;
}

div.jp-audio div.jp-type-single div.jp-interface {
	border-bottom: none;
	height: 100px;
}

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

div.jp-video div.jp-type-single div.jp-interface {
	border-bottom: none;
	height: 100px;
	margin-top: -7px;
}

div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}

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

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

div.jp-interface ul.jp-controls a {
	overflow: hidden;
	position: absolute;
	text-indent:-9999px;
}

a.jp-play,
a.jp-pause {
	height: 28px;
	width: 28px;
	z-index: 1;
}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	left: 20px;
	top: 12px;
}

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	left: 48px;
	top: 20px;
}

div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top: 13px;
}

div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left: 195px;
}

div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left: 200px;
}

div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left: 64.61538461538462%;
}

div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left: 300px;
}

a.jp-play {
	background: url(jplayer.dark.png) 0 0 no-repeat;
}

a.jp-play:hover {
	background: url(jplayer.dark.png) -29px 0 no-repeat;
}

a.jp-pause {
	background: url(jplayer.dark.png) 0 -29px no-repeat;
	display: none;
}

a.jp-pause:hover {
	background: url(jplayer.dark.png) -29px -29px no-repeat;
}

div.jp-audio div.jp-type-single a.jp-stop {
	left: 55px;
	top: 12px;
	display:none;
}

div.jp-audio div.jp-type-playlist a.jp-stop {
	left: 125px;
	top: 26px;
}

div.jp-video a.jp-stop {
	top: 13px;
}

div.jp-video-270p div.jp-type-single a.jp-stop {
	left: 245px;
}

div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left: 278px;
}

div.jp-video-360p div.jp-type-single a.jp-stop {
	left: 70.76923076923077%;
	display:none;
}

div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left: 378px;
}

a.jp-stop {
	background: url(jplayer.dark.png) 0 -83px no-repeat;
	height: 28px;
	width: 28px;
	z-index: 1;
}

a.jp-stop:hover {
	background: url(jplayer.dark.png) -29px -83px no-repeat;
}

div.jp-audio div.jp-type-playlist a.jp-previous {
	left: 20px;
	top: 26px;
}

div.jp-video div.jp-type-playlist a.jp-previous {
	top: 21px;
}

div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left: 172px;
}

div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left: 272px;
}

a.jp-previous {
	background: url(jplayer.dark.png) 0 -112px no-repeat;
	height: 28px;
	width: 28px;
}

a.jp-previous:hover {
	background: url(jplayer.dark.png) -29px -112px no-repeat;
}

div.jp-audio div.jp-type-playlist a.jp-next {
	left: 88px;
	top:26px;
}

div.jp-video div.jp-type-playlist a.jp-next {
	top: 21px;
}

div.jp-video-270p div.jp-type-playlist a.jp-next {
	left: 240px;
}

div.jp-video-360p div.jp-type-playlist a.jp-next {
	left: 340px;
}

a.jp-next {
	background: url(jplayer.dark.png) 0 -141px no-repeat;
	height: 28px;
	width: 28px;
}

a.jp-next:hover {
	background: url(jplayer.dark.png) -29px -141px no-repeat;
}

div.jp-progress {
	position: absolute;
}

div.jp-audio div.jp-type-single div.jp-progress {
	height: 5px;
	left: 88px;
	top: 23px;
	width: 54.92307692307692%;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
  background: url(jplayer.dark.png) repeat-x scroll 0 -202px transparent;
	height: 15px;
	left: 164px;
	top: 32px;
	width: 222px;	
}

div.jp-video .jp-progress {
	width: 100%;
}

div.jp-seek-bar {
	background: #aaa;
	cursor: pointer;
	height:100%;
	width:0px;
}

div.jp-video .jp-seek-bar {
  background-position: 0 -201px;
  position:relative;
	top: 0;
	height: 5px;
}

div.jp-play-bar {
	background: #F04416;
	height: 100%;
	width: 0px;
}

div.jp-video .jp-play-bar {
  height: 5px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url(jplayer.dark.pbar-ani.gif);
}

a.jp-mute,
a.jp-unmute {
	height: 15px;
	width: 18px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	left: 80%;
	top: 19px;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	left: 396px;
	top: 32px;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top: 19px;
}

div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left: 304px;
}

div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left: 357px;
}

div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left: 80%;
}

div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left: 443px;
}

a.jp-mute {
	background: url(jplayer.dark.png) 0 -186px no-repeat;
}

a.jp-mute:hover {
	background: url(jplayer.dark.png) -19px -170px no-repeat;
}

a.jp-unmute {
	background: url(jplayer.dark.png) 0 -170px no-repeat;
	display: none;
}

a.jp-unmute:hover {
	background: url(jplayer.dark.png) -19px -186px no-repeat;
}

div.jp-volume-bar {
	background: #aaa;
	cursor: pointer;
	height: 5px;
	position: absolute;
	width: 11.07692307692308%;
}

div.jp-audio div.jp-type-single div.jp-volume-bar {
	left: 84.61538461538462%;
	top: 24px;
}

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	left: 424px;
	top: 37px;
}

div.jp-video div.jp-volume-bar {
	top: 24px;
}

div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left: 332px;
}

div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left: 385px;
}

div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left: 84.61538461538462%;
}

div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left: 471px;
}

div.jp-volume-bar-value {
	background: #F04416;
	height: 5px;
	width: 0px;
}

div.jp-current-time,
div.jp-duration {
	font-size: .64em;
	position: absolute;
	color:#666;
}

div.jp-duration {
	text-align: right;
}

div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	left: 88px;
	top: 28px;
	width: 54.92307692307692%;
}

div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	left: 264px;
	top: 49px;
	width: 222px;
}

div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	left: 0px;
	padding: 0 1%;
	top: 6px;
	width: 98%;
	display:none;
}

div.jp-playlist {
	background: #222;
	width:100%;
}

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

div.jp-type-single div.jp-playlist li {
  background: #222222;
  background: -moz-linear-gradient(top, #222222, #444444);
	background: -o-linear-gradient(top, #222222, #444444);
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#444444));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#444444');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222, endColorstr=#444444)";
	padding:5px 0 5px 20px;
	font-weight:bold;
	text-shadow: 0 1px 1px #333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

div.jp-type-playlist div.jp-playlist li {
  background: #444;
  background: -moz-linear-gradient(top, #444, #333);
	background: -o-linear-gradient(top, #444, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#333333)";
	padding:5px 0 4px 20px;
	text-shadow: 0 1px 1px #333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

div.jp-type-playlist div.jp-playlist li:nth-child(even),
div.jp-type-single div.jp-playlist li:nth-child(even) {
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
}

div.jp-type-playlist div.jp-playlist li:last-child,
div.jp-type-single div.jp-playlist li:last-child {
  border-bottom: 0;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	border-bottom: none;
	padding: 5px 0 5px 10px;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  font-weight: bold;
	list-style: none;
}

div.jp-type-playlist div.jp-playlist a {
	color: #BBB;
	text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
	color: #FFF;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: #FFF;
}

div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display: inline;
	margin-left: 20px;
}

div.jp-video div.jp-video-play {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top:45%;
}

div.jp-video div.jp-video-play:hover {
}

div.jp-video-270p div.jp-video-play {
	height: 270px;
	top: -270px;
	width: 480px;
}

div.jp-video-360p div.jp-video-play {
	width: 100%;
}

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

div.jp-video div.jp-jplayer {
	z-index: 1;
}

div.jp-video-270p div.jp-jplayer {
	height: 270px;
	width: 480px;
}

div.jp-video-360p div.jp-jplayer {
	height: 360px;
	width: 650px;
}

div.jp-jplayer {
	background-color: none;
}
