/*
Theme Name: NateWM Green and Brown
Theme URI: http://www.natewm.com
Description: A custom theme for NateWM.com
Version: 0.1
Author: Nathan Moore
Author URI: http://www.natewm.com
Tags: green, brown, elegant
*/

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	background-color: #261d16;
	background-image: url("img/bg.jpg");
	background-repeat: repeat-x;
	color: #e9e8e8;
	line-height: 150%;
}

a
{
	color: #70abe6;
	text-decoration: none;
}

a:visited
{
	color: #e6ab70;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0 none;
	padding: 0;
	margin: 0;
}

p
{
	margin: 0;
	padding: 0;
	margin-top: 1em;
}

h1,h2,h3,h4,h5
{
	font-family: Verdana, sans-serif;
	font-weight: lighter;
	margin-bottom: 0.1em;
}

h1
{
	font-size: 30pt;
}

h2
{
	font-size: 25pt;
}

h3
{
	font-size: 20pt;
}

h4
{
	font-size: 15pt;
}

.hidden
{
	visibility: hidden;
}

#body-container
{
	position: relative;
	width: 100%;
	min-height: 100%;
}

#page-container
{
	width: 970px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 96px;
}

#logo
{
	position: absolute;
	left: 0;
	top: 32px;
}

#searchform
{
	position: absolute;
	right: 0;
	top: 59px;
}

#searchform #s
{
	width: 126px;
	vertical-align: middle;
	border: 1px solid #4d6915;
	background-color: #688e1c;
	color: #ffffff;
}

#searchform #searchsubmit
{
	vertical-align: middle;
}

#menu
{
	width: 100%;
	height: 32px;
	text-align: center;
	vertical-align: middle;
}

#menu ul
{
	margin: 0;
	padding: 0;
	padding-top: 3px;
	vertical-align: middle;
}

#menu ul li
{
	display: inline;
	margin-left: 30px;
	margin-right: 30px;
	list-style-type: none;
	vertical-align: middle;
}

#menu ul li a
{
	color: #ffffff;
}

#menu ul li a:visited
{
	color: #ffffff;
}

#main-area
{
}

#content
{
	width: 776px;
	float: left;
	font-size: 11pt;
	padding-bottom: 3em;
}

.post
{
	background-color: #1b140f;
	background-image: url("img/post_top.jpg");
	background-repeat: no-repeat;
	margin-top: 16px;
	padding: 16px;
}

.post h2, .post h2 a
{
	margin: 0;
	margin-bottom: 0.2em;
	padding: 0;
	color: #a1cc1f;
}

.entry
{
}

.postmetadata
{
	font-size: 8pt;
}

#comments, #respond
{
	margin: 16px;
}

.commentlist
{
	margin: 16px;
	padding: 0;
	font-size: 8pt;
}

.commentlist li
{
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	padding-bottom: 14px;
	background-image: url("img/line.gif");
	background-repeat: repeat-x;
	background-position: bottom center;
	list-style-type: none;
}

#commentform
{
	margin: 16px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment
{
	background-color: #1b140f;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #e9e8e8;
	border-color: #0d0a07;
	border-width: 1px;
	border-style: solid;
}

.navigation
{
	font-size: 10pt;
	height: 10pt;
	margin-top: 8px;
	margin-bottom: 8px;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.center
{
	text-align: center;
	
}

.aligncenter
{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
#sidebar
{
	width: 162px;
	float: right;
	font-size: 11pt;
	text-align: left;
	margin-top: 16px;
	padding-bottom: 3em;
}

#sidebar h2
{
	font-size: 14pt;
}

.sidebar-box, .pagenav, .categories, .linkcat
{
	margin-bottom: 6px;
	padding-bottom: 10px;
	background-image: url("img/line.gif");
	background-repeat: repeat-x;
	background-position: bottom center;
}

.last-sidebar-box
{
	margin-bottom: 6px;
	padding-bottom: 10px;
	text-align: center;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	margin-left: 16px;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

#sidebar li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3em;
	background-color: #0d0a07;
	background-image: url("img/footer_top.jpg");
	background-repeat: repeat-x;
	margin-top: 16px;
	clear: both;
}

#footer-content
{
	width: 970px;
	text-align: justify;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#copyright
{
	padding-top: 16px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10pt;
}

.wp-caption
{
	padding: 10px;
	background-color: #0d0a07;
	text-align: center;
}

.wp-caption-text
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 8pt;
}
