/*
 * 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: Luke McDonald (lukemcdonald.com)
 * Skin Design: Orman Clark (premiumpixels.com)
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */
div.jp-interface {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 100;
  background: #e5e5e5;
  background: linear-gradient(center bottom, #e5e5e5 0%, #f5f5f5 100%);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .font--meta div.jp-interface {
    font-family: "FF Meta W03", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.jp-interface {
  height: 30px; }

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

.jp-controls li {
  display: inline; }

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

.jp-current-time,
.jp-duration {
  font-size: 0.72222em;
  line-height: 1.38462em;
  position: absolute;
  bottom: -24px; }

.jp-current-time {
  left: 0; }

.jp-duration {
  right: 0; }

a.jp-play,
a.jp-pause {
  width: 33px;
  height: 30px;
  z-index: 1;
  outline: none;
  top: 0;
  left: 0;
  border-right: 1px solid #cecece; }

a.jp-play {
  background: url("/sites/all/themes/hrw/img/jplayer-black-and-yellow.png") 0 0 no-repeat; }

a.jp-play:hover {
  background-position: -33px 0; }

a.jp-pause {
  background: url("/sites/all/themes/hrw/img/jplayer-black-and-yellow.png") 0 -30px no-repeat;
  display: none; }

a.jp-pause:hover {
  background-position: -33px -30px; }

.jp-progress {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  padding: 1px;
  background-color: #e5e5e5;
  margin-left: 34px;
  margin-right: 81px;
  padding: 11px 10px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #cecece; }

.jp-seek-bar {
  width: 100% !important;
  height: 7px;
  cursor: pointer;
  padding: 1px;
  background-color: #cecece; }

.jp-play-bar {
  width: 0px;
  height: 5px;
  background-color: #007dc3; }

.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background-color: #cecece;
  width: 40px;
  height: 100%;
  cursor: pointer;
  top: 11px;
  right: 10px;
  height: 7px;
  padding: 1px; }

.jp-volume-bar-value {
  width: 0px;
  height: 5px;
  background-color: #007dc3; }

a.jp-mute,
a.jp-unmute {
  width: 17px;
  height: 13px;
  z-index: 1;
  outline: none;
  top: 9px;
  right: 55px; }

a.jp-mute {
  background: url("/sites/all/themes/hrw/img/jplayer-black-and-yellow.png") -10px -68px no-repeat; }

a.jp-mute:hover {
  background-position: -43px -68px; }

a.jp-unmute {
  background: url("/sites/all/themes/hrw/img/jplayer-black-and-yellow.png") -10px -98px no-repeat; }

a.jp-unmute:hover {
  background-position: -43px -98px; }

.jp-playlist {
  display: none; }
