/* #00ff12 This is a good bright green hex code to use if you're trying to pin point something. Itll pop out and let you find it */

/* Normal, standard links. */
a:link
{
	color: #a53939; /*Links throughout the page that are rose colored - original ad4646 */
	text-decoration: none;
}
a:visited, a:hover
{
	color: #a53939; /* More of the links */
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #ffffff; /* "Chronicles of Dimesca indexing thing */
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #ECE9D8;
	text-decoration: none;
}

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

/* By default (td) use Georgia in black. */
td
{
	color: #000000;
	font-size: small;
	font-family: Georgia;
}

/* 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: #ffffff;
	font-size: small;
	font-family: Georgia;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000; /* This was the annoying thing you changed that changed the font color in the stylesheet as well as any input area */
	font-family: Georgia;
}

/* 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: #000000;
	font-family: Georgia;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #fffdf6;
	border: 1px solid #3F3627;
	padding: 1px;
	font-family: "georgia";
	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: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* 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: red;
}

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

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: #C8BCA6;
}
/*The following is the text area in the boxes, which is now beige with black font */
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	border: 1px dashed #9e9583; /* C8BCA6 */			
	background-color: #f5eed9; /* Box areas #fff8e2 */
}
.windowbg2
{
	color: #000000;
	border: 1px dashed #9e9583;		
	background-color: #f5eed9; /* Box areas */
}

/* 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/catbg.jpg); /* titlebg.jpg plum */
} 
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #ffffff; /* Carrot #a53939 */
	font-style: normal;
}
.titlebg a:hover
{
	color: #C8BCA6;
}

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

.catbg, .catbg2, .catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	font-style: italic;
	font-weight: bold;
	color: #ffffff; /* AREA HEADINGS #a53939 */
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #352D21;
	border: 1px solid #C8BCA6;	
}

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

/* The following is various texts in the boxes */
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Georgia;
	color: #000000;
	/* border-width: 1px 0 0 0; */
	/* border: 1px dashed #C8BCA6; */
}
/* MOTHER FUCKER FUCK FUCK */
.smalltext2
{
	font-size: x-small;
	font-family: Georgia;
	color: #000000;
}
.normaltext
{
	font-size: small;
	color: #000000;
}
.normaltext2
{
	font-size: small;
	color: #000000; /* Search */
	/* background-color: #3F3627; */ /* This is that weird brown bar behind search */
}
.largetext
{
	font-size: large;
	color: #00ff12;
}

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

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #00ff12; /*FUCKY*/
	border: 1px solid #352D21;
}
.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;
}