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

  Licensed under GPL and MIT.
*/

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

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

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

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


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


h1 {
	font-size: 33px;
  text-align: center;
  font-family: 'Open Sans',arial,sans-serif;
  font-weight: 300;
  margin-top: 10px;
  color: #000;
}
h1.big {
  font-size: 33px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11px;
}
p.margin-small {
	margin-bottom: 5px; 
}
p.margin-medium {
	margin-bottom: 10px; 
}
p.subheadline { 
	font-size: 15px;
	text-align: center;
	margin-bottom: 35px;
	color: #555;
}
p.big { 
	font-size: 17px;
	font-weight: bold;
}
p.medium { 
	font-size: 14px;
	font-weight: bold;
}
span.small { 
	font-weight: normal;
}
span.highlight { 
	font-weight: bold;
}
.italic {
	font-style:italic;
}

/* `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,
h6 { margin-top: 30px; margin-bottom: 15px;}

p { margin-bottom: 10px; }