/*  ----------------------------------------------
    landing.css
    author: Regi E. (rellis@pushhere.com, Lead Dev)
    
    req/location
      styles/landing.css
    ----------------------------------------------  */


/*  =LOCAL OVERRIDE SELECTORS
    ----------------------------------------------  */
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      background-color: #000;
      font-family: helvetica, arial, sans-serif;
    }
    html {
      width: 100%;
      height: 100%;
    }
    a {
      color: #ff0000;
      text-decoration: none;
    }
    a:hover {
      color: #fff;
      text-decoration: underline;
    }
    #splash {
        margin: 0 auto;
    }
    
    
/*  =LANDING SELECTORS
    ----------------------------------------------  */
    h2 {
      background: transparent url('/static/images/branding/antiquorum.png') no-repeat 0 5px;
      height: 125px;
      width: 300px;
      margin: 20px auto;
      text-indent: -999em;
    }
    ul {
      width: 300px;
      margin: 0 auto 30px;
      overflow: hidden;
    }
    ul li {
      float: left;
      padding: 5px;
      margin: 5px;
    }
    #flash-link {
      width: 160px;
      height: 41px;
      margin: 0 auto;
    }
    #flash-link a {
      width: 160px;
      height: 41px;
      display: block;
      text-indent: -9999px;
      background: transparent url('/static/images/branding/160x41_Get_Flash_Player.jpg') 0 0 no-repeat;
    }