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

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 1em 1em 1em 0;
	margin-left: 1em;
}
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: 800px;
	background: #9DBBCE;
	margin: 0 auto;
}

.header {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
	border-bottom: 1px solid black;
	text-align:center;
	vertical-align:bottom;
}

.content {
	float: left;
	padding:1em;
	background-color:white;
	font-family:"Times New Roman", Times, serif;
	color:black;
	font-size:1em;
}

.pagetitle {
	text-align:center;
	background-color:white;
	font-size:2.5em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: black;
}

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style:italic;
	color: #black;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 1em;
}
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;
}

#seasonstable {
    border-collapse:separate;
	width:98%;
}

#seasonstable td{
    width:50%;
	vertical-align:top;
	padding-left:0.5em;
}


#headtable {
	border-collapse: collapse;
	display:inline;
}

#headtable th {
	text-align: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	background-color: transparent;
}

/* spoilers-specific styles */
.postbox {
	width: 100%;
	margin-left: 0.2em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	border: 1px solid grey;
	color:black;
	background-color: #9C9;
	overflow: hidden;
}

.postbox2 {
	width: 100%;
	margin-left: 0.2em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	border: 1px solid grey;
	color:black;
	background-color: #acc;
	overflow: hidden;
}

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

.datetag {
	width:100%;
	padding-left: 1em;
	padding: 0.5em 0 0.5em 0.5em;
	color: white;
	background-color:#588;
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

.posttext {
	padding: 0.5em 0.5em 0.5em 1em;
	color:black;
	font-size: 0.85em;
	line-height:1.4;
	font-family: Tahoma, Geneva, sans-serif;
}

.postimg {
	position:relative;
	float:right;
	padding-bottom:0.5em;
}


/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	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;
}

/* A bunch of old styles */
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
.imagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	background-color: #99CCFF;
}
.motto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCFF;
}
.issue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CCCC;
	background-color: #000033;
	background-position: center top;
}

.default {
	font-family: Tahoma, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.bodylink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bodyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #black;
}
.storyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #black;
}