/*********************************************************
*
*   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: #46B440;
  }
  a:link,
  a:visited,
  a:active {
    color: #46B440;
    text-decoration: none;
  }
  a:hover,
  a.active,
  a.search-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 {}
    #top-header,
    #header,
    #content {
      margin: 0 auto;
      width: 968px;
    }
    #top-header-container { background: #009442; }
      #top-header {
        padding: 5px 0;
        color: #fff;
        text-align: right;
      }
        #top-header #rss { float: left; }
        #top-header .add { margin-left: 20px; }
        #top-header a { color: #fff; }
        #top-header a:hover { text-decoration: underline; }
        #top-header img { vertical-align: middle; }
      #top-header {
        padding: 5px 0;
        color: #fff;
        text-align: right;
      }
        #date { float: left; }
        #top-header img { vertical-align: middle; }
        #top-header .rss {
          font-size: 12px;
          text-transform: uppercase;
        }
    #header-container {
      padding: 10px 0;
      background: #B0DD6E url(/images/bldgs.png) repeat-x bottom left;
    }
      #header {}
    #content {
      margin-top: 20px;
      padding: 20px;
      border: 2px solid #009442;
      background: #fff;
    }
      #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: #eee;
  }
    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 */