* {
	font-family: "Gill Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	border: 0 none;
	margin: 0;
	padding: 0;
}

p.blogname {
	padding-top: 32px;
	margin-top: 0px;
	font-weight: bold;
	font-size: xx-large;
}

p.blogname a {
	text-decoration: none;
	color: black;
}

p.bloghead {
	padding-bottom: 32px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: large;
}

#head {
	border: 0 none;
}

#foot {
	background-repeat: repeat-x;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: 0px;
	border: 0 none;
	background-image: url(/static/images/bottomback.png);
	background-color: white;
}

#top_content {
	height: 120px;
	width: 800px;
	background-image: url(/static/images/header.png);
	background-size: 800px 120px;
}

#top_content p, .post, #comments {
	padding-left: 40px;
	padding-right: 40px;
}

#top_content p, .post p, .post h2, .post h3, #comments p, .post_title {
	margin-left: 40px;
	margin-right: 40px;
}

#content, #top_content {
	margin: auto;
	width: 800px;
}

#foot_content {
	width: 760px;
	margin: auto;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	min-height: 700px;
}

ul.post_list {
	list-style-type: none;
}

.post {
	padding-top: 20px;
	padding-bottom: 20px;
}

.post p, .post ul, .post ol {
	padding-bottom: 10px;
}

.post h2, .post h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post ul, .post ol {
	margin-left: 60px;
	margin-right: 40px;
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}

p.post_date, p.comment_date {
	padding-left: 10px;
	font-style: italic;
	font-size: small;
}

.post_title {
	font-size: xx-large;
}

a.post_title {
	text-decoration: none;
}

a.post_title:link {
	color: #333333;
}

a.post_title:visited {
	color: #7f7f7f;
}

a.post_title:hover {
	text-decoration: underline;
}

a.post_title:active {
	text-decoration: underline;
}

.light, #content {
	background-color: white;
}

.dark {
	background-repeat: repeat;
	background-image: url(/static/images/light.png);
}

#comments {
	padding-bottom: 20px;
}

.comment_header {
	padding-top: 20px;
	font-size: xx-large;
	margin-bottom: 10px;
}

.comment {
	margin-left: 20px;
	margin-bottom: 20px;
}

.comment_form {
}

.comment_form input[type="text"], .comment_form textarea {
	display: block;
}

.comment_form input[type="submit"] {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: gray;
	font-size: medium;
}

.comment_form input, .comment_form textarea {
	border: solid 1px;
	margin-bottom: 10px;
}

.comment_form blockquote {
	margin: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.comment_form h1 {
	margin-top: 20px;
}

.errorlist {
	margin-top: 10px;
	color: red;
}

input, textarea {
	font-size: medium;
}

.foot_page {
	margin-right: 5px;
	margin-left: 5px;
	float: right;
}

.foot_link a:link {
	color: #333333;
}

.foot_link a:visited {
	color: #7f7f7f;
}

#foot_content p {
	padding-top: 2px;
	margin-left: 30px;
}

.code {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	margin-left: 40px;
	margin-right: 40px;
}

.code pre, .code p, .code span, .mono {
	padding: 0;
	margin: 0;
	overflow: auto;
	font-family: Monaco, "Courier New", Courier, monospace;
}

p.navigation {
	text-align: center;
}

.empty {
	min-height: 20px;
}

.drop_shadow {
	background-repeat: repeat-x;
	background-image: url(/static/images/dropshadow.png);
}

.first_post, .navigation {
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
}

#backshadow, #head, #foot {
	margin: auto;
	width: 840px;
}

#backshadow, #head {
	background-image: url(/static/images/backshadow.png);
}

