﻿@charset "utf-8";
body {
	font: 0.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 0;
	list-style: none;
	background: #000000 url('../images/bg_main.jpg') repeat-x;
	color: #ffffff;
	text-align: center;
	behavior:url("csshover.htc");
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-size: .9em;
	color: #b9b9b9
}

br 
{
	line-height: 10px;
}

h2 {
	font-size:1em;
	color:#fff;
	margin:0 0 4px 0;
	padding:0;
	padding-bottom: 5px;
	border-bottom: dotted 1px #808080;
}
h2:first-letter {
  text-transform: uppercase;
}

a, a:visited, a:active, a:link {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

/* @group Auto-clearing */
.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block; }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
/* @end */

.inner 
{
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#logo 
{
	background: url('../images/logo_trimmed.png') no-repeat 50% 50%;
	width: 100%;
	height: 70px;
	padding: 10px 0px;
}

#copyright 
{
	background: url('../images/copyright.png') no-repeat 50% 50%;
	width: 100%;
	height: 16px;
}

#logo h1 {display: none;}

.art 
{
	background: url('../images/loading.gif') no-repeat 50% 50%;
	width: 520px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	margin-bottom: 8px;
	overflow: hidden;
}

.logobar_vertical {line-height: 106px; vertical-align: middle;}

.page {
	background: url('../images/bg_pageframe.png');
	background-repeat: repeat;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #172120;
	min-height: 500px;
	min-width: 800px;
	margin-top: 8px;
}

/* Change this value to make page fluid */
.page { width: 800px; }

.content 
{
	width: 100%;
}

.liquid-rect {
	width: 100%;
	padding: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 0.8em;
}

.liquid-rect h2 { font-size: 1.2em; border-color: #902f2f; }

.liquid-rect p, .liquid-rect h2 {
	padding: 0 5px;
}

#eventlist-rect {
	background: #710103;
	border: solid 1px #172120;
}

#eventlist {
	min-height: 200px;
	height: 250px;
	margin: 0 auto;
	overflow: auto;
	width: 95%;
}

#eventlist a {
	color: #ffb9b9;
	text-decoration: none;
}

#eventlist a:hover {
	color: #FFFFFF;
}

.eventdetail { display: none; text-align: left; }

#eventlist ul {
	margin: 0;
	padding: 0 5px 10px 5px;
	list-style: none;
	display: block;
	border-bottom: dotted 1px #902f2f;
}

#eventlist ul:hover {
	cursor: pointer;
}

#eventlist ul li {
	list-style-type: none;
	float: left;
	padding-right: 5px;
}
.scrollers {
	margin-top: 16px;
	background: #000000;
	border: solid 1px #172120;
}
#signup {
	border: solid 1px #172120;
	background-color: #000000;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 530px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 520px; /*Width of right column in pixels*/
margin-left: -540px; /*Set left margin to -(RightColumnWidth) */
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.loading {
background: url('../images/loading.gif') no-repeat center;
height: 60px;
}

.footer {
	background: url('../images/bg_pageframe.jpg') no-repeat -1524px 0;
	font-size: 10px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 0;
	text-align: center;
}

input, textarea, select {
	background-color: #172120;
	color: #ffffff;
	font-size: 1em;
	padding: 2px;
	border: solid 1px #808080;
}

input.button{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: bold;
}

h2.postDetail {font-size: 1.2em;}

.newsitem div { padding: 3px; border: solid 1px transparent }
.newsitem div:hover {
	border: dotted 1px #808080;
	cursor: pointer;
}
.newsitem h2 {padding-left: 25px; background: url('../images/ico_callout_16.png') no-repeat 0 50%}
.tabpages {	background-color: #000; background: url('../images/bg_pageframe.png');}