/* Main Tags */

html {
	height:100%;
	margin-bottom:1px;
}

body {
	height:100%;
	background-color:#101010;
	background-image:url(/images/general/bg_carbon.jpg);
	margin:0;
	padding:0;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}


/* Text / Link Styles */

@font-face {
	font-family: 'WRC';
	src: url('/assets/css/wrc_font.eot');
	src: local('☺'), url('/assets/css/wrc_font.woff') format('woff'), url('/assets/css/wrc_font.ttf') format('truetype'), url('/assets/css/wrc_font.svg#webfontmESwwf7y') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WRCB';
	src: url('/assets/css/wrcb_font.eot');
	src: local('☺'), url('/assets/css/wrcb_font.woff') format('woff'), url('/assets/css/wrcb_font.ttf') format('truetype'), url('/assets/css/wrcb_font.svg#webfontmESwwf7y') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family:WRC, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:1.05em;
	font-weight:normal;
}

h2 {
	font-family:WRC, Arial, Helvetica, sans-serif;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
}

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;
}

*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:6px 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-family:WRC, Arial, Helvetica, sans-serif;	
	font-size:0.85em;
}


/* 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#vidlist {
	margin:0;
	padding:0;
	font-size:0.8em;
	list-style-type:none;
	display:block;
}

ul#vidlist li {
	margin:10px 0;
}

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 */

.partners_logo {
	width:220px;
	float:left;
	text-align:center;
	margin-top:10px;
}

.partners_text {
	width:380px;
	float:right;
	margin-top:14px;
}

.partners_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 */

#twit {
		display:inline;
}

#twitter_bar {
	margin:0 10px 20px 0;
	padding-top:8px;
}

ul#news, ul#tweets {
	margin:8px auto;
	padding:0;
	list-style-type:none;
}

ul#tweets li.tweet {
	font-size:0.75em;
	margin-bottom:0px;
	padding-left:22px;
}

ul#tweets li.tweet a:link, ul#tweets li.tweet a:active, ul#tweets li.tweet a:visited {
	color:#0099FF;
	text-decoration:none;
}

ul#tweets li.tweet a:hover {
	text-decoration:underline;
}

ul#tweets li.timestamp {
	font-size:0.65em;
	margin-bottom:8px;
	padding-left:22px;
}

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 */

#partners_bar, #latestnews {
	margin:0 10px 0 0;
	padding-top:8px;
}

ul#partners {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
}

ul#partners 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:10px 0;
	padding:8px 8px 8px 36px;
	color:#FF0000;
	font-size:0.9em;
	background:url("/images/general/alert.png") no-repeat scroll 10px 50% #FFD5D5;
	border:1px solid #FFACAD;
}

.js {
	display:none;
}

.asp {
	display:block;
}

#thanks {
	margin:10px 0;
	padding:8px 8px 8px 36px;
	font-size:0.9em;
	background:url("/images/general/notice.png") no-repeat scroll 10px 50% #CDEFA6;
	border:1px solid #9BCC54;
	color:#648434;
}

