#content {
	float: left;
	width: 67%;
	background: #fff;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 50px;
	vertical-align: top;
}

#rightmenu {
	border-style: dashed;
	border-width: 1px;
	background-color: #ccc;
	vertical-align: top;
	position: absolute;
	right: 20px;
	padding: 10px;
	text-transform: lowercase;
	max-width: 20%;
}

#archivelist {
	padding: 0px;
}

.storybox {
	border: 1px dashed;
	padding: 6px;
	margin-bottom: 10px;
}

.story {
	margin: 10px 0;
}

#title {
	border-bottom: 2px solid #000;
}

body, td { 
	font-family: Verdana,Geneva,Arial,Sans-serif;
	font-size: 12px;
	color: #111111;
}

a {
	text-decoration: none;
	color: #921d00;
}

.title {
	font-size: 20pt;
	font-weight: bold;
	color: #921d00;
}

.title a {
	text-decoration: none;
	color: #921d00;
}

.rightMenu {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #666;
}

.blosxomTitle {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

/* invalid and unused
.blosxomTime {
	text-decoration: italicize;
	color: #336699;
}
*/

.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	margin: 2px;
	max-width: 100%;
	height: auto;
}

pre {
	overflow: auto;
	background: rgb(230,230,230);
	border: solid;
	border-width: thin;
	padding: 5px 10px;
}

h3 {
	text-transform: lowercase;
}


/* comments */

h3#comments img {
	margin-top: 4px;
}

ol.commentlist {
	margin-bottom: 40px;
	font-size: 0.93em;
}

ol.commentlist li.commento {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1%;
}

ol.commentlist img.avatar {
	float: left;
	margin-right: 10px;
}

ol.commentlist cite {
	margin-top: 20px;
	font-style: normal;
	font: 1.5em/150% Verdana,Geneva,Arial,Sans-serif;
	font-weight: normal;
}

ol.commentlist cite a {
	text-decoration: none;
	color: #369;
}

small.commentmetadata {
	display: block;
	font-size: 0.93em;
	border-top: 1px dotted #666;
	color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

small.commentmetadata a {
	color: #999;
}

ol.commentlist p {
	margin-bottom: 10px;
}

ol.commentlist li.author {
	background-color: #ccc;
	border: 1px solid #921d00;
}

ol.commentlist li.commento li {
	margin-left: 40px;
}

ol.commentlist li.commento ul li {
	list-style-type: square;
}

ol.commentlist li.commento ol li {
	list-style-type: decimal;
}

.commentbody p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#comment-form {
	border: 1px dashed;
	padding: 6px;
	margin-bottom: 10px;
}

#comment-form h3 {
	color: #921d00;
}
