@import url("./whitespace-reset.css");

body {
  font: normal 12px Arial, Helvetica, sans-serif;
  background: #666666; }

section {
  width: 530px;
  padding: 20px 30px;
  margin: 0 auto;
  background: #ffffff; }
article { margin: 0 0 20px 0; }

.video_skinner {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 5px solid #61625d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #000000;
  background-image: -moz-linear-gradient(top, #313131, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #313131), color-stop(1, #000000));
  box-shadow: inset 0 15px 35px #535353; }

.video_skinner .video_controls {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  padding: 5px 0 0 0; }

.video_skinner a.play,
.video_skinner a.pause {
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  text-indent: -8685px;
  overflow: hidden;
  background: transparent url("../images/icon_play.png") 0 0 no-repeat;
  opacity: 0.7;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.video_skinner a.pause { background-image: url("../images/icon_pause.png"); }
.video_skinner video { float: left; }
.video_skinner a.play:hover,
.video_skinner a.pause:hover { opacity: 1; }

.video_skinner .timeline {
  float: left;
  position: relative;
  width: 360px;
  height: 10px;
  margin-top: 5px;
  border: 1px solid #494949;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #535353;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #535353), color-stop(1, #333333));
  box-shadow: inset 0 -3px 3px #333333; }

.video_skinner .timeline .ui-slider-handle {
  top: -4px;
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e6e6e6), color-stop(1, #d5d5d5));
  box-shadow: inset 0 -3px 3px #d5d5d5; }

.video_skinner .timeline .ui-slider-handle.ui-state-hover { background: #ffffff; }

.video_skinner .timeline .ui-slider-range {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #4cbae8;
  background-image: -moz-linear-gradient(top, #4cbae8, #39a2ce);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #4cbae8), color-stop(1, #39a2ce));
  box-shadow: inset 0 -3px 3px #39a2ce; }

.video_skinner .time_elapsed {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  color: #999999;
  font-weight: bold; }

.video_skinner .volume_controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 30px;
  padding: 0 10px;
  overflow: hidden;
  color: #ffffff;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.1s ease-in-out; }

.video_skinner .volume_controls:hover {
  height: 135px;
  padding-top: 5px; }

.video_skinner .volume_controls:hover .volume_slider {
  position: relative;
  visibility: visible;
  opacity: 1; }

.video_skinner .volume_slider {
  position: relative;
  visiblity: hidden;
  left: 4px;
  width: 7px;
  height: 100px;
  opacity: 0;
  border: 1px solid #444444;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #535353;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #535353), color-stop(1, #333333));
  box-shadow: inset 0 3px 3px #333333;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.video_skinner .volume_slider .ui-slider-handle {
  left: -4px;
  width: 12px;
  height: 12px;
  margin: 0 0 -0.6em 0;
  border: 1px solid #333333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e6e6e6), color-stop(1, #d5d5d5));
  box-shadow: inset 0 3px 3px #d5d5d5; }

.video_skinner .volume_slider .ui-slider-handle.ui-state-hover { background: #ffffff; }

.video_skinner .volume_slider .ui-slider-range {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e6e6e6), color-stop(1, #d5d5d5));
  box-shadow: inset 0 3px 3px #d5d5d5; }

.video_skinner a.volume,
.video_skinner a.mute {
  display: block;
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url("../images/icon_volume-full.png") no-repeat;
  text-indent: -8685px;
  overflow: hidden;
  opacity: 0.8; }
.video_skinner a.volume:hover,
.video_skinner a.mute:hover { opacity: 1; }
.video_skinner a.mute { background: url("../images/icon_volume-mute.png") no-repeat; }

.ui-slider-handle {
  display: block;
  position: absolute;
  z-index: 2;
  margin-left: -0.6em;
  cursor: default;
  outline: none; }

.ui-slider-range {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none; }