body {
  font-family: helvetica, arial, clean, sans-serif;
  background: #fff;
  color: #000000;
}

.more { font-size: 0.7em;}

img.right { 
  float: right;
  margin: 15px;
}

a {
  color: #3E423A;
}

a:visited {
  color: #6C6E58;
}

hr {
  border: 0;
  color: #900;
  background-color: #900;
  height: 1px;
  width: 80%;
}

#wrapper {
  width: 50em;
  margin: 2em auto 0;
  padding: 0;
  background: #fff;
}

#header {
  text-transform: lowercase;
  text-align: left;
  background: #fff;
  padding: 1.5em;
  text-align: center;
}

#header h1 {
  font-size: 4em;
  display: inline;
  color: #900;
  font-weight: bold;
}

#header h1 a, #header h2 a {
  color: inherit;
  text-decoration: none;
}

#header h1 a:hover, #header h2 a:hover {
  color: inherit;
  text-decoration: underline;
}

#header h2 {
  display: inline;
  margin-left: 0.5em;
  font-size: 2em;
  font-weight: normal;
  color: #999;
}

#menu {
  background: #fff;
}

#menu ul {
  list-style: none;
  margin: 0;
  text-align: center;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  color: black;
  font-size: 1.3em;
  padding: 0 0.5em;
  line-height: 2.5em;
  font-weight: normal;
}

#archive {
  list-style: none;
  width: 50%;
  margin: 0 auto;
  padding: 0;
  font-size: 140%;
}

#archive li {
  height: 20px;
  margin: 0;
}

#archive a {
  float: left;
}

#archive abbr {
  color: #666;
  float: right;
}

#content {
  padding: 2em;
  background: #fff;
  text-align: justify;
}

#content h2 {
  margin: 0 0 0.5em 0;
  color: black;
  font-size: 1.5em;
}

#content p {
  line-height: 140%;
  letter-spacing: -0.03em;
}

.date {
  padding: 0.4em 0.6em 0.3em;
  font-weight: bold;
  color: white;
  text-align: center;
  color: #000;
}

div.post {
  margin-bottom: 2em;
}

.post span {
  color: #900;
  letter-spacing: 0;
}

.post h1 {
  margin-top: 0.2em;
}

.post { color: #333; }

.post h1 a {
  text-decoration: none;
  clear: left;
  display: block;
  color: black;
  padding: 0.3em 0;
  margin: 0 0 0.2em 0;
  border-bottom: 1px solid #900;
  font-weight: bold;
}

.post br { margin-bottom: 10px;}

pre {
  background: #fff;
  border: 1px solid #fff;
  border-width: 1px 0 4px 6px;
  padding: 1em;
  overflow: auto;
  color: black;
  line-height: 120%;
  font-family: "Consolas","Courier New",Courier,mono;
  font-size: 12px;
  letter-spacing: 0;
}

table.post-list {
  width: 100%;
  border-collapse: collapse;
}

table.post-list a {
  color: #262;
  font-weight: bold;
}

table.post-list th {
  text-align: left;
}

table.post-list td, table.post-list th {
  padding: 0.5em 0.3em;
  border-bottom: 1px solid #900;
}

table.post-list tr:last-child td, table.post-list tr:last-child th {
  border-bottom: 0;
}

div.related {
  margin-bottom: 2em;
}

#footer {
  margin-bottom: 2em;
  color: #3E423A;
  font-size: 0.9em;
  padding: 0.5em;
  text-align: center;
}

.home_box {
  float: left;
}

#content .home_box h2 {
  background: #fff;
  padding: 0.3em 0.5em;
  border-bottom: 3px solid #D4D4D4;
  margin-bottom: 0em;
  color: white;
}

.home_box h2 a {
  color: white;
  margin: 0 0.2em;
}

#home_left {
  width: 29em;
}

#home_right {
  width: 16em;
  margin-left: 1em;
}

.clearfix { clear: both;}

#footer a {
  color: #3E423A;
  font-weight: normal;
}

.home_box .post h1 a {
  font-size: 0.7em;
}

.repo {
  padding: 0.7em 1em;
  font-size: 0.8em;
  letter-spacing: -0.03em;
  margin: 1em 1em 0 3em;
}
.repo h3 {
  margin: 1em 0 0.3em 0;
}
.repo h3 a {
  font-weight: bold;
  color: black;
  letter-spacing: 0;
  font-size: 1.1em;
}

#github-projects.big .repo {
  float: left;
  width: 25.2em;
  margin: 1.2em 1em 0 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.float-left { float: left; }
.float-right { float: right; }

a img { border: 0; }
