body {
	margin: 0px;
	padding: 0px;
	/* background: #f5deb3; */
	background: #6156ff; /* ugly purple */
	/* background: #bad1e1; */    	/* bg of img_86 */
	/* background: #a1b9cb; */
	font-family: sans-serif;
}

.centercolumn {
	border: 0px solid #666666;
	margin-left: 201px;
	margin-right: 201px;
	padding: 10px 4px;
}

.header {
	border-top: 2px solid #182746;
	border-bottom: 2px solid #182746;
	/* background: #314E8C; */ /* peter's color */
	padding: 8px;
	/* background-image: url(img_87.gif); */
	background: #1E4578;	/* background of img_87 */
}

.leftcolumn {
	left: 0px;
	position: absolute;
	width: 200px;
	margin-top: 4px;
}

.rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
}

.leftcolumn, .leftcolumn p, .rightcolumn, .rightcolumn p { 
	font-size: small;
}

.footer {
	border: 1px solid #00f;
	clear: both;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #999;
}


.block H3 {
	background: #A7B6C9;
	color: #26344C;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #999;
	font-size: small;
}

.block H4 {
	font-size: x-small;
	margin: 4px;
	color: navy;
	display: inline;
	font-style: normal;
}

.block P {
	margin: 0px;
}

.content {
	padding: 4px;
	background: #FFF;
	border: 1px solid #999;
}

.entrycontent {
	padding: 12px;
	background: #FFF;
	border: 1px solid #999;
}


.content p {
	margin: 4px 2px 4px 2px;
}

.content H4 {
	margin: 4px 2px 4px 2px;
	color: navy;
	/* display: inline; */
	font-style: normal;
	font-size: normal;
	font-weight: normal;
}

H1 {
	margin: 4px;
	color: #FFF;
		display: inline;
}


H2 {
	border-top: 1px dashed #999;
	border-bottom:1px dashed #999;
	margin:0px;
	padding: 2px;
	color: #26344C
}

H4 {
	margin: 4px;
	color: #FFF;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-size: small;
	font-weight: normal;
	float: right;
}

.entryhelp {
	color: black;
	background-color: yellow;
	padding-left: 1ex;
	padding-right: 1ex;
	font: bold;
}

.entryfooter {
	color: #666;
	font-size: smaller;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	/* clear: both; */
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #5C6B8E;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5C6B8E;
}


a {
 color: #253A69;
}


.prevnext_links {
	font-size: small;
	text-align: right;
	float: right;
	color: #FFF;
}

.prevnext_links div.runic { display: inline; }

.runic object { width: 0.8em; height: 0.8em; }

H1 A, .prevnext_links A {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}


.google_footer {
	width: 100%;
	text-align: center;
}

.google_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0em;
}

/* now-reading list */
li.reread { list-style: square; color: red; }
li.unread { list-style: circle; color: blue; }
li.done   { list-style: disc; }
li.paused { list-style: circle; color: grey; }
span { font-family: monospace; padding: 0ex 1ex; }
.done   span { background: #ccc; }
.reread span { background: #ccc; }
.unread span { background: #ccc; }
.historical { }
