a:link, a:visited {
	color: black;
}

a:hover, .sitemenuitem span:hover, .fakelink:hover {
	color: black;
	background: #DDDDDD;
}

a:active, .sitemenuitem span:active, .fakelink:active {
	color: red;
	background: #DDDDDD;
}

#wholepage {
	position: relative;
	border: none;
	/*opacity: 0;*/
	font-size: 10pt;
	font-family: sans-serif;
}

.menutitle {
	font-weight: bold;
}

#sitelogo {
	margin-top: 2em;
	margin-bottom: 2em;
}

#sitelogo div {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100px;
	height: 85px;
	background-image: url(/assets/images/logo.gif);
	padding: 0;
}

#sitemenu {
	margin-left: .8em;
	margin-right: .8em;
}

.sitemenuitem, #loginblock, #leftnavmiscblock {
	margin-bottom: .8em;
}

.sitemenuitem span, .fakelink {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

#leftnav {
	border: 1px solid black;
	background: #EEEEEE;
	position: absolute;
	width: 220px;
	top: 0;
}

input[type=button], input[type=submit] {
	color:white;
	background:black;
}

#maincontent {
	border: 1px solid black;
	position: absolute;
	top: 0;
	left: 220px;
	right: 0;
	margin-left: 1em;
	padding: .8em;
	min-width: 40em;
}

#titleblock {
	font-size: 135%;
}

#titleblock div {
	display: inline;
}

#titleblock .blogtitle {
	font-weight: bold;
}

#titleblock .pithyquote {
	font-style: italic;
}

#noticeblock {
	border: 2px solid red;
	margin-top: .5em;
	padding: .5em;
	background: yellow;
	color: red;
	font-weight: bold;
}

#noticeblock:empty, .articleops:empty {
	display:none;
}

.articleblock, .articleeditblock {
	margin-top: 1em;
	background: #EEEEEE;
}

.articletitle, .menutitle {
	background: black;
	color: white;
	padding-left: .5em;
	padding-right: .5em;
}

.articletitle div, .archivetitle div {
	display: inline;
}

.articletitle a:link, .articletitle a:visited, .articletitle a:hover, .articletitle a:active {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
	background: none;
}

.articletitletext {
	font-weight: bold;
}

.articletimestamp {
	float: right;
	font-style: italic;
	margin-left: .5em;
}

#archivelist {
	padding-top: 1em;
}

.archivetitle {
	margin-top: .5em;
	margin-bottom: .5em;
}

.archivetitletext {
	font-weight: bold;
}

.articlemain {
	padding: .5em;
	padding-bottom: .1em;
	border: 1px solid black;
}

.articleops {
	border: 1px solid red;
	background: white;
	padding: .3em .5em;
	margin-bottom: .5em;
}

.articlebody {
	margin-bottom: .5em;
}

.articleops, #blogops {
	border: 1px solid red;
	background: white;
	padding: .3em .5em;
	margin: .5em;
}

.articleeditblock {
	display: table;
	margin-bottom: 1em;
	width: 100%;
}

.articleeditinputgroup {
	display: table-row;
}

.articleeditinputlabel {
	display: table-cell;
	text-align: right;
	padding-right: .3em;
	font-weight: bold;
	vertical-align: top;
	width: 6em;
}

.articleeditinputfield {
	display: table-cell;
	padding-bottom: .5em;
}

.articleeditblock textarea {
	width: 98%;
	height: 25em;
}

.articleeditblock input[type=text] {
	width: 98%;
}

.commentform {
	margin-bottom: .8em;
	padding: .3em;
}

.commentform textarea, .comment textarea {
	display: block;
	width: 98%;
	height: 12em;
}

blockquote {
	
	border: 1px solid grey;
	padding: .5em;
	margin-top: 0;
	margin-bottom: -1em;
	background: #E0E0E0;
	
}

.copyright {
	font-size: small;
	color: grey;
	font-style: italic;
	padding-top: .8em;
}
