/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/quicksand-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Regular'), local('Quicksand-Regular'),
       url('/fonts/quicksand-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v7-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/quicksand-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Quicksand Medium'), local('Quicksand-Medium'),
       url('/fonts/quicksand-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v7-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}

body {
  font: 18px/18px 'Quicksand', Arial, Helvetica, sans-serif;
  font-weight:300;
  font-size:15px;
  line-height:22px;
}

.bold

em, i {font-family:'Quicksand', Arial, Helvetica, sans-serif;}

b i, strong i,
b em, 
strong em, 
h1 em, 
h2 em,
h3 em {font-family:'Quicksand', Arial, Helvetica, sans-serif;}

b, strong {
font-family:'Quicksand', Arial, Helvetica, sans-serif;
font-weight:500;}
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
	list-style-type: circle;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3 {
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	color: #444;
	font-weight:300;
}
	
h1 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 12px;
}

h2 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 9px;
}

h3 {
  font-size: 14px;
  line-height:18px;
  margin-bottom:7px;
}
