body {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-family: franklin-gothic-urw, sans-serif;
}
a {
	color: #c73636;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	text-align: left;
}
table th {
	padding: 8px 20px;
	border-bottom: 2px solid #ccc;
}
table td {
	padding: 5px 20px;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#bottom {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#flash {
	background-color: #eee;
	color: #666;
	list-style-type: none;
	padding: 7px 20px;
}
#content > footer {
	display: block;
	margin-bottom: 40px;
}
#content > header {
	display: block;
	position: relative;
	padding: 0px;
	margin: 10px 0 20px;
	border-bottom: 2px solid #999;
}
h1,h2,h3,h4,h5,h6,#nav-list a {
	font-family: league-gothic, "Arial Narrow", sans-serif;
	font-weight: normal;
	font-stretch: condensed; /* For Arial Narrow in Firefox. */
	margin: 0;
	line-height: 100%;
}
#content > header h1 {
	display: inline-block;
	font-size: 42px;
	padding: 10px 0;
}
#content > header h1 a:hover, #content > header h1 a:focus {
	text-decoration: none;
	color: #000;
}
h1 a {
	color: #000;
	text-decoration: none;
}
nav ul {
	position: absolute;
	margin: 0;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 42px;
}
nav li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	margin-left: 30px;
	height: 100%;
}
nav li a {
	display: inline-block;
	padding: 10px 0;
}
nav li a, h1 a, h2 a, h3 a {
	color: #000;
	text-decoration: none;
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
}
nav li a:hover, nav li a:focus, h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus {
	-moz-transition-property: color;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	color: #999;
	text-decoration: none;
}
.annotation {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	word-spacing: 4px;
}
#animate-this {
	width: 100%;
	height: 400px;
}
#front-page-blog {
	margin-top: 20px;
	width: 66%; /* TODO Do something more precise than this */
	float: left;
	margin-right: 50px;
}
.blog-post {
	display: block;
	margin: 10px 0 30px;
}
#front-page-blog > a, #front-page-twitter > a {
	margin-bottom: 10px;
	font-style: italic;
}
.blog-title {
	font-size: 36px;
}
.blog-date {
	display: block;
	margin-top: 7px;
	font-style: italic;
}
.blog-post > section {
	display: block;
	margin: 10px 0;
}
.blog-post > section h4, .blog-post > section h5, .blog-post > section h6 {
	font-family: franklin-gothic-urw, serif;
	font-weight: bold;
}
.blog-post > section h1 {} /* This is already covered by the .blog-title -- blog posts don't contain h1s */
.blog-post > section h2 {
	font-size: 28px;
}
.blog-post > section h3 {
	font-size: 22px;
}
.blog-post p, .blog-post section > ul {
	line-height: 1.5;
}
.blog-post table {
	line-height: 1.3;
}
.blog-post p:first-child {
	margin-top: 0;
}
.blog-post pre {
	overflow: auto;
	font-family: Consolas, monospace;
	font-size: 14px;
	line-height: 18px;
}
#front-page-twitter {
	margin-top: 30px;
	float: right;
	width: 240px;
}
#front-page-twitter h1 {
	font-size: 36px;
}
#front-page-twitter ul {
	padding: 0;
}
#front-page-twitter li {
	list-style-type: none;
	margin: 0;
	border-bottom: 2px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 11px;
	font-size: 12px;
}
#front-page-twitter li:last-child {
	border-bottom: none;
}
#front-page-twitter li span {
	font-size: 16px;
	line-height: 1.5;
}
.body-text {
	width: 66%;
	float: left;
}
hr {
	border: 0px solid #ddd;
	border-bottom: 2px dotted #ddd;
	width: 75%;
	margin: 30px auto;
}
form.thin {
	width: 280px;
}
form h1 {
	font-size: 36px; /* TODO Unify main headings on pages */
}
form label {
	margin-right: 10px;
}
form > ul {
	padding-left: 0;
}
form > ul > li {
	margin-top: 10px;
	list-style: none;
}
form input, form textarea {
	width: 100%;
	font-family: Consolas, monospace;
	font-size: 14px;
	line-height: 18px;
}
form .submit {
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 4px;
	width: 100px;
	margin-top: 8px;
	font-family: franklin-gothic-urw, serif;
	font-size: 16px;
}
form .submit:hover {
	background-color: #ccc;
	border-color: #888;
}
#sidebar {
	float: right;
	margin-left: 40px;
	padding: 10px 0 10px 40px;
	width: 240px;
	border-left: 1px dotted #ddd;
}
#sidebar h2 {
	font-size: 28px;
}
#dsq-content h3 {
	font-size: 28px;
	margin-bottom: 15px !important;
}
#dsq-subscribe a.dsq-subscribe-email em, #dsq-subscribe a.dsq-subscribe-rss em {
	text-decoration: none;
}
#dsq-subscribe a.dsq-subscribe-email em:hover, #dsq-subscribe a.dsq-subscribe-rss em:hover {
	text-decoration: none;
}
