html {
	background: #141a26 url(/img/bg-small.jpg) left top repeat-x;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "Times New Roman", serif;
	font-size: 12px;
 	line-height: 18px;
	color: #fff;
	margin: 0;
	background: transparent url(/img/lines.png) center 17px no-repeat;
}

	body.full-width {
		background: transparent;
	}

/* Xmas Decoration */
#xmas {
	position: absolute;
	width: 430px;
	height: 89px;
	right: 32px;
	top: -3px;
	z-index: 2000;
	background: transparent url(/img/vuk-xmas.png) left top no-repeat;
}
/* End Xmas Decoration */

#main-content a:link
{
	color: #a4d6eb;
	text-decoration: none;
	border: none;
}
#main-content a:visited
{
	color: #a4d6eb;
	text-decoration: none;
	border: none;
}
#main-content a:hover
{
	text-decoration: underline;
	border: none;
}

/* Navigation links - for the link tree. */
#main-content .nav, #main-content .nav:link, #main-content .nav:visited
{
	color: #a4d6eb;
	text-decoration: none;
}
#main-content a.nav:hover
{
	color: #a4d6eb;
	text-decoration: underline;
}

#main-content #bodyarea .nav, #main-content #bodyarea .nav:link, #main-content #bodyarea .nav:visited
{
	color: #a4d6eb;
	text-decoration: none;
}
#main-content #bodyarea a.nav:hover
{
	color: #a4d6eb;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
/* The main body of the entire forum. */

p {
	margin: 10px 0;
}

/* Global Links */
a:link, a:visited, a:focus {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* Global End Links */

/* Header */
#header {
	width: 966px;
	height: 110px;
	position: relative;
}

p#logo {
	display: block;
	position: absolute;
	width: 1632px;
	height: 76px;
	left: -1116px;
	margin: 0;
	text-indent: -2000em;
	overflow: hidden;
	background: transparent url(/img/header-wedge.png) right top no-repeat;
}

p#logo strong {
	display: block;
	position: absolute;
	width: 435px;
	height: 57px;
	top: 7px;
	right: 15px;
	text-indent: -2000em;
	background: transparent url(/img/logo.png) left top no-repeat;
}
	
	/* Testing */
	body#home2 p#logo strong {
	height: 58px;
	background: transparent url(/img/logo2.png) left top no-repeat;
}

p#logo strong a {
	display: block;
	position: absolute;
	width: 182px;
	height: 39px;
	overflow: hidden;
}

p#logo strong span {
	display: block;
}
/* Main Nav */
#nav {
	position: absolute;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0 4px 0 0;
}

#nav li a {
	display: block;
	float: left;
	padding: 10px 55px 5px 8px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #4b6a96;
}

	#nav li a:hover {
		background-color: #6286b6;
	}
	
/* Active Nav */
body#home #nav li#nav-home a,
body#news #nav li#nav-news a,
body#join #nav li#nav-join a,
body#media #nav li#nav-media a,
body#members #nav li#nav-members a,
body#forum #nav li#nav-forum a,
body#contact #nav li#nav-contact a {
	background-color: #6286b6;
}
/* End Active Nav */
/* End Main Nav */

#screen {
	position: relative;
	width: 966px;
	margin: 0 auto;
}

	body.full-width #screen {
		width: 80%;
	}

#content {
	position: relative;
	width: 966px;
	background: #6286b6;
}

	body.full-width #content {
		width: 100%;
		margin-bottom: 35px;
	}

/* Main Content */
#main-content {
	width: 926px;
	margin: 0 auto;
	padding: 25px 20px 50px 20px;
	color: #fdfdfd;
	background-color: #6286b6;
}

	#main-content.full-width {
		position: absolute;
		left: 20px;
		z-index: 1000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

.forum-control {
	display: none;
	float: right;
}

#user-bar {
	margin-top: 5px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #fff;
	background-color: #6286B6;
	border: 1px solid #fff;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #fff;
	background-color: #6286B6;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #fff;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: #fff;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #fff;
	background-color: #4b6a96;
}
.windowbg2
{
	color: #fff;
	background-color: #526f98;
}
.windowbg3
{
	color: #fff;
	background-color: #526f98;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #6286B6;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #fff;
	font-style: normal;
	background-color: #4b6a96;

	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #fff;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #fff;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background-color: #4b6a96;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-color: #6286b6;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #415C7C;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	background-color: #4b6a96;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow-x: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	width: 10px;
}
.maintab_back
{
	
}
.maintab_last
{
	width: 8px;
}
.maintab_active_first
{
	width: 6px;
}
.maintab_active_back
{
}
.maintab_active_last
{
	width: 8px;
}

/* how links behave in main tab. */
#main-content .maintab_back a:link , #main-content .maintab_back a:visited, #main-content .maintab_active_back a:link , #main-content .maintab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}

#main-content .maintab_back a:hover, #main-content .maintab_active_back a:hover
{
	color: #fff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #fff;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	width: 10px;
}
.mirrortab_back
{
}
.mirrortab_last
{
	width: 6px;
}
.mirrortab_active_first
{
	width: 6px;
}
.mirrortab_active_back
{
}
.mirrortab_active_last
{
	width: 8px;
}

/* how links behave in mirror tab. */
#main-content .mirrortab_back a:link , #main-content .mirrortab_back a:visited, #main-content .mirrortab_active_back a:link , #main-content .mirrortab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}

#main-content .mirrortab_back a:hover, #main-content .mirrortab_active_back a:hover
{
	color: #fff;
	text-decoration: none;
}

/* Footer */
#footer {
	position: relative;
	width: 926px;
	height: 64px;
	margin-top: -30px;
	padding: 47px 20px 0 20px;
	color: #999999;
	font-size: 10px;
	background: transparent url(/img/footer.png) left top no-repeat;
}

	body.full-width #footer {
		display: none;
	}

/* Footer Nav */
#footer-nav {
	float: left;
}
#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 4px;
	text-transform: uppercase;
	background: transparent url(/img/footer-list-divider.gif) right 3px no-repeat;
}

	#footer-nav li.last {
		background: transparent;
	}

#footer-nav li a {
	color: #999;
	text-decoration: none;
}
	
#footer-nav li a:hover {
	border-bottom: 1px solid #999;
}

body#home #footer-nav li#footer-nav-home a,
body#news #footer-nav li#footer-nav-news a,
body#join #footer-nav li#footer-nav-join a,
body#media #footer-nav li#footer-nav-media a,
body#members #footer-nav li#footer-nav-members a,
body#forum #footer-nav li#footer-nav-forum a,
body#contact #footer-nav li#footer-nav-contact a {
	border-bottom: 1px solid #999;
}

#footer #copyright {
	float: right;
	text-align: right;
	margin: 0 25px 0 0;
}

#footer #copyright a {
	color: #999;
	text-decoration: none;
}

#footer #copyright a:hover {
	text-decoration: underline;
}
/* End Footer Nav */
/* End Footer */

/* The AJAX notifier */
#ajax_in_progress
{
	background: #4b6a96;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}