.hentry, .archives, form, #no-comments {
	background-color: #fff;
	color: #363942;
	border-bottom: .33333em solid #5C832F;
	padding: 1.3333em 1.3333em 1em 1.3333em;
	margin-bottom: 2.6667em;
}

.metadata {
	margin-top: 1.4em;
	margin-bottom: .8em;
	font-size: .83333em;
	line-height: 1;
}

	.metadata li {
		display: inline;
	}

	.metadata li:before {
		content: "\2022";
	}

	.metadata li:first-child:before {
		content: "";
	}
	
	.metadata address {
		display: inline;
	}


strong.notice {
	color: #5C832F;
	font-weight: bold;
}

h2 {
	background-color: #382513;
	color: #fff;
	text-align: center;
	margin-bottom: 2em;
}

.hentry .entry-title, .archives h2 {
	background-color: inherit;
	color: inherit;
	text-align: inherit;
	margin-bottom: 1em;
}

legend {
	display: none;
}

form #example {
	display: inline;
}


.archives time, .archives h3 {
	font-weight: bold;
	text-align: right;
	width: 5em;
}

.archives h2 {
	text-align: right;
	width: 3.75em;
}

.archives time {
	display: block;
	float: left;
}

.archives a {
	margin-left: 1em;
}

.archives ol {
	margin-bottom: 1em;
}


#comments dt a {
	color: #fff;
	margin-left: 2.6667em;
}

#comments dt {
	background-color: #382513;
	padding-top: .16667em;
	padding-bottom: .16667em;
	margin-bottom: 1em;
}


.hentry .entry-content, .hentry .entry-summary {
	text-align: justify;
}

.hentry .entry-content p, .hentry .entry-summary p {
	text-indent: 1em;
	margin: 1.3333em;
}

.hentry .entry-content ol, .hentry .entry-summary ol,
.hentry .entry-content ul, .hentry .entry-summary ul,
.hentry .entry-content pre, .hentry .entry-summary pre,
.hentry .entry-content blockquote, .hentry .entry-summary blockquote {
	margin: 1.3333em;
}

.hentry .entry-content ol li, .hentry .entry-summary ol li {
	list-style-type: decimal;
}

.hentry .entry-content ol li li, .hentry .entry-summary ol li li {
	list-style-type: upper-alpha;
}

.hentry .entry-content ol li li li, .hentry .entry-summary ol li li li {
	list-style-type: lower-alpha;
}

.hentry .entry-content ul li, .hentry .entry-summary ul li {
	list-style-type: disc;
}

.hentry .entry-content ol li li, .hentry .entry-summary ol li li {
	list-style-type: circle;
}

.hentry .entry-content ol li li li, .hentry .entry-summary ol li li li {
	list-style-type: square;
}

.hentry .entry-content h3, .hentry .entry-content h3 {
	margin-top: 1em;
}
