
/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*-- Added fonts --*/

@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
/*Font size hack*/


h1,h2,h3,h4,h5,h6{
font-family: "Metrophobic", arial, verdana, sans-serif;
font-weight:normal;
}


blockquote{
font-family: "Open Sans";
}


h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	font-size: 2.0em;
	font-weight:bold;
    /*color:#81c14f;*/
	color:#339933;
	text-align:center;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6em;
	color:#339933;
}
h3 {
	font-size: 1.4em;
    color: #000000;
    font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}
h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:  1.1em;
	color:#000000;
	text-transform:uppercase;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:  0.9em;
	text-align: justify;
	line-height: 1.3;
	color:#000000;
}
a {
	color: #669803;
	font-weight: bold;
	font-size:  1.0em;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}

a:hover {
	color: #D15625;
}

