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

  Licensed under GPL and MIT.
*/

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

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

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

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

h1 {
    font-size: 2em;
    line-height: 0.75;
    margin-bottom: 0.75em;
}

h2 {
    font-size: 1.2em;
    line-height: 1.28;
    
    margin-bottom: 1em;
}

h3 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

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