/*
 * 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:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

@font-face {
	font-family: 'MuseoSans500';
	src: url('fonts/museosans_500_english/MuseoSans_500-webfont.eot#') format('embedded-opentype'), url('fonts/museosans_500_english/MuseoSans_500-webfont.woff') format('woff'), url('fonts/museosans_500_english/MuseoSans_500-webfont.ttf') format('truetype'), url('fonts/museosans_500_english/MuseoSans_500-webfont.svg#webfontl6eRdS6a') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo700';
	src: url('fonts/museo_700_english/Museo700-Regular-webfont.eot#') format('embedded-opentype'), url('fonts/museo_700_english/Museo700-Regular-webfont.woff') format('woff'), url('fonts/museo_700_english/Museo700-Regular-webfont.ttf') format('truetype'), url('fonts/museo_700_english/Museo700-Regular-webfont.svg#webfontAUaxaU3Z') format('svg');
	font-weight: bold;
	font-style: normal;
}

html {
  background-color: #FFFFFF;
  color: #122942;
}
body {
  font-family: "MuseoSans500", "Linux Biolinum O", "Optima", "Calibri", "Ubuntu", "DejaVu Sans", "Lucida Sans Unicode", sans-serif;
  width: 30em;
  margin-right: auto;
  margin-left: auto;
  margin-top: 7em;
  margin-bottom: 3em;
}
h1, h2 {
  font-family: "Museo700", "Linux Biolinum O", "Optima", "Calibri", "Ubuntu", "DejaVu Sans", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-shadow: 0.05em 0.1em 0.2em #AAAAAA;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.2em;
}

p, ol, ul, dl {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

a {
  color: #4252B2;
}

hr {
  margin-top: 3em;
}

@media all and (max-width: 32em) {
  body {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

@media all and (max-width: 20em) {
  body {
    width: auto;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

  h1 {
    font-size: 2.0em;
  }
}
