/* layout */

body.custom {
	background: #7F653D url(images/body-bg.png) repeat-x top left;
	color: #444;
}

.custom #header {
	float: left;
	background-color: #f2e9b8;
	padding: 0 15px 15px;
	border-top: 1px solid #593521;
	border-left: 1px solid #593521;
	border-right: 1px solid #593521;
}

.custom #content_box {
	background-color: #f2e9b8;
	padding: 0 15px;
	border-left: 1px solid #593521;
	border-right: 1px solid #593521;
}

.custom #footer {
	background-color: #f2e9b8;
	padding: 0 15px;
	border-left: 1px solid #593521;
	border-right: 1px solid #593521;
	border-bottom: 1px solid #593521;
	border-top: none;
}

/* some general stuff */

.custom a, .custom a:visited { color: #622F4E; }
.custom a:hover { }
.entry { font-size: 1.6em; }

/* div#header div#masthead */

.custom #masthead h1 {
	border-top: none;
	float: left;
	padding-bottom: 0;
}

.custom #masthead h1 a,
.custom #masthead h1 a:visited,
.custom #masthead h1 a:hover {
	color: black;
	display: block;
	overflow: hidden;
	width: 531px;
	height: 1px;
	padding-top: 100px;
	background: #FFF url(images/header-h1.png) no-repeat top left;
}

.custom #masthead h3 {
	margin-left: 15px;
	margin-bottom: 0;
	float: left;
	display: block;
	overflow: hidden;
	width: 92px;
	height: 1px;
	padding-top: 86px;
	background: #E0D7AB url(images/header-h3.png) no-repeat bottom left;
}

/* div#header ul#nav */

.custom ul#nav {
	background: transparent none;
	padding: 0 0 0 40px;
	margin: -23px 0 0;
	border-bottom: 15px solid #622F4E;
	width: 730px;
	position: relative;
}

.custom ul#nav li {
	padding:0.85em 14px 0.7em 0;
}

.custom ul#nav li a,
.custom ul#nav li a:visited {
	color: #666;
}

.custom ul#nav li a:hover {
	color: #622F4E;
	text-decoration: none;
}

.custom ul#nav li.current_page_item a,
.custom ul#nav li.current_page_item a:visited,
.custom ul#nav li.current_page_item a:hover {
	cursor: default;
	color: #622F4E;
	text-decoration: none;
}

/* div#content_box div#content */

/*

.custom #post-21 .entry {
	background: #F2E9B8 url(images/entry-bg.png) no-repeat scroll top right;
	min-height: 250px;
}

*/

.custom h2 a,
.custom h2 a:visited {
}

.custom h2 a:hover {
	text-decoration: underline;
}

.custom .pages h2,
.custom h2.page_header,
.custom .posts h2 {
	background: transparent none;
	padding-bottom: 0px;
	font-size: 4em;
	line-height: 1em;
	margin-bottom: 5px;
}

.custom .posts h2 {
	font-size: 2.8em;
}


.custom .posts h4 {
	color: #444;
}

.custom .posts h4 a:hover {
	color: #622F4E;
}

.custom .entry img,
.custom .entry .gallery img {
	border: none;
}

.custom .rule {
	background: transparent none;
}

/* contact form */

#wpcf {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	padding-right: 5px;
}

#wpcf input#wpcf_your_name,
#wpcf input#wpcf_website,
#wpcf input#wpcf_email {
	float: right;
	width: 300px;
	margin-top: 0;
}

#wpcf textarea {
	margin-top: -26px;
	float: right;
	width: 306px;
}

#wpcf input {
	margin-top: 3px;
}

#wpcf input#contactsubmit {
	float: right;
}

/* div#sidebar */

.custom #sidebar {	
}

.custom li.widget h2 {
	border-top: none;
	border-bottom: 1px solid #622F4E;
	background: transparent none;
	margin: 0;
	color: #444;
}

.custom li.widget ul {
	margin-left: 0;
	padding-left: 0;
}

.custom li.widget ul li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.custom li.widget ul li a,
.custom li.widget ul li a:visited {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted #444;
}

.custom li.widget ul li a:hover {
}

/* div#footer*/

.custom div#footer {
}

.custom #footer p {
	text-align: center;
	color: #444;
}

.custom #footer a:link,
.custom #footer a:visited,
.custom #footer a:hover {
	color: #622F4E;
}