html, body {
margin: 0;
padding: 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #444;
line-height: 180%;
background-image: url(/images/background-body.jpg);
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed !important;
}
 
* {
margin:0px;
padding:0;
border: none;
}

p { padding: 10px 0px }
h1 { font-size: 200%; text-transform: uppercase; padding-bottom: 12px }
h2 { font-size: 175%; text-transform: uppercase }
h3 { font-size: 150%; text-transform: uppercase }
h4 { font-size: 125%; text-transform: uppercase }
h5 { color: #CCC; font-size: 100%; text-transform: uppercase }
h6 { color: #444; font-size: 250%; text-transform: uppercase; padding: 24px 0px; margin-bottom: 24px; border-bottom: 12px solid #444 }

.episode_container .description h1 {
	padding-bottom: 0px
}

.episode_container .description h5 {
	padding-bottom: 12px
}
 
#content	{
	overflow: auto;
	clear:both; 
	position:relative;
	width: 720px;
	margin: 0px auto;
	padding: 20px 40px;
	background-color: #FFF;
}

ul#nav {
	font-size: 150%;
	position: absolute;
	top: 72px;
	right: 0px;
	list-style-type: none;
}

#nav li {
	padding-left: 20px;
	background: url(/images/nav-icon.jpg) 0px 4px no-repeat;
	display: inline;
	margin-right: 36px;
	height: 20px;
}

#nav li.omega { margin: 0 }

small.caption { color: #98BD2C; }

.header {
	position: relative;
	width: 100%;
	height: 100px;
	padding-bottom: 6px;
	border-bottom: 2px dotted #727272;
	margin-bottom: 12px;
}

.character_container,
.episode_container {
	width: 100%;
	overflow: auto;
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 2px dotted #727272;
}

img.character,
img.episode {
	clear: left;
	float: left;
	padding-right: 12px;
}

.logo {
	position: absolute;
	height: 100px;
	width: 100px;
	margin-bottom: 12px;	
}

.logo img {
	max-height: 100px;
	max-width: 100px;
}

.text {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 12px;
	text-align: right;
	font-size: 10px;
}

.email, .get_flash {
	display: block;
	width: 100%;
	font-size: 10px;
	color: #999;
	text-align: center;
}

.email img {
	margin: 0px auto 10px;
}

.copy {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 2px dotted #727272;
}

.partners, .possible-by  {
	float: left;
	width: 360px;
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
}

.partners a, .possible-by a {
	margin: 0px 5px;
}

.watch_episode {
	text-align: left;
	margin: 24px 0px 6px 0px;
	width: 100%;
}

.watch_episode a:link,
.watch_episode a:active,
.watch_episode a:visited {
	background: #98BD2C;
	padding: 6px 12px;
	color: #FFF;
}

.watch_episode a:hover { color: #444 }

h1, h2, h3, h4, a:link, a:active, a:visited { color: #98BD2C; text-decoration: none }
a:hover { color: #727272; text-decoration: none }