/* Normal, standard links. */
a:link, a:visited
{
	color: #4e601a;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #7e8f3c;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #2d2d2d;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #5c5c5c;
	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: #2d2d2d;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #2d2d2d;
	font-family: verdana, sans-serif;
	background-color: #f6f9e9;
	border: solid 1px #ececec;
}

/* 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: #2d2d2d;
	font-family: verdana, sans-serif;
	background-color: #f6f9e9;
	border: solid 1px #ececec;
}

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

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

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

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #2d2d2d;
	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: #2d2d2d;
	background-color: #e5eec4;
}
.windowbg2
{
	color: #2d2d2d;
	background-color: #f6f9e9;
}
.windowbg3
{
	color: #2d2d2d;
	background-color: #f6f9e9;
}
.windowbg3 a
{
	color: #536321;
}
.windowbg3 a:hover
{
	color: #9eb14b;
}


/* 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: #525252;
	background-color: #ffffff;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #6a7832;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #677531;
	background-image: url(images/catbg.gif);
	color: #ffffff;
}
.catbg a:link
{color: #ffffff;}

/* The borders around things. */
.bordercolor
{
border: 1px solid #ececec;
background-color: #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;
}
/* Tamuril's Additional SMF Forum Styles
http://www.tamurilart.com/ */
#container { 
	background-color:#ffffff;
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
	text-align: left;
}
body
{
	text-align: center;
	background-color:#000000; 
	margin: 0px;
	padding: 0px;
}
.headerbg
{
	background-image:url(images/header-background.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}
.headerbg a
{
color: #cdc498;
}
.navbg {
background-image:url(images/nav-background.gif);
background-repeat: repeat-x;
}
.bgdescription {
background-color: #e5eec4;
}
#spellview {color:#525252; background-color: #e5eec4; text-align: left;}
.copyrightfooter
{margin: 0 auto; background-color:#e5eec4; color:#ffffff; text-align: center;}
.copyrightbg
{background-color: #f6f9e9;}
.userinfo
{margin: 0 auto; border: 1px solid #ececec; background: #ffffff; margin-top: 5px; }