body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg.jpg) top left repeat;
	font-size: 14px;
	color: #413223;
}

#main_wrapper {
	background: url(../images/header_bg.jpg) top left repeat-x;	
}

#header_wrapper {
	width: 980px;
	height: 220px;
	margin: 0 auto;
	background: url(../images/nav_bg.jpg) bottom left repeat-x;	
}

#header {
	height: 163px;
}

#nav {
	height: 45px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#nav ul {
	line-height: 45px;
	list-style: none;
}

#nav ul li {
	display: inline;
}

#nav ul li a, #nav ul li a:visited{
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover{
	text-decoration: none;
	color: #423324;
}

#page_wrapper {
	background: url(../images/page_bg.jpg) top left repeat;
}

#header_gbg{
	height: 140px;
	width: 224px;
	background: url(../images/header_gbg.gif) top left repeat;
	float: right;
	margin-top: 10px;
}

#page {
	
}


/*** Posts ***/


/* entry-content */

h1.entry-title {
	font-size: 26px;
	font-style: italic;
	font-weight: lighter;
	font-family: Georgia, serif;
}

#content h2 {
	font-size: 22px;
	margin: 15px 0;
	font-weight: bold;
}

#content h3 {
	font-size: 20px;
	margin: 20px 0 15px 0;
	font-weight: bold;
}

#content h4 {
	font-size: 15px;
	margin: 10px 0 5px 0;
}

.pageImportant, #important, .important {
	background: url(../images/darker_noise.jpg) top left repeat;
	padding: 10px;
	margin: 10px 0;
}

/**********************/
/****** Homepage ******/
/**********************/


/*** awards ***/

ul#awards {
	padding: 10px;
	list-style: none;
	font-weight: bold;
}

ul#awards li {
	margin: 5px 0 0 0;
	padding: 0 0 10px 20px;
	background: url(../images/star_bullet.jpg) top left no-repeat;
	font-style: italic;
}

/*** featured ***/

ul#featured {
	background: url(../images/darker_noise.jpg) top left repeat;
	padding: 10px;
	list-style: none;
}

ul#featured li.featured_single {
	border-bottom: dashed #a89f81 1px;
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 0;
	font-style: italic;
}

ul#featured li.last{
	border-bottom: none;
}

ul#featured li h2 {
	clear: none;
	font-weight: bold;
} 

ul#featured li a, ul#featured li a:visited{
	color: #413223;
	font-weight: bold;
	text-decoration: underline;
}

ul#featured li a:hover{
	text-decoration: none;
	background-color: #bc9729;
}

ul#featured li .featured_image {
	width: 150px;
	float: left;
	margin-right: 10px;
}

ul#featured li .featured_image img{
	width: 140px;
	height: 110px;
	border: solid #6e5e37 5px;
}

ul#featured li .featured_content {
	width: 280px;
	float: right;
}

ul#featured li .featured_content h2 {
	font-size: 18px;
	margin-bottom: 5px;
	font-style: normal;
}

ul#featured li .featured_content p {
	font-style: italic;
	margin-bottom: 5px;
}

/*** right bar ***/

#important_links ul {
	background-color: #bc9729;
	padding: 10px;
	list-style: none;
}

#important_links ul li {
	border-bottom: dashed #ccab47 1px;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}

#important_links ul li.last{
	border-bottom: none;
} 

#important_links ul li a, #important_links ul li a:visited{
	color: #413223;
	font-weight: bold;
	text-decoration: none;
}

#important_links ul li a:hover{
	text-decoration: underline;
}


/*** Sidebar Search ***/

#searchform {
}

#searchform #s {
	width: 210px;
	border: solid #000 1px;
	padding: 2px;
	height: 20px;
	display: block;
	margin: 0 auto;
}

#searchform #searchsubmit{
	width: 100px;
	display: block;
	margin: 5px auto 10px auto;
}

/*** Footer ***/

#footer_wrapper {
	border-top: solid #bc9729 20px;
}

#footer {
	height: 300px;
	color: #fff;
	padding-top: 20px;
}

#footer a, #footer a:visited {
	color: #bc9729;
}

#footer h3 {
	font-size: 20px;
	margin: 10px 0;
	color: #fff;
}

#footer #site-info p#copy {
	/*font-weight: bold;*/
}