/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	font-family: helvetica, arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #efb;
	font-size: 1.7em;
}
a.nav:hover
{
	color: #D0DDA3;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #DDDDDD;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* 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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0px none;
	color: #DDDDDD;
	background-color: #666666
}

/* No image should have a border when linked */
a img
{
	border: 0px none;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #A7AA99;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #A7AA99;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* 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%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: #A7AA99 url('images/titlebg.jpg') repeat-x;
	padding-left: 10px;
	padding-right: 10px
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td
{
	background: #656C4A url('images/catbg.jpg') repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px
}
.catbg2, tr.catbg2 td
{
	background: #A1BFD9 url('images/catbg2.jpg') repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 100%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #ccc;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #ccc;
	text-decoration: none;
	font-size:  10px;
	font-family: verdana, sans-serif;
	padding: 5px 10px 5px 10px;
}

.maintab_first, .mirrortab_first {
	display: none;
}

.maintab_back, .mirrortab_back {
	background: url('images/catbg.jpg') repeat-x;
	color: #ccc
}

.maintab_last, .mirrortab_last {
	display: none;
}

.maintab_active_first, .mirrortab_active_first {
	display: none;
}

.maintab_active_back, .mirrortab_active_back {
	background: url('images/titlebg.jpg') repeat-x;
}

.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #ccc;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: white;
	text-decoration: none;
}


/* 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, h2, h3, p, pre, blockquote, form, fieldset, ul, ol {
	margin: 1em 0; /* give me back my basic margins */
	}
	
body {font: 65% 'Lucide Grande', Verdana, Arial, Sans-Serif; 
	color: #ddd;
	background: #656C4A;
	text-align: center;
	margin: 0;
	padding: 0;
	outline: none;
	}
	

/* links  and fonts */
a:link, a:active, a:visited {color: #efb;}
a:hover {color: #d0dda3;}
a {text-decoration: none;}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #efb;
	}
	
h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}

.chrondate {color: #3f3f3f; padding-left: 0.5em;}
.chrondate a {color: #3f3f3f;}
.chrondate a:hover {color: #d0dda3;}
	
/* shelf & navigation */
#shelfwrap {
	background: #656C4A;
	}
	
#shelf {
	color: #d6ddbc;
	background: #656C4A url('images/shelf_right.jpg') no-repeat top right;
	text-align: left;
	width: 60em;
	min-height: 270px;
	margin: 0 auto;
	line-height: 1.5em
	}

	#shelf .left {
		width: 28em; 
		padding: 0 0.5em 0.5em;
		}
		
		ul#navigation {
			margin: 0;
			padding: 0 0 1em 0;
			list-style: none;
			}	
			
		#navigation li {
			background: url('images/dot.gif') repeat-x 0.7em 0;
			}
			
		#navigation li a {
			float: left;
			background: #646B4A;
			padding: 0 0.2em 0 0;		
			}
			
		ul#navigation li span {
			float: right;
			padding: 0 0.2em;
			background: #646B4A;
			}
			
		ul#navigation li br {
			clear: both;
			}
		
	#shelf .right {
		width: 27em; 
		padding: 0 0.5em 0.5em;
		}
		
		ul#menu {
			margin: 0;	
			padding: 0;	
			list-style: none;	
			}
			
		#menu li {
			background: url('images/li.gif') no-repeat 0 0.3em;
			padding-left: 15px;	
			margin-left: 4px		
			}
			
#shelfbreak {
	background: #656C4A;
	height: 1em;
	}
	
#searchbar {
background: url('images/searchbg.jpg') no-repeat top left;
display: block; 
height: 41px;
width: 280px;
margin-left:-0.2em; margin-right:0; margin-top:0; margin-bottom:0; padding-left:1em; padding-right:0; padding-top:0.2em; padding-bottom:0
}

	#searchform div {
	padding: 0.2em 0 0 0;
	}
	
		#searchform span {
		margin-left: 3.6em;
		}
	
	#search {
	width: 140px;
	border: 1px solid #333;
	background: #333;
	font-size: 1em;
	font-family: 'Lucide Grande', Verdana, Arial, Sans-Serif;
	color: #eee;
	}
	
