/* Normal, standard links. */
a:link, a:visited
{
	color: #6f1700;
	text-decoration: underline;
}
a:hover
{
	color: #2d0900;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: black;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #6f1700;
	text-decoration: underline;
}

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

/* By default (td) use Tahoma in black. */
td
{
	color: black;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #3F3627;
	background-image: url(images/sf.gif);
	background-repeat: repeat;	
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
button
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, arial, helvetica, serif;
	background-image: url(images/btn_bg.gif);
}

input, textarea
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, arial, helvetica, serif;
	background-image: url(images/catbg.gif);

}



/* 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: 8pt;
	font-weight: normal;
	color: black;
	font-family: Tahoma, arial, helvetica, serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: black;
	background-color: #3F3627;
	background-image: url(images/pinf_body.gif);
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #C8BCA6;
	background-color: #3F3627;
	background-image: url(images/pinf_body.gif);
	border: 1px solid black;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

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

/* 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: #6f1700;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
	background-color: white;
	background-image: url(images/catbg.gif);
}

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: black;
	border: none;			
	background-image: url(images/forum1_bg.gif);
}
.windowbg2
{
	color: black;
	border: none;		
	background-image: url(images/forum2_bg.gif);
}

.calendar_today
{
	color: black;
	border: none;		
	background-image: url(images/catbg.gif);

}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg
{
	background-image: url(images/titlebg.gif);
	color: black;
}
.titlebg2
{
	background-image: url(images/catbg.gif);
	color: black;

}


.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: black;
	font-style: normal;
}
.titlebg a:hover
{
	color: #C8BCA6;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg2, .catbg3
{
	background-image: url(images/catbg.gif);
	
}

.catbg, .catbg2, .catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited, .catbg3 a:link, .catbg3 a:visited
{
	font-weight: bold;
	color: black;
}

.cattitle {
	background-image: url(images/titlebg.gif);
	}

	
.cattitle, .cattitle a:link, .cattitle a:visited {
	font-weight: bold;
	color: black;
	}
.postbg
{
	background-image: url(images/catbg.gif);
	border: 1px dashed #81764d;
	
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: black;
	border: none;	
}

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

.fborder
{
	border: none;	
	background-color: black;
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	color: black;
	border-width: 1px 0 0 0;
	border: none;		
}
.smalltext2
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	color: black;
}
.normaltext
{
	font-size: small;
	color: black;
}
.normaltext2
{
	font-size: small;
	color: black;
	background-image: url(images/catbg.gif);
	border: 1px solid black;	
}
.largetext
{
	font-size: large;
	color: black;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #3F3627;
	background-image: url(images/sf.gif);
	background-repeat: repeat;		
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #3F3627;
	background-image: url(images/sf.gif);	
	background-repeat: repeat;		
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: #3F3627;
	border: none;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #3F3627;
	border: 1px solid black;
}
.headerbodies
{
	border: 1px solid #352D21;
	background-color: #3F3627;	
	background-repeat: repeat-x;
	background-position: bottom;
}
/* No image should have a border when linked */
a img{
	border: 0;
}