blockquote,q {
	font-style: italic;
}
q:before,q:after { content: ""; }
.post h3 {
	margin-bottom: 0.2em;
}
.alt {
	color: #444; 
}
.post {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
}
#navbar {
	position: absolute;
	top: 0;
	right: 0;
}
#navbar ul { list-style: none; }
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	height: 2em;
	line-height: 3em;
	padding: 0 1.5em;
	font-size: 1.35em;
	border-right: 1px solid #eee;
}
#navbar li.last a { border-right: none; }
#navbar li a:hover {
}