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

	Licensed under GPL and MIT.
*/

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





body {
	font-family: 'Nunito', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	color: #858584;
	
	
	
	
}



body {
    -webkit-text-size-adjust: 100%;
	
	
	/* Better Font Rendering =========== */
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	border:none;
	clear: both;
	height: 1px;
	background-image: url(../img/hr.png);
	background-repeat: repeat-y;
	background-position: center top;
	
	 background-size: 100% 1px;
}








a, a:hover {color: #858584;}



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


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

h1 {
	font-size: 25px;
	font-weight:normal;
	font-weight: 300;

}

blockquote,
h2 {
	font-size: 22px;
	font-weight:normal;
	font-weight: 300;
}

h3 {
	font-size: 19px;
	font-weight:normal;
	font-weight: 300;

}

h4 {
	font-size: 16px;
	font-weight: 700;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

hr {
	margin-top: 0px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}


strong {
	font-weight: 700;
}
.regular {

	font-weight: 400;
}


/*.disabled > a {
	cursor:default;
}
*/
/*
em {
	font-size:0.8em;
	
}*/
