/* 
 * Theme Name: Robert Hess and Company
 * Theme URI: http://roberthessco.com
 * Description: A custom theme for Robert Hess and Company
 * Version: 1.0
 * Author: KS Creative
 * Author URI: http://kscreative.net/ */
/* 
 * This theme was designed and built by Michaela Kalff,
 * Mark Martin, and Laurel Segel. */
/* 
 * The CSS, XHTML and design is ©2009 KS Creative, and may
 * not be used or reproduced without permission. All
 * rights reserved. */
/* reset :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) */
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none; }

pre, a, abbr, acronym, address, big, cite, code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through; }

dfn, em, font, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none; }

s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

*:focus {
  outline: 0; }

/* end reset :( :( :( :( :( :( :( :( :( :( :( :( :( :( */
html, body {
  height: 100%; }

body {
  font-family: 'Lucida Grande', Lucida, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #77713c;
  color: #fff; }

.col {
  float: left; }

.replaced {
  position: absolute;
  top: -3000px; }

#wrap {
  width: 816px;
  margin: 0 auto;
  background: #fff;
  min-height: 100%; }

#header {
  display: inline-block;
  display: block; }
  #header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #header .left {
    width: 355px;
    background: url(images/stripe-left.gif) 0 0 repeat-y;
    height: 255px; }
    #header .left h1 {
      background: url(images/logo.png) 0 0 no-repeat;
      margin: 66px 0 0 23px; }
      #header .left h1 a {
        display: block;
        width: 325px;
        height: 55px; }
  #header .right {
    width: 461px; }
    #header .right #nav {
      float: left;
      margin: 73px 0 0 23px; }
      #header .right #nav li {
        position: relative; }
        #header .right #nav li a {
          font-size: 0.9167em;
          line-height: 1.3636;
          font-weight: 700;
          display: block;
          width: 101px;
          height: 14px;
          background-position: 0 2px;
          background-repeat: no-repeat;
          text-transform: uppercase;
          text-decoration: none;
          color: #802728; }
        #header .right #nav li ul {
          position: absolute;
          top: -13px;
          left: -3000px;
          width: 300px;
          padding: 12px 0 12px 20px; }
          #header .right #nav li ul li a {
            text-transform: none;
            width: auto; }
            #header .right #nav li ul li a:hover {
              color: #c97b1f; }
          #header .right #nav li ul.hover {
            left: 85px;
            z-index: 9000; }
        #header .right #nav li.current_page_item a,
        #header .right #nav li.current_page_ancestor a {
          background-position: -202px 2px; }
        #header .right #nav li.hover a {
          background-position: -101px 2px !important; }
        #header .right #nav li.hover ul {
          left: 85px;
          z-index: 9000; }

#content {
  display: inline-block;
  display: block; }
  #content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #content .left {
    background: url(images/stripe-left.gif) 0 0 repeat-y;
    width: 355px;
    height: 156px; }
    #content .left .pretty {
      width: 332px;
      height: 156px;
      margin-left: 23px; }
    #content .left #subnav {
      float: right;
      background: url(images/trans.png) 0 0 repeat;
      width: 178px;
      height: 60px;
      padding: 10px 10px 10px 15px;
      margin-top: 26px; }
      #content .left #subnav li {
        font-size: 0.9167em;
        line-height: 1.3636; }
        #content .left #subnav li a {
          color: #fff;
          text-decoration: none; }
          #content .left #subnav li a:hover {
            text-decoration: underline; }
        #content .left #subnav li.current_page_item a {
          text-decoration: underline; }
  #content .right {
    width: 461px;
    background: #753b0d url(images/stripe-right.png) 0 0 repeat-y;
    margin-bottom: 10.9088em; }
    #content .right .post-content {
      margin: 1.3636em 32px 32px 55px; }
      #content .right .post-content .post {
        margin-bottom: 2.7474em; }
      #content .right .post-content h1 {
        font-size: 1.75em;
        line-height: 1.4286;
        font-weight: normal; }
      #content .right .post-content h2 {
        font-size: 0.9167em;
        text-transform: uppercase;
        line-height: 0.6818;
        font-weight: normal; }
      #content .right .post-content h3 {
        font-size: 0.9167em;
        line-height: 1.3636; }
        #content .right .post-content h3.single {
          margin-bottom: 1.3636em; }
        #content .right .post-content h3.categories {
          font-size: 1em;
          line-height: 1.25; }
      #content .right .post-content h3 + p {
        margin-top: 0; }
      #content .right .post-content p, #content .right .post-content li {
        font-size: 0.9167em;
        line-height: 1.3636; }
      #content .right .post-content p, #content .right .post-content ul {
        margin-top: 1.3636em; }
      #content .right .post-content p + ul {
        margin-top: 0; }
      #content .right .post-content li {
        margin-left: 3px;
        padding-left: 12px;
        background: url(images/bullet.jpg) left center no-repeat; }
      #content .right .post-content ul.categories {
        margin-top: 0;
        margin-bottom: 2.7474em; }
        #content .right .post-content ul.categories li {
          margin: 0;
          padding: 0;
          background: 0 none; }
      #content .right .post-content a {
        text-decoration: underline;
        color: #fff; }
      #content .right .post-content img.alignright {
        float: right;
        margin: 0 0 1.3636em 12px; }
      #content .right .post-content address {
        font-size: 0.8333em;
        line-height: 1.5;
        font-style: normal;
        margin-top: 1.5em; }

#footer {
  padding: 0 23px 2.7272em; }
  #footer p {
    font-size: 0.9167em;
    line-height: 1.3636;
    color: #aaa; }
