/* ---------------------------------------- GLOBAL SETTING ------------------------*/
body, ul, li, h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}
body {
	background-color: #5A310E;
	color: #E9BA62;
	text-align: center;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	color: #E9BA62;
	border-bottom: 1px dashed #C48235;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	border-bottom: none;
	text-decoration: underline;
}
img {border: 0;}

/* ---------------------------------------- LAYOUT ------------------------*/
#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 330px;
	height: 250px;
	margin-left: -165px;
}
#content {
	padding: 320px 120px 20px 120px;
}
#post {
	width: 300px;
	float: left;
	padding-right: 20px;
}
#recent {
	width: 180px;
	float: left;
}
#post_wide {
	width: 500px;
}

#sidebar {
	margin: 25px 0;
	clear: both;
}
#navigation {
	position: absolute;
	top: 270px;
	left: 50%;
	width: 330px;
	height: 250px;
	margin-left: -165px;
}
#footer {
}

/* ---------------------------------------- CONTAINER ------------------------*/
#container {
	background: #000 url(images/fte_bg_twin.jpg) -200px top no-repeat;
	border-left: 1px solid #E9BA62;
	border-right: 1px solid #E9BA62;
}

/* ---------------------------------------- HEADER ------------------------*/
#header {
	background: url(images/fte_headerlogo.jpg) center top no-repeat;
}
h1 span {
	display: none;
}

/* ---------------------------------------- CONTENT ------------------------*/
#content {
	background: url(images/fte_bg_twin.jpg) 540px top no-repeat;
}

/* ---------------------------------------- POST ------------------------*/
#post {
}
h2.post_home {
	width: 255px;
	height: 20px;
	background: url(images/fte_title_update.jpg) left top no-repeat;
	margin-bottom: 20px;
}
h2.post_profile {
	width: 255px;
	height: 20px;
	background: url(images/fte_title_profile.jpg) left top no-repeat;
	margin-bottom: 20px;
}
h2 span {
	display: none;
}
h3.no_date {
	margin-bottom: 20px;
}

.post_head h3 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #C48235;
}
.post_head h3 a:link, .post_head h3 a:visited {
	border-bottom: none !important;
	text-decoration: none;
}
.post_head h3 a:hover {
	border-bottom: none !important;
	text-decoration: none;
}
.post_date {
	margin-bottom: 5px;
	color: #C48235;
	font: 10px/16px Arial, Helvetica, sans-serif;
}

.post_body {
	margin-bottom: 20px;
}
.post_body p {
	margin-bottom: 20px;
}

#recent {
}
#recent h3 {
	width: 140px;
	height: 20px;
	background: url(images/fte_title_prev.jpg) left top no-repeat;
	margin-bottom: 20px;
	font-size: 1px;
	color: #000;
}
#recent ul {
	margin-left: 20px;
}

/* ---------------------------------------- SIDEBAR ------------------------*/
#sidebar {
}
#journal {
	padding-bottom: 20px;
}
#journal h2 {
	width: 145px;
	height: 20px;
	background: url(images/fte_title_journal.jpg) left top no-repeat;
	margin: 20px 0 10px 0;
}

#journal ul {
	margin-left: 20px;
}

#metal_feed_container {
}
.metal_feed {
	width: 210px;
	float: left;
	margin: 10px 25px 10px 0;
}
.metal_feed hr {
	margin-bottom: 20px
}
.metal_feed h4 {
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	margin-bottom: 10px
}

h2.metal_feed_title {
	width: 300px;
	height: 20px;
	background: url(images/fte_title_feed.jpg) left top no-repeat;
	margin: 20px 0 10px 0;
}

#links {
	padding-bottom: 20px;
}
#links h2 {
	width: 145px;
	height: 20px;
	background: url(images/fte_title_links.jpg) left top no-repeat;
	margin: 20px 0 10px 0;
}
#links h2 span {
	display: none;
}
#links ul {
	margin-left: 20px;
}

#flickr {
	margin-top: 20px;
}
#flickr h2 {
	width: 140px;
	height: 20px;
	background: url(images/fte_title_flickr.jpg) left top no-repeat;
	margin-bottom: 10px;
}

#flickr img {
	background-color: #E9BA62;
	padding: 1px;
	margin: 4px;
	width: 65px;
	height: 65px;
	float: left;
}

.link_back {
	text-align: center;
}

#journal h2 span, h2.metal_feed_title span, #flickr h3 span {
	display: none;
}

/* ---------------------------------------- NAVIGATION ------------------------*/
#navigation {
	text-align: center;
}

#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	margin: 10px;
}

/* ---------------------------------------- FOOTER ------------------------*/
#footer {
	text-align: center;
	padding: 20px;
}

/* ---------------------------------------- FIX FUCKIN' FIX ------------------------*/
.clearboth {
	clear: both;
}
#post img, .metal_feed img {
	background-color: #E9BA62;
	padding: 1px;
}
