/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #44443f; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

		.custom #page { background: #fff; }
		
/*---:[ end Set 1 ]:---*/

.custom a:link, .custom a {
	color:#3D5201;
}
/* remove vertical gray line*/
.custom #content_box {
	background-image:none;
}
/* -------------- :[  HEADER   ]: --------------*/
/*kristarella*/
/*.custom #title_area {
	background:transparent;
	padding:0;
	border-bottom:1px solid #fff;
}*/
.custom #header {
	border-bottom:none;
	padding: 0;
	height:166px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}
/*post headers*/
.custom h2 a {
	font-weight: bold;
}
.custom h2 a:hover {
	color: #a22d1c;
	text-decoration: underline;
}
/*begin nav area*/
.custom #tabs {
	background:#955309;
}
.custom ul#tabs {
	border-bottom:none;
	border-left:none;
	float: left;
	width: 100%;
}
.custom ul#tabs li {
	border-width:0;
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
.custom ul#tabs li a {
	color: #fff;
	width: 210px;
	text-align:center;
	text-decoration:none;
	padding: 0.65em 0;
}
.custom ul#tabs li a:hover {
	background-color: #4b371f;
}
.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
	color: #FFFFFF;
	background-color: #763f09;
}
/* end nav area*/

/* -------------- :[  MAIN CONTENT AREA   ]: --------------*/
.custom .format_text .drop_cap {
color:#111111;
}
.custom .text_indent {
text-indent: 2.3em;
}

.custom .format_text p.note {
background:#F7F3E2 none repeat scroll 0 0;
border:1px solid #DDCE93;
margin-bottom:1.571em;
padding:0.571em 0.786em;
}
/* -------------- :[  SIDEBAR   ]: --------------*/
.custom .sidebar {
	background-image: url(images/bg_chiffon.gif);
	background-repeat: repeat-y;
}
.custom .sidebar h3 {
	color: #4f2201;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.custom .sidebar a {
	color:#3D5201;
	text-decoration:none;
}
.custom .sidebar a:hover {
	color:#A22D1C;
	text-decoration:underline;
}
/* -------------- :[  TEASERS  ]: --------------*/
.custom .teaser h2 {
	font-size: 1.6em;
	line-height: 1.375em;
	font-weight:bold;
}
.custom .teaser .format_teaser {
	font-size: 1.3em;
	line-height: 1.538em;
}
/* -------------- :[  FOOTER   ]: --------------*/
.custom #footer_area {
	background:#A19C76;
	padding:0.5em 0;
	border-top:1px solid #858061;
	color: #D4CAA7;
}
.custom #footer {
	border-top:0;
	color: #D4CAA7;
}
