body {
	background: #f0f0f0;
	font: 100%/1 'Trebuchet MS', Arial, sans-serif;
}
abbr, aconym {
	border-bottom: 0.05em dotted #999;
cursor: help;
}
blockquote {
	font: italic 100% Georgia, 'Times New Roman', times, serif;
	color: #333;
	margin: 1em;
}
q {
	font-style: italic;
}
a {
	color: #27a;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
code, kbd {
	font: bold 100% 'Courier New',Courier, monospace;
	color: #333;
}

#wrapper {
	background: #fff;
	padding: 0.5em;	
	margin: 1em auto;
	width: 50em;
}
#header {
	padding: 1em 1em 0 1em;
	width: 48em;
	background: #0f0f0f;
}
#header h1 {
	border-left: 1em solid #27a;
	font-weight: bold;
	font-size: 3em;
	color: #fff;
	padding-left: 0.33333em;
	margin: 0;
}
#header h2 {
	font: italic normal 1em Georgia, 'Times New Roman', times, serif;
	color: #ccc;
	margin: 0.5em 0 0 4em;
}
#header ul {
	list-style: none;
	float: left;
	margin: 1.5em 0 0 0;
	padding: 0;
}
#header ul li {
	display: block;
	float: left;
}
#header ul li a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.5em;
	display: block;
	height: 1em;
}
#header ul li a:hover {
	background: #333;
}
#header ul li a.current {
	color: #000;
	background: #fff;
}
#header ul li a.current:hover {
	color: #27a;
}
#content {
	padding: 1em;
	float: left;
	width: 38em;
	overflow: hidden;
}
#content .post {
	padding-bottom: 1em;
}
#content .post h3.posttitle {
	font-size: 1.4em;
	margin: 0.4em 0;
	color: #27a;
}
#content .post h3.posttitle a {
	text-decoration: none;
	color: #27a;
}
#content .post h3.posttitle a:hover {
	color: #000;
}
#content .post .postdate {
	font: italic 0.85em Georgia, 'Times New Roman', times, serif;
	color: #333;
}
#content .post .postdate a {
	color: #333;
}
#content .post .postdate a:hover {
	color: #27a;
	text-decoration: none;
}
#content .post .posttext {
	line-height: 1.3;
	text-align: justify;
}
#content .post .posttext p {
	margin: 0 0 1em 0;
}
#content .post .posttext p.footnote {
	color: #333;
	font-size: 0.75em;
}
#content .post .posttext h1, #content .post .posttext h2, #content .post .posttext h3, #content .post .posttext h4 {
	font-size: 1.4em;
	margin: 0.5em 0;
}
#content .post .posttext h5 {
	font-size: 1.2em;
	margin: 0.5em 0;
}
#content .post .posttext h6 {
	font-size: 1em;
	margin: 0.5em 0;
}
#content .post .posttext img{
	background: url('shadow.gif') no-repeat right bottom;
	padding: 5px 11px 11px 5px;
	border: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	margin: 0.5em;
}
#pagenavigation {
	text-align: center;
}
#sidebar {
	font-size: 0.8em;
	float: right;
	width: 10em;
	padding: 0.25em;
	line-height: 1.2;
}
#sidebar h3 {
	text-transform: uppercase;
	margin: 0.5em -0.25em;
	padding: 0.1em 0.25em;
	border-bottom: 0.2em solid #27a;
	font-size: 1.2em;
}
#sidebar p {
	margin: 0.25em 0;
}
#sidebar form {
	margin: 0;
}
#sidebar fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#sidebar label {
	font-size: 0.85em;
}
#sidebar input {
	width: 6em;
	border: 0.2em solid #f0f0f0;
	background: #fff;
	font-size: 0.8em;
	padding: 0.25em;
	color: #333;
}
#sidebar input:focus, #sidebar input:hover {
	border-color: #ccc;
	background: #f0f0f0;
	color: #000;
}
#sidebar input.button {
	width: 3.8em;
	border: 0.2em solid #f0f0f0;
	background: #f0f0f0;
	font-size: 0.8em;
	padding: 0.25em;
}
#sidebar input.button:focus, #sidebar input.button:hover {
	border-color: #27a;
	background: #27a;
	color: #fff;
}
#sidebar ul {
	color: #27a;
	margin: 0;
	padding: 0 1em;
}
#sidebar ul li a {
	color: #000;
}
#sidebar ul li a:hover {
	color: #27a;
}
#footer {
	clear: both;
	font-size: 0.75em;
	color: #999;
	text-align: center;
	padding-top: 1em;
}
#footer a {
	color: #999;
	border-bottom: 0.05em dotted #999;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 0.05em solid #333;
}
.clear {
	clear: both;
}
