body {
	margin: 0px;
	padding: 0px;
	background-color: #f5eecc;
	background-image:url('http://runewriters.com/bgtex2.jpg');
	font-family: sans-serif;
	font-size: 14px;
	color: #473f1b;
}
body a img {
	border: none;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
}
#contentblok {
	border: 10px solid #c99b60;
	margin: 0 auto;
	background-color: #e9dba0;
}
#banner {
	height: 280px;
	width: 850px;
	background-color: #c99b60;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#bannergraph {
	padding-top: 20px;
	padding-bottom: 0px;
}
#bannerrot {
	float: left;
	margin-left: 0px;
}


/*
.comicnav {
	font-family: sans-serif;
	font-size: 25px;
	color: #c99b60;
	text-align: center;
	margin: 0px;
}
.navbar {
	height: 50px; width: 685px;
	background: url(button_sprite.gif);
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.navbar li {
	margin: 0; padding: 0; list-style: none;
	position: absolute; top: 0;
}
.navbar li, .navbar a {
	height: 50px; display: block;]
}
#firstbutton {left: 0; width: 122px;}
#firstbutton a:hover {
	background: transparent url(button_sprite.gif)
	0 -50px no-repeat;}
#previousbutton {left: 123px; width: 203px;}
#previousbutton a:hover {
	background: transparent url(button_sprite.gif)
	-123px -50px no-repeat;}
#symbolbutton {left: 326px; width: 81px;}
#symbolbutton a:hover {
	background: transparent url(button_sprite.gif)
	-326px -50px no-repeat;}
#nextbutton {left: 407px; width: 129px;}
#nextbutton a:hover {
	background: transparent url(button_sprite.gif)
	-407px -50px no-repeat;}
#latestbutton {left: 536px; width: 150px;}
#latestbutton a:hover {
	background: transparent url(button_sprite.gif)
	-536px -50px no-repeat;}
*/

