body {
	width: 800px;
	padding-top: 10px;
	margin: 0 auto;
	color: #494d5e;
	background: url('/images/background.png') repeat-y center center;
	font: 14px Helvetica, sans-serif;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	margin: 0 auto;
	width: 603px;
}

#header {
	width: 575px;
	margin: 0 auto;
}

#navbar {
	list-style-type: none;
	font-family: Helvetica, sans-serif;
	width: 600px;
	margin: 40px auto;
}

#navbar li {
	display: inline;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#navbar li a {
	text-decoration: none;
	color: black;
	padding: 10px;
}

#navbar li a:hover {
	text-decoration: underline;
}

#comictitle {
	border: 2px solid black;
	background-color: white;
	text-align: center;
	margin-bottom: 0;
	font: bold 14px sans-serif;
}

#footer {
	clear: both;
	text-align: center;
}

#footer img {
	border: none;
}

#footer a {
	color: white;
}

#directions {
	margin: 0 auto;
	width: 300px;
}

#directions #previous {
	float: left;
}

#directions #next {
	float: right;
}

.button img {
	border: none;
}

.blog {
	border: 2px black solid;
	font-size: 13px;
	clear: both;
	float: left;
}

.entry {
	margin: 10px;
}

.author {
	margin: 10px;
	float: left;
}

.author div {
	margin: 0 auto;
	width: 25px;
}

div.cast {
	border: solid 2px black;
	padding: 10px 10px;
}

div.cast dl dt {
    font-weight: bold;
    display: block;
}

div.cast dl dd {
    display: block;
}

div.castimg {
	float: left;
	padding: 10px;
}

div.castimg div {
	width: 25px;
	margin: 0 auto;
	position: relative;
}

#ads {
	padding-top: 20px;
	margin: 0 auto;
}

.fanthumb {
	text-align: center;
}

#transcribe {
    margin: 0 auto;
    clear: both;
}
