@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color: #494635;
	background: url(../img/bg.gif);
}

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

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

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

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

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* main */

	/* header */
	
	#intro {
		background: url(../img/main-header-intro_02.jpg) top no-repeat;
		width: 220px;
		height: 270px;
	}
	
	#intro p {
		font-size: 81.3%;
		text-align: center;
		padding: 0 5px 0 5px;
		margin: 0;
	}
	
	#flash {
		background: url(../img/main-header-intro_03.jpg) top no-repeat;
		width: 245px;
		height: 270px;
	}
	
	/* /header */
	
	/* episode */
	
	.episode {
		width: 1000px;
		margin: 10px 0 0 0;
	}
	
	.episode-title {
		background: url(../img/episode_01.jpg) top no-repeat;
		width: 1000px;
		height: 54px;
	}
	
	.episode-content {
		background: url(../img/episode_02.jpg) top no-repeat;
		width: 1000px;
		height: 310px;
	}
	
	.title {
		font-size: 150%;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	.info {
		background: url(../img/info.jpg) top no-repeat;
		width: 212px;
		height: 30px;
		margin: 10px 0 0 0;
	}
	
	.year {
		font-size: 56.3%;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		color: #fff;
	}

	.date {
		font-size: 56.3%;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		color: #fff;
	}
	
	.desc {
		font-size: 75%;
		padding: 0 0 0 10px;
		margin: 0;
	}
	
	.rating {
		margin: 15px 0 0 0;
	}
	
	.highlight img {
		border: 1px solid #e2dfce;
	}
	
	.highlight:hover img {
		border: 1px solid #FFFFFF;
	}
	
	.highlight:hover {
		color: #FFFFFF; /* Dumb definition for MSIE */
	}
	
	/* /episode */
	
	.link {
		font-size: 230%;
		text-align: center;
		margin: 30px 0 30px 0;
	}

	#footer-links {
	margin: 30px  0 0 0;
	padding: 0 0 30px 0;
	}

	#footer-links p {
		font-size: 12px;
		font-family: Tahoma, Geneva, sans-serif;
		margin: 15px 25px 0 25px;
		text-align: center;
	}

/* /main */

/* join */

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

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

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

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

.video-desc {
  font: normal 75% Tahoma, sans-serif;
  color: #8a5e43;
  padding: 5px 0 0 0;
  margin: 0;
  text-align: left;
}

.gold {
	color: #494635;
}

/* /join */
