/*
  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%;
      text-indent: 10px;
      letter-spacing: 1px;
      line-height: 140%
    }

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

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

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

  img
    {
      border: none;
    }

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

  #main
    {
      width: 90%;
      margin: 15px;
      background-image: url(../Black_Ice_Theme/grx/moon.png);
      background-position: right bottom;
      background-repeat: no-repeat;
    }

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

  .post
    {
      border: 2px solid rgb(91, 176, 217);
      margin-top: 10px;
      margin-left: 30px;
      margin-bottom: 20px;
      padding: 10px;
    }

  .post_header
    {
      font-size: 200%;
      padding: 5px;
      padding-left: 60px;
      color: rgb( 255, 183, 99);
      background-image: url(../Black_Ice_Theme/grx/item_header_blank.png);
      background-position: left center;
      background-repeat: no-repeat;
    }

