/*
 * 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-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Urtd
 * License URL: http://www.fontspring.com/fflicense/urtd
 *
 *
 */

@font-face {
    font-family: 'fonts/MonoxilRegularRegular';
    src: url('fonts/Monoxil_Regular-webfont.eot');
    src: url('fonts/Monoxil_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Monoxil_Regular-webfont.woff') format('woff'),
         url('fonts/Monoxil_Regular-webfont.ttf') format('truetype'),
         url('fonts/Monoxil_Regular-webfont.svg#MonoxilRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'fonts/MonoxilRegularRegular', Arial, sans-serif;
}

/*
pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
*/

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-family: 'fonts/MonoxilRegularRegular', Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}