﻿/*
/*  video.css
*/

#videos-title h4 {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#videos-title h2 {
  font-size: 18px;
  margin: 0;
}

#videos {
  list-style: none;
  margin: 20px 0 21px;
  padding: 0;
}

#videos .video {
  list-style: none;
  margin: 0 0 -1px;
  padding: 20px 20px 0;
  border: solid #ccc;
  border-width: 1px 0;
  background: url("images/video.png") repeat-x 0 100%;
}

#videos h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

#videos h3 {
  font-size: 14px;
  color: #7f7f7f;
  margin: 0;
}

#videos p {
  margin: 0 0 20px;
}

#videos .play {
  position: relative;
  display: block;
  float: right;
  width: 80px; height: 40px;
  margin: -10px -10px 0 0;
  padding: 10px 10px 10px 50px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url("images/play.png");
}

#videos .play span {
  position: absolute;
  top: 30px;
  margin-top: -0.5em;
  text-shadow: 0 1px 2px #000;
}

#videos .play:hover {
  background-position: 0 -60px;
}

#videos .play:hover span {
  text-shadow: 0 0 4px #1b90f6;
}

#videos .play:active {
  background-position: 0 -120px;
}

#videos .overlay {
  display: none;
	width: 512px; height: 384px;
	padding: 30px;
	background-image: url("images/overlay.png");
}

#videos .overlay .close {
	width: 36px; height: 36px;
	position: absolute;
	top: 0;	right: 0;
	cursor: pointer;
	background: url("images/overlay-close.png");
}

#videos .overlay div {
  width: 100%; height: 100%;
}

#tint {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: url("images/tint.png");
  z-index: 1000;
  display: none;
}
