/*--- FONTS ---*/
@import url(http://fonts.googleapis.com/css?family=Muli|Carrois+Gothic+SC|Metrophobic);
/*--- STANDARD ELEMENTS ---*/
html {
}


body {

	font-family:'Muli', sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5 {
	font-family:'Carrois Gothic SC', sans-serif !important;
}

h1 { font-size:180% !important;}
h2 { font-size:160% !important;}
h3 { font-size:140% !important;}
h4 { font-size:120% !important;}
h5 { font-size:100% !important;}

p {
	line-height:150%;
	color:#666;
	font-size:110%;
	text-align:justify;
}


div.nav {
	background-color:#eaeaea;
	border-bottom:1px #ccc dotted;
}

ul.blocklist {
	padding:0px;
	margin:0px;
}

ul.blocklist li {
	padding:10px;
	margin:0px;
	list-style:none;
	background-color:#eaeaea;
	border-bottom:1px #fff solid;
} 

.footer {
	background-color:#eaeaea;
	width:100%;
	min-height:150px;
}