/*********************************************************
*
*   File: Default Templates Marketing Header Stylesheet
*   Author: Craig Nelson / Classic Labs
*
*/

  #marketing-header {
    height: 50px;
    font-family: arial, helvetica, sans-serif;
    background: url(http://assets.ascribehq.com/integrations/templates/assets/images/marketing-header-background.png) repeat-x 0 0;
  }
    #marketing-header .inner { padding-top: 10px; }
      #marketing-header h2,
      #marketing-header ul,
      #marketing-header ul li {
        display: inline;
        margin: 0;
        color: #fff;
      }
      #marketing-header h2 {
        font-size: 18px;
        font-weight: normal;
      }
      #marketing-header ul {
        margin-left: 7px;
        padding-left: 10px;
        border-left: 1px solid #fff;
      }
        #marketing-header ul li { font-size: 13px; }
          #marketing-header ul li a {
            color: #fff;
            text-decoration: none;
          }
          #marketing-header ul li a:hover { text-decoration: underline; }
      #ascribe-logo {
        float: right;
        margin-top: -2px;
      }
