body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-color: #003;
}
h1, h2, h3, h4, h5, h6, {color: #003;font-family: helvetica, arial, sans-serif;}
h2 {margin-bottom: 18px;font-weight: bold;}
h3 {margin-bottom: 0;}
input.title {margin: 10px 0;}
input.text {margin-top: 5px;margin-bottom: 6px;}
blockquote:before {content: "“";}
blockquote:after {content: "”";}
cite {margin-left: 1.5em;}

#nav-bar {background-color: #003;height: 36px;}
  #nav-bar ul,
  #nav-bar ul li {list-style: none;margin: 0;padding: 0;}
  #nav-bar ul li {
    float: left;
    margin-top: 9px;
    font-size: 1.1em;
    font-family: helvetica, arial, sans-serif;
    line-height: 18px;
  }
  #nav-bar ul li:before {
    content: "|";
    color: #666;
    padding-left: 10px;
    padding-right: 6px;
  }
  #nav-bar ul li:first-child:before {content: "";padding: 0;display: none;}
  #nav-bar ul li a {color: #f89900;}

#top {background: url(/images/top.png) top center repeat-x;}
  #home #top .container {
    height: 100%;
    background: url(/images/catrr-quote-screenshot.png) bottom right no-repeat;
  }
  #top .container>div {margin-top: 18px;}
  #home #top .container>div {margin-top: 0;}
  #logo {padding-bottom: 14px; /* Get the total height to 72px (4 rows) */}
  #top h1 {
    color: #ddd;
    font-weight: bold;
    letter-spacing: -2px;
    text-shadow: #003 5px 5px 5px;
  }
  #home #top h1 {margin-top: -5px;font-family: helvetica, arial, sans-serif;}
  #top h2 {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    font-family: georgia, times, serif;
    text-align: justify;
  }

#email-signup {
  background-color: #f89900;
  color: #003;
  margin: -1px 0 18px 0;
  padding: 9px 9px 8px 9px;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
  #email-signup h3 {text-align: center;}
  #email-signup input.title {color: #003;width: 290px;float: left;height: 22px;}
  #email-signup p {
    margin-bottom: 0 !important;
    line-height: 9px !important;
    font-size: 9px !important;
    font-family: helvetica, arial, sans-serif;
  }
  #email-signup button {
    width: 55px;
    height: 34px;
    vertical-align: top;
    margin: 10px 0;
    font-size: 1.2em;
    float: right;
  }
  
#feedback textarea {height: 118px;}
#feedback input[type='text'],
#feedback textarea {
  width: 488px;
}
#feedback button {margin-top: 7px;margin-bottom: 11px;}
#feedback input[type='checkbox'],
#feedback button {margin-left: 80px;float: left;}
#feedback p {overflow: hidden;}
  #feedback p label {display: block;line-height: 18px;}
  #feedback p label:first-child {float: left;width: 80px;padding-top: 8px;}

#main {background-color: #eee;border-top: 1px solid #003;}
  #main .container {padding-top: 36px;padding-bottom: 36px;}
  #main h2 {margin-top: 18px;}
  #main h2:first-child {margin-top: 0;}
  #main p {font-size: 1.1667em;line-height: 1.2857em;margin-bottom: 1.2857em;}
  #main li strong:first-child {display: block;height: 18px;}
  #main .thumbs {padding-bottom: 18px;overflow: hidden;}
    #main .thumbs a {display: block;float: left;margin-left: 10px;line-height: 0;}
    #main .thumbs a:first-child {margin-left: 0;}
  #main #email-signup {border-color: #003;}
  .flash.notice {
    text-align: center;
    color: #003;
    border: none;
    background-color: #f89900;
    -webkit-border-radius: 7px;
    -moz-border-radius: 10px;
    margin-bottom: 18px;
  }
    .flash.notice p {margin-bottom: 0;}

#footer {
  background-color: #003;
  color: #f89900;
  padding: 15px 0 18px 0;
  border-top: 3px solid #f89900;
}
  #footer h2 {
    color: #f89900;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 18px;
  }
  #footer #feedback input[type='text'],
  #footer #feedback textarea {
    color: white;
    border-color: #ccc;
    background-color: #003;
  }
  #footer #feedback input[type='text']:focus,
  #footer #feedback textarea:focus {border-color: #f89900;background-color: #114;}
  #footer #feedback input[type='checkbox'],
  #footer #feedback button {margin-left: 80px;}
  #footer .copyright {text-align: center;font-size: .8em;}
