@charset "UTF-8";
body {
  background-color: #e5e4e0;
  padding: 0;
  margin: 0;
  font: 90% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#container {
	background: #fff;
	max-width: 900px;
	text-align: left;
	margin: 0 auto;
}

/* ------------------------------------------ */
/* ----------------- HEADER ----------------- */
/* ------------------------------------------ */
#header {
	text-align: center;
	padding: 30px 30px 5px 30px;
}
#nameplate h1 {
  font-size: 1.8em;
  font-weight: 300;
  padding: 0;
  border: none;
  margin: 0;
}
#nameplate h1 a {
  color: inherit;
  text-decoration: none;
}
#nameplate h2 {
  color: #666;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 0;
  border: none;
  margin: 0;
}
#nameplate p {
  color: #ccc;
  font-size: .9em;
  line-height: 1.2;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
}
/* ------------------------------------------------ */
/* ----------------- PAGE BODY ----------------- */
/* ------------------------------------------------ */
#pageBody {
  position: relative;
}
/* --------------------------------------- */
/* ----------------- NAV ----------------- */
/* --------------------------------------- */
#siteNav {
  float: none;
  width: auto;
  text-align: center;
}
#siteNav_links ul {
  margin: 0;
  padding: .5em 0;
  list-style: none;
}
#siteNav_links h3 {
  position: absolute;
  left: -999em;
}
#siteNav_links ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
}
#siteNav_links ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  border: 1px dashed #ccc;
	padding: 4px 10px;
  color: inherit;
}
/* ------------------------------------------- */
/* ----------------- CONTENT ----------------- */
/* ------------------------------------------- */
#mainContent {
  padding: 30px 75px;
  color: #333;
  line-height: 140%;
}
@media all and (max-width: 640px) {
 #mainContent {
    padding: 30px;
  } 
}
h1 {
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	margin: 0 0 30px 0;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 2em 0 1em 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #bbb;
}
h3 {
	font-size: 1.1em;
	color: #333;
	margin: 1.5em 0 5px 0;
}
h4 {
  font-size: 1em;
  margin-bottom: .5em;
  margin-top: 1.5em;
}
a {
  color: #369;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
	text-align: center;
	margin: 2em 0;
}
figcaption {
	text-align: left;
	font-size: .9em;
	margin: 1em;
	line-height: normal;
	opacity: .9;
}
/* ------------------------------------------ */
/* ----------------- FOOTER ----------------- */
/* ------------------------------------------ */
#footer {
  color: #666;
  font-size: .9em;
  padding: 30px 0;
  margin: 0 20px;
  text-align: center;
  border-top: 1px dashed #ccc;
}
/* ---------------------------------------- */
/* ----------------- MISC ----------------- */
/* ---------------------------------------- */
#accessLinks {
  position: absolute;
  top: -999px;
  left: 0;
  width: 80%;
  z-index: 999;
}
#accessLinks a {
  position: absolute;
  top: 0;
  left: 0;
}
.crazyIEfix:active, #accessLinks a:focus, #accessLinks a:active {
  top: 999px;
  background-color: #434343;
  color: #f0e4d4;
  padding: 2px 4px;
  border: 1px solid #000;
  margin: 5px;
  white-space: nowrap;
}
.floatRight {
  float: right;
  margin: 0 0 10px 10px;
}
.floatLeft {
  float: left;
  margin: 0 10px 10px 0;
}