BODY
{
	font-family: sans-serif;

	width: 80%;
	margin-left: 1em;
	background-color: white;
}

A
{
	color: black;

/*	text-decoration: none; */
}

H1
{
	margin-bottom: 0;
	padding-bottom: 0;
}

IMG
{
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#header
{
	font-weight: bold;
	text-align: right;

	background-color: #CEECFF;

	border: solid 1px #91A5B3;

	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3em;
}

#subtitle
{
	font-size: 60%;
}

#date
{
	font-size: 125%;
	font-weight: bold;
	padding-top: 1em;
}

#body
{
	padding-left: 1em;
	padding-bottom: 10px;
	border-left: solid 1px #91A5B3;
	border-right: solid 1px #91A5B3;
	border-bottom: solid 1px #91A5B3;
	border-top: solid 1px white;
}

#content
{
	padding-left: 1em;
	padding-right: 2em;
}

#sidebar
{
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 1px;
	padding-bottom: 1em;
	background-color: #FFF1CF;

	font-size: 80%;

	float: right;
	width: 10em;
}

#sidebar A
{
	color: black;
}

#sidebar UL
{
	margin: 0;
	padding: 0;
}

#sidebar LI
{
	list-style-type: none;
}

#footer
{
	text-align: center;

	border: 1px dotted #91A5B3;
	margin-top: 1em;
	padding-top: 1px;
}

.menuheading
{
	font-weight: bold;
}

.postsubhead {
	margin-left: 2em;
	font-size: 80%;
	color: #808080;
}

.postsubhead a {
	color: #808080;
}

h1.post {
	font-size: 120%;
	font-weight: bold;
}

h1.post a {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

BLOCKQUOTE {
	background-color: #F0F0F0;
	padding: 1px 1em 1px 1em;
	border-left: thick double #909090;
}

#comments h1 {
	font-size: 120%;
	font-weight: bold;
}

.comment {
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1em;
}

.comment_header {
	margin-left: 1em;
}

.comment_date {
	font-style: italic;
	font-size: 80%;
}

#comments .odd {
	background-color: #F0F0F0;
}

#comments .even {
	background-color: #F8F8F8;
}

#commentform th {
	text-align: left;
	width: 10%;
	padding-left: 2em;
}
