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

  Licensed under GPL and MIT.
*/

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

body {
  font: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #231f20;
}


@font-face {
    font-family: 'aliveregular';
    src: url('../conts/calive_0_2-webfont.eot');
    src: url('../conts/calive_0_2-webfont.eot#iefix') format('embedded-opentype'),
         url('../conts/calive_0_2-webfont.woff') format('woff'),
         url('../conts/calive_0_2-webfont.ttf') format('truetype'),
         url('../conts/calive_0_2-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

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

h1 {
  font-size: 72px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 40px;
  text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'aliveregular';
	font-weight: normal;
	color: #231f20;
	text-transform:uppercase;
	line-height: 0.9em;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p {
	margin-bottom: 1em;
}

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