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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: f9dc5d;
	font-family: Garamond, "Adobe Garamond Pro", "Garamond Premr Pro", Georgia, Times, "Times New Roman", serif;
	font-size: 100%;
	background-color: #47463C;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#nav {
}
#nav2 {
	margin: 0 auto;
	padding: 0 auto;
	width: 650px;
}
#header  {
	background-color: #2059FC;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 290px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#videoContent   {
	background-color: #FFFFFF;
	background-image: url(images/video_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 579px;
}
#video {
	position: relative;
	left: 205px;
	top: 70px;
	width: 475px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #47463C;
	border-bottom-color: #47463C;
	border-left-color: #47463C;
}
#episodesContainer {
	background-color: #000000;
	background-image: url(images/episodes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 26px 0 0 5px;
	position: relative;
	height: 145px;
}
.episodesContainer {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 26px 0 0 5px;
	position: relative;
	height: 145px;
	margin: 0 auto;
}
#episodes4 {
	background-image: url(images/episodes4.jpg);
	width: 600px;
}
#episodes5 {
	background-image: url(images/episodes_bg_5.jpg);
	width: 750px;
}
#episodes3 {
	background-image: url(images/episodes3.jpg);
	width: 450px;
}

.episode {
	width: 149px;
	float: left;
	position: relative;
	text-align: center;
}
.episode img {
	display: block;
	padding: 0 0 25px 0;
	border: none;
}
.episodeThumb {
}
#episode1 {
	margin-left: 5px;
}
#mainContent {
	color: F9DC5D;
	background-color: #000000;
	padding: 30px 150px;
	font-size: 1.3em;
	line-height: 1.4;
}
.centerText {
	text-align: center;
}
#footer  {
	padding: 0;
	background-color: #000000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 65px;
	text-align: center;
	font-size: 0.9em;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p {
	color: #F9DC5D;
}
div {
	color: #F9DC5D;
}
a:link {
	color: #FA2C26;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D3140E;
}
a:hover {
}
a:active {
}
img a:link {
	border: none;
}
img a:visited {
	border: none;
}
.episodethumb     a:hover   {
	border: 1px solid #FA2C26;
}
img a:active {
	border: none;
}
#siteby {
	text-align: left;
	margin-top: 30px;
	color: #000000;
	margin-left: 10px;
}
