/* Rohan Style Sheet designed by Elril Galia */
/* Normal, standard links. */
a:link
{
	color: #0E202A;
	text-decoration: none;
}
a:visited
{
	color: #0E202A;
	text-decoration: none;
}

 a:hover
{
	color: #632321;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #F7DAC1;
	text-decoration: none;
}
a.nav:hover
{
	color: #6D3D04;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
td
{
	color: #153141;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
}

body
{
	scrollbar-face-color: #632321;
		scrollbar-shadow-color: #153141;
		scrollbar-highlight-color: #a6b1e6;
                scrollbar-3dlight-color: #f7dac1;
                scrollbar-darkshadow-color: #153141;
                scrollbar-track-color: #F5B31F;
                scrollbar-arrow-color: #f7dac1;
	margin: 0px;
	padding: 0px;
	color: #1E4858;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
	background-color: #1E4858;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 8pt;
	color: #864403;
	font-family: Verdana, arial, serif;
	background-color: #F5E7D9;
}

/* 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: #562702;
	font-family: Verdana, arial, serif;
	background-color: #FCEBDA;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{	
background-image:url(images/rohanbar.jpg);
	height: 1px;
	border: 0;
	color: #F9EEE4;
/*	background-color: #1D3F0B; */
}

/* topic posts bar ruler */
tpbr, .tpbr
{	
	color: #f7dac1;
	font-family: Verdana, arial, serif;
	background-image:url(images/rohanbar.jpg);
}

/* A quote, perhaps from another post. */
.quote
{
	color: #241101;
	background-color: #F7DAC1;
	border: 1px solid #623004;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #241101;
	background-color: #F7DAC1;
	border: 1px solid #E6C2A0;
	padding: 1px;
	font-family: Verdana, arial, serif;
	font-size: 8pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #153141;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: #A35217;
	font-weight: bold;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #1A0B00;
	font-weight: bold;
	color: #F1D6C5;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #241100;
	background-color: #EBCAA3;
}
.windowbg2
{
	color: #241100;
	background-color: #D4B798;
}

/* 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, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	/*color: #F7DAC1; */
	font-style: normal;
  background-image:url(images/rohanbar.jpg); background-repeat: repeat;	height:26px;
}

.titlebg a:hover
{
	color: #060300;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg2
{
	font-weight: bold;
	background-color: #632321;
	color: #f7dac1;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.titletxt
{
	color: #f5b31f;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #A67846;
}

/* This is the border for the header cell which has the header image in it */
.borderhead
{
	background-color: #F5B31F;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #B3752C;
	background-color: #F2E0CB;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 8pt;
	font-family: Verdana, arial, serif;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 10pt;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headerbodies
{
	border: 1px solid #A66439;
	background-color: #D4B798;
	background-repeat: repeat-x;
	background-position: bottom;
}
.back1
{
	background-color:#F1E1D2;
}
.headertext
{
	font-size: 10pt;
}
.logo
{
	width: 280px;
	height: 90px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #1A1914;
}
/* This is used for the cell that the header forum image is in */
.headercell
{
	background-color: #1d3f0b;
}
/* These are used primarily for info box bars */
.infobarbg
{
	color: #f9f1dc;
	font-style: normal;
	background-color: #1d3f0b;
}
/* This is the outline for the infobox */
.infooutline
{
	color: #f9f1dc;
	font-style: normal;
	background-color: #F5B31F;
}
/* No image should have a border when linked */
a img{
border: 0;
}
