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

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

a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}

blockquote {
  color: #000;
  margin: 0 0 12px 0;
  font-size: 1.2em;
  font-family: "Courier New", Monospace;
	line-height: 14px;
  margin: 0;
  display: block;
  padding: 8px 60px;
}
.bqstart {
  font-family: Monaco, "Courier New", Monospace;
  float: left;
  height: 45px;
  margin-top: -20px;
  padding-top: 45px;
  padding-right: 20px;
  margin-bottom: -50px;
  font-size: 700%;
  color: #bbb;
}
.bqend {
  float: right;
  height: 25px;
  margin-top: 0px;
  padding-top: 25px;
  padding-right: 35px;
  font-size: 700%;
  color: #ff3333;
}
.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: #10A;
}

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

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

#content {
  width: 700px;
  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 .note {
	line-height: 1.5em;
}

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

#content .related h3,
#content .comments h3 {
  background: inherit;
  color: #555;
  font-size: 24px;
  font-family: "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: 26px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}

.clear {clear: both;}

.gallery ul {
  display: inline;
}
.gallery ul li {
  margin-left: 0;
	padding: 1px 5px;
	list-style: none;
	display: inline; 
}

ul {
  margin: 10px;
  padding-left: 5px;
}
ul li {
  margin-left: 5px;
  padding: 0 6px;
  list-style:circle;
}

.fleft {float:left;}
.fright {float:right;}
.clear {clear:both;}