.comicNav {
	list-style: none;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	width: 685px;
}
.comicNav li {
	float: left;
	background-image: url('button_sprite.gif');
	height: 50px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.comicNav li a {
	display: block;
	height: 50px;
}
.comicNav li.first, .comicNav li.no-first {
	width: 122px;
	background-position: 0px 0px;
}
.comicNav li.first:hover {
	background-position: 0px -50px;
}
.comicNav li.previous, .comicNav li.no-previous {
	width: 203px;
	background-position: -123px 0px;
}
.comicNav li.previous:hover {
	background-position: -123px -50px;
}
.comicNav li.archive {
	width: 81px;
	background-position: -326px 0px;
}
.comicNav li.archive:hover {
	background-position: -326px -50px;
}
.comicNav li.next, .comicNav li.no-next {
	width: 129px;
	background-position: -407px 0px;
}
.comicNav li.next:hover {
	background-position: -407px -50px;
}
.comicNav li.latest, .comicNav li.no-latest {
	width: 150px;
	background-position: -536px 0px;
}
.comicNav li.latest:hover {
	background-position: -536px -50px;
}

.topnavlist {
	list-style: none;
	float: right;
	margin: -4px 9px 0 0;
}
.topnavlist li {
	float: left;
	background-image: url('topnav_sprite3.gif');
	height: 36px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.topnavlist li a {
	display: block;
	height: 36px;
}
.topnavlist li.faq {
	width: 76px;
	background-position: 0px 0px;
}
.topnavlist li.faq:hover {
	background-position: 0px -36px;
}
.topnavlist li.cast {
	width: 91px;
	background-position: -77px 0px;
}
.topnavlist li.cast:hover {
	background-position: -77px -36px;
}
.topnavlist li.archive {
	width: 126px;
	background-position: -168px 0px;
}
.topnavlist li.archive:hover {
	background-position: -168px -36px;
}
.topnavlist li.store {
	width: 104px;
	background-position: -294px 0px;
}
.topnavlist li.store:hover {
	background-position: -294px -36px;
}
.topnavlist li.links {
	width: 104px;
	background-position: -398px 0px;
}
.topnavlist li.links:hover {
	background-position: -398px -36px;
}
.topnavlist li.extras {
	width: 126px;
	background-position: -502px 0px;
}
.topnavlist li.extras:hover {
	background-position: -502px -36px;
}
.topnavlist li.rss {
	width: 72px;
	background-position: -627px 0px;
}
.topnavlist li.rss:hover {
	background-position: -627px -36px;
}

#comic {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	width: 600px;
	min-height: 900px;
}
.rantbox {
	margin: 0 auto;
	background-color: #c99b60;
}
.ranttitle {
	padding-top: 15px;
	padding-left: 45px;
	font-size: 30px;
	font-style: italic;
	border-bottom: 15px solid #473f1b;
}
.rantdate {
	text-align: right;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.socialmedia {
	margin: 0 45px;
}
.socialmedia img {
	margin-right: 5px;
	border: none;
}
.ranttext {
	margin-top: 15px;
	margin-left: 45px;
	margin-right: 45px;
	padding-bottom: 15px;
	font-size: 18px;
}
.ranttext a {
	color: #473f1b;
	text-decoration: underline;
}
.ranttext a:hover {
	color: #e9dba0;
}
.rantcomments {
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-right: 45px;
	text-align: right;
	background-color: #c99b60;
}
.rantcomments a {
	color: #473f1b;
	text-decoration: none;
}
.rantcomments a:hover {
	color: #e9dba0;
}
.h1 {
	padding: 15px 15px 0 15px;
	width: 500px;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #c99b60;
	border-bottom: 15px solid #c99b60;
}
.h2 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #473f1b;
}
.genericcontent {
	margin: 0 auto 15px auto;
	padding: 15px;
	width: 500px;
	background-color: #c99b60;
	color: #473f1b;
	text-align: center;
	font-size: 18px;
}
.genericcontent a {
	color: #473f1b;
	text-decoration: underline;
	margin: 5px;
}
.genericcontent a:hover {
	color: #e9dba0;
	text-decoration: underline;
}
.cast img {
	width: 100px;
	height: 211px;
	text-align: left;
	float: left;
	border: 10px solid red;
}
.cast {
	text-align: left;
	float: none;
}
#footer {
	padding-top: 3px;
	font-family: sans-serif;
	font-size: 12px;
	text-align: right;
	color: #c99b60;
	margin-right: 0px;
}

#commentbox {
	padding: 25px;
}
.comment {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #f5eecc;
	margin-bottom: 15px;
	border-left: 50px solid #e9dba0;
	border-right: 50px solid #e9dba0;
}
.time {
	text-align: right;
	font-size: 12px;
}
.reply {
	float: left;
	font-size: 12px;
}
.spoiler {
	color:#f5eecc;
}
.commentBottom {
	padding-bottom: 8px;
}
.comment a {
	color: #c99b60;
}
.comment_author {
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
.comment_content {
	margin-left: 20px;
	overflow: hidden;
}
.needs_moderation {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#commentbox form {
	width: 560px;
	margin: 0 auto;
}
#commentboxlink {
	display: block;
	margin-bottom: 5px;
	margin-left: 140px;
	margin-top: 25px;
}
#commentbox label {
	width: 130px;
	display: block;
	float: left;
	font-size: 12px;
	font-family: "Helvetica", sans-serif;
	padding-top: 5px;
	margin: 7px;
	text-align: right;
}
#commentbox #captcha-label {
	margin-top: 0;
}
#commentbox #captcha {
	margin-left: 144px;
	margin-top: 4px;
}
#commentbox input, #commentbox textarea {
	width: 400px;
	border: 2px solid #CCC;
	padding: 5px;
	margin: 5px 0;
}
#commentbox textarea {
	height: 90px;
}
#commentbox a {
	color: #c99b60;
}
#commentbox .submit-button {
	width: 100px;
	float: right;
	margin-right: 2px;
}
#commentbox #comment-extra {
	height: 0;
	display: none;
}
#commentbox .comment-error {
	text-align: right;
	font-size: 12px;
	color: #D00;
}
.centerImage {
	text-align: center;
}
