/* 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; } body { line-height: 1; color: black; background: white; } 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: "" ""; }
/* reset done */

a {
	color: #47707d;
	text-decoration: none;
	/*font-weight: bold;*/
}
a:hover {
	border-bottom: 1px dotted;
}
body {
	/*
	background-color: #332A1E;
	color: #C9C4DC;
	*/
	background-color: #352C20;
	color: #DEDAF2; /* white */
	color: #cdc0e1; /* slightly darker */
	color: #b7b0ca;
	/*
	color: #47707d; darker green
	color: #6faec2; lighter green
	*/

	/* font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif; */
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	line-height: 1.8em;
}
div {
	margin-bottom: 30px;
}
#body {
	width: 800px;
	margin: 80px auto 0 auto;
	padding-right: 150px;
	text-align: left; /* justify; */
}
#body-container {
	text-align: center;
}
#article-footer {
	clear: both;
	font-style: italic;
	border-top: 1px solid gray;
	margin-top: 5em;
}
div.article a {
	color: #b7b0ca; /* darker */
	color: #67a0ad; /* closer to white */
	/* uncomment below to make text white and underlined 
	color: #c7c0da;
	border-bottom: 1px dotted gray;
	*/
}
div.article div {
	float: right;
	width: 72%;
	margin-bottom: 1.5em;
}
div.article {
	margin: 70px auto 0 auto;
	text-align: left; /* justify; */
}
div.article h1 {
	clear: both;
	font-size: 18px;
	letter-spacing: 1px; /* do i want this? */
	/* font-variant: small-caps; */
	/* color: #DEDAF2; */
	float: left;
	text-align: right;
	width: 25%;
	/* color: #47707d; /* darker green */
}
div.article h1 span {
	letter-spacing: 0;
	font-size: 10px;
	color:gray;
	font-style:italic;
}
div.article h2 {
	margin-top: 1em;
	font-size: 13px;
}
div.article h3 {
	font-size: 12px;
}
div.article p {
	margin-bottom: .8em;
}
div.article blockquote {
	margin-left: 25px;
	padding-left: 1em;
	border-left: 2px solid gray;
}
div.article li {
	margin-left: 35px;
}
div.article ul, div.article ol {
	margin: 20px;
}
.clear {
	clear:both;
}
#toc { /* table of contents */
	font-style: italic;
	font-size: 12px;
}

