/* Normal, standard links. */
a:link, a:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
a:hover:p

{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

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

body {
	 margin: 0;
	 padding: 0;
	 background-color: #8DD7F4;
	 background-image: url('/img/HUGE_header.jpg');
	 background-position: top center;
	 background-repeat: no-repeat;
	 background-attachment: scroll;
}

#main {
	text-align: left;
	 width: 998px;
	 height: 100%;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 0;
}

#header {
	width: 100%;
	 height: 230px;
	margin: 0;
	 padding: 0;
	 z-index: 2;
	 float: left;
}

#header-quote {
	text-align: center;
	color: #859CA2;
	font-size: 18px;
	margin: 60px 90px 0px 0px;
}

#anim{
	color: #000000;
}

#header-content {
	width: 200px;
	float: right;
	color: #45BFF1;
	margin: 6px 10px 0px 0px;
	 padding: 3px;
}

#search1 {
	position: relative;
	float: left;
	margin: 8px 4px 0px 0px;
}

#search2 {
	position: relative;
	float: left;
	margin: 6px 4px 0px 0px;
}

#search3 {
	position: relative;
	float: left;
	margin: 0px 4px 0px 0px;
}

#search4 {
	position: relative;
	float: left;
}

#search-input {
	width: 110px;
	height: 14px;
	margin: 0;
	padding: 0;
}

#container {
	position:relative;
	 width: 978px;
	height: 100%;
	float: left;
	margin: 0;
	padding:10px;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	 font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* Standard horizontal rule.. */
hr
{
	color: #000000;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

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

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #AAFFFF;
}
.windowbg2
{
	color: #000000;
	background-color: #BBFFFF;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background-color: #DDEEEE;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #CCEEFF;
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #000000;
}
.tborder
{
	border: 1px solid #FFFFFF;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

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