/* @override http://bvanderveen.com/res/css/style.css */

body {
	border-top: 1px solid #eee;
	margin: 200px 0 0 0;
	padding: 100px 0 0 0;
	font-family: helvetica, arial;
	color: #222;
}

#header {
	width: 300px;
	float: right;
	/*border-bottom: 1px solid #aeaeae;*/
}
#nav a {
	text-decoration: none;
}
#masthead
{
	margin: 0px 10px 10px;
	/*
	width: 515px;
	height: 75px;*/
	font-size: 18px;
	font-weight: normal;
}
#mastheadlink
{	
	text-decoration: none;
	color: #333;
}
#masthead .sub
{
	font-size:20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
#nav
{
	padding: 0px;
	margin: 20px 0px;
}
#nav li 
{
	text-align: left;
	list-style: none;
	margin: 5px 10px;
}
#nav li a 
{
	color: black;
}
hr 
{
	border: none 0;
	border-bottom: 1px solid #aeaeae;
	height:1px;
	width: 50%;
	margin: 30px auto;
}
a {
	color: #FC2D61;
	text-decoration: none;
}
a:visited {
	color: #FC2D61;
}
#main
{
	margin: 0 100px;
	width: 555px;
	text-align: justify;
	line-height: 1.5em;
}
.feedback {
	font-size: .75em;
	display: inline;
}
.post
{
	margin-bottom: 100px;
}
.post h1 {
}
.page h1 a,
.post h1 a
{
	color: black;
	text-decoration: none;
}
blockquote
{
	font-size: .9em;
	font-color: #666;
	border-left: 1px solid #eee;
	padding-left: 10px;
	margin-left: 20px;
}
pre
{
	margin-left:20px;
}

h1 code,
p code {
	font-size: 1.3em;
}

pre code
{
	white-space: pre;
	line-height: 14px;
	font-size: 12px;
}
#display_comments, .post-comment-count
{
  font-size: 12px;
}
#disqus_thread
{
  padding-top: 1em;
}
.comments-on-index {
	display: inline;
}
#main h1
{
	margin: 10px 0 24px;
	line-height: 32px;
	text-align: left;
}
.post-date
{
  font-style: italic;
  display: inline;
}
#about
{
	text-align: left;
	/*border-left: 1px solid #aeaeae;*/
	padding: 8px 10px 10px 10px;
}
#about h1 {
	font-size: 20px;
	margin-top: 0;
	font-weight: normal;
}
#about p {
	font-size: 12px;
	color: #696969;
}
#footer 
{
	clear: both;
	color: #aaa;
	font-size: 12px;
	padding: 4em 24px 1.5em;
}
#footer a {
	color: #888;
}
