/* --------------------------------
   General
----------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #2a2205 url('../images/wood-bg.jpg');
	background-attachment:fixed;
	color: #81795e;
	font: normal 1.2em Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 34px;
}

small,.small {font-size: 0.9em;}

a {
	color: #EEC;
	text-decoration: none;
}
a:hover {
	color: #FFA;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote, code {
	background: #4A4A4A;
	border: 1px solid #333;
	color: #BBB;
	display: block;
	margin-bottom: 12px;
}
code {
	font: normal 0.9em Verdana,sans-serif;
	line-height: 1.5em;
	padding: 8px 14px;
}
blockquote {
	background: #4A4A4A url('../images/quote.gif') no-repeat left top;
	padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}

.votd {
	font: normal 12px Arial ,sans-serif;
	color: #81795e;
	background: none;
	border-top: #2a2205 1px solid;
	padding: 8px;
	line-height: 1.5em;
	}
	
.highlight {
	font: normal 12px Arial ,sans-serif;
	color: #81795e;
	background: none;
	border: #2a2205 1px dashed;
	padding: 8px;
	line-height: 1.5em;
	}

.gallery img {
	border: #1d1607 4px solid;
	margin-left: 3px;
	margin-bottom: 3px;
	}

.gallery img:hover {
	border: #2a2205 4px solid;
	margin-left: 3px;
	margin-bottom: 3px;
	}	
	


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
h2 {color: #FFA;font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* ----- Main layout ----- */

#wrapper {
	margin: 0 auto;
	width: 730px;	
	}

#container {
	padding: 8px;
	}

#content {
	}

#logo {
	background:none;
	margin: 0 auto;
	padding: 12px 20px;
	}

#header {
	height: 160px;
	background: url('../images/header.png') no-repeat;
	}


/* --------------------------------
   Form
----------------------------------- */
input select,textarea { 
	color:#FFA;
	background: #000000 url('../images/bottom.jpg') repeat;
	vertical-align: middle; 
	border: 1px dashed #2a2205;
	}
input, textarea { 
	color:#FFA;
	background: #000000 url('../images/bottom.jpg') repeat;
	padding: 2px 2px; 
	margin: 0; 
	border: 1px dashed #2a2205;
	margin-right: 20px;
	}
	
.formbutton{
	background: none;
	cursor:pointer;
	color:#FFA;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight:bold;
	border: none;
	}
	
.formbutton:hover{
	text-decoration: underline;
	}

/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #000000 url('../images/navigation.jpg') repeat-x;
	padding-left: 30px;
	}
	
.navigation ul {
	display: inline; 
	padding-left: 30px;
	}

.navigation ul li {
	background: #000000 url('../images/navigation.jpg') repeat-x;
	border-right: 0px solid #ffffff;
	float: left;
	list-style: none;
}
.navigation a {
	color: #ffffff;
	display: block;
	font: bold 11px Arial,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #353535 url('../images/navigation-over.jpg') bottom center no-repeat;
	color: #E5E5D5;
	text-decoration: none;
}
.navigation a.active  {
	background: #353535 url('../images/navigation-over.jpg') bottom center no-repeat;
	color: #EEE;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main-content {
	color: #81795e;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
	background: #000000 url('../images/bottom.jpg') repeat;
	border-top: 1px solid #2a2205;
	color: #AAA;
	padding: 16px;
}
#bottom ul li {
	border-top: 1px solid #2a2205;
}
#bottom ul li a {
	color: #81795e;
	display: block;
	padding: 4px 6px;
}
#bottom ul li a:hover {
	background: #1d1607;
	color: #FFC;
	text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: url('../images/footer.png') bottom left no-repeat;
	border-top: 1px solid #2a2205;
	color: #FFA;
	font-size: 10px;
	padding: 10px 12px;
}
#footer a {color: #FFA;}
#footer .right,#footer .right a {color: #FFA;}
#footer a:hover {color: #FFA;}


/*----- Floats ------ */

.left {
	float: left;
	}

.right {
	float: right;
	}
	
.right-img {
	float: right;
	padding-left: 10px;
	}
	
.left-img {
	float: left;
	padding-right: 10px;
	}

.clear,.clearer {
	clear: both;
	}

.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
	}
	
.clearer {
	height: 0;
	}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Icons */
span.comment {background: url('../images/icon_comment.gif') no-repeat left center; padding-left: 18px;}

/* Label */
.label {
	background: #222 url('../images/post_top.gif') repeat-x left top;
	border-bottom: 2px solid #555;
	color: #BBB;
	margin: 0;
	padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/*----- Content ----- */

.content-header {
	background: #2a2205 url('../images/title.jpg') left top no-repeat;
	padding: 10px 16px 10px;
	}
	
.content-title h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
	claer: both;
	}
	
.content-body {
	background: #1e1707 url('../images/highlight.png') bottom left no-repeat;
	padding: 16px 16px 0;
	line-height: 1.5em;
	}
	
.content-body h2{
	clear: both;
	}
	
	
.content-body ul {
	padding-left: 25px;
	line-height: 1.5em;
	list-style: square;
	}
	
.content-body img {
	padding-right: 10px;
	padding-bottom:10px
	}

#donate {
	position: absolute;
	margin-left: -90px;
	margin-top: 85px;
	}
	
.rss {
	position: absolute;
	clear: both;
	margin-left: 660px;
	margin-top: 13px;
	}




/* Seachform */
table.search {
	border-collapse: collapse;
	width: 250px;
}
table.search td {vertical-align: top;}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #666;
	border: 1px solid #444;
	padding: 2px;
}
.comment_author {
	color: #EEE;
	padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
	border-bottom: 1px solid #333;
	border-top: 1px solid #505050;
	list-style: none;
	padding: 8px 10px 1px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #444;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #999;
	font-size: 0.9em;
	padding-top: 4px;
}
.nicelist .date a {
	color: #BBB;
	text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}


/* ----------------------------------------
   Archives
------------------------------------------- */


.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 200px;  overflow: hidden}
		.csw .loading {margin: 75px 0 200px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 680px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 680px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			visibility: hidden;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 60px;
			margin-left: -50px;
			margin-right: -50px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/left-arrow.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/right-arrow.png") no-repeat center;
		}
		

