/*
 * 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: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */

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

	/* 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:sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-audio {
	width:100%;
	margin-bottom: 0.875em;
}
div.jp-video {
	width:100%;
	margin-bottom: 2em;
}


#main-content.fullwidth div.jp-audio {
	margin-left: 2.5%;
    margin-right: 2.5%;
    width: auto;
}


div.jp-video-270p {
	width:auto;
	margin-left:2.5%;
	margin-right:2.5%;
}
div.jp-video-360p {
	width:auto;
}
div.jp-interface {
	position: relative;
	
	/* width:418px; */
	width:auto;
	/*border:1px solid #009be3;*/
}


div.jp-interface.jp-video-270p {
        margin-left: 0;
    margin-right: 0;
}






div.jp-audio div.jp-type-single div.jp-interface {
	height:2.6em;
	border-bottom:none;
	border:1px solid #dfdfdf;
	-moz-border-radius:0.45em;
	-webkit-border-radius:0.45em;
	border-radius:0.45em;
	background-color:#fff;
	background:rgba(255,255,255,0.7);
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:6em;
	border:1px solid #dfdfdf;
	-webkit-border-top-left-radius: 0.45em;
	-webkit-border-top-right-radius: 0.45em;
	-moz-border-radius-topleft: 0.45em;
	-moz-border-radius-topright: 0.45em;
	border-top-left-radius: 0.45em;
	border-top-right-radius: 0.45em;
	background-color:#fff;
	background:rgba(255,255,255,0.7);
	background-color:#dfdfdf;
	background:rgba(223,223,223,0.3);
}
div.jp-video div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	/*text-indent:-9999px;*/
}
a.jp-play,
a.jp-pause {
	/*width:8%;*/
	/*height:40px;*/
	width:2em;
	height:2em;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:0.2em;
	left:5%;
	text-indent:0;
	font-size:1.2em;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:0.75em;
	left:47px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	top:15px;
	text-indent:0;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left:0;
	font-size: 1.2em;
    text-indent: -9999em;
    top: 1.5em;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left:220px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left:275px;
}
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.blue.monday.jpg") 0 0 no-repeat;*/
	text-decoration:none;
	text-indent:0;
}
a.jp-play {
	background: url('play.png') center center no-repeat;
	text-decoration:none;
	text-indent:-9999em;
}
a.jp-play:hover {
	/*background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;*/
}
a.jp-pause {
	/*background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;*/
	display: none;
	text-decoration:none;
	background: url('pause.png') center center no-repeat;
	text-indent:-9999em;
}

a.jp-pause:hover {
	/*background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;*/
}
div.jp-audio div.jp-type-single a.jp-stop {
	top:0.1em;
	left:15%;
	text-decoration:none;
	text-indent:0;
	font-size:1.2em;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:0.75em;
	left:121px;
	background: url('stop.png') center center no-repeat;
	width:2em;
	height:2em;
	z-index:1;
	text-indent:-9999em;
}
div.jp-video a.jp-stop {
	top:1.5em;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
	left:47px;
	text-decoration:none;
	font-size: 1.2em;
	background: url("stop.png") no-repeat scroll center center transparent;
    height: 2em;
    text-indent: -9999em;
    width: 2em;
    z-index: 1;
	
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
	left:325px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left:378px;
}
a.jp-stop {
	/*background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;*
	/*width:28px;*/
	width:5%;
	height:28px;
	z-index:1;
}
a.jp-stop:hover {
	/*background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;*/
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:10px;
	top:0.75em;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:272px;
}
a.jp-previous {
	background: url("previous.png") center center no-repeat;
	width:2em;
	height:2em;
	z-index:1;
	text-indent:-9999em;
}
/*a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}*/
div.jp-audio div.jp-type-playlist a.jp-next {
	left:84px;
	top:0.75em;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:340px;
}
a.jp-next {
	background: url("next.png") center center no-repeat;
	width:2em;
	height:2em;
	z-index:1;
	text-indent:-9999em;
}
/*a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}*/
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:1em;
	/*left:130px;
	width:122px;*/
	left:25%;
	width:45%;
	height:5px;
}
div.jp-audio div.jp-type-playlist div.jp-progress,
#secondary-content div.jp-audio div.jp-type-playlist div.jp-progress {
	top:4em;
	left:2.5%;
	/*width:122px;*/
	width:95%;
	height:5px;
}
div.jp-video div.jp-progress {
	/*top:0px;
	left:0px;
	width:100%;*/
	height:5px;
	left: 0;
    top: 0;
    width: 100%;
}
div.jp-seek-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}

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

a.jp-mute {
	/*width:5%;*/
	text-decoration:none;
	background: url('volume.png') center center no-repeat;
	text-indent:-9999em;
}

a.jp-unmute {
	/*width:5%;*/
	text-decoration:none;
	background: url('mute.png') center center no-repeat;
	text-indent:-9999em;
}


