html
{
  height: 101%;
  font-size: 62.5%;
}

body
{
  margin: 0px;
  font-family: helvetica, arial, sans-serif;
}

img
{
  border: none;
}

a
{
  text-decoration: none;
  color: #C9C9C9;
}

p
{
  margin: 0.6em 16px 1.2em;
  font-size: 1.1em;
  line-height: 1.5em;
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
}

h1
{
  font-size: 2em;
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
}

h2
{
  margin: 0.8em 16px 0em;
  font-size: 1.6em;
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
}

h3
{
  margin: 1.2em 16px 0em;
  font-size: 1.4em;
  font-family: "Myriad Pro", helvetica, arial, sans-serif;
}

ul
{
  padding: 0px;
  list-style-type: none;
}

ol
{
  padding: 16px;
}

.fleft
{
  float: left;
}

.fright
{
  float: right;
}

.button
{
  background-color: #d1d1d1;
  border: 1px solid #3f3f3f;
}

.oneline
{
  border: 1px solid #3f3f3f;
  padding: 1px 1px;
  font-size: 1.4em;
}

#page
{
  width: 800px;
  margin-left: -420px;
  position: relative;
  left: 50%;
}

#header
{
  width: 640px;
  height: 200px;
  float: left;
}
  
  #header h1
  {
    margin: 0px;
  }
  
  #header a#ohlzon
  {
    position: relative;
    top: 8px;
    left: 240px;
  }

/** SIDEBAR AREA **/

#sidebar
{

  float: right;
}
  
  #sidebar
  {
    width: 160px;
    margin-top: 180px;
    padding-bottom: 60px;
  }
  
  #sidebar.compact
  {
    padding-bottom: 0px;
  }
  
    #sidebar.compact h2
    {
      display: none;
    }
    
    #sidebar.compact ul
    {
      display: none;
    }
  
  #sidebar img
  {
    margin: 0px;
  }
  
  #sidebar .oneline
  {
    width: 156px;
    margin: 4px auto 2px;
    display: block;
  }
  
  #sidebar p
  {
    margin: 16px;
  }

  #sidebar h2
  {
    margin-top: 16px;
    text-align: center;
    font-weight: normal;
  }

  #sidebar ul
  {
    margin: 4px 16px;
    font-size: 1.5em;
    text-align: center;
    clear: both;
  }
  
    #sidebar ul li
    {
      margin: 2px 16px;
    }

/** MAIN CONTENT AREA **/

#content
{
  width: 640px;
  padding-bottom: 32px;
  float: left;
  display: inline;
}

  #content .post
  {
    width: 620px;
    margin: 16px 10px 24px;
    float: left;
  }
  
    #content .post .body
    {
      width: 100%;
      float: left;
    }
    
    #content .post .body img
    {
      margin-left: 20px;
      padding-bottom: 5px;
    }
  
  #content p
  {
    font-size: 1.3em;
  }
  
  #content h2
  {
    font-size: 2em;
    font-weight: normal;
    display: inline;
  }
  
  #content ul,ol
  {
    margin-left: 16px;
  }
  
  #content .postcomment a
  {
    width: 40px;
    height: 37px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    background: url(http://blah.ohlzon.net/images/commenticon.png) 0 0 repeat-x;
    font-size: 1.5em;
    text-align: center;
    color: #a3a3a3;
    float: right;
    display: block;
  }
  
  #content .postcomment a:hover
  {
        background: url(http://blah.ohlzon.net/images/commenticon.png) 40 0 repeat-x;
        color: #c3c3c3;
  }
  
  #content p.postdate
  {
    width: 100%;
    margin: 0px 16px 8px;
    color: #a3a3a3;
    font-size: 1.2em;
    display: block;
  }
  
  #content .posttag
  {
    width: 80%;
    height: 23px;
    padding: 0px;
    margin: 0px 16px;
    float: left;
    list-style-type: none;
  }
  
    #content .post .body .posttag img
    {
      float: left;
      margin: 0px 8px 0px 0px;
    }
  
    #content .post .body .posttag span
    {
      margin-top: 2px;
      float: left;
    }
  
    #content .posttag a
    {
      font-size: 1.2em;
      color: #a3a3a3;
    }
    
      #content .posttag a:hover
      {
        color: #c3c3c3;
      }

  #content .commentlist
  {
    width: 620px;
    margin: 0px 10px;
    list-style-type: none;
  }
  
  #content .comment-body
  {
    border-bottom: 1px solid #a3a3a3;
  }
  
  #content .comment-author, .comment-meta
  {
    font-size: 1.1em;
    display: inline;
  }
  
  #content .comment-author
  {
    width: 300px;
  }
  
  #content .comment-meta
  {
    padding: 4px;
    float: right;
  }
  
  #content h3#comments
  {
    margin-left: 48px;
  }
  
  #content #respond
  {
    width: 620px;
    margin: 0px 10px;
    float: left;
  }
  
    #content #respond p
    {
      margin: 2px 16px 4px;
    }
  
    #content #respond input,textarea
    {
      margin: 0px 0px;
      border: 1px solid #afafaf;
      -moz-border-radius-bottomleft:8px;
      -moz-border-radius-bottomright:8px;
      -moz-border-radius-topleft:8px;
      -moz-border-radius-topright:8px;
    }
  
    #content #respond #commentinfo
    {
      width: 240px;
      float: left;
      display: inline;
    }
    
      #content #respond #commentinfo input
      {
        width: 140px;
      }
    
    #content #respond #commentinfo label
    {
      width: 50px;
      height: 14px;
      display: inline;
      float: left;
      padding: 0px 4px 0px 0px;
      text-align: right;
    }
    
    #content #respond #commentinfo #submit
    {
      width: 140px;
      margin: 36px 0px 0px 54px;
    }
    
    #content #respond #commentinput
    {
      width: 370px;
      float: left;
      display: inline;
    }
    
  #content .ngg-galleryoverview
  {
    margin: 0px 16px;
  }
