/** Simple Reset
** ----------------------------------------------------------------*/
html, body, div { padding: 0; margin: 0; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
/* End Simple Reset **/

/** Standard Styles
** ----------------------------------------------------------------*/
html {
  background: #303030;
  padding-bottom: 1em;
}

body {
  background: #303030 url(/assets/images/bg-dark-pattern.png) repeat 0 0;
  font: normal 81.25%/153.85% Arial, "Helvetica Neue", Helvetica, sans-serif; /* Arial first 'cuz Helvetica looks like crap on IE. */
  color: #3b3b3b;
  min-width: 980px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Apple Gothic", sans-serif;
  letter-spacing: .015em;
  padding: .75em 0 .25em;
  margin: 0;
}
h1 { font-size: 169%; line-height: 1em; }
h2 { font-size: 128%; letter-spacing: -.01em; }
h3, aside h1 { font-size: 107%; }

nav h1 { display: none; }

nav a {
  font: bold 16px/22px "Century Gothic", "Apple Gothic", sans-serif;
  text-decoration: none;
  padding: .25em .5em;
  color: #393939;
}

a:active { outline: none; }

p {
  margin: 0;
  padding: 0 0 1em;
}

ul, ol {
  margin: 0;
  padding: .5em 2em 1.5em 1.4em;
}
  ul li, ol li {
    padding-bottom: .5em; 
  }

ul { list-style: none outside url(/assets/images/bg-dash.png); }

ul[class], ul[id] {
  padding: 0;
  margin: 0;
  list-style: none;
}
  ul[class] li, ul[id] li {
    padding-bottom: 0;
  }

blockquote {
  font-style: italic;
  margin: 0;
  padding: .5em 1em;
}
  blockquote .attribution {
    padding-top: 0;
    padding-bottom: 1em;
  }
/* End Standard Styles **/

/** Structural Commonalities
** ----------------------------------------------------------------*/
header,
#banner,
#content,
footer {
  margin: 0;
  padding: 0;
  background: transparent url(/assets/images/bg-dotted-line.png) repeat-x 0 100%;
}

div.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background: #3f3f3f url(/assets/images/bg-faux-column.png) repeat-y 0 0;
}

div.container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
div.container {display: inline-block;}
/* Hides from IE-mac \*/
* html div.container {height: 1%;}
div.container {display: block;}
/* End hide from IE-mac */

header hgroup,
#content .rail,
footer .copyright {
  float: left;
  width: 182px;
  padding: 0 24px 0 26px;
}

header nav,
#content #copy,
footer .vcard {
  float: right;
  width: 663px;
  padding: 0 30px 0 35px;
  background: #fff;
}
/* End Structural Commonalities **/

/** Header
** ----------------------------------------------------------------*/
header hgroup {
  padding: 21px 13px 17px 23px;
  margin: 0;
  width: 196px;
  
  background: #fff;
}
  header hgroup h1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  header hgroup h1 a {
    display: block;
    background: transparent url(/assets/images/logo.png) no-repeat 0 0;
    height: 87px;
    width: 190px;
    text-indent: -999em;
  }
  header hgroup h2 { display: none }

header nav ul {
  position: absolute;
}
  header nav ul li {
    float: left;
    width: auto;
    white-space: nowrap;
  }

header nav #main {
  bottom: 1.4em;
}
  header nav #main li {
    margin-left: 48px;
  }
  header nav #main li:first-child { margin-left: -.5em; }
  
  header nav #main a {
    font-size: 16px;
  }
  
header nav #minor {
  top: 1em;
  right: 4.5em;
}
  header nav #minor li {
    margin-left: 30px;
  }
  header nav #minor a {
    font: italic 100% Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif;
    color: #a2a2a4;
    text-decoration: none;
    padding: 0;
  }
  
/* End Comment **/

