/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

a img {
  border: none; }

abbr {
  color: #ee1c24;
  border-bottom: 1px dotted #ee1c24; }

div, nav, footer, header {
  position: relative; }

form input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

body {
  font: 18px/1.6 'Droid Sans', sans-serif; }

h1 {
  font: 34px 'Droid Sans Mono', sans-serif;
  color: #e01f0c; }

h2 {
  font: 26px 'Droid Sans Mono', sans-serif;
  color: #00174e; }

h3 {
  font: 16px/1.6 'Droid Sans Mono', sans-serif;
  color: #272727;
  text-transform: uppercase; }

h4 {
  font: 30px 'Droid Sans Mono', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

h5 {
  font: 20px 'Droid Sans Mono', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

pre {
  background: #eee;
  width: 100%;
  padding: 2vw;
  margin: 2vw 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

p {
  margin: 20px 0; }

a {
  text-decoration: none;
  color: #e01f0c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #333; }
  a.button {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background: #e01f0c;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Droid Sans Mono', sans-serif;
    letter-spacing: 2px;
    font-size: 16px; }
    a.button:hover {
      background: #00174e; }

#page-content .main ul, #blog .main ul, #page-content .main ol, #blog .main ol {
  margin: 15px 0 15px 30px; }

form p {
  margin: 0; }
form label {
  display: none; }
form input {
  border: none;
  background: #fff;
  font: 16px 'Droid Sans', sans-serif;
  width: 65%;
  padding: 3% 5%;
  float: left; }
  form input[type="submit"] {
    background: #fff url(../images/bg-submit.png) no-repeat center center;
    width: 15%;
    padding: 3% 5%;
    cursor: pointer;
    text-indent: -9999px; }
form .error.no-label, form .errors {
  display: none !important; }
form .error input {
  background: #f2a8a8;
  color: #fff; }