/* top banner */
#banner {
	background: #333 url('images/lawn.jpg') repeat-x top left;
	height: 15em
	}
	
	#foliage {
		margin: 0 auto;
		background: url('images/foliage.gif') no-repeat top left;
		display: block;
		width: 70em;
		height: 16em
		}
	
	#pull a {	
		float: right;
		display: block;
		width: 105px;
		height: 146px;
		text-indent: -9999em;
		background: url('images/pull.jpg') no-repeat top right;
		outline: none;
		}
		
	#pull a:hover {
		background: url('images/pull.jpg') no-repeat bottom right;
		}
		
/* main content area home and index */
#top {background: #333;}

#content {
	width: 90em;	
	margin: 0 auto 0;
	padding: 0 0 6em 0;
	text-align: left;
	line-height: 1.5em;
	}
	
	.post { 
		padding: 0 0 1.5em 0;
		}
		
	.entrymeta {
		font-size: 0.9em;
		margin: -1.7em 0 2em 0;
		text-transform: lowercase;
		}
		
	.entry {} 
		
	.entry ul li, .mulch ul li {
		background: url('images/li.gif') no-repeat 0 0.3em;
		padding-left: 1.5em;
		margin-left: 2.2em; list-style-type:none
		}
		
	.entry ol, .mulch ol {
		margin-left: 3.5em;
		}
		
	.entry li, .mulch li {
		padding-bottom: 0.3em;
		width: 423px;
		font-size: 1em;
		}
	
	.entry blockquote, .mulch blockquote {
		margin-left: 3.9em;
		color: #8f8f8f;
		width: 423px;
		}
		
	.entry strong, .mulch strong {
		color: #efb;
		}
		
.returnhome {
	float: right;
	}
	
/* single post pages and comments */
.commentnote {
	color: #B3BE82;
	padding: 0.5em 0.3em 0 0.9em;
	}

#singlecontent {
	width: 75em;
	margin: 0 auto;
	padding-bottom: 3em;
	text-align: left;
	line-height: 1.5em;
	}
	
	#singlecontent .post {	
		float: left;
		width: 45em;
		}
		
#relatedposts {margin: 0; padding: 0;}
	
#relatedposts h3 {margin: 0;}
#relatedposts ul {margin: 1em 0 0 0;}
		
#commentscolumn {
	color: #d6ddbc;
	float: right;
	width: 28em;
	background: #656C4A url('images/snippet_right.gif') no-repeat bottom right;; margin-left:0; margin-right:0; margin-top:2em; margin-bottom:3em
	}
	
	.comments {
		color: #d6ddbc;
		margin: 0;
		background: url('images/snippet_left.gif') no-repeat -1px;; padding-left:9px; padding-right:9px; padding-top:9px; padding-bottom:0
		}
		
#commentwrap {
	float: left;
	margin:0;
	padding-bottom: 3em;
	}
	
	#commentform small {color: #555;}
	
.commentlist {}
	
	.commentlist li {
		list-style: none;
		border-top: 1px solid #717a50;
		padding-top: 0.3em;
		}
		
	.commentlist .alt {}
		
	.author .commententry {
		background: url('images/author.gif') no-repeat top right;
		}
		
	.commententry {
		padding: 0 0.8em 0 0.9em;
		overflow: hidden;
		}
		
	.commententry blockquote {color: #B3BE82; margin-left: 1em;}
		
#author, #email, #url, #comment {font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	background: #333;
	border: 1px solid #555;
	color: #ddd;
	
	
	padding: 2px;
	}

#author, #email, #url {width: 185px;}	
#comment {width: 436px; height: 125px; overflow: auto; font-size: 10px;}
#submit {background: #656C4A; border: 1px solid #d6ddbc; color: #d6ddbc; font-size: 11px; padding: 0 1em;}
		
/* bottom content area */
#footercontent {
	background: #656c4a url('images/bottom_wrap.gif') repeat-x top left;
	line-height: 1.5em; margin-left:0; margin-right:0; margin-top:0; margin-bottom:-1em
	}
	
	#bottomwrap {
		background: url('images/bottom_right.jpg') no-repeat top right;
		width: 80em;
		text-align: left; margin-left:auto; margin-right:auto; margin-top:-1.4em; margin-bottom:0
		}	
		
	#bottomcontent {
		color: #d6ddbc;
		width: 80em;
		height: 250px;
		margin: 0 auto;
		padding-top: 5em;
		}
		
#footer {
	color: #d6ddbc;
	width: 80em;
	margin: 2em auto 0;
	text-transform: lowercase;
	}
		
/* misc and images */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.center {text-align: center;}