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

/* Global Reset */

* {
    margin: 0;
    padding: 0;
}

html, body {
    margin-top: 1em;
    height: 100%;
}

body {
    margin: 10px;
    background-color: white;
    font: 14.34px helvetica, arial, clean, sans-serif;
    *font-size: medium;
    text-align: center;
}

h2, h3, h4, h5, h6 {
    margin-top: 10px;
    font-size: large;
}

h1 {
    margin-bottom: 1em;
    font-size: medium;
    text-align: center;
}

h2.index {
    font-size: 24px;
    margin-bottom: 1em;
}

#blog_title {
    font-size: 80px;
}



p {
    margin: 1em 0;
}

a {
    color: #00a;
}

a:hover {
    color: black;
}

a:visited {
    color: #a0a;
}

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

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

img {
    width: 100%;
}


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

#home {
    margin: 0 auto;
    text-align: left;
}

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

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

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

.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 p {
    margin: 0.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 {
    margin: 0 auto;
    text-align: left;
    margin: 0 auto;
}

/* standard */

#post pre {
    background-color: #eeeeee;
    padding: 0.6em;
  }

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

#post code {
    background-color: #eeeeee;
    border: 0px solid #ddd;
    font-size: 100%;
    padding: 0 .2em;
    text-align: left;
    font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace 
}

#post pre code {
    border: none;
}

pre {

}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 

/* 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;
}
