body
{
	font-family: "Bitstream Vera Sans", "Lucida Grande", "Verdana", sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	text-align: center;
	background: white;
	color: #3d3d3d;
}

#header
{
	margin: 0;
	padding-right: 40px;
	background: #3D3D3D;
	color: white;
	text-align: right;
}
#header, #header a:visited {
	color: white;
	height: 8em;
}
#header .logo
{
	font-size: 2em;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 5px;
}
#header h3
{
	padding-bottom: 50px;
}

#content
{
	text-align: left;
}

#menu
{
	background: #f2f2f2;
	padding: 7px;
	padding-left: 31px;
	text-align: left;
}

#menu ul
{
	margin: 0;
	padding: 0;
}

#menu ul li
{
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline;
}

#menu ul li a
{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #3d3d3d;
}

#menu ul li a:hover
{
	border-bottom: 2px solid #3d3d3d;
}

#main
{
	padding: 40px 40px 10px 40px;
}

#main #blurb
{
	margin: 0 0 30px 0;
}

#main .post
{
	line-height: 1.5em;
	padding-bottom: 30px;
}

#main .post .excerpt
{
	font-size: 1.3em;
}

#main .post p
{
	margin: 5px 0 10px 0;
}

#main .post h3
{
	color: #3d3d3d;
	font-size: 1.7em;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 0.9em;
}

#main .post h3 a
{
	color: #3d3d3d;
	text-decoration: none;
}

#main .post h4
{
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}

#main .post .info
{
	font-size: 0.9em;
	margin-top: -5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#main .post .info, #main .post .excerpt
{
	font-family: "Georgia", "Times New Roman", serif;
}

#main .post blockquote
{
	margin: 5px 40px 5px 30px;
	padding: 5px;
	background-color: #f2f2f2;
	border-top: 1px #cccccc dotted;
	border-bottom: 1px #cccccc dotted;
}

#main .post blockquote p, #main .post blockquote code, #main .post blockquote pre
{
	margin: 5px 0;
}

#main .post blockquote pre
{
	overflow: auto;
}

#main .post img
{
	padding: 5px;
	border: 1px solid #cccccc;
}

.post ul, .post ol
{
	margin: 0;
	padding: 0;
}

.post ul li
{
	margin: 0 0 0 35px;
	padding: 0;
	list-style: square;
}

.post ol li
{
	margin: 0 0 0 35px;
	padding: 0;
}

#footer
{
	background: #3D3D3D;
	padding: 10px 10px;
	color: #f2f2f2;
	font-size: 0.8em;
	text-align: center;
}

#footer a
{
	color: #f2f2f2;
}

.archives dt
{
	font-size: 1.2em;
}

.archives dd
{
	line-height: 1.7em;
	padding: 0 0 0 15px;
	margin: 0;
}

img
{
	border: 0;
	margin: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Georgia", "Times New Roman", serif;
	margin: 0;
	padding: 0;
}

a
{
	color: #0072bc;
}

acronym
{
	border-bottom: 1px dashed #3d3d3d;
	cursor: help;
}

code
{
	font-size: 1.2em;
}

p.iv_q
{
	color: #996633;
}