body {
/*	background: rgb(251, 193, 21) url("book.gif") no-repeat fixed center; */ 
	background: #ffffff;
	font: 14px/18px "Lucida Sans", "Verdana", sans-serif;
	padding: 0px;
	margin: 0px;
}

/* * html body {
	background: rgb(251, 193, 21) url("whitebar.gif") repeat-y left; 
} */

#suit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
/*	background: url("whitebar.gif") repeat-y left; */ 
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

* html #suit {
	margin-right: -100%; 
	margin-bottom: -100%; 
	overflow: visible; /* IE 5/Mac sucks. */
	/* background: url("book.gif") no-repeat fixed center; */
}

.star {
	width: 12px;
	height: 12px;
}

a {
	color: inherit;
	text-decoration: none;
}

#torso a {
	color: #CC9933;
}

#torso a:hover {
	color: rgb(202, 0, 14);
	text-decoration: underline;
}

q { quotes: '\2018' '\2019'; }
q q { quotes: '\201C' '\201D'; }

q.loose {
	quotes: '' '' '' '';
	font-style: italic;
}

q.loose:before, q.loose:after {	content: ''; }

#portrait {
	border: 2px solid rgb(64, 34, 18);
        float: right;
        margin: 1em;
        margin-right: 0em;
}

.beastimage {
	border: none;
}

.beastdiv {
	width: 160px;
	height: 160px;
	float: right;
	text-align: center;
}

#drawing {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.cover {
	float: left;
	margin: 0px;
	padding: 0px;
}

.cover img, img.cover {
	margin: 0px 10px 6px 0px; 
	border: none;
}

.randomcover {
	text-decoration: none;
	margin: 0px;
	margin-top: 3em; 
	padding: 0px;
	width: 135px;
	text-align: center;
}

#navbar ul {
	list-style-type: none;
	text-indent: 0px;
}

ol ul {
	padding: 0;
	margin: 0;
}

li {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0 0 12px 0;
	/* Normally p-b == line-height, but the large size makes this reasonable. */
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px 0px 16px 0px;
	margin: 0px;
	font-weight: bold;
	clear: left;
}

h2 {
	line-height: 1.2em;
}

.dropcap {
    color: rgb(0, 80, 0);
    font-size: 185%;
    height: 1em;
    line-height: 1em;
    width: 1.1em;
    text-align: center;
    margin-top: -0.1em;
}

#leftbar {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 72px;
	width: 135px;
}

#torso {
	margin-left: 150px;
	width: 70%;
	max-width: 800px;
	padding: 12px;
	padding-top: 130px;
}
	/* IE5M doesn't get max-width, but that's okay. */

.eye-catching {
	font-weight: bold;
	/* color: rgb(48, 96, 0); */
}

#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	background: white url("name.gif") left no-repeat;
	margin: 0px;
	padding: 0px;
}

* html #topbar { /* IE 5/Mac sucks. */
	margin-right: -100%; 
}

#topbar h1 {
	display: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#nav {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 105px;
}

#navadmin {
	margin: 0px 0px 16px 16px;
	width: 105px;
	border: 2px solid yellow;
	padding: 2px;
}

#navadmin li {
	list-style-type: none;
	margin-bottom: 1em;
	color: #ffff00;
	font-size: 1.5em;
}

#navadmin li a:hover {
	color: white;
	text-decoration: underline;
}

#navadmin li a {
	text-decoration: none;
	border: none;
}

#navbar ul {
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 26px;
}

#navbar li {
	margin-bottom: 1em;
	color: rgb(255, 220, 234);
	font-size: 1em;
	font-weight: bold;
}

#navbar li.current {
	color: black;
}

#navbar li a {
	color: #CC9933;
	padding-bottom: 1em;
	text-decoration: none;
	border: none;
}

#navbar li a:hover {
	color: rgb(202, 0, 14);
	text-decoration: underline;
}

#footbar {

}

.post {
	border: 1px solid #c60505;
	padding: .5em;
	margin-top: .25em;
	margin-bottom: .25em;
	width: 95%;
}

.reply {
	margin-left: 2em;
	border: 1px solid #c68005;
	margin-top: .25em;
	margin-bottom: .25em;
	padding: .5em;
	width: 95%;
}

textarea, input {
        border: 1px solid #c60505;
}

#copy {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
	text-align: center;
/*	color: rgb(240, 180, 54); */
	color: #aaaaaa;

}

#copy a {
	color: rgb(240, 180, 54);
	text-decoration: underline;
	border: none;
}

#thumbs {
	padding-left: 20px;
	padding-bottom: 1em;
}

#thumbs img {
	border: none;
}


