/*
  Black Ice, revised 7/16/09
  penguinpetes.com
*/

  body
    {
      color: rgb(255, 255, 255);
      background-color: rgb(34, 34, 34);
      font-family: Helvetica, Sans-serif;
      font-size: 80%;

      letter-spacing: 1px;
      line-height: 120%
    }

  a
    {
      color: rgb(255, 255, 255);
    }

  a:visited
    {
      color: rgb(91, 176, 217);
    }

  a:hover
    {
      color: rgb(161, 211, 236);
    }

  img
    {
      border: none;
      max-width: 100%;
    }

  h2
    {
      line-height: 160%
    }

  blockquote
    {
      background-color: rgb(68, 68, 68);
      border: 8px solid rgb(68, 68, 68);
    }

  #header
    {
      width: 100%;
      float: none;
      clear: both;
    }

  #tagline
    {
      width: 100%;
      float: none;
      clear: both;
    }

  #main
    {
      width: 100%;
      margin: 5px;
    }

  #blog
    { 
      width: 60%;
      float: left;
      margin-top: 50px;
      margin-bottom: 50px;
    }

  #sidebar
    { 
      width: 240px;
      float: right;
      margin-bottom: 50px;
      border: 2px solid rgb(91, 176, 217);
      padding: 5px;
      text-align: center;
    }

  #footer
    {
      clear: both;
      background-image: url(../../../Black_Ice_Theme/grx/Footer.png);
      background-position: center bottom;
      background-repeat: repeat-x;
      height: 500px;
    }

  .post
    {
      margin-top: 10px;
      margin-left: 30px;
      margin-bottom: 50px;
      padding: 10px;
    }

  .post img
    {
      margin: 20px;
    }

  .post_header
    {
      border: 2px solid rgb(91, 176, 217);
      padding: 15px;
    }

  .comment
    {
      border: none;
      padding: 5px;
      font-weight: normal;
    }
  .comment_header
    {
      border: 2px solid rgb(91, 176, 217);
      margin-top: 20px;
      padding: 5px;
    }
  .comment_footer
    {
      clear: both;
      border: none;
      font-weight: bold;
    }
.post_box
  {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    display: inline;
    float: left;
    clear: both;
  }
.code_box 
  { 
    font-family: monospace;
    font-size: 18px;
    border-style: none;
    padding: 20px;
    background-color: rgb(0, 0, 0);
    color: rgb(153, 255, 153);
    line-height: normal;
    overflow: auto;
    clear: both;
    float: none;
  }
