@charset "UTF-8";
body {
	font-size: 100%;
	background: #003;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

.container {
	width: 810px;
	background: #E3E3E3;
	margin: 0 auto;
}

.header {
	background: #336633;
	background-image:url(masthead.jpg);
	max-height:120px;
	min-height:120px;
	border-bottom: 1px solid black;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

.sidebar1 {
	float: left;
	width: 130px;
	background: #696;
	padding-bottom: 1em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
}

.content {
    width: 640px;
	margin:0;
	padding:0;
	background-color:#E3E3E3;
	position: relative;
	float: left;
}

.sidebar2 {
	float: right;
	width: 160px;
	background: #000033;
	padding: 0.5em 0 0 0;
	z-index: 0;
}

/* Styles for left nav menu */
.content ul, .content ol { 
	padding:0;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 0.5em 0.2em 0.5em 0.8em;
	display: block;
	text-decoration: none;
	background: #C6D580;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

/* Common header items styling */

.pagetitle {
	position:absolute;
	width:805px;
	margin-top:80px;
	text-align:center;
	background-color:none;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
}
.subtitle {
	position:absolute;
	width:805px;
	margin-top:100px;
	text-align:center;
	background-color:none;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	color: white;
}
 
.disclaimer {
	color: white;
	font-size: 0.7em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.linkbox {
	width: 100%;
	overflow:hidden;
	color:black;
	background-color:#CC9;
	padding:0.25em;
	text-align:left;
	font-size:0.8em;
}

/* Link banner below header styles (linkbox) */

.linkwrap {
	width:650px;
	margin:0 auto;
	padding:0;
    position:relative;
	background-color:#C6D580;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}

#linkbox {
	margin:0;
	padding-top:0.1em;
	width:100%;
	height:90%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em; }
	
#linkbox li {
	list-style: none;
	border-right:1px solid #666;
	float:left; }
	
#linkbox li a {
	display:block;
	padding:0.25em 0.75em;
	background-color:#C6D580;
	color:#000;
	text-decoration:none; }
	
#linkbox li a:hover, #linkbox li a:active, #linkbox li a:focus { 
	background:#ADB96E;
	color:#FFF; }

#linkbox li ul {
	display:none; 
	width:10em;
	background-color:#999;}
	
#linkbox li:hover ul {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	z-index:100; }
	
#linkbox li:hover li {
	float:none; }
	
#linkbox li:hover li a {
	background-color:#999;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	color:#000; }
	
#linkbox li li a:hover {
	background-color:#CC9; }

	
/* seasons-specific styles */

.postbox {
	width:99%;
	margin:0.5em 0.5em 1.2em 0.5em;
	border:1px solid grey;
	color:black;
	background-color:#DDC;
	overflow:hidden;
}

.postbox p {
	margin-left:0;
	padding-left:0;
}

.postbox-half {
	width: 380px;
	float: left;
	margin: 0.5em;
	border: 1px solid grey;
	color:black;
	background-color: #9C9;
	overflow: hidden;
}

.posthead {
	display: block;
	width: 100%;
	border-bottom: 1px solid grey;
	padding: 0.2em;
	color: white;
	background-color: #444;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.imghead {
	display: block;
	width: 100%;
	border-bottom: 1px solid grey;
	padding: none;
	color: white;
	background-color: #000;
	font-size:0.95em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.seasonlink {
	width:100%;
	color:white;
	margin-top:102px;
	font-family: Arial, Helvetica, sans-serif;
}

.seasonlink2 {
	width:100%;
	color:white;
	margin-top:6px;
	font-family: Arial, Helvetica, sans-serif;
}

.seasonlink a, .seasonlink2 a { 
	color:white; }	
		
.seasonlink a:hover, .seasonlink a:active, .seasonlink a:focus, .seasonlink2 a:hover, .seasonlink2 a:active, .seasonlink2 a:focus { 
	background:#ADB96E;
	color:black; }	
	
.datetag {
	width:100%;
	padding: 0.5em 0 0.5em 1em;
	color: white;
	background-color:#588;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

.posttext {
	padding: 0.5em 0.5em 0.5em 0.8em;
	color:black;
	font-size: 0.85em;
	line-height:1.4;
	font-family:"Times New Roman", Times, serif;
}

.postimg {
	position:relative;
	vertical-align:middle;
	padding:0.5em;
}


/* Cast list styling */

.castlist {
	float:left;
	width:50%;
}

.firstname {
	float:inherit;
	vertical-align:middle;
	padding:0.2em 0 0.2em 0.2em;
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.lastname {
	float: inherit;
	vertical-align:middle;
	padding:0.2em 0 0.2em 0.2em;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

ul.cast {
	list-style: none;
	border-top: 1px solid #666;
	border-left: 1px solid #666;;
}

.castimg {
	padding: none;
	border:1px solid black;
	vertical-align:middle;
}
ul.cast li {
	vertical-align:middle;
	border-bottom: 1px solid #666;
}
ul.cast a, ul.cast a:visited {
	padding: none;
	display: block;
	text-decoration: none;
	background: #C6D580;
	color: #000;
}
ul.cast a:hover, ul.cast a:active, ul.cast a:focus { 
	background: #ADB96E;
	color: #FFF;
}


/* ~~ The footer styles ~~ */
.footer {
	padding: 0.5em 1em 0.5em 0.5em;
	background: #CCC49F;
	position: relative;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	clear: both; 
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 0.5em;
}
.fltlft { 
	float: left;
	margin-right: 0.5em;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}