/* HTML Defaults */

body {
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../images/body_bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #008fa9;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 200%;
	line-height: 1.15em;
	font-weight: normal;
	color: #008fa9;
	margin-top: 0;
}
h2 {
	font-size: 150%;
	line-height: 1.15em;
	font-weight: bold;
	color: #008fa9;
}
img {
	border: none;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	padding: 0;
	border: none;
}
table {
	background: #fff;
	width: 95%;
	border: none;
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px 10px;
}
caption {
	font-size: 117%;
	font-weight: bold;
	color: #fff;
	background: #008fa9;
}
th, td {
	font-size: 100%;
	border-bottom: solid 1px #ccc;
}
th {
	font-weight: bold;
}
td.divider {
	font-size: 1%;
	width: 1px;
	background: #ccc;
	padding: 0;
	overflow: hidden;
}
iframe {
	border: 0;
}

/* Main Container */

#container {
	width: 950px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: #fff url(../images/header_bg.jpg) no-repeat right top;
	height: 118px;
	width: 950px;
	float: left;
	border-bottom: solid 1px #ccc;
}
#logo, #logo a {
	height: 118px;
	width: 340px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#nav, #nav ul {
	width: 565px;
	float: left;
}
#nav {
	padding: 82px 0 0 45px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	font-size: 117%;
	line-height: 1.2em;
	font-weight: bold;
	float: left;
	list-style: none;
}
#nav li a {
	color: #000;
	display: block;
	background: url(../images/nav_arrow.png) no-repeat left center;
	padding: 0 20px 0 15px;
}
#nav li a:hover {
	text-decoration: none;
	color: #006173;
}
#home a#navhome, #episodes a#navepisodes, #resources a#navresources, #contact a#navcontact {
	color: #006173;
}

/* Footer */

#footer {
	font-size: 75%;
	line-height: 1.2em;
	color: #999;
	text-align: right;
	width: 950px;
	float: left;
	clear: both;
	padding: 10px 0;
	border-top: solid 1px #ccc;
}
#footer p {
	margin: 0;
}

/* Content */

#content {
	background: #fff url(../images/content_bg.jpg) no-repeat left top;
	min-height: 425px;
	width: 900px;
	float: left;
	clear: both;
	padding: 20px 25px;
}
#bodytext {
	width: 900px;
	float: left;
	padding-bottom: 25px;
}
#stories {
	background: #fff url(../images/stories_bg.png) repeat-x left top;
	min-height: 55px;
	width: 870px;
	float: left;
	clear: both;
	padding: 10px 15px;
}
#stories h2, #stories p {
	float: left;
	margin: 0;
}
#stories h2 {
	font-size: 100%;
	background: url(../images/stories_title.png) no-repeat left top;
	text-indent: -9999px;
	height: 42px;
	width: 218px;
	border-right: solid 1px #fff;
}
#stories p {
	line-height: 1.3em;
	width: 470px;
	float: left;
	padding: 5px 0 0 15px;
}
p#storiesbutton, p#storiesbutton a {
	height: 28px;
	width: 147px;
	float: right;
}
p#storiesbutton {
	font-size: 117%;
	line-height: 28px;
	text-align: center;
	padding: 7px 0 0 0;
}
p#storiesbutton a {
	color: #fff;
	background-image: url(../images/stories_button.png);
	background-repeat: no-repeat;
	background-position: center top;
}
p#storiesbutton a:hover {
	text-decoration: none;
	background-position: center -28px;
}
#sponsors {
	clear: both;
	padding-top: 10px;
}
#sponsors h2 {
	font-size: 100%;
	margin-top: 0;
}

/* Front */

#home h1 {
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
#home #bodytext, #episodes #bodytext {
	width: 435px;
}
#frontvid {
	width: 440px;
	float: right;
}

