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

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

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

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

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

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

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

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

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

#container {
  display: flex;
}

#left {
}

#right {
  flex: 1;
  margin-left: 25px;
}

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

  .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 .rss {
      margin-top: 1.1em;
      margin-right: -.2em;
      float: right;
    }

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

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

#post {

}

  /* standard */

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

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

  #post blockquote {
	font-style: italic;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
  }

  #post blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }

  #post blockquote p {
    display: inline;
  }

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

  #post pre code {
     border: none;
     background-color: #202020;
     font-size: 85%;
     padding: 0 .2em;
   }  .
   
  /* terminal */

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

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

  /* footnotes */
  #post div.footnotes {
	  font-size: 70%;
  }

#related {
  margin-top: 2em;
}

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

.gist{
  margin: 15px 0 !important;
}
 
.gist-file{
}
 
.gist-meta{
  border: 1px solid #D2d2d2 !important;
  padding: 5px !important;
}
 
.gist-data{
  font-size: 11px !important;
}

.line-numbers{
  padding: .4em !important;
  background-color: #515151 !important;
}

.highlight{background-color:#2d2d2d;color:#93a1a1}
.highlight .c{color:#586e75 !important;font-style:italic !important}
.highlight .cm{color:#586e75 !important;font-style:italic !important}
.highlight .cp{color:#586e75 !important;font-style:italic !important}
.highlight .c1{color:#586e75 !important;font-style:italic !important}
.highlight .cs{color:#586e75 !important;font-weight:bold !important;font-style:italic !important}
.highlight .err{color:#dc322f !important;background:none !important}
.highlight .k{color:#cb4b16 !important}
.highlight .o{color:#93a1a1 !important;font-weight:bold !important}
.highlight .p{color:#93a1a1 !important}
.highlight .ow{color:#2aa198 !important;font-weight:bold !important}
.highlight .gd{color:#93a1a1 !important;background-color:#372c34 !important;display:inline-block}
.highlight .gd .x{color:#93a1a1 !important;background-color:#4d2d33 !important;display:inline-block}
.highlight .ge{color:#93a1a1 !important;font-style:italic !important}
.highlight .gr{color:#aa0000}
.highlight .gh{color:#586e75 !important}
.highlight .gi{color:#93a1a1 !important;background-color:#1a412b !important;display:inline-block}
.highlight .gi .x{color:#93a1a1 !important;background-color:#355720 !important;display:inline-block}
.highlight .go{color:#888888}
.highlight .gp{color:#555555}
.highlight .gs{color:#93a1a1 !important;font-weight:bold !important}
.highlight .gu{color:#6c71c4 !important}
.highlight .gt{color:#aa0000}
.highlight .kc{color:#859900 !important;font-weight:bold !important}
.highlight .kd{color:#268bd2 !important}
.highlight .kp{color:#cb4b16 !important;font-weight:bold !important}
.highlight .kr{color:#d33682 !important;font-weight:bold !important}
.highlight .kt{color:#2aa198 !important}
.highlight .n{color:#268bd2 !important}
.highlight .na{color:#268bd2 !important}
.highlight .nb{color:#859900 !important}
.highlight .nc{color:#d33682 !important}
.highlight .no{color:#b58900 !important}
.highlight .ni{color:#800080}
.highlight .nl{color:#859900 !important}
.highlight .ne{color:#268bd2 !important;font-weight:bold !important}
.highlight .nf{color:#268bd2 !important;font-weight:bold !important}
.highlight .nn{color:#b58900 !important}
.highlight .nt{color:#268bd2 !important;font-weight:bold !important}
.highlight .nx{color:#b58900 !important}
.highlight .bp{color:#999999}
.highlight .vc{color:#008080}
.highlight .vg{color:#268bd2 !important}
.highlight .vi{color:#268bd2 !important}
.highlight .nv{color:#268bd2 !important}
.highlight .w{color:#bbbbbb}
.highlight .mf{color:#2aa198 !important}
.highlight .m{color:#2aa198 !important}
.highlight .mh{color:#2aa198 !important}
.highlight .mi{color:#2aa198 !important}
.highlight .mo{color:#009999}
.highlight .s{color:#2aa198 !important}
.highlight .sb{color:#d14}
.highlight .sc{color:#d14}
.highlight .sd{color:#2aa198 !important}
.highlight .s2{color:#2aa198 !important}
.highlight .se{color:#dc322f !important}
.highlight .sh{color:#d14}
.highlight .si{color:#268bd2 !important}
.highlight .sx{color:#d14}
.highlight .sr{color:#2aa198 !important}
.highlight .s1{color:#2aa198 !important}
.highlight .ss{color:#990073}
.highlight .il{color:#009999}
.highlight div .gd,
.highlight div .gd .x,
.highlight div .gi,
.highlight div .gi .x{display:inline-block;width:100%}

