/* --------------------------------------------------------------

   typography.css
   * Overrides for global typography

-------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #5a879e;
}

ul.site-map a:link, ul.site-map a:visited {
	color: #999;
}

.sf-menu {
	font-size: 13px;
	letter-spacing: 0.03em;
}

div#identity h1 {
	color: #5a879e;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
div#identity h2 {
	color: #5a879e;
	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 {
	color: #5a879e;
}
h4 {
	font-weight: 600;
}
h4, h4 a, h4 a:visited {
}

div.button {
	background-color: #5a879e;
	color: #ffffff;
	border-color: #5a879e;
}

.quiet	 		{ color: #959595; }
.subtle      	{ color: #777; font-style: italic; }
.loud       	{ color: #000; }