body {
	margin: 0;
}

.container {
	width: 100%;
	height: 100%;
}

.logo {
	width: 324px;
	height: 94px;
}

.header {
	background-image: url('images/core/headerbg.png');
	background-repeat: repeat-x;
	background-color: #1E1E1E;
	height: 94px;
}

.navbar {	
	background-image: url('images/core/navbar.png');
	background-repeat: repeat-x;
	background-color: #658314;
	height: 38px;
	font-family: Arial;
	font-size: 16px;
	color: white;
	font-weight: bold;
	padding-left: 15px;
}

.main {
	padding-left: 15px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	color: #534339;
	vertical-align: top;
}

.sidebar {
	width: 280px;
	padding-left: 15px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	color: #534339;
	vertical-align: top;
}

#text {
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 35px;
}

.h1 {
	font-family: Arial;
	font-size: 16px;
	color: #534339;
	font-weight: bold;
	padding-bottom: 3px;
}

.h2 {
	font-family: Arial;
	font-size: 18px;
	color: #534339;
	font-weight: bold;
	padding-bottom: 3px;
}

.h3 {
	font-family: Arial;
	font-size: 20px;
	color: #534339;
	font-weight: bold;
	padding-bottom: 3px;
}

.navbar a:link, .navbar a:active, .navbar a:visited {
	font-family: Arial;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

.navbar a:hover {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

a:link, a:active, a:visited	{
	text-decoration: none;
	color: #587232;
}

a:hover {
	text-decoration: underline;
	color: #7A9B3E;
}

.news-title {
	background-image:url('images/news/titlebg.png');
	background-repeat: no-repeat;
	padding-left:45px;
	height: 44px;
	padding-top: 13px;
	font-family: Arial;
	font-size: 16px;
	color: #534339;
	font-weight: bold;
}

.news-body {
	padding-left:45px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #534339;
	padding-bottom: 30px;
}

#season-title {
/*	background-image:url('images/season/seasonbg2.png');
	background-repeat: no-repeat;
	padding-left:45px;
	height: 44px;
	padding-top: 13px;
	font-family: Arial;
	font-size: 16px;
	color: #534339;
	font-weight: bold; */
}

#season-title h1 {
	background-image:url('images/season/seasonbg2.png');
	background-repeat: no-repeat;
	padding-left:45px;
	height: 44px;
	padding-top: 13px;
	font-family: Arial;
	font-size: 16px;
	color: #534339;
	font-weight: bold;
}

.season-body, #season-body {
	padding-left:45px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #534339;
	padding-bottom: 30px;
}


.textbox {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #534339;
	border: 1px solid #648314;
	-moz-border-radius: 5px;
	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}

.searchtd {
   width: 285px;
}

.nav {
	padding-top: 3px;
}

.tbox {
border-bottom: 2px;
border-style: solid;
border-color: #534339;
width: 150px;
}

.loginset {
border: 1px solid #534339;
width: 150px;
-moz-border-radius: 5px;
}

.error {
color: #BC5334;
}

.adminbutton {
width: 72px;
padding-right: 5px;
}

#moduleactions {
	padding-left: 30px;
}

.textarea {
border-width: 2px;
border-style: solid;
border-color: #534339;
width: 250px;
height: 200px;
font-family: arial;
font-size: 12px;
padding: 5px;
}

.td1 {
	background-color: #BDCD98;
	padding: 5px;
}

.td2 {
	background-color: #DBE3C6;
	padding: 5px;
}

legend {
font-weight: bold;
}

#episode-title {
	background-image:url('images/season/seasonbg.png');
	background-repeat: no-repeat;
	padding-left:45px;
	height: 44px;
	padding-top: 13px;
	font-family: Arial;
	font-size: 16px;
	color: #534339;
	font-weight: bold;
}

#show {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #D7D7D7;
	width: 150px;
	height: 100px;
	font-weight: bold;
}

#show:hover {
	background-color: #A3C552;
	padding: 5px;
	border: 1px solid #8EA058;
	width: 150px;
	height: 100px;
	font-weight: bold;
	cursor: pointer;
}

.showLink {
	font-weight: bold;
}

.showImage {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #D7D7D7;
	width: 150px;
	height: 100px;
	font-weight: bold;
	vertical-align: top;
}

.showDesc {
	vertical-align: top;
	padding-left: 10px;
}

.showAds{
	vertical-align: center;
}

hr {
	/*width: 500px;*/
	color: #CEC6B3;
	border: 0;
	border-color: #CEC6B3;
	background-color: #CEC6B3;
	height: 1px;
	margin-left: 0;
}

#description {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #D7D7D7;
	font-style: italic;
	width: 300px;
}