a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: red;
}
a:hover>img {
	border: 1px solid red;
}
a.nochange:hover {
	color: #0000FF;
	text-decoration: none;
	background: none;
}
a.minor {
	font-size: smaller;
}
body, td {
	font-family: "Arial", sans-serif;
	margin: 0px;
	vertical-align: top;
}
body {
	margin: 0px;
	background-color: #fff0c0;
}
h1 {
	font-weight: bold;
	font-size: larger;
	color: #000080;
	margin-top: 0px;
}
h2 {
	font-weight: bold;
	font-size: larger;
	color: #800000;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: larger;
	color: #008000;
	margin-top: 0px;
}
div {
	text-align: justify;
}

.main {
	position: absolute;
	width: 100%;
	background-image: url("/layouts/3/header02.png");
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	padding-top: 82px;
}
.topleft {
	position: absolute;
	left: 0px;
	width: 574px;
	height: 82px;
	background-image: url("/layouts/3/header01.png");
	background-repeat: no-repeat;
}
.maincontent {
	position: relative;
	top: 5em;
	width: 100%;
}
.maincontentpadding {
	padding: 10px;
}
.contents {
	position: absolute;
	top: 82px;
	width: 100%;
}
div.menu {
	text-align: right;
	background-repeat: no-repeat;
        padding-top: 1px;
        margin-left: auto;
        margin-right: 83px;
}
div.menu a, div.menu span {
	font-size: small;
	margin-right: 1ex;
}
div.contents div.sticker {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 80px;
}
div.sticker img {
    margin-top: 1px;
    margin-bottom: 1px;
}
div.sticker a img {
    border-width: 0px;
}
div.sticker a:hover img {
    border-width: 0px;
}

.bottombar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-image: url("/layouts/3/footerbg.png");
}
.bottombar div {
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
img.mb-icon {
	display: block;
	margin: 3px;
	border: 1px solid blue;
	width: 100px;
	height: 100px;
}
img.mb-icon-top {
	height: 50px;
	width: 50px;
	border: 1px solid black;
}
div.archive img.mb-icon {
	display: inline;
}
.left {
	float: left;
	width: 19%;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-right: 1ex;
	padding-top: 1ex;
	text-align: center;
	height: 100%;
}
.right {
	float: right;
	width: 160px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 1ex;
	padding-top: 1ex;
	text-align: center;
	height: 100%;
}
div.right a img {
	border-width: 0px;
}
.centre {
	padding-top: 1em;
	border-top: 1px solid black;
	width: auto;
}
.fanart, .wallpaper {
	float: left;
	margin-bottom: 50px;
	margin: 3px;
	padding-top: 1ex;
}
.wallpaper:hover {
	background-color: #ffffd0;
}
.fanart {
	text-align: left !important;
	width: 200px;
}
.wallpaper {
	text-align: center;
	font-size: smaller;
}
.fanart img {
	border: 1px solid black;
}
.strip, .cartoon{
	/*float: right;*/
	width: auto;
	text-align: center;
	margin-bottom: 1em;
	border: 1px solid black;
	background-color: white;
	padding: 10px 0px;
	white-space: nowrap;
}
div.center {
	width: 102px;
	margin: 0 auto;
	text-align: center;
}
div.prevnext {
	width: 600px;
	vertical-align: bottom;
	margin: 0px auto; /* centre the div */
	text-align: center;
	height: 51px;
}
div.prevnext>img { /* ">" is direct descendant */
	cursor: pointer;
}
div.prev {
	float: left;
	width: 200px;
	height: 50px;
	vertical-align: bottom;
}
div.next {
	float: right;
	width: 200px;
	height: 50px;
	text-align: right;
	vertical-align: bottom;
}
img.prevnext {
	border: 0px;
}
a:hover img.prevnext {
	border: 0px;
}
table.prevnext {
	width: 600px;
}
table.prevnext td {
	vertical-align: bottom;
}
div.newsitem {
	background-repeat: no-repeat;
	min-height: 64px;
	width: auto;
	padding-left: 70px;
	padding-bottom: 1em;
}
.right h2:before {
	content: url("/newsicon.png");
}

.newcomicthm {
	border-width: 4px;
}









/* Livejournal Kludges */
ul.navbar, ul.viewspecnavbar, div#viewtitle {
	height: 0px;
	visibility: hidden;
	margin: 0px;
}
div.page, div#title {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.entryextra {
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	display: block;
}
.entryextra li {
	display: inline;
}
.entryextra li.entryreadlink:after {
	content: " :: ";
}
.entryextra li.entryreadlink {
	font-weight: bold;
}
.entryextra:after {
	content: " :.";
}
.entryextra {
	text-align: left; font-size: 0.9em;
}
table.uglykludgeuserpic {
	padding-top: 1em;
}

