* {
  margin: 0px;
  padding: 0px;
}

div {
  border: 0px dotted #ccc;
}

* html div {
  /*font-size: 0pt;*/
}

body {
  background-color: #ffffff;
  font-size: 10pt;
  font-family: verdana, helvetica, arial, geneva, sans-serif;
}

/* --------------------------------- Header --------------------------------- */

#header_wrap {
  clear: both;
  height: 183px;
  background: url('/images/bg.gif') repeat-x;
  background-color: #e08900;
}

  #header {
    height: 140px;
    margin: 0px auto 0px auto;
    width: 750px;
  }

    #logo {
      float: left;
      width: 233px;
      margin-top: 42px;
    }

    /* ---------------------- quot with vertical align ---------------------- */

    #quot {
      float: right;
      position: relative;
      width: 340px;
      overflow: hidden;
      height: 140px;
    }

      #quot p.quot {
        color: #ffe2ae;
        font-style: italic;
        font-size: 10pt;
        font-family: verdana, helvetica, tahoma, arial;
        font-weight: nomal;
        line-height: 12pt;
      }

      #quot p.auhor {
        color: #ffe2ae;
        font-size: 7pt;
        margin-top: 12px;
        padding: 0px;
        margin: 0px;
        font-style: normal;
        font-weight: bold;
      }

    #quot[id] {
      display: table;
      position: static;
    }

    #quot_inner { /* for explorers only*/
      position: absolute;
      top: 50%;
      width: 340px;
    }

    #quot_inner[id] {
      display: table-cell;
      vertical-align: middle;
      position: static;
    }

    #quot_inner div {  /* for explorers only */
      position: relative;
      top: -50%;
    }

    *:first-child+html #quot_inner div { /* for ie7 only */
      top: 75%;
    }

    /* --------------------- /quot with vertical align ---------------------- */

  #menu_wrap {
    clear: both;
    height: 32px;
    width: 750px;
    margin: 0px auto 0px auto;
  }

  #menu {
    float: left;
    position: relative;
  }

    #menu ul {
      list-style: none;
    }

      #menu ul li {
        float: left;
        height: 32px;
      }

        #menu ul li a {
          display: block;
          line-height: 32px;
          font-size: 10pt;
          color: #ffffff;
          text-decoration: none;
          margin-right: 40px;
          font-family: tahoma, arial, verdana;
        }

        #menu ul li a:hover, #menu ul li a.active {
          color: #ffa500;
        }

  #search {
    float: right;
    position: relative;
  }

  #search input {
    border: 1px solid #d9d9d9;
    width: 190px;
    height: 18px;
    margin-top: 7px;
    color: #696969;
    padding: 0px 5px 0px 5px;
  }

/* -------------------------------- /Header --------------------------------- */

/* -------------------------------- Content --------------------------------- */

#content_wrap {
  width: 750px;
  margin: 0px auto 0px auto;
  padding-top: 20px;
  padding-bottom: 25px;
}

  #content {
    position: relative;
  }

    div.post {
      margin-bottom: 35px;
    }

    #content h1, #content span.delimiter {
      color: #696969;
      font-weight: normal;
      line-height: 18pt;
      margin-bottom: 10px;
    }

      #content h1.category {
        float: left;
      }

      #content h1.title {
      }

      #content span.delimiter {
        float: left;
        font-size: 10pt;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        line-height: 18pt;
      }

      #content h1 a {
        display: block;
        font-size: 16pt;
        text-decoration: underline;
      }

      #content h1 a:hover {
        text-decoration: underline;
      }

      #content h1 a.category {
        color: #e08900;
      }

      #content h1 a.category:hover {
        color: #ffa500;
      }

      #content h1 a.title {
        color: #696969;
      }

      #content h1 a.title:hover {
        color: #9f9f9f;
      }

      div.post_meta {
        clear: both;
        font-size: 7.5pt;
        color: #8f8f8f;
        margin-bottom: 10px;
      }

        div.post_meta a {
          font-size: 7.5pt;
          text-decoration: none;
        }

        div.post_meta a:hover {
          text-decoration: underline;
        }

        div.post_meta div {
          float: left;
          padding-right: 12px;
          padding-left: 12px;
          border-left: 1px solid #d9d9d9;
        }

        div.post_meta div.post_date {
          padding-left: 0px;
          border-left: none;
        }

      div.comments_meta {
        clear: both;
        height: 23px;
        line-height: 23px;
        font-size: 8pt;
        color: #696969;
        border-bottom: 1px solid #d9d9d9;
        margin: 25px 0px 0px 0px;
        padding-left: 22px;
        background: url('/images/user.png') no-repeat center left;
      }

        div.comments_meta a, div.comments_meta span {
          font-size: 8pt;
        }

      div.comment {
        clear: both;
        margin: 25px 0px 0px 0px;
      }

      div.form {
        border: 1px solid #b5b5b5;
        margin-top: 25px;
        padding: 10px;
        padding-bottom: 0px;
        width: 475px;
      }

        div.form dl dt {
          float: left;
          margin-bottom: 10px;
          width: 170;
        }

        div.form dl dd {
          margin-left: 170px;
          margin-bottom: 10px;
        }

        div.form input.text, div.form input.short {
          border: 1px solid #b5b5b5;
          height: 18px;
        }

        div.form input.text {
          border: 1px solid #b5b5b5;
          width: 300px;
        }

        div.form input.short {
          width: 75px;
        }

        div.form textarea {
          border: 1px solid #b5b5b5;
          width: 300px;
          height: 80px;
        }

        div.form input.button {
          border: 1px solid #696969;
          background-color: #d9d9d9;
          padding: 0px 3px 0px 3px;
          height: 20px;
        }

