@charset "utf-8";
/*
  Sitename: http://yoursite.org/
  Author: Aldridge

  reset.css
  Eric Meyer resets and site base styles
*/

/* HTML RESET
///////////////////////////////////////////// */

/*
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {border-collapse: collapse;border-spacing: 0;}

/* END HTML RESET
///////////////////////////////////////////// */

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ Type Presets ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* h1, h2, h3, h4, h5, h6 { letter-spacing: 1px; } */
h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset {
  margin-bottom: 1.6em;
}

/* Add back in basic text markup (after removal by reset) */
strong { font-weight: bold; }
em { font-style: italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

/* link colors */
a, a:link, a:visited {
  color: #900;
  text-decoration: none;
}
a:hover, a:active {
  color:#676767;
  text-decoration:underline;
}
a:focus {
  outline: 1px dotted #666;
}

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */
dt { font-weight: bold; }
p {
  font-size: 100%;
}
p + p, p + ul {
  margin-top: -.8em;
}
h1 {
  font-size: 2em;
  line-height:1.2em;
  font-weight:normal;
  margin: 1em 0 .5em;
}
p + h1 {
  margin-top:.5em;
}
h2, h3, h4, h5, h6 {
  font-weight: bold;
}
/* fix for weird Chrome collapse bug */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0;
}
h2 {
  font-size: 1.7em;
  line-height: 1.3em;
  margin:1.07em 0 .535em;
}
h3 {
  font-size: 1.3em;
  margin: 1.14em 0 .57em 0;
}
h4 {
  font-size: 1.25em;
  margin: 1em 0 .5em;
}
h5, h6 {
  font-size: 1em;
  margin: 1em 0 .25em 0;
}

ol {
  margin-left: 0;
  padding-left: 20px;
  text-indent: 0;
}
ul {
  list-style: disc outside;
}
li {
  font-size: 1.1em;
  margin-bottom: 2px;
  margin-left: 20px;
}

blockquote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  font-style: normal;
  padding-left: 35px;
  color: #000;
  margin: .5em 0 .5em 0;
}
input, textarea {
  font-size: .75em;
  font-family: Arial, Helvetica, sans-serif;
}

hr {
  background:black;
  border:none;
  color:black;
  display:block;
  height:1px;
  margin-top: 20px;
  width:100%;
}