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

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font: 14px/1.5 'Open Sans', sans-serif;;
}

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

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

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

h1 {
    color: #0087CC;
    font-size: 1.714em;
    line-height: 1.143em;
	font-weight: normal;
	padding: 0 0 28px;
}

h2 {
    color:#0087cc;
    font-size: 1.429em;
	line-height:0.952em;
	font-weight: normal;
	padding: 0 0 22px;
}

h3 {
	color:#0087cc;
	font-size: 1.286em;
	line-height:0.857em;
	font-weight: normal;
	padding:0 0 20px;
}

h4 {
	margin:0;
	color:#0087cc;
    font-size: 1.143em;
	line-height:0.762em;
	font-weight: normal;
	padding: 0 0 10px;
}

h5 {
	margin:0;
	padding:0 0 10px;
	color:#0087cc;
    font-size: 1em;
	line-height:0.667em;
	font-weight: normal;

}

h6 {
	color:#0087cc;
    font-size: 0.857em;
	line-height:0.571em;
	font-weight: normal;
	
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

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