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

  /* general */
  body {
    margin: 0 0 20px;
    color: #fff;
    font-family: arial, helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    background: #450900 url(/images/background-wood.jpg) repeat fixed 0 0;
  }
  a:link,
  a:visited,
  a:active {
    color: #FFF58F;
    text-decoration: underline;
  }
  a:hover,
  a.active { color: #aff2ff; }
  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: #fff;
    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;
  }
  #top-header,
  #header,
  #content {
    margin: 0 auto;
    width: 968px;
  }
  #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;
        text-decoration: none;
      }
  /* --side nav */

  #container {}
    #top-header-container { background: #FFF58F; }
      #top-header {
        padding: 5px 0;
        color: #000;
        text-align: right;
      }
        #top-header #rss { float: left; }
        #top-header .add { margin-left: 20px; }
        #top-header a { color: #000; }
        #top-header a:hover { text-decoration: underline; }
        #top-header img { vertical-align: middle; }
      #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: url(/images/step-bk.png) repeat 0 0;
  }
    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/white-number-1.png) no-repeat 20px 20px; }
    div#step-2 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/white-number-2.png) no-repeat 20px 20px; }
    div#step-3 { background: url(http://assets.ascribehq.com/integrations/images/marketing/cows/white-number-3.png) no-repeat 20px 20px; }
  /* --home page */