/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/


/* `Font Face
----------------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'FuturaBT-MediumCondensed';
    src: url('../font/futura.eot');
    src: url('../font/futura.eot') format('embedded-opentype'),
         url('../font/futura.woff') format('woff'),
         url('../font/futura.ttf') format('truetype'),
         url('../font/futura.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color: #333;
  font: 14px/1.5 Arial, Helvetica, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #8cc53f;
	font-family: 'FuturaBT-MediumCondensed', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 34px;
	line-height: 34px;
}

h3 {
  font-size: 30px;
	line-height: 30px;
}

h4 {
  font-size: 26px;
	line-height: 26px;
}

h5 {
  font-size: 22px;
	line-height: 22px;
}

h6 {
  font-size: 18px;
}

/* `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: 20px;
}

h2, h3, h4, h5, {
	margin-bottom: 4px;
}