/* --------------------------------------------------------------

   typography.css
   * Overrides for global typography

-------------------------------------------------------------- */

body {
	color: #eee;
}

h3,
h4 {
	color: #fff;
	font-weight: bold;
}

a:link, a:visited {
	color: #fff;
}
a:hover {
	color: #eee;
}

div#identity h1 {
	color: #fff;
	text-shadow: 0.05em 0.05em 0.15em #333;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	margin: 0;
}
div#identity h2 {
	color: #fff;
	text-shadow: 0.05em 0.05em 0.10em #333;
	font-size: 28px;
	font-weight: 200;
}
div#atmosphere_text h2 {
	color: #fff;
	text-shadow: 0.03em 0.03em 0.15em #333;
	font-size: 18px;
	font-weight: 200;
}
.subtle {
	color: #999;
}
div.button {
	color: #fff;
}
ul.sf-menu a:link,
ul.sf-menu a:visited {
	color: #fff;
	padding: 8px 10px;
}
ul.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
}
ul.sf-menu li:hover, 
ul.sf-menu li.sfHover, 
ul.sf-menu a:focus, 
ul.sf-menu a:hover, 
ul.sf-menu a:active ul.sf-menu li li {
	text-decoration: none;
}

h2#tagline {
	color: #0081cd;
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

div.quicklinks_wedge div.wedge_element,
div#side-nav li {
	line-height: 1em;
	font-size: 1em;
	margin-bottom: 0.8em;
}
div.quicklinks_wedge div.wedge_element {
	margin-left: 10px;
}
div.quicklinks_wedge div.wedge_element:before {
	content: "\00BB \0020";
	font-size: 18px;
}
div.quicklinks_wedge a:link,
div.quicklinks_wedge a:visited,
div#side-nav li a:link,
div#side-nav li a:visited {
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
}
