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

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: white;
  /* font: 13.34px helvetica, arial, clean, sans-serif; */
  /* font: 13.34px vineta bt, arial, clean, sans-serif; */
  font-family: 'PT Sans Narrow', sans-serif;
  *font-size: small;
  text-align: center;
}

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

h1 {
  font-size: 2.5em;
}

h1,h2 {
  margin-bottom: 1em;
}

h3 {
  font-weight: 100;
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #00a;
  outline: none;
}

a:hover {
  color: black;
}

a:visited {
  color: #a0a;
}

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

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
.posts-table {
    background: url("../images/mask-black-25.png") repeat-x scroll 0 0 transparent;
    border-collapse: collapse;
    width: 100%;
}

.posts-table td {
    background: url("../images/mask-black-25.png") repeat-x scroll 0 100% transparent;
    font-size: 0.75em;
    padding: 1em 16px 1em 0;
    vertical-align: top;
    width: 148px;
}
.posts-table td.date p, .posts-table td.summary p {
    color: #6D746D;
}
.posts-table td.summary {
    width: 360px;
}
.posts-table td.date {
    width: 132px;
}
.posts-table td.title {
    padding: 21px 0px 21px 0px;
    width: 328px;
}
.posts-table td.title a {
    display: block;
    font-size: 2.2em;
    line-height: 1em;
    padding-right: 16px;
}

.title-table {
    vertical-align: bottom;
}

.title-table td {
    padding: 1em 0px 1em 0;
    width: 320px;
}

.links-table {
    background: url("../images/mask-black-25.png") repeat-x scroll 0 0 transparent;
    border-collapse: collapse;
}

.links-table td {
    background: url("../images/mask-black-25.png") repeat-x scroll 0 100% transparent;
    font-size: 0.75em;
    padding: 1em 16px 1em 0;
    vertical-align: bottom;
    width: 148px;
}
.links-table td.date p, .links-table td.summary p {
    color: #6D746D;
}
.links-table td.summary {
    font-size: 1.0em;
    width: 700px;
}
.links-table td.summary a {
    font-size: 1.5em;
}
.links-table td.date {
    width: 164px;
}

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: 60em;
  margin: 3em auto 0em auto;
  line-height: 1.5em;
}

.site h1 {
  margin: 1em 0 0.5em 185px;
}

.site h3 {
  margin: 1em 0 0.5em 185px;
}

.section {
  overflow: hidden;
}

.title {
  color: #000000;
  height: 6em;
  font-weight: lighter;
  margin-bottom: 2em;
  margin-left: 170px;
  align: left;
}

  .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: #999;
    background-color: #444;
    /* border-top: 4px solid #eee; */
    
    margin-top: 2em;
    overflow: hidden;
  }

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

      .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: #eef;
    padding: 0 .4em;
  }

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

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

#related {
  margin-top: 2em;
}

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

/*****************************************************************************/
/*
/* Photos
/*
/*****************************************************************************/
#photo-container {
  position:relative;
  width:880px;
  height:700px;
  font-size: 0.75em;
}

#photo-container ul {
  width: 870px;
  height: 690px;
  padding: 0;
  margin: 5px;
  list-style-type: none;
  float: left;
}

#photo-container li {
  float: left;
}

#photo-container a.slidea {
  position: relative;
  left: 30px;
}

#photo-container a.slidea img {
  border: 0;
}

#photo-container a.slideb {
  position: relative;
  left: 70px;
}

#photo-container a.slideb img {
  border: 0;
}

#photo-container a.slidec {
  position: relative;
  top: -50px;
  left: 30px;
}

#photo-container a.slidec img {
  border: 0;
}