div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	/*left:274px;*/
	left:75%;
	top:0.8em;
	text-indent:0;
	font-size:0.75em;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:0.75em;
	left:158px;
	width:2em;
	height:2em;
	z-index:1;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	font-size: 1.2em;
    text-indent: -9999em;
    top: 1.5em;
	width:2em;
	height:2em;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left: 94px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left:363px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left:384px;
}
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.blue.monday.jpg") 0 -186px no-repeat;*/
}
a.jp-mute:hover {
	/*background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;*/
}
a.jp-unmute {
	/*background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;*/
	display: none;
}
a.jp-unmute:hover {
	/*background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;*/
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	/*width:46px;*/
	width:10%;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:1em;
	/*left:302px;*/
	left:85%;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:37px;
	left:324px;
}
div.jp-video div.jp-volume-bar {
	top:1em;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left: 85%;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left:471px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size:.64em;
}
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 {
	top:2em;
	/*left:130px;
	width:122px;*/
	left:25%;
	width:45%;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:7em;
	left:2.5%;
	/*width:122px;*/
	width:95%;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	/*top:10px;
	left:0px;
	width:98%;
	padding:0 1%;*/
	left: 0;
    top: 1em;
    width: 100%;
}
div.jp-playlist {
	/* width:418px; */
	width:auto;
	
	border:1px solid #dfdfdf;
	border-top:none;
	-webkit-border-bottom-right-radius: 0.45em;
	-webkit-border-bottom-left-radius: 0.45em;
	-moz-border-radius-bottomright: 0.45em;
	-moz-border-radius-bottomleft: 0.45em;
	border-bottom-right-radius: 0.45em;
	border-bottom-left-radius: 0.45em;
	background-color:#fff;
	background:rgba(255,255,255,0.7);
}
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:1em;
}


div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 5%;
	font-weight:normal;
}
div.jp-type-playlist div.jp-playlist li {
	padding:0.675em;
	border-bottom: 1px solid #DFDFDF;
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	/*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:8px;*/
}
div.jp-type-playlist div.jp-playlist a {
	color: #666;
	text-decoration: none;
	font-size:0.875em;
}
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 div.jp-free-media {
	display:inline;
	margin-left:20px;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media a {
	text-decoration:underline;
}
div.jp-video div.jp-video-play {
	background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center;
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video div.jp-video-play:hover {
	background: transparent url("jplayer.blue.monday.video.play.hover.png") no-repeat center;
}
div.jp-video-270p div.jp-video-play {
	/*top:-270px;
	width:480px;
	height:270px;*/
	display:none;
}
div.jp-video-360p div.jp-video-play {
	top:-360px;
	width:640px;
	height:360px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	border:none;
	border-bottom:none;
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:100% !important;
	height:100% !important;
}

div.jp-video-270p video {
	height:auto !important;
}

div.jp-video-360p div.jp-jplayer {
	width:640px;
	height:360px;
}
div.jp-jplayer {
	background-color: #fff;
}

img#jp_poster_0,
img#jp_poster_1,
img#jp_poster_2,
img#jp_poster_3,
img#jp_poster_4,
img#jp_poster_5,
img#jp_poster_6,
img#jp_poster_7,
img#jp_poster_8,
img#jp_poster_9,
img#jp_poster_10,
img#jp_poster_11,
img#jp_poster_12,
img#jp_poster_13,
img#jp_poster_14,
img#jp_poster_15,
img#jp_poster_16,
img#jp_poster_17,
img#jp_poster_18,
img#jp_poster_19,
img#jp_poster_20, 
img#jp_poster_21,
img#jp_poster_22 {
	height:auto !important;
}

/************************************************************************************
Media queries
*************************************************************************************/






/* 520 and above */
@media only screen and (min-width: 480px) {
/*div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 4em;
}*/
/*div.jp-audio div.jp-type-playlist div.jp-progress {
    left: 201px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time, div.jp-audio div.jp-type-playlist div.jp-duration {
    left:201px;
}*/
/*div.jp-audio div.jp-type-playlist div.jp-progress {
    height: 5px;
    left: 205px;
    top: 1.4em;
    width: 35%;
}*/
/*div.jp-audio div.jp-type-playlist div.jp-current-time, div.jp-audio div.jp-type-playlist div.jp-duration {
    left: 205px;
    top: 2.85em;
    width: 35%;
}*/

}/*/mediaquery*/


/* 520 and above */
@media only screen and (min-width: 580px) {
div.jp-video {
	width:45%;
	float:left;
	display:inline;
}

}/*/mediaquery*/




@media only screen and (min-width: 880px) {

div.jp-video {
	width:28.33%;
}

/*div.jp-video:nth-child(even) {
	margin-left:0;
	margin-right:5%;
}

div.jp-video:nth-child(3n) {
	margin-right:0;
	background:green;
}*/

}/*/mediaquery*/


