/*	Faraway CSS	*//* =================== 1.0 GLOBAL ITEMS ================================ *//* ------------------- 1.1 housecleaning ----------------- */html, body, form {	margin:0;	padding:0;}a img {	border:0;}.clear{clear:both;} /* generic clearing class used to stretch bgs *//* ------------------- 1.2 Outer structural parts -------- */body {
	color:#5c3f00;
	font-family:Georgia, "Times New Roman", Serif;
	font-size:11px;
	text-align:left;
	background:url(img/overall-bg.jpg) bottom left no-repeat;
	}

#header {
	width:600px;
	height:210px;
	margin:0 0 0 150px;
	text-align:center;
	background:url(img/header-bg.jpg) top left no-repeat;
	position:relative;
	}

h1, h2, h3, h4 {
	}

h1 {

	}

h2 {

	}

h3 {

	}

h4 {

	}	

a {
	color:#5c3f00;
	font-family:Georgia, "Times New Roman", Serif;
	font-size:11px;
	text-decoration:underline;
}

a:hover {
	color:#000000;
}

/* --------------------- 1.3 Header junk ---------------------*/

h1#logo {
	position:absolute;
	top:0;
	left:175px;
	width:250px;
	height:210px;
	margin:0;
	padding:0;
}

h1#logo a {

}

ul#followmenu {
	list-style:none;
	position:absolute;
	margin:0;
	padding:0;
	right:10px;
	top:75px;
}

ul#followmenu li {
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
	float:left;
}


/* ---------------------- 1.4 Main menu ----------------------- */

ul#mainmenu {
	position:absolute;
	margin:0;
	padding:0;
	top:115px;
	list-style:none;
	right:-215px;
	text-align:left;
}

ul#mainmenu li {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}

ul#mainmenu li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#3f2200;
	font-size:20px;
}


ul#mainmenu li #twtr-widget-1 a {
	text-transform:none;
	text-decoration:none;
	color:#3f2200;
	font-size:11px;
}


ul#mainmenu li a:hover {
	text-decoration:underline;
	color:#000000;
}

/* ---------------------- 2.0 content ------------------------- */

div#content {
	width:600px;
	min-height:500px;
	margin:0 0 320px 150px;
	clear:both;
	padding:0;
	background:url(img/content-bg.jpg) bottom left no-repeat;
	line-height:20px;
}



div#content p {
	line-height:20px;
}

div.entry {
	background:url(img/spacer.jpg) bottom center no-repeat;
	margin:0 30px 15px 30px;
	padding:20px 0 40px 0;
	width:535px;
	display:block;
	
}

h2.headline {
	font-size:18px;
	color:#5c3f00;
	clear:both;
	margin:0 auto 30px auto;
	text-align:center;
}

h3.byline {
	font-size:11px;
	text-transform:uppercase;
	margin:0 auto 15px auto;	
	text-align:center;
}

span.dropcap {
}

#content .belt {
	background:url(img/belt.jpg) top left no-repeat;
	width:580px;
	height:8px;
	margin:10px;
}

