/* --------------------------------------------------------------

   typography.css
   * Overrides for global typography

-------------------------------------------------------------- */

body {
	color: #e4e6e9;
}

a, a:visited {
	color: #c4bfb7;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #e4e6e9;
    background: #11100d;
}
.sf-menu {
	font-size: 0.86em;
	letter-spacing: 0.03em;
}

ul.site-map a:link, ul.site-map a:visited {
	color: #84827A;
	text-decoration: none;
}

div#identity h1 {
	color: #e4e6e9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin: 0 0 0.2em;
}
div#identity h2 {
	font-family: "Lucida Grande", Tahoma;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.3em;
}
div#atmosphere_text h2 {
	color: #E6E3DE;
	font-size: 30px;
	line-height: 36px;
	font-weight: 200;
	text-shadow: 0.1em 0.1em 0.4em black;
}
h2, h4, h4 a:link, h4 a:visited {
	color: #c4bfb7;
}
h3 {
	color: #9E9882;
    margin: 0.64em 0;
}
h4 {
	margin: 0.47em 0;
}
h5 {
	font-weight: bold;
}

div.button {
	background-color: #11100d;
	border: 1px solid #3C372E;
	margin-right: 5px;
}

.quiet	 		{ color: #959595; }
.subtle      	{ color: #555; font-style: italic; }
.loud       	{ color: #000; }