/* --------------------------------------------------------------

   typography.css
   * Overrides for global typography

-------------------------------------------------------------- */

body {
	color: #424340;
}

.sf-menu {
	font-family: arial, serif;
}

a, a:visited {
	color: #650000;
	text-decoration: underline;
}
a:hover {
	color: #989790;
}

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;
}

ul.site-map a:link, ul.site-map a:visited {
	color: #9A988D;
	text-decoration: none;
}

div#identity h1 {
	font-family: 'Nobile', arial, serif;
	color: #989790;
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0 5px;
}
div#identity h2 {
	font-family: 'Nobile', arial, serif;
	color: #650000;
	font-size: 16px;
	font-weight: normal;
}
div.wedge-module-title h3 {
	font-family: 'Nobile', arial, serif;
	font-weight: normal;
	font-weight: bold;
	color: #650000;
	padding: 5px 0px 0px 0px;
}

div#logo_text a, div#logo_text a:visited{
	text-decoration:none;
}

h4 {
	font-family: 'Nobile', arial, serif;
	font-weight: normal;
	line-height: 1.2em;
}

.sf-menu {
	font-family: 'Nobile', arial, serif;
	font-size: 0.8em;
	line-height: 1.79em;
}

.quiet	 		{ color: #959595; }
.subtle      	{ color: #777; }
.loud       	{ color: #000; }

div.button {
	background-color: #aeaba0;
	color: #fff;
	border-color: #aeaba0;
}
