body {
	color: #444444;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 62.5%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6em;
}

header {
	display: block;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
	padding-top: 20px;
}

	header h1 {
		color:#808080;
		font-size:3.3em;
		line-height:0.85em;
		margin:14px 0 15px;
	}
	
		header h1 a {
			color: #E60000;
			text-decoration: none;
		}
		
		header h1 a:hover {
			color: #AA0001;
		}
		
		header h1 span  {
			display: block;
			font-size:0.38em;
			font-weight:normal;
			text-transform:uppercase;
		}

article {
	display: block;
}

	article .meta {
		font-size: 1.1em;
		color: #777;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}

	article pre {
		background: #fbfbfb;
		display: block;
		font-size: 1.5em;
		overflow: hidden;
		padding: 5px;
	}

	article pre:hover {
		overflow: auto;
	}

h2 {
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

	h2 a {
		color: #444;
	}

p {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
}

li {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
}

a {
	color: #111;
	text-decoration: none;
}

.next {
	float: right;
}

#tweets a {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #444;
}

#tweets a:hover {
	color: #111;
}

#history {
	border-top: 1px solid #eee;
}

footer {
	display: block;
	border-top: 5px solid #eee;
}

	footer .meta {
		float: right;
	}

#disqus_thread #dsq-comments {
	font-size:0.8em;
}

.dsq-autheneticate-copy {
	font-size: 1em;
}
