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

  Licensed under GPL and MIT.
*/

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

body {
  font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, 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: "Courier new",sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}

h1 a {
    color: #111111;
    text-decoration: none;
}

h2 {
  font-family: sans-serif;
  font-size: 12px;
  color:#666;
  line-height: 1.1;
  letter-spacing: 0.5pt;
}

h3 {
    border-bottom: 1px dotted #666666;
    color: #333333;
    display: inline-block;
    font-family: "Courier new";
    font-size: 21px;
    font-weight: 100;
    letter-spacing: -0.8pt;
    line-height: 1;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

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