html {
	text-align: center;
}
body {
	font-family: "Bookman Old Style", Garamond, times, serif;
	padding: 10px;
	width: 950px;
	text-align: left;
	margin: auto;
}
a {
	color: #e0882f;
}
a:hover {
	text-decoration: none;
}
body div h1 {
	font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, times, serif;
	font-weight: normal;
}
header hgroup h1 {
	margin-bottom: 0px;
	
}
header hgroup h2 {
	margin-top: 0px;
	padding-bottom: 3px;
	width: 500px;
	border-bottom: 1px dotted #000;
}
header nav ul {
	text-align: right;
}
header nav ul li {
	display: inline;
	margin-right: 15px;
}
aside {
	display: block;
	width: 300px;
	float: right;
}
aside div {
	padding: 5px;
	border-top: 1px dotted #e0882f;
	margin-bottom: 20px;
}
aside div h2 {
	font-size: 18px;
}
aside div ul li {
	font-size: 12px;
	margin-bottom: 10px;
}
section {
	display: block;
	width: 625px;
	margin-right: 25px;
}
div article {
	display: block;
	margin-bottom: 75px;
}
div article header {
	display: block;
	margin-top: 20px;
}
div article header h1 {
	font-size: 20px;
	margin: 0px;
}
div article header h1.full {
	font-size: 24px;
	margin-bottom: 10px;
}
div article header h2 {
	font-size: 16px;
	margin: 5px 0px 0px 0px;
}
div article footer {
	display: block;
	font-size: 14px;
}
footer p {
	font-size: 12px;
	text-align: center;
}
footer p img {
	border: 0px;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
label {
	font-weight: normal;
}
div#twitter_div {
	border-top: 0px;
}
section#comments {
	width: 800px;
	margin: 75px auto;
}
div.comment {
	border-left: 1px dotted #000;
	padding: 0px 20px 0px 20px;
	margin-bottom: 50px;
}
div.comment p {
	font-size: 14px;
}
section.list {
	margin: 50px auto 0px auto;
	width: 800px;
}
section.list table tr td p, section.list ul li {
	font-size: 14px;
	margin: 3px 0px 3px 0px;
}
section.list ul.large li {
	margin: 40px 0px 40px 0px;
}
aside.wide {
	padding-left: 25px;
}
section.item {
	width: auto;
	margin-top: 50px;
}
section.item h1 {
	font-size: 20px;
}
p.left a img, p.right a img {
	border: 10px solid #e0882f;
}
.left {
	float: left;
	margin: 4px 8px 0px 0px;
}
.right {
	float: right;
	margin: 4px 0px 0px 8px;
}
.clear {
	clear: both;
}
