/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: white;
  font: 13.34px helvetica, arial, clean, sans-serif;
  *font-size: large;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, "terfens-1","terfens-2", arial, clean, sans-serif;
  margin: 5px 130px;
}

h1 {
  font-size: 1.9em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

p {
  margin: 1em 0;
}

a {
  color: #000;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #999;
}

table {
  font-size: inherit;
  font: 100%;
}

img {
  border: 1px solid #000;
  margin: 0 auto;
}

.footer {
  margin: 7px 15px;
  text-align: center;
  font-size: 0.9em;
  padding-bottom: 10px;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/
.site {
  margin: 0 auto;
  padding: 25px 10px;
}

.title {
  color: #a00;
  margin-bottom: 2em;
}

.title a {
  font: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', arial, clean, sans-serif;
  margin: 0;
  padding: 1px 3px;
  font-size: 1.9em;
}
/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
#post {
  width: 900px;
  font-size: 150%;
  margin: 0 auto;
}

#post p {
  width: 575px;
  text-align: left;
  margin: 0 auto;
  padding: 6px;
  font-size: 1.0em;
}

#post .gist {
  width: 600px;
  padding: 4px;
  text-align: left;
  margin: 0 auto;
}

#post h1, #post h2, #post h3 {
  text-align: left;
  border-bottom: 1px solid #999;
}

#post h2 {
  font-size: 1.2em;
}

/* standard */
#post pre, #post .gist {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
  margin: 0 auto;
  width: 550px;
  text-align: left;
  font-size: 0.8em;
}

#post ul,
#post ol {
  width: 500px;
  text-align: left;
  margin: 0 auto;
  padding: 2px;
  font-size: 0.8em;
}

#post code {
  border: 1px solid #ddd;
  background-color: #eef;
  font-size: 95%;
  padding: 0 .2em;
}

#post pre code {
  border: none;
}

#post pre.terminal {
  border: 1px solid black;
  background-color: #333;
  color: white;
}

#post pre.terminal code {
  background-color: #333;
}

#related {
  margin-top: 2em;
}

#related h2 {
  margin-bottom: 1em;
}

#post .slideshare {
  margin: 0 auto;
}

/* failz */
#archives {
  width: 960px;
  margin: 0 auto;
}

#archives div.post-title {
  border: 1px solid #000;
}

#archives div.post-title h2 {
  font: 36px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', arial, clean, sans-serif;
  text-align: left;
  margin: 4px 2px;
  padding-left: 15px;
}

#archives div.post-title h2 a {
  text-decoration: none;
}

#archives div.post-title h2 a:hover {
  text-decoration: underline;
}

#archives div.post-title span {
  display: block;
  font: 14px 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', arial, clean, sans-serif;
  text-align: right;
  margin: 2px 2px;
  padding-right: 10px;
  clear: both;
}
