/*
	CSS Reset by Eric Meyer.
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* End CSS Reset by Eric Meyer */

/* now we add back what we want, exactly how we want it. */

:focus {
	outline: thin solid #5C832F;
}

textarea, input {
	display: block;
}

blockquote {
	border-left: 2em solid #5C832F;
}

pre, code, kbd, var {
	font-family: monospace;
}

cite.book {
	text-decoration: underline;
}

cite.article {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

ins {
	color: #000;
	text-decoration: none;
}

dfn {
	font-weight: bold;
}

em {
	color: #000;
	font-style: italic;
}

strong {
	color: #000;
	font-weight: bold;
}

var {
	color: #5C832F;
}

:not(:lang(en)) {
	font-style: italic;
}




h1, h2 {
	font-variant: small-caps;
}

h1, h1 a, #navigation, #license, #navigation a, #license a, #nav-link {
	background-color: #382513;
	color: #fff;
}

/*
	aiming for a typographical rhythm of 32px.
	1em = 16px. 16 * 4/3 * 3/2 = 32.
*/

body {
	line-height: 1.3333;
	font-size: 1.5em;
	background-color: #D8CAA8;
}

body, textarea, input[type=text] {
	font-family: Garamond, "Bookman Old Style", Georgia, Times, serif;
}




h1 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1.7777em;
	padding-top: .2222em;
	padding-bottom: .5555em;
	text-align: center;
}

h1 a {
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	font-size: 1.3333em;
	line-height: 1;
	color: #382513;
}




#nav-link {
	position: fixed;
	top: 0;
	right: 0;
	padding: .2em;
}




#content {
	width: 35em;
	max-width: 100%;
	margin: 0 auto;
}





#navigation {
	float: left;
}

	#navigation li {
		display: inline;
	}





#license {
	text-align: right;
}

	#license abbr {
		border-bottom: 0;
	}
	
	#license .note {
		border-bottom: 1px dotted #fff;
		vertical-align: super;
		font-size: 0.8em;
	}
