* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #fff;
	color: #040;
	background-image: url(images/yellow-white-fade-5x800.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
#header, #footer {
	background-image: url(images/darkblue-5x60.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #2e6585;  /* 3f7696 */
	color: #ffc;
	height: 4em;
	padding: 1px;
}
td {
	vertical-align: top;
}
.highlight {
	background-color: #ffa;
}
span.response {
	display: block;
}
ol#pollresponses li form {
	background: none;
	color: transparent;
	display: inline;
	margin: 0;
	padding: 0;
}
ol#pollresponses li form input {
	font-size: 12px;
	margin: 0 0.5em 0 0;
	padding: 0;
}
ol#pollresponses li {
	font-size: 1.5em;
	margin-top: 1em;
}
#content form {
	width: 90%;
	background-image: url(images/darkblue-5x300.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #3f7696;  /* 3f7696 */
	color: #ffc;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 0px 2px #000;
}
#content fieldset {
	border: 0;
	padding: 1.5em;
}
legend {
	font-size: 150%;
	margin-left: -0.5em;
}
#header {
	background-position: top;
	text-align: left;
}
#header h1, #header ul {
	margin-left: 60px;
}
#header a, #header h1 a {
	color: #ffc;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
}
#header a:hover, #sidebar a:hover, div#content dt a:hover, div#content ol.commentlist a:hover {
	text-decoration: underline;
}
#topnav ul, #sidebar ul, #bloghome ul {
	list-style-type: none;
}
#topnav li {
	display: inline;
	margin-left: 3px;
	margin-right: 1em;
}
img a, a img {
	border: 0;
}
img#headshot {
	position: absolute;
	top: 1px;
	left: 1px;
}
img#bigheadshot {
	position: absolute;
	top: 90px;
	right: 1px;
}
h1, h2, h3, #header, #footer, #sidebar, #sidebar li, form, dl#homelist dt, div#content p.postdate, div#content p.postmetadata, div#content ol.commentlist, div#content ol.commentlist li p, div#content ol.commentlist li blockquote strong, div#content ol.commentlist li span.response {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}
div#content p, div#content ul, div#content ol, div#content dl, div#content blockquote {
	font-family: "Century Schoolbook", Georgia, serif;
	line-height: 1.4em;
}
dl#homelist dt, .big {
	font-size: 1.25em;
	font-weight: bold;
}
dd, blockquote, span.response {
	margin: 0 0 1em 1em;
}
dl#homelist dt {
	margin-top: 1em;
}
dl#homelist dd {
	margin: 0 0 0 1em;
}
.small, #footer, #sidebar, p.postdate, p.postmetadata, ol.commentlist {
	font-size: 0.75em;
}
div#content p.postmetadata {
	text-align: right;
}
.clearer {
	clear: both;
}
#footer {
	display: none;
	text-align: right;
	background-position: bottom;
	height: 30px;
	font-size: 0.75em;
	padding-top: 1em;
}
h2, h3, h4 {
	color: #060;
}
h4 {
	font-size: 1.25em;
	font-weight: normal;
}
#content {
	margin: 1em auto;
	width: 550px;
	text-align: left;
}
#content #fullscreen {
	position: absolute;
	left: 2em;
}
h2, h3 {
	margin: 0 0 0.5em 0;
}
div#content h4, div#content h5 {
	margin: 1em 0 0 0;
}
div#content h3 {
	margin-top: 1.5em;
}
div#content p.postdate {
	margin: -0.5em 0 1em 0;
}
div.post hr {
	margin: 2em 0;
}
div.post {
	margin-bottom: 6em;
}
#content p, #content input, #content textarea {
	margin-right: 1em;
	margin-bottom: 1em;
}
#content input, #content textarea, #content input.submit {
	margin-top: 3px;
	font-size: 16px;
	padding: 6px 8px 3px 8px;
	border: 1px solid #007;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#content input.submit {
	font-size: 24px;
}
#content input:focus, #content textarea:focus, #content input.submit:hover, div#content ol.commentlist li {
	background-color: #ffc;
}
div#content ol.commentlist li blockquote, span.response {
	background-color: #afa;
	margin-top: 0.5em;
	padding: 0.5em;
	font-weight: bold;
}
#content ul, #content ol {
	padding-left: 2em;
	margin-bottom: 1em;
}
#content li {
	margin-bottom: 0.5em;
}
div#content ol.commentlist p {
	margin-top: 1em;
}
div#content ol.commentlist li {
	padding: 2px;
	margin-bottom: 2em;
}
div#content ol.commentlist li p {
	padding-left: 1em;
}
img.gravatar {
	float: right;
}
#sidebar {
	position: absolute;
	top: 6em;
	right: 1em;
	width: 200px;
	max-width: 200px;
	text-align: right;
}
#sidebar h2, #sidebar h3, #sidebar h4 {
	margin: 1.5em 0 1em 0;
}
/*
#sidebar ul {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
} */
#sidebar li {
	margin-left: 1em;
	margin-bottom: 1em;
}
#sidebar a, div#content ol.commentlist cite a {
	color: #00c;
	text-decoration: none;
}
#sidebar a:visited {
	color: #060;
}
div.book {
	clear: both;
	margin-bottom: 1em;
}
div.book img {
	float: left;
	margin-right: 10px;
}
#searchform, #langform {
	position: absolute;
	top: 1em;
}
#searchform {
	right: 1em;
}
#langform {
	right: 15em;
}
#bloghome h2 {
	margin-left: -1em;
}
p.english {
	direction: ltr;
	text-align: left;
}
