body {
	background: url(/static/images/blog/shortbg.png) repeat-x;
	background-color: #fbf9ed;
}
div.page {
	width: 700px;
	margin: 0 auto;
}
div.contentwrapper {
	background-color: white;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 40px;
}
div.header {
	color: white;
	height: 170px;
}
div.header h1 {
	font-size: 38px;
	margin: 20px 0 14px 30px;
	text-shadow: 0px -1px 4px #422906;
}
div.header p {
	color: white;
	font-size: 18px;
	margin: 0px 0 0px 34px;
	text-shadow: 0px -1px 2px #422906;
}
div.header a {
	color: white;
	text-decoration: none;
}
div.topnav {
	color: #ffefdd;
	float: right;
}
div.topnav a {
	color: #ffefdd;
	padding: 8px 12px;
}
p {
	color: #222;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
div.contents p.meta {
	color: #666;
	font-size: 12px;
}
div.contents p.meta a {
	color: #666;
	font-size: 12px;
}
div.contents p {
	line-height: 1.8em;
}
div.contents p a {
	color: #000;
}
div.sidebar {
	display: none;
}
div.footer {
	margin: 0;
	background-color: white;
	border: 1px solid #bbb;
	border-top: none;
}
div.footer p {
	padding: 4px 40px;
	text-align: right;
	font-size: 12px;
}
h2, h3 a {
	font-size: 26px;
	color: #3a84a0;
	text-decoration: none;
}
div.tour h2 {
	margin: 48px 0px 16px 0px;
}
div.entry h2, div.entry h3 {
	margin-bottom: 5px;
}
div.contents p.pitch {
	border-top: 1px solid #11801b;
	border-bottom: 1px solid #11801b;
	padding: 6px 12px;
	color: #138e1e;
	background-color: #c7f6cb;
}
div.contents p.pitch a {
	color: #138e1e;
}
div.tour p {
	margin: 0px 40px;
}
p.related {
	margin-bottom: 40px;
}
h3#leave-reply {
	margin-bottom: 12px;
	font-size: 16px;
}
form.comments dt {
	margin-top: 14px;
}
form.comments ul {
	list-style: none;
	color: #d44;
	margin-bottom: 10px;
}
form.comments input {
	border: 1px solid #444;
	text-align: left;
	margin: 4px;
}
form.comments textarea {
	border: 1px solid #444;
	width: 500px;
	height: 200px;
	font-size: 14px;
	line-height: 1.4em;
}
form.comments div.actions input {
	color: #3a84a0;
	text-align: center;
}
ul#comments {
	list-style: none;
	margin: 16px;
}
div.comment {
	background-color: #eee;
	padding: 14px;
	padding-bottom: 0px;
	border-bottom: 1px solid #bbb;
}
div.blocked {
	display: none;
}

ol {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

ol li {
	padding: 3px;
}
	
.footnotes p {
	font-size: 10px;
	margin: 3px;
	
}

.footnotes {
	margin: 8px;
}

blockquote {
	line-height: 1.7em;
	padding: 0px 60px 0px 30px;
	margin: -4px 0px 18px 0px;
	color: #444;
	font-style: italic;
}

div.tour img {
	margin-left: -30px;
}
