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

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

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

h1 {
  font-size: 110%;
  margin-bottom: 1ex;
}

h1 a {
    text-decoration: none
}

h1 a:hover {
    color: black;
    text-decoration: underline
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 90%;
}

p {
  margin: 1em 0;
}

a {
  color: black;
}

a:hover {
  color: #00a;
}


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

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

  ul.posts li {
    line-height: 1.5em;
  }

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

ul.pub {
    list-style-type: none;
    margin-left: 1em;
}

  ul.pub li {
    line-height: 1.4em;
    margin-bottom: 1em;
  }

  ul.pub span {
      font-size: 80%;
  }

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

  ul.index h1 {
      font-size: 110%;
  }

  ul.index li.index {
    border-bottom: 4px solid #ccc;
    margin-top: 2em;
  }

  ul.index span.date {
      font-size: 80%;
      color: #bbb;
  }

img.floatLeft {
    float: right;
    margin-left: 2em;
    border: 0px solid #000000;
}

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

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

.title {
  color: #a00;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 150%
}

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

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

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

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

  .site .meta {
    color: #aaa;
  }

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

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

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

    .site .footer .impressum {
      float: right;
      text-align: right;
    }

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

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

#post {

}

  /* standard */

  #post pre {
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0 .4em;
    margin-bottom: 1em;
  }

  #post span.date {
      color: #bbb;
      font-size: 80%;
  }

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

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

    #post pre code {
      border: none;
    }

  /* terminal */

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

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