/* General Declarations */

body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#FFFFFF;
	margin: auto;
	max-width: 800px;
}

h2 {
	color: #D0D0D0;
}

a {
    margin: 0;
    text-decoration: none;
    color: #FF9900;
}

a:visited {
	color: #FF5F5F; 
}

a:hover {
    color: #FF0000;
}

/* Used on Every Page */

.header {
	width: 798px;
	margin: auto;
	margin-top: 4px;
	height: 150px;
	border-width: 1px; 
	border-style: solid;
	border-color:	#8a8a8a;
}

.leftside{
	float: left;
}

.leftnav {
	text-align: left;
	width: 100px;
	margin-top: 10px;
	border: 1px solid #8a8a8a;
	background-color: #2b2b2b;
	color: #D0D0D0;
}

.leftnav h2 {
    padding: .3em;
	margin-top: 0px;
	text-align: center;
	font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #8a8a8a;
	background-color: #4b4b4b;
	margin-bottom: 0px;
}

.leftnav p{
    display: block;
	font-size: 1em;

}

.leftnav a{
    display: block;
    text-decoration: none;
	color: #D0D0D0;
}

.leftnav a:visited{
	color: #D0D0D0; 
}

.leftnav a:hover{
    color: #FDF756;
    background: #393939;
}

.leftfeeds{
	color: #D0D0D0;
	width: 100px;

}

.leftfeeds img{
	max-width: 100px;
}

.leftfeeds p{
	width: 100px;
	text-align: center;
	font-size: .9em;
}

.leftfeeds a{
	color: #000000;
}

.content {
    border: 1px solid #8a8a8a;
	text-align: left;
	margin-left: 110px;
	margin-top: 10px;
	color: #FFF;
	background-color: #2b2b2b;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.content h2 {
    padding: .3em;
	margin-top: -0px;
	text-align: center;
	margin-right: -5px;
	margin-left: -5px;
	font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #8a8a8a;
	background-color: #4b4b4b;
	margin-bottom: -0px;
    color: #D0D0D0;
}

.footer {
    border: 1px solid #8a8a8a;
	text-align: center;
	margin-left: 110px;
	margin-top:  10px;
	margin-bottom:10px;
	color: #FFF;
	background-color: #2b2b2b;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.footer h2 {
    padding: .3em;
	margin-top: -0px;
	text-align: center;
	font-size: 0.9em;
	margin-right: -5px;
	margin-left: -5px;
    font-weight: bold;
    border-bottom: 1px solid #8a8a8a;
	background-color: #4b4b4b;
	margin-bottom: -0px;
}

/* Episode Listings */
.episodeListing
{
	height:300px;
	width:700px;
}

.episodeListingIcon
{
	position: relative; 
	top:-50px; 
	left:0px;
}

.episodeListingText
{
	position: relative; 
	top:0px; 
	left:-1px;
}

/* Box on Home Page */
.boxsection {
	text-align:left;
	padding:20px;
}

.box {
	text-align:center; 
	max-width:80%; 
	margin:auto; 
	border-style:solid; 
	border-width:2px;
}
 
.boxheader {
	text-align:center;
	background-color:#333399;
	padding:10px;
	border-bottom-style:solid;
	border-width:2px;
}

/* Neat Little Toys & Miscellany */
.floatLeft { 
    float: left; 
    margin: 15px; 
}
.floatRight { 
    float: right; 
    margin: 15px; 
}

img.hasBorder {
    border-style:solid;
    border-color:white;
    border-width:4px;
}

.leftPicRightText {
	margin: auto;
}

.leftPicRightText p {
	vertical-align: middle;
}

.leftPicRightText img {
	float: left;
	padding: 25px;
	clear: both;
}

.episodeTable {
	margin: auto;
	border-style: none;
}

.episodeTable_left {
	vertical-align:middle;
}

.episodeTable_left img {
	border-style:none;
}

.episodeTable_right {
	width: 500px;
	padding: 10px;
	padding-left:20px;
}