@charset "utf-8";
/* CSS Document */

body, html {margin: 0; padding: 0; height: 100%;}

body {
	background: #faf3e3 url(images/background.gif);
	font-family: arial, verdana,  sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #482916;
	}

p {}
a {color: #651F10; font-weight: bold;}
a:hover {color: #9F3E09}

h1, h2, h3 {
color: #78554a;
	font-weight: normal;
	}

h1 {
	margin: 12px 0px;
	font-size: 1.6em;
	padding-bottom: 2px;
text-transform: uppercase;
	}
h2 {
	margin: 12px 0px;
	font-size: 1.6em;
	padding-bottom: 2px;
text-transform: uppercase;
	}
h3 {
	font-size: 1.5em;
	margin-bottom: 0px;
	margin-top: 15px;
	}
h4 {}
h5 {}

hr {
	border: 0;
	border-bottom: 1px dotted #d2c2ae;
	background: transparent;
	}

.clear {clear: both;}

/* -----------------
SECTIONS
--------------------*/

#container {
	width: 770px;
	_width: 775px;
	background: #fff url(images/container_bg.gif) 7px 0px repeat-y;
	margin: 0px auto;
padding: 0px 8px;
padding-bottom: 50px;
	}

#header {
background: #fff url(images/header_bg.gif) bottom no-repeat;
height: 115px;
_background: #fff url(images/header_bg.gif) 0px 5px no-repeat;
padding-top: 5px;
border-bottom: 7px solid #fff;
}

#header img {border: 0px;}

#main {
	clear: both;
	min-height: 300px;
	_height: 300px;
	}

#col1 {
width: 175px;
background: #f2f0ef url(images/col1_top.gif) top left no-repeat;
float: left;
padding-top: 10px;
margin-right: 10px;
text-align: center;
}


#col2 {
width: 585px;
float: left;
}

x#col2 img {display: none;}

	
/* -----------------
MENU
--------------------*/	

#menu { float: right;}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
font-size: 1.3em;
	}

#menu li {
display: inline;
margin: 0px;
	padding: 0px;
	}

#menu a {color: #fff; text-decoration: none;
}
	
#menu a:hover {color: #e8d4aa;}	


/* -----------------
FORMS
--------------------*/	

form .field, form #wpoi_email, form#subscribe input {
border: 1px solid #d2c2b8;
font-size: 1em;
height: 14px;
width: 137px;
margin: 5px 13px 4px 13px;
color: #482916;
padding: 3px;
}

form .button, form#subscribe input.button {
background: #492a17;
border: 1px solid #986242;
padding: 0px 3px 5px 5px;
color: #fff;
font-size: 1em;
height: 20px;
float: right;
margin-right: 18px;
width: auto;
}

#comment {
width: 500px;
height: 100px;
border: 1px solid #d2c2b8;
color: #482916;
font-size: 1em;
font-family: arial, verdana, sans-serif;
}

#submit {
float: right;
margin-right: 82px;
}

/* -----------------
BLOG POSTS
--------------------*/	
.date {
font-size: 10px;
text-transform: uppercase;
margin: 0px;
padding: 0px;
margin-bottom: 15px;
}

h2.title, h2.title a {
text-decoration: none;
font-weight: normal;
color: #492a17;
margin-bottom: -3px;
}

.postmetadata {
font-size: 10px;
}

.post {
margin-bottom: 40px;
clear: both;
}

.post img {
margin: 0px 10px;
border: 2px solid #725628;
}

.alignleft {
float: left;
}

.alignright {float: right;}

.navigation {
margin: 20px 0px;
clear: both;
}

/* -----------------
SIDEBAR WIDGET
--------------------*/	

form {margin: 0px;}

#sidebar ul {
margin: 0px;
padding: 0px;
text-align: left;
xpadding-left: 5px;
}

li.widget {

list-style-type: none;
margin: 0px;
padding: 0px;
}

#sidebar .widget ul {
padding-left: 20px;
}

#quick-subscribe {
padding-top: 0px;
margin-top: -20px;
margin-bottom: 10px;
}

#quick_subscribe_messages {
margin: 0px 15px;
}

#quick-subscribe input {
background: #492a17;
border: 1px solid #986242;
color: #fff;
font-size: 1em;
height: 18px;
padding: 0px 0px 2px 2px;
margin-left: 140px;
}

#quick-subscribe input#QS_user_email_widget {
border: 1px solid #d2c2b8;
font-size: 1em;
height: 14px;
width: 138px;
margin: 5px 13px 4px 13px;
color: #482916;
background: #fff;
color: #000;
padding: 5px;
}