/* GENERAL */
html {
	height: 100%;
}
body {
	background-color: #e3e3e3;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#page {
	background: url(../img/site/body-shadow.png) repeat-y;
	background-color: white;	
	margin: 0px auto;
	min-height: 100%;
	padding: 0px 25px 0px 25px;
	text-align: left;
	width: 950px;
}
h1,h2,h3,h4 {
	color: #A60000;
	padding: 0px;
}
h1 {
	font-size: 140%;
	margin: 8px 0px 6px 0px;
}
h2 {
	font-size: 125%;
	margin: 6px 0px 4px 0px;
}
h3 {
	font-size: 115%;
	margin: 4px 0px 2px 0px;
}
h4 {
	font-size: 110%;
	margin: 2px 0px 2px 0px;		
}
h1 a,h2 a,h3 a,h4 a {
	text-decoration: none;
	color: #A60000;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
	color: #F20000;
}
a {
	color: #A60000;
	text-decoration: none;
}
a:hover {
	color: #F20000;
}
td {
	vertical-align: top;
}
img {
	border: 0px;
}
/* HEADER */ 
#header {
	background: url(../img/site/header.png) repeat-x;
	height: 105px;
	padding: 5px 12px 0px 12px;
	margin: 0px;
}
#header img{
	border: 0px;
	margin: 0px;
}
#header_tagline{
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 0px;	
	height: 54px;
}
#header_search{
	float: right;
	clear: right;
	padding: 22px 0px 0px 0px;
}
#header_search input {
	clear: none;
	display: inline;
	width: 150px;
	font-size: 90%;	
}
#header_search input[type=submit] {
	display: inline;
	padding: 1px 5px;
	margin: 0px;
	width: auto;
}
#header_search form {
	clear: none;
	height: 0px;
}
#header_menu {
	float: left;
	color: white;
	padding: 4px 3px 3px 145px;
	margin: 0px;
	width: 780px;
}
#header_menu a {
	color: white;
	font-size: 95%;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
}
#header_menu a:hover {
	color: black;
}
.right {
	float: right;
}
.left {
	float: left;
	display: inline;
}
.clear_both {
	clear: both; 
	padding: 0px; 
	margin: 0px;
}
.admin {
	padding: 5px 0px 5px 5px;
}
/* CONTENT */
#content { 
	float: left;
	padding: 10px 25px 25px 25px;
}
#content_left {
	float: left;
	padding-right: 50px;
	text-align: justify;
	width: 550px;
}
#side_right {
	padding-top: 25px;
	float: left;
	width: 300px;
}
.content_half {
	float: left;
	padding: 0px 25px 0px 25px;
	width: 400px;
}
.side_spacer {
	padding: 0px 0px 10px 0px;
}
.content_spacer {
	padding: 15px 0px 15px 0px;
}
/* FOOTER */
#footer {
	border-top: solid 1px #999999;
	clear: both;
	display: block;
	font-size: 90%;
	margin: 0px 11px 0px 11px;
	padding: 6px 10px 90px 10px;
	text-align: center;
}
.footer_left {
	float: left;
}
.footer_left a {
	color: #A30234;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
.footer_left a:hover {
	text-decoration: underline;
}
.footer_right {
	float: right;
}
.footer_right a {
	color: #A30234;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
.footer_right a:hover {
	text-decoration: underline;
}
/* POST */
a:visited.post_title {
	color: #595959;	
	font-size: 100%;
}
.post_details {
	color: #353535;
	font-size: 90%;
	padding-bottom: 4px;
}
.post_separator {
	border-bottom: solid 1px #CCCCCC; 
	padding: 1px 0px 1px 0px;
}
.post_summary {
	font-size: 90%;
	padding-bottom: 5px;
	line-height: 1.4;
}
.post_body {
	display: block;
	font-size: 95%
	padding: 4px 0px 4px 0px;
	line-height: 1.4;
}
.post_body p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
.post_body b {
	font-family: arial;
}
.post_body div {
	padding: 2px;
}
.post_body img {
	border: 1px solid gray;
	float: right;
	padding: 5px;
	margin: 10px 0px 10px 15px;
}
.post_body li {
	padding: 0px 0px 3px 0px;
}
.post_special {
	font-size: 90%;
	color: #353535;
}
.post_special a{
	color: #353535;
}
.post_special a:hover {
	color: #A6A6A6;
}
.post_related ul {
	margin: 0px;
	padding-left: 20px;
}
.post_more {
	padding: 5px 0px 2px 0px;
	font-size: 90%;
}
.post_more img {
	border: 0px;
	padding: 0px 0px 0px 10px;
}
.comment_details {
	background-color: #F8F8F8;
	border-bottom: dotted 1px #D3D3D3;
	color: gray;
	font-size: 90%;;
	margin-top: 15px;
}
.comment_text {
	margin-bottom: 20px;
	overflow: auto;
}
.note {
	font-size: 90%;
	color: #444444;
}
/* EVENT */
.event{
	padding: 10px 0px 10px 0px;
}
/* BOX */
.box {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	font-size: 90%;	
	margin: 0px;
	padding: 10px 15px 10px 15px;
}

.box ul {
	margin: 0px;
	padding: 8px 0px 8px 15px;
	marker-offset: 0px;
}
.box li {
	line-height: 1.3;
	border-top: dotted 1px gray;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
.box_comment{
	list-style: none outside url(../img/site/comment.png);
	
/*	background-image: url(../img/site/comment.png);
	background-repeat:  no-repeat;
	background-position:  0px 7px;
	padding: 5px 12px 5px 20px;
*/ 
}
.box_item{
	
	list-style: none outside url(../img/site/more.gif);
	/*
	background-image: url(../img/site/more.gif);
	background-repeat:  no-repeat;
	background-position:  0px 12px;
	padding: 5px 10px 5px 10px;
	*/
}

/* LIST */
.list {
	padding: 2px 0px 2px 0px;
	margin: 0px;
	list-style-type: none;
	min-width: 200px;
}
.list li {
	background: url(../img/play_button.png) no-repeat 0px 7px;
	border-bottom: dotted 1px gray;
	font-size: 90%;
	line-height: 1.2;
	padding: 8px 0px 8px 22px;
}
.list li a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
.list li a:hover {
	color: #7e0000;
}
/* SIDE */
.side_feed {
	background: url(../img/play_button.png) no-repeat 0px 7px;
	border-bottom: dotted 1px gray;
	font-size: 90%;
	line-height: 1.1;
	overflow: hidden;
	padding: 8px 0px 8px 22px;
}
.side_feed a {
	color: black;
	text-decoration: none;
}
.side_feed a:hover {
	color: #7e0000;
}
.important_links a {
	color: #7e0000;
	padding: 0px 10px 10px 0px;
}
.important_links a:hover {
	color: black;
}
/* STORY */
.story_title{
	padding: 2px 0px 2px 0px;
}
a.story_title{
	
}
a:visited.story_title {
	color: #595959;	
}
.story_separator{
	/* border-bottom: solid 1px #CCCCCC; */
	padding: 3px 6px 3px 6px;
	text-align: left;
}
/*
.story_separator a{
	text-decoration: underline;
	color: black;
}
.story_separator a:visited{
	color: grey;	
}
.story_separator a:hover{
	color: #F20000;
}
*/
.story_separator_left{
	padding-right: 8px;
	float: left;
	clear: left;
}

*/

.story_details{
	color: #8e8e8e;
	font-size: 90%;
	padding: 2px 0px 2px 0px;
}
.story_body{
	padding: 5px 0px 5px 0px;
	line-height: 140%;
}
.story_contrast{
	color: #353535;
}
/* Messages Used? */
.change_message {
	color: #800000;
}
.change_message a {
	color: #800000;
}
.change_message a:hover {
	color: #696969;
}
.error_message {
	color: #800000;
	font-size: 90%;
	padding: 5px 0px 5px 0px;
}
.email {
	color: #84837F;
	text-decoration: underline;
}
/* TAGS */
.tag a {
	color: #696969;
}
.tag a:hover {
	color: #A30234;
}
/* TABLE */
.tbl {
	color: #292929;
	font-size: 90%;
	margin: 10px 0px 10px 0px;
	width: 100%;
}
.tbl th {
	/* background: #414141; */
	background: #595959;
	border-right: solid 1px white;
	color: white;
	font-weight: normal;
	padding: 2px 10px 2px 10px;
}
.tbl th a {
	color: white;
	font-weight: normal;
	padding: 2px 10px 2px 10px;
}
.tbl td {
	text-align: center;
}
.tr_odd td,.tr_even td {
	border-top: 1px solid #d0d0d0;
	padding: 2px 10px 2px 10px;
	text-align: left;
}
.tr_odd {
	background-color: #e2e2e2;
}
.fighter a {
	color: #A30234;
	font-size: 110%;
	text-decoration: none;
}
.fighter a:hover {
	color: #696969;
}
/* TEST */
.feedback_text {
	width: 400px;
}
.feedback_textarea {
	height: 100px;
	width: 400px;
}
/* PAGING */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
	
}
div.paging span.current {
	color: #000;
}
div.paging span a {}
/* TABS */
.tab-line {
	border-bottom: 1px solid #898989;
	padding: 0px 0px 0px 370px;
}
.tabs {
	font-size: 90%;
	float: right;
}
.tabs ul {
	display: inline;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.tabs li {
	background: #f1f1f1;
	display: inline;
	padding: 2px 0px 3px 0px;
}
.tabs li a {
	padding: 2px 8px 3px 9px;
	border: 1px solid #898989;
	border-left: 0;
	color: #333;
	text-decoration: none;
}
.tabs .first a {
	border: 1px solid #898989;
}
.tabs li a.selected {
	margin-left: -1px;
	background: #3F5890;
	border: 1px solid #3b5998;
	border-left: 1px solid #5973a9;
	border-right: 1px solid #5973a9;
	color: #fff;
}
.tabs .last a.selected {
	margin-left: -1px;
	border-left: 1px solid #5973a9;
	border-right: 1px solid #36538f;
}
.tabs .first a.selected {
	margin: 0;
	border-left: 1px solid #36538f;
	border-right: 1px solid #5973a9;
}
.tabs .first.last a.selected {
	border: 1px solid #36538f;
}
.tabs li a.selected:hover {
	text-decoration: none;
}

.tabs2{
	float: right;
	padding: 10px 0px 0px 0px;
}
.tabs2 a{
	padding: 0px 4px 0px 4px;
}
.tabs2 a.selected{
	color: black;	
}
/* SEARCH */
.search {
	padding: 15px 0px 15px 0px;
}
.search input {
	clear: none;
	display: inline;
	width: 220px;
}
#header_search input[type=submit] {
	display: inline;
	padding: 1px 5px;
	margin: 0px;
	width: auto;
}
#header_search form {
	clear: none;
	height: 0px;
}

/* FORMS */
form {
	clear: both;
	margin-right: 10px;
	padding: 0;
}
form fieldset{}
fieldset {
	background-color: #FFFBDE;	
	border: 1px solid #ccc;
	margin-top: 20px;
	padding: 15px 15px;
}
form div {
	/* clear: both; */
	margin-bottom: 5px;
	padding: .2em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 105%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	padding: 2px;
	width: 90%;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	clear: none;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input[type=hidden] {
	padding: 0px;
	margin: 0px;
}
.error-message{
	color: red;
}