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

  Licensed under GPL and MIT.
*/

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

body {
  font: 13px/1.5 "Arial", Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#626262;
}

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

hr {
  border: 0 #ddd solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
a {
	color:#43AEF5;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom:5px;
}
h1 {
  font-size: 25px;
  margin:30px 0 20px 0;
  text-align:left;
  color:#43AEF5;
  font-size:34px;
  line-height:40px;
  padding-bottom:20px;
  border-bottom:1px solid #eaeaea;
}
h1.center {
  text-align:center;
  margin-bottom:15px;
  padding:0;
  border:0;
}

h1.home_title {
  text-align:center;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
  font-weight:normal;
  color:#333333;
}

h4 {
  font-size: 18px;
  color:#43AEF5;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}
hr {
  margin-top:10px;
}