
/*  --------------------------------------------
    normalization.css
    com.pushhere.www
    regi e.(regi@pushhere.com, Lead Dev)
    - Requires(Location):
      (styles/lib/normalization.css)
    --------------------------------------------  */
    
/*  +TOC
    ----------------------------------------------   
    1.  BASIC
    ----------------------------------------------  */


/*  =BASIC SELECTORS
    ----------------------------------------------  */
    body {
      margin: 0;
      padding: 0;
      font-size: 100%;
      font-family: helvetica, arial, sans-serif;
      color: rgb(0,0,0);
      background: #bdbdbd;
    }
    h1 {
      font-size: 138.5%;
      line-height: 1.5em;
    }
    h2 {
      font-size: 123.1%;
      line-height: 1.3em;
    }
    h3 {
      font-size: 108%;
      line-height: 1.3em;
    }
    h1, h2, h3, h4, h5 {
      margin: 0 0 0.5em;
    }
    h1, h2, h3, h4, h5, h6, strong {
      font-weight: 700;
      color: rgb(0,0,0);
    }
    em {
      font-style: italic;
    }
    blockquote, ul, ol, dl {
      margin: 0.5em;
    }
    ol, ul, dl {
      margin-left: 1em;
      padding: 0;
      margin: 0 0 1em;
    }
    ol li {
      list-style: none;  
    }
    ul li {
      list-style: none;
    }
    p, fieldset, table {
      margin-bottom: 1em;
      line-height: 1.5em;
      font-size: 0.75em;
      color: rgb(0,0,0);
    }
    a:link, a:active, a:visited {
      text-decoration: none;
      color: rgb(166,166,166);
      outline: none;
    }
    a:hover {
      color: rgb(0,0,0);
      text-decoration: none;
    }
    .wai {
      text-indent: -9999px;
      height: 0.1em;
      position: absolute;
    }
    .Safari input {
      outline: none;
    }