/*
 * 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.3 (jPlayer 2.2.0)
 * Date: 19th November 2012
 */

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: #FFFFFF;
}

div.jp-video-toondrive {
    width: 457px;
}

.jp-player-filmscreen-wrap{
    background-image: url("/images/rvideo/player-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 281px;
    position: relative;
}

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;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
  z-index:1000;
}

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-gui {
  position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
  position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}

div.jp-interface {
    background-color: #ffffff;
    height: 20px;
    margin-top: -4px;
    padding-top: 8px;
    width:100%;
}

div.jp-video-full div.jp-interface {
    padding-top: 15px;
    padding-bottom: 12px;
}

div.jp-interface .buttons-wrap{
    background-color: #FFFFFF;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    width:457px;
}

div.jp-video div.jp-interface {

}

/* @group CONTROLS */

div.jp-interface ul.jp-controls {
  list-style-type:none;
  margin:0;
  padding: 0;
  overflow:hidden;
}


div.jp-video div.jp-type-single ul.jp-controls {
    margin-left: 25px;
    width: 68px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}
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;
  overflow:hidden;
  text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
  width:24px;
  height:20px;
}

a.jp-play,
a.jp-pause,
a.jp-stop {
  background: url("/images/rvideo/buttons.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
  background-position: 0 -20px ;
}
a.jp-pause {
  background-position: -24px 0;
  display: none;
}
a.jp-pause:hover {
  background-position: -24px -20px ;
}

a.jp-stop, a.jp-previous, a.jp-next {
  width:24px;
  height:20px;
}

a.jp-stop {
  background-position: -48px 0;
  margin-left:4px;
}
a.jp-stop:hover {
  background-position: -48px -20px;
}

a.jp-previous {
/*  background: url("/images/jplayer/jplayer.blue.monday.jpg") 0 -112px no-repeat;*/
}
a.jp-previous:hover {
/*  background: url("/images/jplayer/jplayer.blue.monday.jpg") -29px -112px no-repeat;*/
}

a.jp-next {
/*  background: url("/images/jplayer/jplayer.blue.monday.jpg") 0 -141px no-repeat;*/
}
a.jp-next:hover {
/*  background: url("/images/jplayer/jplayer.blue.monday.jpg") -29px -141px no-repeat;*/
}

/* @end */

/* @group progress bar */

div.jp-progress {
  overflow:hidden;
}

div.jp-video div.jp-progress {
    background: url("/images/rvideo/timebar.jpg") repeat-x scroll 0 1px rgba(0, 0, 0, 0);
    float: left;
    width: 170px;
}
div.jp-seek-bar {
    cursor: pointer;
    line-height: 0;
}

div.jp-play-bar {
  display: inline-block;
  overflow: visible !important;
  position: relative;
}
div.jp-play-bar-pointer {
  display: block;
  background: url("/images/rvideo/time-pointer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width:6px;
  position: absolute;
  right: -3px;
}
div.jp-video div.jp-progress,
div.jp-seek-bar,
div.jp-play-bar,
div.jp-play-bar-pointer {
  height:17px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
/*  background: url("/images/jplayer/jplayer.blue.monday.seeking.gif");*/
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}

a.jp-volume-max {
    height: 21px;
    margin-left: 3px;
    margin-top: -4px;
    width: 15px;
}
a.jp-volume-max {
  background: url("/images/rvideo/sound-max.jpg") 0 0 no-repeat;
}
a.jp-volume-max:hover {

}

a.jp-mute,
a.jp-unmute {
  width:15px;
  height:21px;
  background: url("/images/rvideo/vol-big.jpg") 0 0 no-repeat;
  margin-top: -4px;
}

a.jp-mute {
  background-position: 0 -21px;
}
a.jp-unmute {
  background-position: 0 -42px;
  opacity: 0.5;
}

a.jp-mute:hover,
a.jp-unmute:hover {
  background-position: 0 0;
}

div.jp-video div.jp-volume-bar {
    background: url("/images/rvideo/vol-bar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 13px;
    margin-left: 2px;
    margin-top: 0;
    overflow: hidden;
    padding: 0 2px;
    width: 56px;
    opacity: 0.6;
}

div.jp-volume-bar-value {
  background: url("/images/rvideo/vol-bar-hatching-gray.png") 0 0 repeat-x;
  background-color: transparent;
  width:0px;
  height:9px;
  margin-top: 2px;
}

/* @end */

/* @group current time and duration */

div.jp-current-time,
div.jp-duration {
    font-size: 0.5em;
    font-style: normal;
    width: 34px;
}
div.jp-current-time {
  float: left;
  display:inline;
}
div.jp-duration {
    display: inline;
    float: left;
    margin-left: 3px;
    margin-right: 4px;
}

div.jp-video div.jp-current-time {

}
div.jp-video div.jp-duration {

}

/* @end */

div.jp-video-play {
  width:100%;
  overflow:hidden; /* Important for nested negative margins to work in modern browsers */
  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-toondrive div.jp-video-play {
    height: 281px;
    margin-top: -281px;
}
div.jp-video-full div.jp-video-play {
  height:100%;
}
a.jp-video-play-icon {
    background: url("/images/rvideo/btn-play.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 22px;
    left: 50%;
    margin-left: -14px;
    margin-top: -11px;
    position: relative;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
}
div.jp-video-play:hover a.jp-video-play-icon {
  background-position: 0 100%;
}

/*div.jp-video-preload{
    background: url("/images/gif/Beer_01.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 86px;
    left: 50%;
    margin-left: -72.5px;
    margin-top: -57px;
    overflow: hidden;
    position: relative;
    top: 50%;
    width: 145px;
}*/

div.jp-jplayer {
  width:0px;
  height:0px;
}

div.jp-jplayer {
    background-color: rgba(0, 0, 0, 0);
    left: 31px;
    margin-top: 0;
    position: relative;
    top: 29px;
}


/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

a.jp-full-screen,
a.jp-restore-screen {
    background: url("/images/rvideo/resize.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 20px;
    line-height: 100%;
    margin-left: 5px;
    margin-top: -4px;
    text-indent: -9999px;
    width: 22px;
}

a.jp-full-screen:hover,
a.jp-restore-screen:hover {
  background-position: 0 100%;
}

a.jp-full-screen:hover {
/*  background: url("/images/jplayer/jplayer.blue.monday.jpg") -30px -310px no-repeat;*/
}

a.jp-restore-screen {

}

a.jp-restore-screen:hover {
  background-position: 0 -20px;
}


/* @end */

/* @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;
}

/* @end */
