/* Normal, standard links. */
a:link, a:visited
{
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}
a:hover
{
	color: #3a3a3a;
	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: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

div.post a:link, div.post a:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

div.post a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}


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

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	font-family:Verdana, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	color: #000000;
	font-family:Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

/* 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-weight: normal;
	color: #000000;
	font-family:Verdana, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 10px;
	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: 10px;
	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-image:url('/img/main_back4.png');
	padding: 3px;
}

.windowbg a:link, .windowbg a:visited
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
.windowbg a:hover
{
	color: #3a3a3a;
	background-color: transparent;
	text-decoration: none;
}

.windowbg2
{
	color: #000000;
	background-image:url('/img/main_back5.png');
	padding: 3px;
}

.windowbg2 a:link, .windowbg2 a:visited
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
.windowbg2 a:hover
{
	color: #3a3a3a;
	background-color: transparent;
	text-decoration: none;
}

/* 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: #ffffff;
	background-color: #848484;
	padding: 3px;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #848484;
	background-image: url('/img/main_back3.png');
	color: #000000;
	padding: 3px;
}

.catbg a:link, .catbg a:visited
{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
.catbg a:hover
{
	color: #3a3a3a;
	background-color: transparent;
	text-decoration: none;
}

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

/* Default font sizes. */
.smalltext
{
	font-size: 10px;
}
.normaltext
{
	font-size: 12px;
}
.largetext
{
	font-size: 14px;
}
/* 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;
}

h1		{
		margin: 0;
		padding-left: 50px;
		font-family: sans-serif;
		color: #FFF;
		text-decoration: underline;
		text-transform: capitalize;
		position: relative;
		top: 5px;
		float: left;
		}

h1 span	 {
		background: url('/img/gradient.png') repeat-x;
		position: absolute;
		bottom: -0.1em;
		display: block;
		width: 100%;
		height: 20px;
		}

h2		{
		font-family: sans-serif;
		}

h3		{
		font-family: sans-serif;
		text-decoration: underline;
		}

h3#logo_small	{
		margin: 0;
		padding-left: 75px;
		font-family: sans-serif;
		color: #FFF;
		text-decoration: none;
		position: relative;
		float: left;
		}

h3#logo_small span{
		background: url('/img/gradient.png') repeat-x;
		position: absolute;
		bottom: -0.1em;
		display: block;
		width: 100%;
		height: 15px;
		}

h4		{
		margin: 0;
		padding: 5px 2px 2px 2px;
		}

#navigation a:link{
		color: #FFF;
		}

#navigation a:visited{
		color: #c9c9c9;
		}

#navigation a:hover{
		color: #000;
		}

#logo		 {
		min-height: 90px;
		width: 100%;
		min-width: 800px;
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		background-color: #9e9e9e;
		border-color: #bebebe #bebebe #bebebe #7e7e7e;
		}

#navigation	{
		position: relative;
		bottom: 1px;
		padding-top: 3px;
		text-align: center;
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #9e9e9e #9e9e9e #5e5e5e #5e5e5e;
		background-color: #777;
		width: 100%;
		min-width: 800px;
		height: 14px;
		}

#navigation ul	{
		list-style: none;
		position: relative;
		bottom: 18px;
		min-width: 798px;
		max-width: 1022px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		}

#navigation li	{
		float: left;
		height: 18px;
		margin: 0px 6px 0px 0px;
		}

#navigation a		{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 14px;
			text-decoration: none;
			float: left;
			background-image: url('/img/button.png');
			background-repeat: no-repeat;
			background-position: left top;
			padding-left: 6px;
			border-bottom: 1px solid;
			border-color: #5e5e5e;		
			}

#navigation a span	{
			float: left;
			display: block;
			background-image: url('/img/button.png');
			background-repeat: no-repeat;
			background-position: right top;
			padding-right: 6px;
			margin-right: -3px;
			}

#navigation li a:hover	{
			background-image: url('/img/button2.png');
			}

#navigation li a:hover span	 {
				background-image: url('/img/button2.png');
				}

#back		{
		position: relative;
		width: 100%;
		min-width: 800px;
		bottom: 1px;
		background-image: url('/img/back_gradient.png');
		background-repeat: repeat-x;
		}

#main		{
		position: relative;

		margin-left: auto;
		margin-right: auto;
		min-width: 790px;
		max-width: 1014px;
		min-height: 300px;
		border: 1px solid;
		border-color: #777 #3e3e3e #222 #3e3e3e;
		padding: 5px 3px 5px 3px;
		background-color: #777;
		background-image: url('/img/main_back.png');
		background-repeat: repeat;
		}

div.textarea	{
		background-color: #fff;
		padding: 1px 5px 1px 5px;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
		margin-bottom: 5px;
		width: 99%;
		min-width: 555px;
		}

#footer		{
		width: 90%;	
		min-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 3px;
		text-align: center;
		}

table.ssi_table	{
		font-family: serif;
		font-size: 10px;
		padding-bottom: 10px;
		float: right;
		}

#copyright	{
		text-align: center;
		}

#forums		{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		}