/** Section Content
** ----------------------------------------------------------------*/
  
  /** Masthead
  ** ----------------------------------------------------------------*/
  #masthead {
    margin-left: 267px;
    margin-right: -15px;
    color: #fff;
  }
    #masthead div.primary { 
      padding-right: 64px;
      padding-top: 29px;
      padding-bottom: 0px;
    }
    #masthead div.secondary {
      position: absolute;
      top: 0;
      bottom: 0;
    }
    #masthead img {
      border: 0;
      padding: 0;
      margin: 0;
      display: block;
    }
    #masthead h1 {
      padding-top: 0;
    }
    #masthead p {
      font-size: 107%; 
      line-height: 157%;
    }
  /* End Masthead **/
  
  /** Common Content
  ** ----------------------------------------------------------------*/
  #masthead, #content { overflow: hidden; }

  section div.primary {
    float: right;
    width: 400px;
    padding: 0 19px 0 31px;
  }
  section div.secondary {
    float: left;
    width: 200px;
    padding-right: 13px;
    overflow: hidden;
  }

  #content div.container {
    padding-top: 24px;
    padding-bottom: 60px;
  }
    #content div.container h1:first-child,
    #content div.container h2:first-child {
      padding-top: 0;
      margin-top: 0;
    }
    #content div.container h3:first-child, 
    #content div.container aside h1 {
      padding-top: .25em;
      margin-top: 0;
    }
  /* End Common Content **/

  /** Copy Styles
  ** ----------------------------------------------------------------*/
  #copy h2+h3, #copy .secondary h3, aside h2 {
    font: italic 100% Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif;
  }
  #copy h1+h2, #copy h2+h3 {
    padding-top: 0;
  }
  #copy .secondary {
    color: #3a3a3a;
  }
    #copy .secondary p {
      font-size: 92.3%;
    }
    #copy .secondary blockquote {
      margin: 0;
      padding-left: 0;
    }
    #copy .vcard img { 
      display: block;
    }
  #copy .primary > div {
    clear: left;
    position: relative;
    margin-bottom: 1em;
    border-bottom: 1px dotted #c3c3c3;
  }
  #copy .primary div.person {
    float: left;
    padding-bottom: 2em;
    margin-bottom: 2em;
    width: 100%;
  }
  #copy .primary div.person > * {
    padding-left: 153px; /* 140 of headshots + gutter */
  }
  #copy .primary div.person > img { padding-left: 0; }

  #copy div.highlight {
    padding-top: 1em;
    margin-left: -31px;
    padding-left: 31px;
    background: transparent url(/assets/images/icon-arrow-right.png) no-repeat 0 1.6em;
  }
  #copy div.highlight.person { 
    min-height: 200px;
  }
    #copy .highlight h2, #copy .highlight h3 {
      font-size: 100%;
    }
    #copy .highlight .callout h3 {
      padding: .5em 0 .25em;
      font: italic 100% Georgia,"Palatino","Palatino Linotype",Times,"Times New Roman",serif;
      color: #9FA639;
    }
    #copy .highlight .callout p {
      font-size: 12px;
      padding: 0;
    }
    #copy img.callout, #copy div.callout {
      position: absolute;
      top: 1em;
      left: -244px; /* over top of .secondary */
    }
    #copy img.left {
      float: left;
      width: auto;
      margin-right: 1em;
      padding-top: 1em;
      white-space: nowrap;
    }
    #copy img.right {
      float: right;
      width: auto;
      margin-left: 1em;
      white-space: nowrap;
    }
    #copy div.highlight img.callout, #copy div.highlight div.callout { left: -213px; }
    
    /** Manifesto Emphasis
    ** ----------------------------------------------------------------*/
    .manifesto.emphasis #copy .primary p {
      font: bold 16px/22px "Century Gothic", "Apple Gothic", sans-serif;
      letter-spacing: .015em;
    }
      .manifesto.emphasis #copy .primary p strong { 
        font-style: italic;
        color: #6e6e6e; 
      }
    /* End Manifesto Emphasis **/
    
    /** Clients Section
    ** ----------------------------------------------------------------*/
    ol.logos {
      padding: 0;
      margin: 0 0 2em;
      list-style: none;
      overflow: hidden;
    }
      ol.logos li {
        float: left;
        margin: 0 15px 15px 0;
        overflow: hidden;
        /*border: 1px solid #c3c3c3;*/
        /*background: url(/assets/images/bg-lattice.png) repeat 0 0;*/
        padding: 4px;
        /*width: 175px;*/
        position: relative;
        min-height: 3em;
      }
        ol.logos li > * {
          -webkit-transition: all 333ms ;
          -moz-transition: all 333ms ;
          -o-transition: all 333ms ;
          transition: all 333ms ;
        }
        ol.logos li img {
          position: relative;
          z-index: 2;
          padding: 4px;
          border: none;
          /*width: 175px;*/
          -webkit-box-shadow: 0px 0px 1px #c3c3c3;
          -moz-box-shadow: 0px 0px 1px #c3c3c3;
          box-shadow: 0px 0px 1px #c3c3c3;
        }
        ol.logos li:hover img {
          margin-left: -120%;
        }
        ol.logos li a {
          position: absolute;
          z-index: 1;
          top: 4px;
          left: 4px;
          right: 4px;
          text-align: center;
          font-size: 16px; 
          text-decoration: none;
          color: #6e6e6e;
          overflow: hidden;
          display: none;
        }
        ol.logos li:hover a {
          display: block;
        }
          ol.logos li a span {
            display: block;
            font-size: 13px; 
            text-decoration: underline;
            color: #9FA639;
          }
          ol.logos li a:hover {
            color: #3b3b3b;
          }
          ol.logos li a:hover span {
            color: #d1783a;
          }

    img.logo {
      display: block;
      /*border: 1px solid #c3c3c3;*/
      /*background: url(/assets/images/bg-lattice.png) repeat 0 0;*/
      padding: 4px;
    }

    body.clients {}
      body.clients #copy h2 {
        background: url("/assets/images/bg-dotted-border-grey-double.png") repeat-x scroll 0 100% transparent;
        color: #A6A6A6;
      }
      body.clients #copy .primary h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 17px !important;
        padding-bottom: 15px !important;
        padding-top: 0;
        position: relative;
      }
      body.clients #copy .secondary h2 {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 17px !important;
        padding-bottom: 12px !important;
        padding-top: 3px !important;
      }
      body.clients blockquote .attribution {
        color: #d1783a;
        text-align: right;
        font-style: normal;
      }
    /* End Manifesto Emphasis **/
    
    /** Blog Posts
    ** ----------------------------------------------------------------*/
    .meta {
      font-size: 92.3%;
    }
      .meta > * {
        padding-left: .25em;
        margin-left: .25em;
        border-left: 1px dotted #c3c3c3;
      }
      .meta > *:first-child {
        border-left: none;
        margin: 0;
        padding: 0;
      }
      
      /** Disqus
      ** ----------------------------------------------------------------*/
      #disqus_thread { border: none !important; }
      #dsq-content .dsq-options,
      #dsq-content .dsq-pagination {
        padding: 0;
        background: none !important;
      }
      #dsq-content .dsq-options > * {
        display: block;
      }
      #dsq-content input, 
      #dsq-content textarea,
      #dsq-content select {
        float: none;
      }
      #dsq-comments-title { display: none !important; }
      
      /* End Disqus **/
      
    /* End Blog Posts **/
    
  /* End Copy Styles **/
  
  /** Side Rail Content
  ** ----------------------------------------------------------------*/
  #content div.rail {
    color: #8b8d90;
    padding-left: 0;
    padding-right: 0;
    width: 232px;
  }
    div.rail > * {
      padding-left: 26px;
      padding-right: 24px;
    }
    div.rail h2 {
      font-size: 16px;
    }
    div.rail h2 a:hover {
      text-decoration: none;
    }
    div.rail h3, div.rail h4, div.rail h5 {
      padding-bottom: 0;
    }
    div.rail a {
      text-decoration: none;
    }
    div.rail a:hover {
      text-decoration: underline;
    }
    div.rail ul, div.rail ol {
      list-style-position: inside;
      padding-bottom: .5em
    }
    div.rail nav {
      padding: 0;
      margin-top: -24px; /* pulled up over top of .container padding-top */
      zoom: 1;
    }
      div.rail nav a {
        display: block;
        font-size: 100%;
        line-height: 1em;
        padding-left: 26px;
      }
      div.rail nav > ul {
        border-bottom: solid 1px rgba(63,63,63,.05);
        padding-bottom: 0;
      }
      div.rail nav > ul > li {
        background: transparent url(/assets/images/bg-faint-gradient.png) no-repeat 100% 0;
        border-top: solid 1px rgba(63,63,63,.05);
      }
      div.rail nav > ul > li > a {
        font-size: 14px;
        padding-top: 14px;
        padding-bottom: 12px;
      }

      div.rail nav .current > a,
      div.rail nav a:hover {
        text-decoration: none;
      }
      div.rail nav ul ul {
        list-style: none;
        padding: 0 0 12px 19px;
        font-size: 87.5%;
      }
      
    div.rail div {
      padding-bottom: 30px;
    }
    div.rail nav + div {
      padding-top: 60px;
    }
  /* End Side Rail Content **/

