html, body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Bitstream Vera Sans, Trebuchet MS, Trebuchet, Verdana, Arial, Sans-serif;
	font-size: 9pt;
	height: 100%;
}

a:link    { color: #0000F0; }
a:visited { color: #000090; }
a:hover   { text-decoration: underline; }

img {
	border: none;
}

h1 { font-size: medium; }
h2 { font-size: small;  }

.topbar {
	background: #000000;
	color: white;
	width: 100%;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid grey;
	vertical-align: middle;
}

.topbar img {
	vertical-align: middle;
	display: inline;
	position: relative;
}

.pagebody {
	position: relative;
	height: 100%;
}

html > body .pagebody { height: auto; min-height: 100%; }

.content {
	margin-right: 200px;
	clear: both;
}

h2.date {
	font-size: large;
	border-bottom: 1px solid #C3C3C3;
	padding-left: 10px;
	margin-left: 20px;
}

.entry {
	margin-left: 40px;
}

a:link {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

a:visited {
    color: #555;
    text-decoration: none;
}

h3.entry-header {
	background: #EFEFEF;
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	padding: 3px;
	padding-left: 6px;
	font-size: medium;
}

h4.entry-header {
	margin-left: 20px;
	border-bottom: 1px solid #C3C3C3;
}

.faceblock {
	position: relative;
	float: right;
	padding: 10px;
	text-align: center;
}

.face {
	position: relative;
	left: 5px;
	z-index: 1;
	top: -26px;
}

.hat {
	position: relative;
	z-index: 100;
}

div.code {
	background: #F3F3F3;
	border: 1px solid #C3C3C3;
	padding: 3px;
	font-family: monospace;
	white-space: pre;
}

.entry-header a { text-decoration: none; color: black; }

.entry-content {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 160%;
}

.entry-date {
	padding: 10px;
	padding-left: 20px;
}

.entry-date a {
	font-style: italic;
	text-decoration: none;
	color: #808080;
}

.sidebar {
	position: absolute;
	padding: 5px 0px 5px 0px;
	width: 200px;
	background: #EFEFEF;
	color: #444444;
	border-left: 1px solid #CFCFCF;
	right: 0px;
	top: 46px;
	bottom: 0px;
	clear: both;
}

.sidebar h2 {
	text-align: center;
}

.sidebar a:link    { text-decoration: none; color: #444444; }
.sidebar a:visited { text-decoration: none; color: #444444; }
.sidebar a:hover   { text-decoration: underline;            }

.sidebar-section {
	padding: 10px;
	padding-top: 0px;
	border-top: 1px solid #CFCFCF;
	line-height: 160%;
}

.sidebar-section:first-child {
	border-top: 0px;
}

#emblems {
	margin-top: 10px;
}

.last-updated {
	font-size: x-small;
	font-style: italic;
	padding: 10px;
}

.footer {
	padding: 10px;
	font-size: x-small;
	color: #444444;
	border-top: 1px solid #CFCFCF;
}

img-inline: {
	display: inline;
	padding: 10px;
}

