/* Body & Wrapper */
body {
	background: #503c2e;
	margin: 0 auto 0;
	font-family: sans-serif;
	font-size: 12px;
	}
	
.entire {
	width: 800px;
	margin: 0 auto 0 4px;
	background: #a7855d;
	float: left;
	}
	
h1, h2, h3, h4 {
	letter-spacing: .05px;
	margin: 15px 0 0;
	font-weight: normal;
	}
	
h1 {
	color: #2b2218;
	font-size: 30px;
	}

h2 {
	font-size: 24px;
	}
	
h4 {
	font-size: 14px;
	}
	
a:link, a:visited {
	color: #620a18;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

/* Header */
.header {
	width: 800px;
	height: 115px;
	float: left;
	border-bottom: 1px solid #1c1c1c;
	}
	
.header img {
	border: 0;
	width: 800px;
	height: 115px;
	}
	
.header a, .header a:link, .header a:active, .header a:visited {
	border: 0;
	}
	
/* Left Sidebar */
.leftbar {
	width: 149px;
	float: left;
	}

.leftbarcontent {
	width: 140px;
	background: #503c2e;
	margin: -1px 0 0;
	padding: 4px;
	border-right: 1px solid #1c1c1c;
	}

.leftbarbottom {
	width: 149px;
	height: 171px;
	background: url('images/leftbarbottom.png');
	margin: 0;
	float: left;
	}

.leftbar p {
	margin: 0 0 8px;
	font-size: 13px;
	letter-spacing: .8px;
	}

.leftbar a, a:visited {
	color: #000;
	}

.leftbar a:hover, a:active {
	font-weight: normal;
	}

.leftbar ul {
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
	font-size: 13px;
	letter-spacing: .8px;
	}
	
.leftbar ul li ul {
	list-style-image: url('images/bullet.png');
	vertical-align: middle;
	padding-left: 20px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	}

.leftbar ul li ul li {
	margin: -2px 0 0;
	text-decoration: none;
	}

.leftbar ul li ul li a, .leftbar ul li ul li a:hover {
	color: #1c1c1c;
	}

.leftbar hr {
	height: 1px;
	color: #222;
	width: 40%;
	border-width: 0;
	background-color: #222;
	}

.disclaimer {
	font-size: 10px;
	text-align: center;
	}
	
/* Right Sidebar */
.rightbar {
	width: 149px;
	float: right;
	}
	
.rightbarcontent {
	width: 140px;
	background: #503c2e;
	margin: -1px 0 0;
	padding: 4px;
	border-left: 1px solid #1c1c1c;
	}

.rightbarbottom {
	width: 149px;
	height: 103px;
	background: url('images/rightbarbottom.png');
	margin: 0;
	float: right;
	}

.rightbar p {
	font-size: 11px;
	margin: -2px 0px 2px 4px;
	}

.rightbar a, a:visited {
	color: #000;
	}

.rightbar a:hover, a:active {
	font-weight: normal;
	}

.rightbar ul {
	list-style-type: none;
	margin: 0 0 8px;
	padding: 0;
	font-size: 13px;
	letter-spacing: .8px;
	}
	
.rightbar ul li ul {
	list-style-image: url('images/bullet.png');
	vertical-align: middle;
	padding-left: 20px;
	font-size: 11px;
	text-decoration: none;
	}

.rightbar ul li ul li {
	margin: -2px 0 0;
	text-decoration: none;
	}

.rightbar ul li ul li a, .rightbar ul li ul li a:hover {
	color: #1c1c1c;
	}
	
.rightbar hr {
	height: 1px;
	color: #222;
	width: 40%;
	border-width: 0;
	background-color: #222;
	}
	
/* Main Content */
.content {
	width: 490px;
	padding: 6px;
	margin: 0;
	float: left;
	}
	
.singlepost {
	float: left;
	}
	
.articlecat {
	margin: 0 0 0 4px;
	padding-left: 12px;
	background: url('images/bullet.png') left center no-repeat;
	}
	
.article {
	padding-left: 6px;
	float: left;
	text-align: justified;
	}
	
.article h4 {
	font-size: 13px;
	text-decoration: underline;
	letter-spacing: .8px;
	margin: 0;
	}

.album {
	border: 2px solid #503c2e;
	float: left;
	margin: 0px 6px 4px 0px;
	}

.tda {
	font-size: 11px;
	}
	
.post {
	float: left;
	width: 100%;
	margin-bottom: 16px;
	}
	
.postdiv {
	float: left;
	width: 100%;
	margin: 0;
	}

.postdata {
	font-size: 11px;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	text-align: right;
	}
	
.authleft {
	float: left;
	width: 415px;
	}

/* Footer */
.footer {
	width: 792px;
	float: left;
	padding-left: 8px;
	font-size: 10px;
	}
	
/* Comments */
.comments {
	width: 490px;
	padding: 6px;
	margin: 0;
	float: left;
	font-size: 11px;
	}
	
.comments ul li {
	list-style-type: none;
	}
	
#postcomment {
	text-decoration: underline;
	}
	
#submit {
	border: 1px solid black;
	background: #503c2e;
	}
	
/* Special Pages */
.archivepost {
	padding-left: 6px;
	}

.catheader {
	color: #2b2218;
	margin-bottom: 8px;
	}
	
.cattitle {
	padding-left: 6px;
	}

.catpost {
	padding-left: 12px;
	}