/*********************************************************
*
*   File: Global Stylesheet
*   Author: Craig Nelson / Classic Labs
*
*/

  /* general */
  body {
    margin: 0 0 20px;
    color: #252525;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    background: #FDFBEF;
  }
  a:link,
  a:visited,
  a:active {
    color: #BF0B2C;
    text-decoration: none;
  }
  a:hover,
  a.active { color: #DFA200; }
  img { border: none; }
  ul { list-style: none; }
  h1, h2, h3, h4, h5, h6, p, ul, ol, dl, div.separator { margin: 20px 0; }
  h1, h2, h3, h4 {
    color: #252525 !important;
    text-transform: none !important;
  }
  h1,
  h2 { font-size: 22px; }
  h3 { font-size: 18px !important; }
  h4 { font-size: 15px; }
  div.separator {
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px dotted #ccc;
  }
  #atffc { display: none; } /* to hide share this injected html at top of page
  /* --general */

  /* side nav */
  ul.side-nav {
    padding-left: 10px;
    list-style: none;
  }
    ul.side-nav li { display: inline; }
      ul.side-nav a {
        display: block;
        padding: 2px 0;
      }
  /* --side nav */

  #container {
    margin: 0 auto;
    width: 968px;
  }
    #content-left,
    #content-left.portfolio { float: left; }
    #content-left { width: 767px; }
    #content-left.portfolio { width: 200px; }
    #content-center {
      float: left;
      padding-left: 20px;
      width: 545px;
    }
    #content-right {
      float: right;
      margin-top: 20px;
      padding-left: 20px;
      width: 160px;
      border-left: 1px solid #ccc;
    }
    
    /* ads */
    .ad-notice {
      margin-top: 0;
      text-align: center;
    }
    .ads.top-leaderboard {
      float: right;
      margin-top: 20px;
      width: 745px;
    }
    .ads.skyscrapper { margin-bottom: 20px; }
      /* google ad style overrides */
      #google_ads_frame1 {}
      #google_ads_frame1 html body #aubg {
        background: #fff !important;
      }
      /* --google ad style overrides */
    .ads.bottom-leaderboard {
      clear: both;
      padding: 20px 0;
      text-align: center;
    }
    .ads.bottom-leaderboard.project { text-align: right; }
    .ads.bottom-leaderboard.project span { margin-right: 20px; }
    /* --ads */

  /* home page */
  div.step {
    margin: 25px 0;
    overflow: hidden;
    background: #ffeebf;
  }
    div.step .screenshot {
      float: right;
      margin: 10px 0 0 20px;
    }
    div#step-1,
    div#step-2,
    div#step-3 {
      padding: 10px 20px 10px 120px;
      overflow:hidden;
    }
    div#step-1 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/black-number-1.png) no-repeat 20px 20px; }
    div#step-2 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/black-number-2.png) no-repeat 20px 20px; }
    div#step-3 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/black-number-3.png) no-repeat 20px 20px; }
  /* --home page */
