/*Reset - from html boilerplate*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
  	padding: 0;
  	border: 0;
  	font-size: 100%;
  	font: inherit;
  	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

/* Modular Scale ---------------------- 18px @ 1:1.618	 300px @ 1:1.618	 ----------------------*/



body {
    padding: 5em 4em 0 5em;
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	padding-bottom: 1em;
	margin-right: 1.6em;
}

a:link {
	text-decoration: none;
	color: #233080;
}

a:visited {
	color: #233080;
}

a:hover {
	text-decoration: underline;
}

/*HEADER*/

header {
   width: 200px;
    margin-right: 68px;
    float: left;
	margin-bottom: 2em;
}

header h1 {
	font-family: futura-pt,sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.5em;
	line-height: 1em;
	margin-bottom: 0.4em;
	color: #11173c;
}


.tagline {
	font: 1.5em/1em futura-pt,sans-serif;
	margin-bottom: 0.93em;
	text-align: center;
}

header h2 {
	margin-top: 1em;
	font: 1.5em futura-pt,sans-serif;
}

header ul {
	font: 1.5em futura-pt,sans-serif;
	margin: 0;
	padding: 0;
}

header ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

header ul li:before {
  content: "\21C1\ ";
}

header p {
	font-size: 1.1em;
	line-height: 1.5em;
}

/*CONTENT*/

#content {
    width: 522px;
	padding-bottom: 4.24em;
	float: left;
}

#content h1 {
	font: 2.5em/1.5em futura-pt,sans-serif;
}

#content h2 {
	font: 1.5em/1em futura-pt,sans-serif;
	margin-top: 1.24em;
	margin-bottom: .62em;
}

#content h3 {
	font: 1.5em/1em futura-pt,sans-serif;
	margin-bottom: 0.24em;
}


#content .datestamp {
	color: gray;
	font: 1em futura-pt,sans-serif;
	margin-bottom: 0.62em;
}

#content p {
	font-size: 1.1em;
	margin-bottom: 1em;
}


.item_content {
	margin-bottom: 3.9em;
}

blockquote {
	font: 1em/1.5em futura-pt,sans-serif;
	border-left: 3.9px solid;
	padding-top: 0.62px;
	padding-left: 1.62em;
	margin: 0 3.2em 1.62em 1em;
	border-color: gray
}

#content ul.unmarked_list  {
	font: 1em/1.5em;
	margin-bottom: .5em;	
	list-style: none;
}

#content ul.unmarked_list li {
	margin-bottom: 0.36em;
}

.footnotes {
	border-top: 1px solid gray;
	width: 185px;
	padding-top: 10.3px;
	padding-bottom: 10.3px;
}

.footnotes ol {
	width: 522px;
	font-size: 0.93em;
	list-style-position: inside;
}

#content .footnotes p {
	margin: 0;
}

sup {
	font-size: 0.93em;
	position: relative;
	right: 2px;
	clear: none;
	bottom: 5px;
	border-top-width: 1px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*ARCHIVE PAGE*/

h1#archive {
	font-size: 1.5em;
	margin-bottom: 1em;
}

p#archive_date {
	font: 1em futura-pt,sans-serif;
	color: gray;
	margin-bottom: 0;
}

p#archive_title {
	margin-bottom: 1.5em;
}

p#archive_title a {
	font: 1.6em futura-pt,sans-serif;
	color: black;
}