/* End Section **/

/** Forms
** ----------------------------------------------------------------*/
form {
  margin: 2em 0;
  padding: 0;
}
  form p {
    clear: both;
    overflow: hidden;
  }
  form .push {
    padding-left: 10.5em;
  }
  form .required {
    color: #66BDD8;
    display: inline-block;
    background: transparent url(/assets/images/bg-asterisk.png) no-repeat 50% 0%;
    width: 1em;
    text-indent: -999em;
  }
    .fields li .required { width: 22px; }
  
fieldset {
  border: none;
  border-top: 1px dotted #c3c3c3;
  padding: 1em 0 0;
  margin: 1em;
}

legend {
  font-weight: bold;
}

label {
  width: 10em;
  float: left;
  margin-right: 0.5em;
  display: block;
  font-weight: bold;
}

input, textarea, select {
  float: left;
}

input[type="text"] {
  width: 10em;
}
input.long { width: 15em; }
input.short { width: 5em; }
input.tiny { width: 2em; }

ol.fields, ul.fields {
  margin: 1em 0;
  padding: 0;
}
  .fields li {
    list-style: none;
    padding: .75em 0;
    clear: both;
    overflow: hidden;
  }
  .fields.options li {
    width: 50%;
    float: left;
    clear: none;
  }
    .fields.options li label.checkbox,
    .fields.options li label.radio {
      width: auto;
    }