/* ------------------------------- /Content --------------------------------- */

  #navigation {
    clear: both;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }

    #navigation a.new {
      margin: 0px 5px 0px 0px;
      border: none;
    }

    #navigation a.old {
      margin: 0px 0px 0px 5px;
      border: none;
    }

    #navigation a.new:hover, #navigation a.old:hover {
      text-decoration: underline;
      border: none;
    }

    #navigation a {
      padding: 0px 5px 0px 5px;
      border: 1px solid #d9d9d9;
    }

    #navigation a.selected, #navigation a:hover {
      text-decoration: none;
      border: 1px solid #e08900;
    }

  dl#portfolio {
  }

    dl#portfolio dt {
      float: left;
      width: 280px;
      clear: left;
      margin-bottom: 25px;
      text-align: left;
      height: 216px;
    }

      * html dl#portfolio dt {
        margin-bottom: 12px;
      }

      /*
      dl#portfolio dt img {
        border: 1px solid #d9d9d9;
        padding: 7px;
        background-color: #fafafa;
      }
      */

    dl#portfolio dd {
      margin-left: 280px;
      height: 216px;
      margin-bottom: 25px;
    }

      * html dl#portfolio dd {
        margin-bottom: 12px;
      }
/* -------------------------------- Footer ---------------------------------- */

#footer_wrap {
  background-color: #1c1c1c;
  height: 70px;
}

  #footer {
    color: #ffffff;
    width: 750px;
    height: 70px;
    margin: 0px auto 0px auto;
  }

    #footer_meta {
      width: 245px;
      margin: 0px auto 0px auto;
      height: 70px;
    }

      #rss {
        position: relative;
        height: 16px;
        width: 34px;
        float: left;
        margin-top: 28px;
      }

      #copyright {
        position: relative;
        height: 16px;
        line-height: 16px;
        float: right;
        margin-top: 28px;
      }

/* ------------------------------- /Footer ---------------------------------- */

.left_aligned {
  text-align: left;
}

.right_aligned {
  text-align: right;
}

.left {
  float: left;
}

div.clear {
  clear: both;
}


#content img {
  border: 1px solid #b5b5b5;
  padding: 3px;
  background-color: #ffffff;
}

  div.image_left {
    margin: 5px 15px 7px 0px;
    float: left;
  }

  div.image {
    margin: 7px 0px 7px 0px;
  }

  div.image_right {
    margin: 5px 0px 7px 15px;
    float: right;
  }

#content img.noframe {
  border: none;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}

div.code {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 9px 0px 9px 25px;
  border-left: 2px solid #d9d9d9;
  font-family: verdana, tahoma, arial;
  color: #696969;
}

h1, h2 {
  font-weight: normal;
  margin-bottom: 10px;
  font-family: tahoma, arial, verdana;
}

h1 {
  font-size: 16pt;
  color: #696969;
}

h2 {
  color: #565656;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 25px;
}

h2.first {
  margin-top: 15px;
}

p {
  font-size: 10pt;
  margin-bottom: 10px;
  line-height: 1.4;
}

#content ul, #content ol {
  margin-left: 30px;
  line-height: 1.4;
}

ul, ol {
  margin-bottom: 10px;
}

ul.no_markers {
  list-style: none;
}

.warning {
  color: #dd0000;
}

a {
  font-size: 10pt;
  color: #e08900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #ffa500;
}

img {
  border: none;
}
