/* Main Tags */

html {
	height:100%;
	margin-bottom:1px;
}

body {
	height:100%;
	background-color:#101010;
	background-image:url(/images/general/bg_hatch.gif);
	margin:0;
	padding:0;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}


/* Text / Link Styles */

h1 {
	margin:0 0 6px 0;
	font-size:1.0em;
}

h2 {
	margin:0;
	font-size:1.0em;
}

h3 { 
	margin:0;
	font-size:0.85em; 
	color:#0099FF;
}

h3.error {
	text-align:center;
	margin-top:20px;
}

.bluetxt { color:#0099FF; }

p {
	font-size:0.8em;
	margin-bottom:0;
}

a:link, a:active, a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#0099FF;
	text-decoration:none;
}

a img{ border:0; }

a img.thumb{ border:1px solid #999999; }


/* Wrapping Containers */

#container {
	width:950px;
	min-height:100%;
	position:relative;
	margin:0 auto;
	background:url(/images/general/bg.gif) top repeat-y;
	border-left:2px solid #101010;
	border-right:2px solid #101010;
}

*html #container {
	height:100%;
}

#wrapper { padding-bottom:60px; }

.clearer {
	position:relative;
	clear:both;
}


/* Header */

#header{
	background-color:#202020;
	text-align:left;
}


/* Navigation Bar */

#mainnav {
	margin-bottom:8px;
	padding:8px 0 4px 0;
	background-color:#101010;
	text-align:center;
}

ul#nav {
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

ul#nav li {
	display:inline;
	padding:0 8px;
	font-weight:bold;
}


/* Content */

#content {
	width:630px;
	float:left;
	display:inline;
	background-color:#202020;
}

#contentimg {
	margin:0;
	padding:0;
}

/* Main Content */

#contentmain { padding:0 10px; }

#contentmain a:link, #contentmain a:active, #contentmain a:visited {
	color:#0099FF;
	text-decoration:none;
}

#contentmain a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

img#contentpic {
	float:right;
	border:1px solid #FFFFFF;
	margin:0 0 10px 10px;
}

.contentclearer {
	clear:both;
}


/* Profile / (News Archive) Page */

ul#newslist, dl#profilelist, ul#bloglist {
	margin:0;
	padding:0;
	font-size:0.8em;
	list-style-type:none;
	display:block;
}

dl#profilelist {
	float:left;
	font-weight:bold;
}

dl#profilelist dt {
	float:left;
	width:6.5em;
}

dl#profilelist dd {
	color:#0099FF;
	margin-left:6.5em;
}

.profileclearer { clear:left; }


/* Links Page */

ul#links {
	width:610px;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#links li {
	width:305px;
	height:90px;
	float:left;
	text-align:center;
	line-height:90px;
}

ul#links li img { vertical-align:middle; }

/* Sponsors Page */

.sponsors_logo {
	width:220px;
	float:left;
	text-align:center;
	margin-top:10px;
}

.sponsors_text {
	width:380px;
	float:right;
	margin-top:14px;
}

.sponsors_text p { margin-top:0 }

/* Gallery Page */

#imagetable {
	width:560px;
	margin:0 auto;
}

.imageholder {
	width:120px;
	height:80px;
	float:left;
	margin:10px;
	text-align:center;
}

.imageholder img{
	border:1px solid #ffffff;
}

/* Sidebar */

#sidebar {
	width:300px;
	float:right;
	display:inline;
	padding-left:20px;
	background-color:#181818;
}


/* Latest News Sidebar */

#latestnews {
	margin:0 10px 20px 0;
	padding-top:8px;
}

ul#news {
	margin:8px auto;
	padding:0;
	list-style-type:none;
}

ul#news li{
	margin-bottom:20px;
	padding-left:22px;
}

ul#news li.headline {
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:5px;
}

ul#news li.teaser {
	font-size:0.7em;
}

ul#news li.teaser a:link, ul#news li.teaser a:active, ul#news li.teaser a:visited {
	color:#0099FF;
	text-decoration:none;
}

ul#news li.teaser a:hover {
	text-decoration:underline;
}

ul#news li#rsslink {
	margin-top:18px;
	font-size:0.8em;
}

img#rssicon {
	margin-left:-22px;
	vertical-align:text-top;
}

img.navarrow { margin-left:-22px; }


/* Sponsors Sidebar */

#sponsors_bar {
	margin:0 10px 0 0;
	padding-top:8px;
}

ul#sponsors {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
}

ul#sponsors li { margin:12px 0; }

/* Footer */

#footer {
	width:950px;
	height:50px;
	position:relative;
	clear:both;
	margin:-50px auto 0 auto;
	padding:0;
	background-color:#202020;
	font-size:0.75em;
}

#footer #left {
	width:467px;
	float:left;
	padding:10px 0 10px 8px;
	background-color:#101010;
}

#footer #right {
	width:467px;
	float:right;
	padding:10px 8px 10px 0;
	background-color:#101010;
	text-align:right;
}


/* Forms */

fieldset {
	margin-top:15px;
	border:0;
	font-size:0.8em;
}

label {
	width:60px;
	clear:both;
	float:left;
	display:block;
	margin-top:-5px;
	color:#0099FF;
	font-weight:bold;
}

input, textarea  {
	position:relative;
	left:65px;
	display:block;
	color:#181818;
}

input.textbox, textarea.ta {
	top:-18px;
	padding:2px;
	background-color:#EEEEEE;
	border:1px solid #0099FF;
	vertical-align:middle;
}

textarea.ta {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

input.textbox {
	height:18px;
}

input#send {
	clear:both;
    top:-10px;
}

#error {
	margin-bottom:15px;
	margin-top:10px;
	padding:0;
	color:#FF0000;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}

#thanks {
	margin-bottom:15px;
	margin-top:10px;
	padding:0;
	color:#0099FF;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
}
