.left { float: left; }
.center { text-align: center; }
.clear { clear: both;        }
.nobullet { list-style: none;   }
.wait { cursor: wait;       }
.hidden { display: none;      }
.half { width: 50%; }

body { 
  font-family: "Helvetica Neue",Helvetica,Arial,sans;
  line-height: 18px;
  background: transparent url('../images/bg.jpg') repeat top left; 
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #AD4D44;
}

label {
  clear: both;
  float: left;
  width: 100px;
  margin-right: 10px;
  text-align: right;
}

textarea {
  width:390px;
  height:100px;
  padding:5px;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
  margin-top: 0;
}

h3.h3_replace {
  height: 20px;
}

  h3.h3_replace span.h3_text {
    display: none;
  }

h3#h3_latest_blogs {
  width: 216px;
  background: transparent url('../images/h3_latest_blogs.png') no-repeat top left;
}

h3#h3_latest_projects {
  width: 224px;
  background: transparent url('../images/h3_latest_projects.png') no-repeat top left;
}

h3#h3_latest_photos {
  width: 199px;
  background: transparent url('../images/h3_latest_photos.png') no-repeat top left;
}

h3#h3_meta {
  width: 66px;
  background: transparent url('../images/h3_meta.png') no-repeat top left;
}

h3#h3_login {
  width: 72px;
  background: transparent url('../images/h3_login.png') no-repeat top left;
}

h3#h3_register {
  width: 117px;
  background: transparent url('../images/h3_register.png') no-repeat top left;
}

h3#h3_blog {
  width: 65px;
  background: transparent url('../images/h3_blog.png') no-repeat top left;
}

h3#h3_categories {
  width: 153px;
  background: transparent url('../images/h3_categories.png') no-repeat top left;
}

h3#h3_tags {
  width: 62px;
  background: transparent url('../images/h3_tags.png') no-repeat top left;
}

h3#h3_portfolio {
  width: 141px;
  background: transparent url('../images/h3_portfolio.png') no-repeat top left;
}

h3#h3_photos {
  width: 100px;
  background: transparent url('../images/h3_photos.png') no-repeat top left;
}

h3#h3_contact {
  width: 115px;
  background: transparent url('../images/h3_contact.png') no-repeat top left;
}

div#main_container {
  margin-top: 25px;
}

  div#nav ul {
    float: right;
    margin-top: 0;
    margin-right: 0;
    list-style: none;
  }
  
    div#nav ul li {
      float: left;
      margin: 0;
      padding: 0;
    }
    
      div#nav ul li a {
        display: block;
        margin: 0 0 0 20px;
        padding: 10px 0;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 2px;
        text-decoration: none;
        text-transform: uppercase;
      }

  div.latest_wrapper {
    margin: 0 0 1.5em;
  }
  
    div.latest_wrapper div.latest_item {
      float: left;
      width: 100px;
      height: 100px;
      margin: 0 5px 5px 0;
      overflow: hidden;
      text-align: center;
      border: solid 1px #000;
    }
    
      div#latest div.latest_wrapper div.latest_item img {
        max-width: 150px;
        max-height: 150px;
        border: none;
      }
      
div#content {
  margin-top: 15px;
}

  div#content img {
    border: solid 1px #000;
  }
  
    div#content p.category {
      float: right;
      height: 16px;
      margin: 0 0 10px 0;
      padding: 0;
      font-size:0.8em;
      text-align:right;
    }
    
    div#content p.tags {
      float: left;
      height: 16px;
      margin: 0 0 10px 0;
      padding: 0 0 0 20px;
      font-size:0.8em;
      font-style:italic;
      text-align:left;
      background: transparent url('../images/icon_tag.png') no-repeat top left;
    }

    div#content p.text {
      clear: both;
    }
    
    div#content p.meta {
      clear: both;
      height:26px;
      font-size:smaller;
      text-decoration:none;
      text-transform:uppercase;
      font-weight: bold;
      color: #777;
      background: #DDD;
    }
    
      div#content p.meta span.posted {
        float: left;
        height: 16px;
        padding: 5px 20px;
      }
      
      div#content p.meta span.permalink, div#content p.meta span.comments {
        float:right;
        height:16px;
        padding:5px 20px;
      }
    
    div#content p#pages {
      clear: both;
      text-align: center;
    }
    
      div#content p#pages a#prev {
        float: left;
      }
      
      div#content p#pages a#next {
        float: right;
      }
    
    div#content div#comments {
      margin-bottom: 15px;
    }
    
      div#comments div.commentEven, div#comments div.commentOdd {
        padding: 15px 0 0;
        border-top: solid 1px #A0A0A0;
      }
      
        div.commentEven div.commentAvatar, div.commentOdd div.commentAvatar {
          text-align: center;
        }
        
          div.commentAvatar img {
            margin: 0 15px 10px;
          }
          
          div#comments div.commentAvatar p {
            margin-top: 0;
            margin-left: 0;
          }
          
          div#comments div.commentContent p {
            margin-top: 0;
            margin-left: 0;
          }

      
div.content_wrapper {
  width: 80%;
  margin: 15px auto;
  padding: 25px;
  text-align: center;
  border: solid 1px #D0D0D0;
  background: #FFF;
}
      
div#footer_wrapper {
  width: 100%;
  height: 125px;
  padding: 25px 0;
  color: #777;
  background: transparent url('../images/bg_footer.jpg') repeat-y top left;
}

  div#footer ul#twitter_update_list {
    width: 275px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
