body {
	background: #fff;
	font: 100%/1 'Trebuchet MS', Arial, sans-serif;
}
abbr, aconym {
	border: 0;
}
blockquote {
	font: italic 100% Georgia, 'Times New Roman', times, serif;
	color: #333;
	margin: 1em;
}
q {
	font-style: italic;
}
a {
	color: #000;
	text-decoration: underline;
}
code, kbd {
	font: bold 100% 'Courier New',Courier, monospace;
	color: #333;
}
#wrapper {
	background: #fff;
	padding: 0;	
	margin: 0;
	width: 100%;
}
#header {
	padding: 1em 1em 0 1em;
	width: 100%;
	background: #fff;
}
#header h1 {
	border-left: 1em solid #27a;
	font-weight: bold;
	font-size: 3em;
	color: #000;
	padding-left: 0.33333em;
	margin: 0;
}
#header h2 {
	font: italic normal 1em Georgia, 'Times New Roman', times, serif;
	color: #333;
	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: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.5em;
	display: block;
	height: 1em;
}
#header ul li a.current {
	color: #000;
	background: #fff;
	text-decoration: underline;
}
#content {
	padding: 1em;
	float: left;
	width: 70%;
	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 .postdate {
	font: italic 0.85em Georgia, 'Times New Roman', times, serif;
	color: #333;
}
#content .post .postdate a {
	color: #333;
	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 fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#content fieldset legend {
	color: #000;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#content fieldset label, #content fieldset input {
	display: block;
	float: left;
	margin: 0.2em;
	padding: 0.2em;
}
#content fieldset label {
	width: 10em;
}
#content fieldset input {
	width: 15em;
}
#content fieldset textarea {
	width: 30em;
	height: 10em;
	font: 100%/1 'Trebuchet MS', Arial, sans-serif;
	margin: 0.2em;
	padding: 0.2em;
}
#content fieldset input, #content fieldset textarea {
	border: 0.2em solid #f0f0f0;
	background: #fff;
	font-size: 0.8em;
	color: #333;
}
#content fieldset br {
	clear: left;
}
#content fieldset input.button {
	clear: both;
	float: none;
	width: auto;
	border: 0.2em solid #f0f0f0;
	background: #f0f0f0;
	font-size: 0.8em;
	margin: 0.2em;
	padding: 0.2em;
}
#content div.textbox {
	border: 0.2em solid #f0f0f0;
	font-size: 0.8em;
}
#pagenavigation {
	display: none;
}
#sidebar {
	font-size: 0.8em;
	float: right;
	width: 20%;
	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.button {
	width: 3.8em;
	border: 0.2em solid #f0f0f0;
	background: #f0f0f0;
	font-size: 0.8em;
	padding: 0.25em;
}
#sidebar ul {
	color: #27a;
	margin: 0;
	padding: 0 1em;
}
#sidebar ul li a {
	color: #000;
}
#footer {
	float: left;
	clear: both;
	font-size: 0.75em;
	color: #999;
	text-align: center;
	padding-top: 1em;
	width: 100%;
}
#footer a {
	color: #999;
	border-bottom: 0.05em dotted #999;
}
.clear {
	clear: both;
}
