html, body, div, span, applet, object, iframe, embed,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	background: #fafbf6;
	color: #473f3b;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 1.5;
}
#container{
	margin: 0 auto;
	padding: 40px 10px 20px 10px;
	position: relative;
	width: 960px;
}
#content{
	float: left;
	margin-left: 20px;
	width: 490px;
}
#content_full{
	float: left;
	margin-left: 20px;
	width: 760px;
}
#nav{
	float: left;
	width: 180px;
}
#feeds{
	background: #f1f5e9;
	border: 1px solid #d3e4b9;
	float: left;
	margin-left: 10px;
	padding: 10px;
	width: 238px;
}

/* -------------------- */

a{
	border-bottom: 1px solid #d2e3b8;
	color: #657c43;
	text-decoration: none;
}
a:visited{
	color: #748161;
}
a:hover{
	color: #648732;
	background: #f0f4e9;
}
h1, h2, h3, h4, h5{
	position: relative;
	color: #da4f14;
	font-weight: normal;
}
h1 a,
h1 a:visited,
h1 a:hover,
h2 a,
h2 a:visited,
h2 a:hover,
h3 a,
h3 a:visited,
h3 a:hover,
h4 a,
h4 a:visited,
h4 a:hover,
h5 a,
h5 a:visited,
h5 a:hover{
	color: #da4f14;
	font-weight: normal;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 15px;
}
h5{
	font-size: 13px;
}
p{
	line-height: 2;
	margin-bottom: 20px;
}
p.time{
	color: #888;
}
ul{
	font-size: 13px;
	list-style: circle;
	margin-bottom: 20px;
}
ol{
	font-size: 13px;
	list-style: lower-alpha;
	margin-bottom: 20px;
}
li{
	margin-left: 20px;
}
dt{
	margin: 20px 0 0 0;
	font-size: 13px;
}
dd{
	margin: 0 0 10px 20px;
	font-size: 13px;
}
abbr{
	cursor: help;
}
label{
	display: block;
}
input[type=text]{
	width: 100%;
}
textarea{
	height: 300px;
	width: 100%;
}

.flash{
	background: #eee;
	border: 1px solid #888;
	margin: 0 auto;
	padding: 0 10px;
	position: absolute;
	top: 10px;
	width: 50%;
}

.postlist li{
	margin-bottom: 10px;
}
.postlist li em.time{
	border: 0;
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.footnote{
	color: #888;
}
pre{
	background: #f1f5e9;
	border: 1px solid #d3e4b9;
	display: block;
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	overflow: auto;
	overflow-y: hidden;
	padding: 10px;
	white-space: pre;
}
code{
	font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	font-size: 12px;
}

/* === right sidebar (homepage) === */

.tweet{
	border-bottom: 1px solid #d3e4b9;
	padding: 10px 5px;
}
.tweet p{
	margin-bottom: 0;
}
.tweet .time{
	margin-left: 20px;
}

.quote{
	background: #dbe0d5;
	color: #000;
}
.reply{
	background: #fafbf6;
}
.reply p{
	margin-left: 20px;
}
