/* --------------------------------------------------------------

   typography.css
   * Overrides for global typography

-------------------------------------------------------------- */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a:focus,
a:hover     	{ color: #48220a; }
a           	{ color: #48220a; }


ul.site-map li a:link, ul.site-map li a:visited {
	color: #704124;
	text-decoration: none;
}
ul.site-map li li a:link, ul.site-map li li a:visited {
	color: #797156;
	text-decoration: none;
}

div#identity h1 {
	color: #48220a;
	margin-bottom: 10px;
}
div.wedge-module-title h3, div#side-nav div.wedge-module-title h3 {
	font-weight: normal;
}
div#identity h2 {
	font-size: 22px;
}
div#identity, div.wedge-module-title h3 {
	font-family: Neucha, arial, serif;
}

div.button {
	background-color: #48220a;
	color: #c8b185;
	border-color: #48220a;
}

.subtle {
	color: #5E4B35;
}