/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #fdfdff;
  font: 13.34px "proxima-nova", helvetica, arial, clean, sans-serif;
  *font-size: small;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "museo", georgia, clean, sans-serif;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #00a;
}

a:hover {
  color: black;
}

a:visited {
  color: #a0a;
}

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

blockquote {
  border-left: 4px solid #E3E3E3;
  padding-left: 20px;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

  ul.posts li {
    line-height: 1.75em;
    margin-bottom: 40px;
    position: relative;
  }

    ul.posts li a.permalink, #post a.permalink {
      position: absolute;
      top: 0;
      left: -30px;
      text-decoration: none;
    }

  ul.posts span {
    color: #aaa;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
  }



/*****************************************************************************/
/*
/* Sidebar
/*
/*****************************************************************************/

#sidebar {
  width: 240px;
  text-align: right;
  float: left;
}
  #sidebar #nav {
    display: block;
    margin: 0 auto;
    list-style: none;

    font-family: fontello;
    font-size: 12pt;
  }

    #sidebar #nav a {
      display: block;
      width: 100%;
      color: #555;
      text-decoration: none;
      text-align: right;
    }
    #sidebar #nav a:hover {
      color: #222;
    }

    #sidebar #nav li {
      float: right;
      width: 40px;
      display: block;
      text-align: center;
    }

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  font-size: 110%;
  text-align: justify;
  width: 40em;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
}

.title {
  font-weight: bold;
  margin-bottom: .25em;
}

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

  .title a:hover {
    color: #000;
  }

  .title a.extra {
    color: #aaa;
    text-decoration: none;
    margin-left: 1em;
  }

  .title a.extra:hover {
    color: black;
  }

  .site .meta {
    color: #aaa;
  }

  .site .footer {
    font-size: 80%;
    color: #666;
    border-top: 4px solid #eee;
    padding-top: 20px;
    margin-top: 2em;
    overflow: hidden;
  }

    .site .footer .contact {
      float: left;
      margin-right: 3em;
    }

      .site .footer .contact a {
        color: #8085C1;
      }

    .site .footer .rss {
      margin-top: 1.1em;
      margin-right: -.2em;
      float: right;
    }

      .site .footer .rss img {
        border: 0;
      }

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

#post {
  position: relative;
}

  /* standard */

  #post pre {
    border: 1px solid #fafafa;
    background-color: #fafafa;
    padding: 0 .4em;
  }

  #post ul,
  #post ol {
    margin-left: 1.35em;
  }

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

    #post pre code,.posts li pre code {
      border: none;
      white-space: normal;
    }

  /* terminal */

  #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;
  }



/********************************************************
/*
/* Fonts
/*
/********************************************************/

@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff') format('woff'),
       url('fonts/fontello.ttf') format('truetype'),
       url('fonts/fontello.svg#fontello') format('svg');
  font-weight: normal; font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: fontello;
  font-style: normal;
  speak: none;

  display: inline-block;
  width: 1.1em;
  margin-right: .1em;
  text-align: center;
}

.the-icons li {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
}

.icon-rss-alt:before { content: ""; } /* '\e73b' */
.icon-twitter-bird:before { content: ""; } /* '\f303' */
.icon-github-text:before { content: ""; } /* '\f307' */
