/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 Verdana, Geneva, Tahoma, sans-serif;
  line-height:20px;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border-top: 1px #ccc solid;
  clear: both;
  height: 0;
}

a {
  color: #1E6FA7;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, .h1 {
  font-size: 26px;
}

h2, .h2 {
  font-family: Century Gothic,lucida grande,lucida sans,bitstream vera sans,verdana;
  font-size: 24px;
  line-height: 1.3;
  color: #1E6FA7;
  margin-bottom:1.5em;
  font-weight:normal;
}

h3, .h3 {
  font-family: Century Gothic,lucida grande,lucida sans,bitstream vera sans,verdana;
  font-weight:normal;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
}

h4, .h4 {
  font-size: 14px;
  color: #636363;
  margin:20px 0px 5px 0px;
}

/* `Lists
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha; 
}
ol ol ol {
  list-style: lower-roman;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul ul ul {
  list-style: square;
}

li {
  margin-left: 30px;
}

/* `Tables
----------------------------------------------------------------------------------------------------*/
th { font-weight:  bold; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}

ul ul,
ol ol {
	margin: 0;	
}

h1,
h2,
hr {
	margin: 20px 0;
}

h3 {
	margin: 40px 0 10px 0;
}