/* CSS Document */

body {
  background-color: #2c0b10;
  color: #ffffff;
  font-size: 1em;
  font-family: Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#wrapper {
	background: url(../images/bg.jpg) top repeat-y;
	width: 1000px;
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

/* global links */

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

a:visited {
	color: #ff5400;
	text-decoration: underline;
}

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

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

/* /global links */

/* main */

#main-intro-bg {
  background: url(../images/main-header_05.jpg) top no-repeat;
  width: 270px;
  height: 103px;
}

#main-intro-bg p {
  font-size: 12px;
  font-family: Georgia, serif;
  line-height: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#main-flash-bg {
  background: url(../images/main-header_07.jpg) top no-repeat;
  width: 310px;
  height: 257px;
}

/* /main */

/* tour */

#tour-intro-bg {
  background: url(../images/tour-header_05.jpg) top no-repeat;
  width: 260px;
  height: 103px;
}

#tour-intro-bg p {
  font-size: 12px;
  font-family: Georgia, serif;
  line-height: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#tour-flash-bg {
  background: url(../images/tour-header_08.jpg) top no-repeat;
  width: 330px;
  height: 257px;
}

/* /tour */

/* join */

#join-bg {
  background: url(../images/join-header_05.jpg) top no-repeat;
  width: 340px;
  height: 255px;
}

#join-bg p {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* /tour */


/* episode */

.episode-bg {
  background: url(../images/episode_02.jpg) top repeat;
}

.episode-bg p {
  font-size: 12px;
}

.episode-trailer-bg {
  background: url(../images/episode_03.jpg) top repeat;
  width: 300px;
  height: 110px;
}

.episode-trailer-bg p {
  font-size: 12px;
  padding: 40px 0 0 100px;
  margin: 0;
}

/* highlight */

.highlight img {
	border: 10px solid #ff5400;
}

.highlight:hover img {
	border: 10px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of highlight */

/* /episode */

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