body
{
	background-color: #444444;
	margin: 0px;
	padding: 0px;
}
body, input, td, submit, option, button
{
	font-family: Verdana;
	font-size: 13px;
}

a
{
	color: #CC6600;
}
a:hover
{
	color: #cc3300;
	text-decoration: none;
}
a:visited
{
	color: #666666;
}
#page
{
	width: 950px;
	margin: 0 auto;
	background-color: #FEFDF8;
}
/* Header */
#header
{
	width: 100%;
	background-color: #000;
	position: relative;
	height: 31px;
	padding-top: 3px;
}
#header ul#nav 
{
	margin: 0px;
	padding: 0px;
}
#header #nav li
{
	display: block;
	float: left;
	padding: 3px 8px 12px 8px;
	border-right: 1px solid #ccc;
}
#header #nav a
{
	color: #A05000;
	font-weight: bold;
	text-decoration: none;
}
#header #nav a:hover
{
	color: #cc3300;
}

#header #nav li li
{
	display: none;
	float: left;
}
#header .search
{
	width: 130px;
	position: absolute;
	right: 110px;
	text-align: right;
}
#searchform label
{
	display: none;
}
#searchform #s
{
	width: 100px;
	height: 20px;
	padding: 0px;
	border: 1px solid #999;
	margin-top: 0px;
}
#searchsubmit
{
	background-color: #EEEEEE;
	border: 1px dotted #999;
	font-size: 10px;
	height: 22px;
	margin: 0px;
	padding; 0px;
	position: absolute;
	width: 29px;
	text-align: left;
}

#header .social
{
	text-align: right;
	width: 100px;
	position: absolute;
	right: 10px;
	padding-top: 5px;
}
#header .social img
{
	border: 0px;
}
/* Content */

.content
{
	width: 100%;
	padding: 0 20px 0 20px;
}

.content h1
{
	font-family: Georgia;
	font-size: 21px;
	color: #654023;
}
.content h2
{
	font-family: Georgia;
	font-size: 18px;
	color: #654023;
}
.content h3
{
	font-family: Georgia;
	font-size: 16px;
	color: #654023;
}
.content h4
{
	font-family: Georgia;
	font-size: 14px;
	color: #654023;
}

/* SideBar */
td.sidebar
{
	
}

#sidebar
{
	border-left: 1px dotted #cFc8c1;
	margin: 20px;
	width: 200px;
	padding-left: 20px;
}

#sidebar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li
{
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#sidebar li ul
{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.sidebar h2
{
	font-family: Georgia;
	font-size: 15px;
	color: #663333;
	margin: 13px 0 4px 0;
}
.sidebar a
{
	font-weight: bold;
}
#sidebar li ul a
{
	font-weight: normal;
}

.sidebar a:visited
{
	color: #666666;
}

/* Footer */

#footer
{
		position: relative;
		border-top: 1px dotted #cFc8c1;
		padding-top: 20px;
		margin-top: 20px;
}
#footer .nav
{
	left: 90px;
	top: 70px;
	position: absolute;
}
#footer .logos
{
	position: absolute;
	right: 70px;
	top: 20px;
}
#footer .logos img
{
	border: 0px;
}

#footer .wheat
{
	padding-top:20px;
}
/* General Use Classes */
.clear
{
	clear: both;
}


/*  Posts */
.navigation
{
	display: block;
	padding-top: 30px;
	width: 100%;
}
.postdate
{
	font-size: 10px;
}
.postdetail
{
	font-size: 10px;
	margin-top: 20px;
}

.breadcrumbs
{
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	width: 100%;
}

div.searchresult
{
	margin-bottom: 20px;	
}
.searchresult .header
{
	font-size: 17px;
	font-weight: bold;
	font-family: Georgia;
}
.searchresult .date
{
	font-size: 11px;
	font-style: italic;
}
.searchresult .excerpt
{
	height: 110px;
	overflow: hidden;
}
