/* Thanks to brainjar.com and bluerobot.com for a plethora of helpful information on CSS. */

body {
	margin: 10px 0px 0px; /* top is 10px, right-left are 0px, and bottom is 0px */
	padding: 0px;
	font-size: 100%;
	font-family: georgia, times, verdana, arial, sans-serif;
	background: #fff;
	}

a	{
	color: #00f;
	text-decoration: none;
	}

a:link {color:#00f;}
a:active {color: #fff;}
a:visited {color: #00f;}
a:hover {color: yellow; background: black;}

em {font-style: italic;}

img {border: 0px;}

form {margin: 0px; border: 0px; padding: 0px;}

h2 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	}

h3 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-top: 7px;
	font-weight: bold;
	font-size: 110%;
	}

p {margin: 0px;}

.content {
	position: relative;
	width: auto;
	min-width: 300px;
	margin: 0px 190px 0px 160px;   /* top is 0, right is 190, bottom is 0, left is 160 */
	padding: 0px 30px 10px;   /* top is 0, right-left are 30, and bottom is 10 */
	line-height: 150%;
	z-index: 3;
	}
.content h2 {
	font-family: 'Lucida Grande';
	font-size: 110%;
	}
.content h3 {
	font-family: 'Lucida Grande';
	font-size: 100%;}

#banner {
	border-bottom: 6px solid black;
	margin-bottom: 2px;
	height: 88px;
	}

.checkbox {margin-top: 15px;}

.path {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 29px;
	vertical-align: text-bottom;
	}

.pathcat {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}

.entries {
	border-top: dotted 2px black;
	padding-top: 10px;
	}
.entries h2 {margin-bottom: 5px;}
.entries p {
	margin: 0px;
	text-indent: 30px;
	}
.entries blockquote p {
	text-indent: 0px;
	}
.entries .noindent {text-indent: 0px;}

.titlewrap {line-height: normal; margin-bottom: 10px;}

.descript {
	font-size: 90%;
	font-style: italic;
	}
.descript em {font-style: normal;}

.poemwrap {
	margin-top: 10px;
	padding: 10px;
	line-height: 130%;
 	border: 1px #066 dotted;
	background-color: #f5f5dc;
	}
.poemwrap p {margin: 0px; padding: 0px; text-indent: 0px;}

.leftside {
	position: absolute;
	width: 140px;
	top: 10px;
	left: 20px;
	line-height: normal;
	z-index: 2;
	}
.leftside h2 {
	font-family: 'Lucida Grande';
	font-size: 107%;
	text-indent: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
.leftside .links {
	font-size: 95%;
	font-weight: bold;
	text-indent: 15px;
	}

.colophon {
	font-family: 'Lucida Grande';
	font-size: 70%;
	line-height: 13px;
	}
.colophon>a {font-weight: normal;}

.rightside {
	position: absolute;
	width: 170px;
	top: 10px;
	right: 20px;
	z-index: 1;
	}
.rightside h2 {
	font-family: 'Lucida Grande';
	margin-top: 15px;
	}
.rightside .links {font-size: 80%;}

.quote {
	font-family: verdana, georgia, times, sans-serif;
	font-size: 70%;
	border: 1px dashed black;
	padding: 5px 5px;
	height: 84px;
	min-height: 84px;
	}

.date {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	color: #999;
	}

.morelink {
	font-family: vardana, arian, sans-serif;
	font-size: 90%;
	}

.toc {line-height: normal; font-size: 95%;}
.toc h3 {font-family: 'Lucida Grande'; margin-top: 10px;}
.toc p {text-indent: 0px;}