@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      E-phemera Fonts
 * License URL: http://www.fontspring.com/fflicense/e-phemera
 *
 */
@font-face {
  font-family: "Toronto Gothic";
  src: url("fonts/torontogothic-webfont.eot");
  src: url("/fonts/torontogothic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/torontogothic-webfont.woff") format("woff"), url("/fonts/torontogothic-webfont.ttf") format("truetype"), url("/fonts/torontogothic-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typodermic
 * License URL: http://www.fontspring.com/fflicense/typodermic
 *
 */
@font-face {
  font-family: "Body Goat Regular";
  src: url("/fonts/body_goat-webfont.eot");
  src: url("/fonts/body_goat-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/body_goat-webfont.woff") format("woff"), url("/fonts/body_goat-webfont.ttf") format("truetype"), url("/fonts/body_goat-webfont.svg#BodyGoatRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

article, section, footer, header {
  display: block;
}

html {
  text-align: center;
}
html body {
  padding: 0 10%;
  max-width: 1300px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 1.125em;
  line-height: 1.6;
  text-align: left;
  color: #222222;
  text-shadow: #eeeeee;
  overflow: visible;
}

header {
  padding-bottom: 0.9em;
  border-bottom: 10px solid #222222;
}
header h1 {
  text-shadow: white 2px 2px, #222222 4px 4px;
  color: #a80000;
  font-size: 5em;
  font-family: "Toronto Gothic", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
header h1 a {
  display: block;
  width: 110%;
  color: #a80000;
  text-decoration: none;
}
header .tagline {
  line-height: 1;
  margin-top: 16px;
  font-family: "Body Goat Regular", sans-serif;
  font-size: 3em;
  text-align: center;
}
header .tagline a {
  background: none;
  color: #222222;
  padding: 0;
  text-decoration: none;
}
header .tagline a:hover {
  text-decoration: underline;
}

article, form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  float: left;
  padding-bottom: 0.9em;
  padding-top: 0.9em;
}

h1 {
  font-size: 1.75em;
  font-family: "Toronto Gothic", Helvetica, Arial, Sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}

h2 {
  font-size: 1.5em;
  font-family: "Toronto Gothic", Helvetica, Arial, Sans-serif;
}

p {
  margin-bottom: 0.619em;
}
p a {
  display: inline-block;
  background: #a80000;
  border: 1px solid #750000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 0 3px;
  line-height: 1.3;
  color: #eeeeee;
  text-decoration: none;
  text-shadow: 0 0 0 #eeeeee;
}
p a:hover {
  background: #780000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr {
  font-family: inherit;
}

code {
  font-family: Inconsolata, Consolas, “Lucida Console”, Monaco, monospace;
}

form {
  border-top: 10px solid #222222;
  overflow: hidden;
  width: 100%;
  padding: 0.9em 0;
}
form ol {
  padding: 0;
  list-style: none;
}
form ol li {
  padding: 0;
}

legend {
  font-family: "Toronto Gothic", Helvetica, Arial, Sans-serif;
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 20px;
}

input, textarea {
  font-size: 16px;
  width: 100%;
  padding: 0;
  background-color: #eeeeee;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
input:focus, textarea:focus {
  -moz-box-shadow: 0 0 2px 1px #cccccc inset;
  -webkit-box-shadow: 0 0 2px 1px #cccccc inset;
  -o-box-shadow: 0 0 2px 1px #cccccc inset;
  box-shadow: 0 0 2px 1px #cccccc inset;
  background: white;
  outline: none;
}

button {
  width: 100%;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  cursor: pointer;
  background: #a80000;
  border: 1px solid #750000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #eeeeee;
  text-decoration: none;
  text-shadow: 0 0 0 #eeeeee;
}
button:hover {
  background: #780000;
}

footer {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  padding-top: 0.9em;
  border-top: 10px solid #222222;
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 768px) {
  body {
    padding: 0;
    width: 80%;
  }

  header h1 {
    text-shadow: white 3px 3px, #222222 6px 6px;
  }

  article {
    overflow: hidden;
    *zoom: 1;
    padding-right: 1em;
    border-right: 10px solid #222222;
    width: 61.803%;
  }

  form {
    border-top: none;
    overflow: hidden;
    *zoom: 1;
    width: 38.197%;
    float: right;
    padding: 0.9em 1em;
  }
}
@media only screen and (min-width: 1000px) {
  header h1 {
    text-shadow: white 5px 5px, #222222 10px 10px;
  }

  legend {
    font-size: 3.5em;
  }

  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 3em;
  }
}

