@charset "utf-8";
/* CSS Document */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
    background-color: #f4e8c2;
	margin: 0px;
	padding: 0px;
	font-size: large;
	-webkit-text-size-adjust: 400%;
}
.adspace {
    display: none;
}
.titlebar {
    background-color: #88231D;
	text-align: center;
}
.logo {
    width: 100%;
}
.logo2 {
    display: none;
}
.linksbar {
	background-color: #3A1515;
	border-bottom: #A6A4A3 3px solid;
	margin: 0px;
}
.links a:link {
    color: #FFFFFF;
	text-decoration:none;
	margin-left: 20px;
}
.links a:hover {
    color: #CCCCCC;
	text-decoration:none;
	margin-left: 20px;
}
.links a:visited {
    color: #AAAAAA;
	text-decoration:none;
	margin-left: 20px;
}
.comicarea {
    background-color: #d7cc96;
	text-align:center;
	line-height: normal;
	margin-top: 10px;
}
.comicarea img {
    border: 0px;
}
.features img {
    width: 100%;
}
.bioarea{
    text-align: left;
}
.biopic {
    width: 100%;
}
.calendar {
    display: none;
}
.blogarea{
    background-color: #d7cc96;
	text-align: left;
	line-height: normal;
	margin-top: 10px;
}
.blogshadow {
	display: none;
}
.disclaimer {
	background-color: #8d8e92;
	font-size: 10px;
	line-height: normal;
	text-align:right;
	color: #EEEEEE;
	margin-top: 10px;
}

table.class {
    display: none;
}

p {
    text-align: left;
}