html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* CORE */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 200;
	font-size: 62.5%;
	color: #000000;
	line-height: 1.125em;
	background: #FFFFFF;
}

strong { 
	font-weight: bold; 
}

em {
  font-style: italic;
}


/* HEADERS */

h1 {
  font-size: 4.8em;
  font-weight: bold;
  letter-spacing: -.05em;
  margin-bottom: .2em;
}

h2 {
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: -.05em;
  margin-bottom: .2em;
}

h3 {
  display: inline;
  font-size: 1.8em;
}


/* TEXT */

.plain-text {
    font-size: 1.8em;
    line-height: 1.4em;
}

.plain-text p {
  margin: 0 0 1em;
}

.plain-text em {
	font: italic 1.125em "Helvetica Neue", Helvetica, sans-serif;
}

.plain-text a, .plain-text a:visited {
  font-weight: bold;
  color: #606060;
  text-decoration: none;
}

.plain-text a:hover {
  color: #7C7C7C;
}


/* LISTS */

.inline-list {
  display: inline;
}

.inline-list li {
  display: inline;
  padding: 0 .5em 0 .5em;
}

.inline-list li {
  border-left: 1px solid #000000;
}

.inline-list li:first-child {
  border: 0;
}


/* MENU */

.menu-list {
  display: inline;
}

.menu-list li {
  display: inline;
  padding: 0 .8em 0 .8em;
	font: italic 1.5em "Helvetica Neue", Helvetica, sans-serif;
}

.menu-list li a, .menu-list li a:visited {
	color: #000000;
}

.menu-list li a:hover {
  color: #7C7C7C;
}


#wrapper {
  width: 54em;
  margin: 7em auto 4em;
}


/* MORE */

.block {
  padding: 2em 0;
  margin: 1em 0;
}

.top {
  padding: .5em 0;
  margin: .5em 0;
}

.menu {
  padding: 1em 0 2em 0;
  margin: 1em 0;
}

.centered {
  text-align: center;
}

.delineated {
  border-bottom: 2px dashed #000000;
}

.butt-space {
  padding-bottom: 4em;
}

.head-space {
  margin-top: 2em;
}

.footer-space {
  margin-top: 1em;
}