body {
	background-color: #533B0F;
	background-image: url('/img/sepia-tall.png');
	background-repeat:repeat-x;
	color: #EADDC4;
}

A:link {
	text-decoration: underline;
	color: #CAB998;
}

A:visited {
	text-decoration: underline;
	color: #EADDC4;
}

A:active {
	text-decoration: underline;
	color: #CAB998;
}

A:hover {
	text-decoration: line-through;
	color: #CAB998;
}

img {
	border:0;
	max-width: 100%;
}

img.logo {
	max-width: 95%;
}

img.loadicon {
	left:0px;
	right:0px;
}

img.navbar {
	cursor:hand; cursor:pointer;
	max-width: 20%;
}

h1, h2, h3, p {
	font-family: sans-serif;
	color: #EADDC4;
}

p.footnote {
	font-size: 11px;
}
p.summary {
	font-size: 12px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 799px;
	height: 172px;
	background: url('/img/banners/random.php');
}

#site_nav {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1300px;
}

div.navbar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#comic {
	text-align: center;
	width: 100%;
}

div.mainbody {
	width: 100%;
	max-width: 1300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.blogpost {
	margin-left: 5%;
	width: 90%;
}

div.leftpane {
	width: 49.8%;
	overflow: hidden;
	float: left;
	text-align: right;
}

div.rightpane {
	width: 49.8%;
	overflow: hidden;
	float: right;
	text-align: left;
}

hr {
	width: 90%;
	background-color: #CAB998;
	border-style: none;
	height: 1px;
}

ul {
	list-style-image: url(/img/bullet.png);
}
