html, body {
	margin: 0;
	padding: 0;
}

body {
	background-repeat: repeat;
	background-image: url(../gfx/diag-stripes-12.5.png);
	background-color: #6a4441;
	font-size: 10pt;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#header a {
	color: white;
	text-decoration: underline;
}

#header a:after {
	content: " »";
}

a {
	text-decoration: inherit;
}

a:hover {
	text-decoration: underline;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#content {
	background-color: #85c5cf;
}

.block {
	padding: 24px;
}

.alternate {
	background-color: #483839;
}

.blogpost:before, .blogpost:after {
	clear: both;
}

.blogpost {
	padding: 0px;
	width: auto;
	margin-bottom: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 12px;
}

.blogpost .avatar {
	position: relative;
	width: 68px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background: url(../gfx/tip-left.gif) no-repeat right;
	z-index: 10000;
}

.blogpost .avatar img {
	height: 48px;
	width: 48px;
	border: 1px solid #c9c2c1;
}

.blogpost .post {
	margin-left: 67px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -61px;
	width: auto;
}

.blogpost .post .content {
	padding: 10px;
	border: 1px solid #c9c2c1;
	background-color: white;
}

.blogpost .post .content .title {
	margin-bottom: 1em;
}

.blogpost .post .content h2, .blogpost .post .content h3, .blogpost .post .content blockquote {
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

blockquote.metadata {
	font-size: smaller !important;
}

.blogpost .post .content blockquote h3 {
	display: inline;
}

.blogpost .content p {
	font-size: 11px;
}

.blogpost .post .commentsheader {
	position: relative;
}

.blogpost .post .comments {
	margin-top: 10px;
	display: none;
}

.blogpost .post .comment {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

.blogpost .post .comment blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

.blogpost .post .comment blockquote p {
	margin: 10px;
	padding: 0px;
}

.blogpost .post .comment cite {
	position: relative;
	margin-bottom: 24px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../gfx/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

#header, #footer {
	text-align: center;
	color: white;
	margin-bottom: 24px;
}

#footer {
	font-size: smaller;
	display: none;
}
