*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000000 url("images/bg_torches.jpg") fixed top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center; /* Centers the main div */
}

img {border: 0;}

a:link, a:visited	{color: #dddddd;}
a:hover	{color: #ffffff;}

h1	{font-size: 1.8em;}

h2
{
	font-size: 1.3em;
	border-bottom: solid 2px #493726;
	margin: 20px auto 5px auto;
}

h3
{
	font-size: 1.1em;
	margin: 15px auto 5px auto;
}
.centerholder
{
	position: relative;
	background: #b5a78d url("images/sidebar.gif") repeat-y;
	width: 965px; /* 975px including borders */
	margin: auto;
	text-align: justify;
	border-right: solid 5px #29200a;
	border-left: solid 5px #29200a;
}

.title	{position: absolute;}

.content
{
	width: 740px;
	position: relative;
	float: right;
}

.nav
{
	color: #cecc9b;
	font-weight: bold;
	background-color: #795e45;
	text-align: left;
	border-bottom: solid 5px #29200a;
	padding: 2px 10px;
}

.innercontent	{padding: 20px;}
.innercontent p	{margin-bottom: 1em;}
.innercontent h2 {margin-top: 1.2em;}
.innercontent a:link, .innercontent a:visited	{color: #662000;}
.innercontent a:hover	{color: #ffffff;}

.comicnav {font-weight: bold;}
.comicnav a {text-decoration: none;}

.vote {
	display: block;
	position: absolute;
	margin-top: -13px;
	left: 170px;
	width: 400px;
	text-align: center;
}

.sidebar
{
	width: 200px;
	padding: 150px 10px 5px 10px;
	color: #cecc9b;
}
.sidebar h2	{color: #cecc9b;}
.sidebar h2 a
{
	font-size: .6em;
	text-decoration: none;
}

.sb_block {
	padding-bottom: 5px;
	border-bottom: solid 1px #000000;
	margin-bottom: 5px;
}

.twc {
	display: block;
	position: relative;
	width: 200px;
}
a.twcvote {
	display: block;
	padding-left: 44px;
	background: #000 url("images/vote_mini.gif") no-repeat;
	width: 108px; height: 26px;
	border: solid 2px #000;
}
a.twcvote:hover { background-image: url("images/vote_mini_h.gif"); }

a.twcdiscuss {
	display: block;
	position: absolute;
	top: 0px; right: 0px;
	background: url("images/vote_discuss.gif");
	width: 42px; height: 26px;
	border: solid 2px #000;
	border-left: none;
}
a.twcdiscuss:hover { background-image: url("images/vote_discuss_h.gif"); }




.ad_tower
{
	width: 200px;
	height: 605px;
	margin: 15px 0;
	background: url("images/tower_design.gif") top right no-repeat;
}

.ad_banner
{
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
}

.adbar
{
	position: relative;
	background-color: #47311d;
	width: 965px;
	text-align: center;
	padding: 10px 0;
	border-top: solid 5px #29200a;
	clear: both;
	font-size: .8em;
}
.adbar a
{
	color: #826950;
}
.adbuttons
{
	float: left;
	padding-left: 40px;
}

.banter
{
	position: relative;
	background-color: #98846b;
	width: 965px;
	padding: 0;
	border-top: solid 5px #29200a;
	clear: both;
}
.banter a:link, .banter a:visited	{color: #662000;}
.banter a:hover	{color: #ffffff;}

.ourcomments	{
	position: relative;
	padding: 10px;
}
.nl_lz
{
	background-color: #795e45;
	position: relative;
	float: left;
	margin: 0;
	padding: 5px;
	width: 457px; /* 935px via php if only one of us has commented */
}

.comments	{padding: 10px 20px;}
.comments .yourcomment
{
	margin: 15px 10px 0 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #000000;
	line-height: 1.5em;
	min-height: 60px;
}
.comments .yourcomment p {padding-left: 70px;}
.comments .yourcomment span {font-size: .8em;}
.comments .yourcomment img {position: absolute;}
.comments p {margin-bottom: 8px;}

.commentrules
{
	background-color: #795e45;
	position: relative;
	width: 281px;
	float: right;
	padding: 5px 10px 0 5px;
	border: solid 2px #29200a;
	margin-top: 5px;
}
.commentrules ol {margin: 0 0 5px 30px;}


/* Blog related */
.blogdate {
	position: absolute;
	right: 20px; margin-top: 5px;
	font-size: .6em;
	color: #7b3529;
}
.blog_banner {
	display: block;
	position: relative;
	border: solid 4px #000000;
	width: 692px; height: 100px;
	margin-bottom: 15px;
}
.blog_banner a {
	text-decoration: none;
	cursor: hand;
}
.innercontent .blog_banner a:link, .innercontent .blog_banner a:visited	{color: #ffffcc;}
.innercontent .blog_banner a:hover	{color: #ffffff; font-size: 1.2em;}

.blog_banner a p {
	margin: 0;
	display: block;
	position: absolute;
	left: 10px; bottom: 5px;
	font-size: 2em;
}
.blog_first, .blog_current {
	display: block;
	position: absolute;
	height: 100px;
}
.blog_first {
	width: 458px;
	background-image: url("images/blog_firstpage.jpg");
}
.blog_current {
	width: 230px;
	left: 458px;
	border-left: solid 4px #000000;
}



.fanart {text-align: center;}
.fanart img {
	border: solid 2px #000000;
	margin-right: 10px;
}



.footer
{
	position: relative;
	background-color: #795e45;
	width: 965px;
	text-align: center;
	padding: 10px 0;
	border-top: solid 5px #29200a;
	border-bottom: solid 5px #29200a;
	clear: both;
	color: #cecc9b;
}

.icon
{
	float: left;
	margin: 5px 10px 0 0;
	padding-bottom: 5px;
}

.left	{float: left;}

.right	{float: right;}

.txt_c	{text-align: center;}

.error
{
font-size: 1.2em;
font-weight: bold;
color: #aa0000;
}