ul.options {
  overflow: hidden;
}
.options span {
  display: block;
  float: left;
}
/* End Forms **/

/** Footer
** ----------------------------------------------------------------*/
footer {
  color: #656565;
  font: 84.61%/1.818 Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif;
  padding-bottom: 80px;
  background: transparent url(/assets/images/bg-dark-pattern-lined.png) repeat-y 50% 0;
}
  footer .container > * {
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
  footer .copyright { color: #a2a3a4; }
  footer .vcard {
    width: 543px;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-left: 34px;
    background: transparent url(/assets/images/bg-dotted-line-white.jpg) repeat-x 0 0;
  }
    footer .vcard > * {
      display: block;
      float: left;
      width: 119px;
      padding: 0 0 0 31px;
    }  
    footer .vcard .adr {
      display: block;
      float: left;
      width: 200px;
      padding: 0 13px 0 0;
    }
    footer .vcard .street-address { display: block; }
    footer .vcard .url { display: none; }
    footer .vcard .additional { 
      float: right; 
      width: 200px; 
      padding-left: 0;
      text-align: right;
    }
    footer .vcard .social {
      margin-left: 25px;
    }
      footer .vcard .social a {
        display: block;
        padding-left: 25px;
        background: transparent none no-repeat 0 50%;
      }
      footer .vcard .social a.twitter { background-image: url(/assets/images/icon-twitter.png); }
      footer .vcard .social a.facebook { background-image: url(/assets/images/icon-facebook.png); }

  footer .additional {
    float: right;
    width: 120px;
    padding-right: 30px;
    background: transparent url(/assets/images/bg-dotted-line-white.jpg) repeat-x 0 0;
  }
    footer .additional > * {
      text-align: right;
      display: block;
    }
/* End Footer **/

