/*
 *  Copyright (c) 2013 Text Software Limited. All rights reserved.
 */

.navbar a.brand {
  width: 32px;
  height: 32px;
  padding: 0;
  margin-top: 9px;
  margin-left: 0px;
  margin-right: 20px;
  background: url('/logo.png') 0 0 no-repeat;;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .navbar a.brand {
    background-image: url('/logo@2x.png');
    background-size: 32px 32px;
  }
}

/* not required for sticky footer; just pushes hero down a bit */
.wrapper > .container {
  padding-top: 70px;
  padding-bottom: 40px;
}

.wrapper > .container > .hero-unit {
  margin-top: -25px;
  background-color: #fff;
  border: 1px solid;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.navbar .search-query {
  width: 120px;
}

.footer .pull-right .twitter-follow-button {
  vertical-align: top;
}

html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}
.push {
  height: 40px;
}

.footer {
  min-width: 940px;
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
     -moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
}
.footer .container {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0 0 0;
}
.footer p {
  color: #555;
}
