* {
	margin: 0;
	padding: 0;
}

body {
	background: #400000 url("images/tess_bg.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center; /* Centers the main div */
	color: #afac82;
}

img {border: 0;}

a:link, a:visited
		{color: #a33629;}
a:hover	{color: #ffffff;}

.centerholder {
	position: relative;
	background: #000;
	width: 975px;
	margin: auto;
	text-align: justify;
	border-left: solid 5px #000;
	border-right: solid 5px #000;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
}

.title {
	border-bottom: solid 4px #632a21;
	padding: 12px 12px 15px 12px;
}
.title h2 {
	position: absolute;
	top: 70px; right: 20px;
	text-align: right;
	color: #87231d;
	font-size: 1.5em;
	font-weight: normal;
}

.content {
	width: 750px;
	position: relative;
	float: right;
}
.content h2 {
	font-size: 1.3em;
	border-bottom: solid 2px #632a21;
	margin: 20px auto 5px auto;
}

.sidebar {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 225px;
}
.sidebar p {margin: 0 5px 6px 5px;}
.sidebar h2 {
	font-size: 1.3em;
	border-bottom: solid 2px #632a21;
	margin: 25px auto 5px auto;
}
.sidebar h2 a	{font-size: .6em; text-decoration: none;}
.sb_box {margin: 0 0 25px 0;}
.sb_box p {text-align: center;}

.overlay {
	visibility: hidden;
	position: relative;
	width: 220px; height: 130px;
	margin-top: -135px;
	padding-top: 10px;
}
.overlay a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.overlay a:hover {text-decoration: underline;}

.sb_box2 {padding: 0 15px 0 10px;}
.sb_box2 ul {list-style-type: none;}
.sb_box2 li {margin-bottom: 5px;}

.nav {
	position: relative;
	text-align: center;
	padding: 3px;
}

.main {
	background: #000 url("images/body_gradient.gif") top left repeat-x;
	padding: 20px;
	min-height: 600px;
}
.main p {margin-bottom: 1em;}
.main h2 span {
	font-size: .6em;
	color: #7b3529;
}
.blogtitle {
	position: absolute;
	right: 20px; margin-top: 5px;
}

.links {text-align: left;}
.links img {margin: 0 15px 15px 15px;}
.links p {margin: 0 0 .8em 15px;}

.curve {
	position: absolute;
	margin: -20px 0 0 -20px;
	width: 21px; height: 21px;
	background: url("images/curve.gif");
}

.footer {
	position: relative;
	text-align: center;
	padding: 10px 5px 15px 5px;
	clear: both;
	color: #692d23;
	border-top: solid 4px #632a21;
}

.rss {
	vertical-align: middle;
	margin: 5px 8px 5px 0;
}

.icon {
	width: 60px;
	height: 60px;
	float: left;
	margin: 5px 10px 0 0;
	padding-bottom: 5px;
}

/* Comments */
.ourcomments {margin-top: 20px;}
.ourcomments .comment {
	position: relative;
	width: 700px;
	padding: 10px;
	margin-top: 15px;
	background-color: #795e45;
	min-height: 65px;
}
.comments {padding: 0 5px;}
.comments p {margin-bottom: 8px;}

.comments .commentblock {
	border-bottom: solid 1px #632a21;
	line-height: 1.5em;
}
.comments .commentblock span {font-size: .8em;}
.comments .commentblock img {position: absolute;}

.comments .commentblock .comment {
	min-height: 60px;
	padding: 15px 0;
}
.comments .commentblock .comment p {padding-left: 70px;}
.comments .commentblock .child {
	margin-left: 30px;
	border-top: solid 1px #632a21;
}


.commentform {display: block; position: relative; width: 479px;}
.commentform .tbox {width: 190px;}
.commentform textarea {width: 475px; height: 90px;}
.commentform .tsubmit {position: absolute; right: 0; width: 150px; right: 0;}

.bb_buttons {position: relative; width: 107px; height: 20px; background-image: url("images/bbcode_icons.gif"); cursor: pointer;}
.bb_buttons img {position: absolute; display: block; width: 20px; height: 20px;}

.commentrules {
	background-color: #c0ac82;
	color: #000000;
	position: relative;
	width: 175px;
	float: right;
	padding: 5px 10px 0 5px;
	border: solid 2px #29200a;
	margin-top: 5px;
}
.commentrules ol {margin: 0 0 5px 30px;}

.cform_reply {
	position: relative;
	margin-top: -25px;
	float: right;
	font-size: .8em;
}
.cform_form {padding-bottom: 15px;}

.error {
font-size: 1.2em;
font-weight: bold;
}
