/** Standard Styles
** ----------------------------------------------------------------*/
html {
  width: 100%;
  background: #2b2828;
} 

body {
  width: 900px;
  background: #fff;
  margin: 0 auto;
  padding: 0 0 2em;
  font: normal 68.75%/1.25em "Helvetica", Arial, sans-serif; /* 11px/13.75px */
}

section {
  overflow: hidden;
}

h1, h2, h3 { 
  font-family: "Proxima Nova", "Helvetica", Arial, sans-serif;
  font-weight: 800;
  text-transform: lowercase;
  line-height: 1em;
  margin: .75em 0 .25em;
}
h1 { font-size: 455%; letter-spacing: -.04em; }
h2 { font-size: 367%; letter-spacing: -.02em;}
h3, aside h1 { font-size: 218%; }
h4, aside h2 { font-size: 127%; margin: 0; }

h1:first-child, h2:first-child, h3:first-child { margin-top: 0; }

li h1, li h2, li h3, li h4 { margin: 0; }

  h1 span { 
    display: block;
    text-indent: 1em; 
  }
  h1 em {
    color: #a7a9ac;
  }
  
a { 
  color: #66bdd8;
}
  a:active { outline: none; }
  a:visited { color: #2b2828; }
  a:hover { color: #7fbc5a; text-decoration: none; }
  
img {
  border: none;
}

p {
  color: #808285;
  margin: 0;
  padding: .5em 0;
}

ul, ol {
  color: #808285;
  margin: .5em 0;
  padding: 0 .25em 0 1.25em;
}

ul[class], ul[id] {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

blockquote {
  margin: .5em 1em;
  font-style: italic;
}
  
table {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
  text-align: left;
}
  th, td {
    padding: .5em .25em .25em .75em;
  }
  caption {
    font-size: .9em;
    font-style: italic;
    padding: .5em;
  }
/* End Standard Styles **/

/** Grids
** ----------------------------------------------------------------*/
*[class*="grid_"] {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 880px;
}
*[class*="grid_"].push { float: right; }
*[class*="grid_"].pull { clear: left; }

*[class*="grid_"] *[class*="grid_"] { margin-left: 0; }

  .grid_1 { width: 130px; }
  .grid_2 { width: 280px; }
  .grid_3 { width: 430px; }
  .grid_4 { width: 580px; }
  .grid_5 { width: 730px; }
  
  header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }
  header {display: inline-block;}
  /* Hides from IE-mac \*/
  * html header {height: 1%;}
  header {display: block;}
  /* End hide from IE-mac */

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