/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 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.2 (jPlayer 2.2.0)
 * Date: 22nd October 2012
 */

#movieDialog div.jp-audio,
#movieDialog div.jp-audio-stream,
#movieDialog 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 */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
	background-color:#eee;
}
#movieDialog div.jp-audio {
	width:420px;
}
#movieDialog div.jp-audio-stream {
	width:182px;
}

#movieDialog div.jp-video div.jp-type-single ul.jp-controls {
  width: 165px;
  margin-left: 120px;
}

#movieDialog div.jp-video-full {
	/* Rules for IE6 (full-screen) 
	width:480px;
	height:270px;*/
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

#movieDialog div.jp-interface {
	position: relative;
	background-color:#eee;
	width:100%;
  height:55px;
}

#movieDialog .jp-video-full div.jp-interface {
  height:70px;
}

#movieDialog div.jp-interface ul li div {
  cursor: pointer;
}

#movieDialog  div.jp-gui {
  width:100%;
}

#movieDialog div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}

#movieDialog div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

#movieDialog div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

#movieDialog a.jp-play,
#movieDialog a.jp-pause {
	width:40px;
	height:40px;
}

#movieDialog a.jp-play {
	background-image: url("jplayer.blue.monday.jpg");
  background-position:  0 0;
  background-repeat: no-repeat;
}
#movieDialog a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
#movieDialog a.jp-pause {
	background: url("jplayer.blue.monday.jpg");
  background-position:  0 -42px;
  background-repeat: no-repeat;
	
}
#movieDialog a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}

#movieDialog a.jp-stop, a.jp-prev, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
  margin-right:10px;
}

#movieDialog a.jp-stop {
	background-image: url("jplayer.blue.monday.jpg");
	margin-left:10px;
  background-position:  0 -83px;
  background-repeat: no-repeat;
}

#movieDialog a.jp-stop:hover {
	background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}

#movieDialog a.jp-prev {
	background-image: url("jplayer.blue.monday.jpg");
  background-position:  0 -112px;
  background-repeat: no-repeat;
}
#movieDialog a.jp-prev:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

#movieDialog a.jp-next {
	background-image: url("jplayer.blue.monday.jpg");
  background-position:  0 -141px;
  background-repeat: no-repeat;
}
#movieDialog a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}


#movieDialog div.jp-video a.jp-mute,
#movieDialog div.jp-video a.jp-unmute {
	left: 20px;
}

#movieDialog div.jp-video a.jp-volume-max {
	left: 94px;
}

/* @end */

/* @group progress bar */

#movieDialog div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
#movieDialog div.jp-audio div.jp-progress {
	position: absolute;
	top:32px;
	height:15px;
}
#movieDialog div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}

#movieDialog div.jp-seek-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}

/* @end */

/* @group volume controls */

#movieDialog div.jp-audio-stream div.jp-type-single a.jp-mute,
#movieDialog div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

#movieDialog div.jp-audio a.jp-volume-max,
#movieDialog div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

#movieDialog div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
#movieDialog div.jp-audio div.jp-volume-bar {
	top:37px;
	left:330px;
}
#movieDialog div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
#movieDialog div.jp-video div.jp-volume-bar {
	top:17px;
	left:41px;
}
#movieDialog div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

#movieDialog div.jp-current-time,
#movieDialog div.jp-duration {
	font-size:.64em;
	font-style:oblique;
  text-align:left;
  margin-right:0;
}
#movieDialog div.jp-current-time {
	float: left;
	display:inline;
  position:static;
}
#movieDialog div.jp-duration {
  text-align:right;
}

/* @end */

/* @group playlist */

#movieDialog div.jp-title {
	font-weight:bold;
	text-align:center;
}

/* @group NO SOLUTION error feedback */

#movieDialog .jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

#movieDialog .jp-no-solution a {
	color:#000;
}

#movieDialog .jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

.ui-dialog {
  overflow:visible !important;
  display:block !important;
  height:auto !important;
  position:fixed !important;
}

.ui-dialog .ui-dialog-content {
  overflow:hidden !important;
}

/* @end */
