body {
  background: #111;
  color: #DDD;
  font-size: 12px;
  font-family: Helvetica, Arial, Sans-serif;
}

a {
  background: inherit;
  color: #06A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}

.container {
  width: 968px;
  margin: 0 auto;
  padding: 40px;
  overflow: hidden;
}

#header,
#header h1 a {
  background: #FFF;
  color: #151515;
  font-size: 52px;
  font-family: Garamond, "Arial", Palatino, "Palatino Linotype", Serif;
  text-align: center;
  text-decoration: none;
  letter-spacing: -1px;
}

#header {	
  border-bottom: 1px solid #eee;
}

#header span {
	color: #007100;
}

#header .container {
  width: auto;
  margin: 0;
  border-bottom: 3px solid #F4F4F4;
}

#page {
  background: #FFF;
  color: #333;
}

#content {
  width: 680px;
  float: left;
}

#content .post {
  margin: 0 0 48px 0;
}

#content .post:last-child {
  margin: 0;
}

#content .post h2 a {
  background: inherit;
  color: #151515;
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  letter-spacing: -1px;
  text-decoration: none;
}

#content .post h2 a:hover {
  background: inherit;
  color: #000;
}

#content .post .date {
  background: inherit;
  color: #888;
  font-size: 11px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Sans-serif;
}

#content .post p {
  margin: 0 0 12px 0;
}

#content .related,
#content .comments {
  padding: 16px 0 0 0;
}

#content .related h3,
#content .comments h3 {
  background: inherit;
  color: #555;
  font-size: 24px;
  font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", Serif;
}

#content .related ul {
  line-height: 1.5;
}

#disqus_thread #dsq-content h3 {
  font-size: 18px;
  font-weight: normal !important;
}

#sidebar {
  width: 256px;
  float: right;
}

#sidebar .widget {
  margin: 0 0 32px 0;
}

#sidebar h2 {
  background: inherit;
  color: #151515;
  font-size: 32px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  letter-spacing: -1px;
}

#sidebar h2 {
  margin: 0 0 8px 0;
}

#sidebar h2 a:hover {
  background: inherit;
  color: #000;
}

#sidebar dl {
  line-height: 1.5;
}

#sidebar dd {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DDD;
  font-size: 11px;
}

#sidebar dd a {
  background: inherit;
  color: #333;
  text-decoration: underline;
}

#sidebar dd a:hover {
  background: inherit;
  color: #000;
}

#sidebar dl dd:last-child {
  border: 0;
}

#fork-me {
  position: absolute;
  top: 0;
  right: 0;
}

#archives dt {
  position: relative;
  margin: 6px 0 0 0;
  font-weight: bold;
}

#archives dt:first-child {
  margin: 0 !important;
}

#archives dt.year {
  margin-top: 24px;
}

#archives dt span {
  position: absolute;
  right: 0;
  background: inherit;
  color: #888;
  font-size: 24px;
  font-weight: normal;
  font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", Serif;
  line-height: 1;
}

#archives dd {
  margin: 0 0 0 12px;
  padding: 0;
  border: 0;
  font-size: 12px;
}

#archives dd span {
  background: inherit;
  color: #888;
}

#archives dd a {
  background: inherit;
  color: #069;
  text-decoration: none;
}

#archives dd a:hover {
  text-decoration: underline;
}

#fork-me a {
  background: url(http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png) no-repeat;
  width: 149px;
  height: 149px;
  display: block;
  text-indent: -9999px;
}

#footer a {
  color: #FFF;
  text-decoration: underline;
}

h1 {font-size: 28px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
