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

body, html {
	margin: 0px; margin-top: 5px;
	background-color: black;
	font-size: 12px;
	line-height: 18px;
	font-family: arial, tahoma, verdana, sans-serif;
}
/* replace all mainhead/mainheadblack references with this */
h2 {
	margin: 0px;
	letter-spacing: -1px;
	font-family: 'Trebuchet MS', arial;
	font-size: 18px;
	color: #00CC99;
}
/* replace all subhead2/subhead references with this */
h3 {
	margin-bottom: 0px;
	font-family: 'Trebuchet MS', arial;
	font-size: 13px;
	color: #CCCCCC;
}
h3.newsheader {
	background-color:#003333;
	padding: 2px 4px;
}
/* replace all text1/text2 references with this */
p {
	margin: 0px; padding: 0px;
	padding-bottom: 4px; padding-top: 4px;
	color: #009999;
	font-size: 12px;
}
.yellowalert {
	font: 11px;
	color: #ffff99;
}
/* format for all unordered list */
li {
	list-style-type: square;
	font: 11px;
	letter-spacing: -0.15px;
	color: #009999;
	padding: 0px;
	margin-top: 6px;
}
/* format for all images */
img {
	border: 0px;
}
.leftphoto { 
	margin-left: 5px; margin-right: 15px; 
	margin-bottom: 10px; margin-top: 10px; 
	border: 5px solid #fff;
}
.rightphoto { 
	margin-left: 15px; margin-right: 5px;
	margin-bottom: 10px; margin-top: 10px;
	border: 5px solid #fff;
}
/* styles for links */
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #00CC99;
	text-decoration: underline;
}
.eptable a {	
	color: #000;
	text-decoration: none;
}
.eptable a:hover {
	color: #006666;
	text-decoration: underline;
}
/* Main Site Components */
.container {
	width: 720px;
	border: 1px #003333 solid;
	padding: 1px;
	margin: 0px auto;
}
.banner {
	background-color: black;
	width: 100%;
	padding: 0px;
}
.left_col, .right_col {
	padding: 0px 7px;
	line-height: 15px;
}
.left_col {
	margin-right: 3px; margin-left: 2px;
	width: 246px; height: 400px;
	background-color: #003333;
	text-align: center;
	vertical-align: top;
	float: left;
}
.right_col {
	margin-left: 1px;
	width: 425px; height: auto;
	vertical-align: top;
	border-left: 1px solid #003333;
	padding-left: 10px;
	float: left;
}
.footer {
	background-color: #000;
	text-align: center;
	margin: 0px; padding: 0px;
	padding: 5px; margin-top: 8px; margin-bottom: 8px;
}
.navbar {
	border-top: 2px solid black;
	margin: 0px; padding: 0px;
}
.navbar ul {
	float: left;
	background-color: #00cc99;
	width: 100%;
	margin: 0px; padding: 0px;
	list-style-type: none;
	margin-bottom: 3px;
}
.navbar a {
	float: left;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	letter-spacing: -1px;
	background-color: #00cc99;
	padding: 7px 14px;
	border-right: 1px solid black;
	margin: 0px;
}
.navbar a:hover { 
	color: #CCCCCC;
	background-color: #003333; 
}
.navbar li { 
	display: inline;
}
.divider {
	border-color: black;
	height: 3px;
}
.line {
	border-top: 1px dotted #006666;
	margin-top:0px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.line2 {
	height: 5px;
	border-top:1px dotted #00cc99;
}

.plotsummary { 
	font:11px;	 
	color: #ffffcc;
	background-color: #003333;
	padding: 5px 10px; 
	margin: 10px;
}
.plotsummary .style3 { 
	color: #fff;
	font-weight: bold;
}
/* Format for all stuff relative to the Episodes Directory */
.eptable {
	width: 450px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font: 11px;	
	border: 3px solid #00CC99;
}
.eptable th {
	font-weight: bold;
	color: black;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px 3px 3px 6px;
	border: 2px solid #00CC99;
	background-color: #00CC99;
}
.eptable td {
	border: 1px solid #00CC99;
	background-color: #00CC99;
	padding: 3px 3px 3px 6px;
	color: black;
}
.eptable tr.odd td {
	background-color: #99FFCC;
	color: black;
}
.episodequotebox {
    border: 1px dotted #CCCCCC;
	background-color: black;
	margin: 20px;
	line-height: 25px;
}
.episodequotebox p {
	margin: 0px; padding:0px;
	color: #CCCCCC;
	padding: 10px;
}
.episodequotebox h3 {
	margin: 0px; padding: 0px;
	background-color: #CCCCCC;
	color: black;
	padding: 3px 5px 3px 0px;
	font-size: 11px;
	font-style: italic;	text-align: right;
}
.episodetext1 {
	color: #009999;
	line-height: 18px;
	text-align: justify;
}
.episodetext3 {
	color: #CCCCCC;
	line-height: 18px;
	text-align: justify;
}
