/* --------------------------------------------------------------

   typography.css
   * Overrides for global typography

-------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #005e3c;
}

ul.site-map a:link, ul.site-map a:visited {
	color: #999;
}

.sf-menu {
	font-size: 0.86em;
	letter-spacing: 0.03em;
}

div#intro-section a, div#intro-section a:visited {
    color: #0B925C;
}

div#identity h1 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 5px;
}
div#identity h2 {
	font-size: 14px;
	font-weight: 200;
}
div#atmosphere_text h2 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 200;
	text-shadow: 0.1em 0.1em 0.2em black
}
h3 {
    margin: 0.64em 0;
}
h4 {
	margin: 0.47em 0;
}
h4, h4 a:link, h4 a:visited {
	color: #005e3c;
}
h5 {
	font-weight: bold;
}

div.button {
	-moz-box-shadow: 2px 2px 4px #005e3c;
	-webkit-box-shadow: 2px 2px 4px #005e3c;
	box-shadow: 2px 2px 4px #005e3c;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#005e3c')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#005e3c');
	margin-right: 5px;
}

.quiet	 		{ color: #959595; }
.subtle      	{ color: #555; font-style: italic; }
.loud       	{ color: #000; }