/* --------------------------------------------------------------

   typography.css
   * Overrides for global typography

-------------------------------------------------------------- */

body {
	font-family: 'Arvo', Arial, serif;
	color: #424242;
}

.sf-menu {
	font-family: 'Arvo', Arial, serif;
}

a, a:visited {
	color: #424242;
	text-decoration: underline;
}
a:hover {
	color: #bab7b7;
}

ul.site-map a:link, ul.site-map a:visited {
	color: #999;
	text-decoration: none;
}

h4 a, h4 a:visited, h3 a, h3 a:visited, div#side-nav a, div#side-nav a:visited, .sf-menu a, .sf-menu a:visited {
	text-decoration: none;
}

div#identity h1 {
	color: #424242;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px;
}
div#identity h2 {
	color: #bab7b7;
	font-size: 16px;
	font-weight: 200;
}
h3 {
	color: #5a879e;
}
h4 {
	font-weight: 600;
}


.quiet	 		{ color: #959595; }
.subtle      	{ color: #777; font-style: italic; }
.loud       	{ color: #000; }