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

  Licensed under GPL and MIT.
*/

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

body {
  font: 12px/1.5 Tahoma, Geneva, sans-serif;
  color:#33434C;
}

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

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
a, a:link { text-decoration:underline; color:#2274AC;}
a:hover { text-decoration:none;}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 11px; text-transform:uppercase; border-bottom:#59666E thin dotted; padding-top:5px; padding-bottom:5px;
}

h4 {
  font-size: 11px; text-transform:uppercase; margin-bottom:5px;
}

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,
h5,
h6,
ol,
ul,
pre,
address,
fieldset,
figure {
  margin-bottom: 20px;
}