/* global */

html {
	height: 100%;
}

body {
	height: 100%;
}

body {
  font: normal 1em Tahoma, Helvetica, sans-serif;
  color: #494949;
}

#wrapper {
  background: url(../img/bg.gif) top repeat-y;
  width: 1000px;
  margin: 0 auto;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

/* episode */

.episode-title-bg {
  background: url(../img/episode_01.jpg) top no-repeat;
  width: 1000px;
  height: 80px;
  margin: 10px 0 0 0;
}

.episode-title {
  font-size: 30px;
  color: #000000;
  margin: 20px 0 0 10px;
}

.episode-date {
  font-size: 10px;
  color: #ffffff;
  margin: 38px 0 0 0;
}

.episode-length {
  font-size: 10px;
  color: #ffffff;
  margin: 38px 0 0 0;
}

.episode-content-bg {
  background: url(../img/episode_02.jpg) top no-repeat;
  width: 1000px;
  height: 300px;
}

.rating {
  margin: 25px auto 0 auto;
  width: 250px;
}

.rating img {
  margin: 0 0 0 10px;
}

/* /episode */

.link {
  font-size: 40px;
  text-align: center;
  margin: 40px 0 0 0;
  padding: 0 0 40px 0;
}

/* join */

#join-bg {
	background: url(../img/join-header_05.jpg) top no-repeat;
	width: 300px;
	height: 340px;
	text-align: center;
}

.video-table {
  width: 920px;
  margin: 0 auto;
}

.video {
  width: 200px;
  margin: 0 auto 40px auto;
}

.video-title-bg {
  background: url(../img/video-title-bg.jpg) top no-repeat;
  width: 200px;
  height: 20px;
}

.video-title-bg p {
  font: normal 12px Tahoma, sans-serif;
  color: #000000;
  padding: 3px 0 0 0;
  text-align: center;
}

.video-desc {
  font: normal 12px Tahoma, sans-serif;
  color: #ef3d61;
  padding: 5px 0 0 0;
  text-align: left;
}

.gray {
	color: #555555;
}

/* /join */

/* global links */

a:link {
	color: #ef3d61;
	text-decoration: underline;
}

a:visited {
	color: #e53def;
	text-decoration: none;
}

a:hover {
	color: #919191;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* /global links */
