/*************************************
© copyright eight6, llc.
eight6.com designed this site.
please don't steal...
if you do, your nose will fall off.
or worse...
*************************************/


*, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin: 0; padding: 0;
line-height: 1.4;
color: black;
}

/* Do not print */
#header, #footer, .navigation, #navigation, .sources, #sources, .header, .footer {
display: none;
}

/* Body */
body
{
	font: 11pt/1.3 Constantia,  Palatino, "Palatino Linotype", "Lucida Fax", "Hoefler Text", Georgia, "Trebuchet MS", serif;
	color: black;
	background-color: white;
	text-align: left;
	margin-left: 12%;
	margin-right: 12%;
}

blockquote
{
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
	margin-left: 2em;
	margin-right: 2em;
    margin-bottom: 1em;
	font-size: 90%;
	text-align: left;
	line-height: 1.4em;
	border-left: 3px solid #CCC;
	padding-left: 15px;
}

.caps
{
	font-size: smaller;
	letter-spacing: .1em;
	text-transform: uppercase;
}

code, .cc, .CC, samp, kbd, var, .monospaced, pre
{
	font-family: Consolas, "TheSans Mono", "Thesis Mono", "TheSansMono-5 Normal", "Lucida Console", "Lucida Grande Console", "Lucida Sans Typewriter", "Andale Mono", monospace;
	font-size: 95%;
}
pre { font-size: 80% }

h1, h1 a.permalink:link, h1 a.permalink:visited, h1.roman
{
	font-family: Calibri, "Segoe Sans", "Lucida Grande", "Lucida Sans", Lucida,  "Bitstream Vera Sans",  Trebuchet, "Trebuchet MS",    sans-serif; 	
	font-size: 120%;
	color: black;
	background: white;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 0em;
	text-decoration: none;
	border: none;
}

h2
{
	font-family:  Cambria, "Hoefler Text", "Palatino Linotype", Palatino, "Trebuchet MS", serif; 
color: rgb(5%,5%,5%);
	font-size: 125%;
	background: white;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 1.75em;
	text-align: left;
}

h3
{
	font-family:  Cambria, "Hoefler Text", "Palatino Linotype", Palatino,  "Trebuchet MS", serif; 
	font-size: 125%;
	background: white;
	color: rgb(10%,10%,10%);
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 1.5em;
	text-align: left;
}

a:link
{
	color: black;
	background: white;
	font-weight: normal;
	text-decoration: none;
    border-bottom: 1pt solid black;
}

a:visited, a.graf:visited
{
	color: black;
	background: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted gray;
/*
	font-family: "Bitstream Vera Sans", Verdana, Trebuchet, "Trebuchet MS", Geneva, sans-serif;
*/}

img { border: 0px; }

/* Nested elements */

p+p { text-indent: 2em; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p
{
	margin-top: 0;
	padding-top: 0;
}

h1 + h2, h2 + h3, h3 + h4
{
	text-indent: 0;
	margin-left: 0;
}

/* Alignment */
.centre { text-align: center; }
.left { text-align: left;}
.right { text-align: right;}
img[align="right"] { border: none; padding: 0 0 2% 2%;}
img[align="left"] { border: none; padding: 0 2% 2% 0; }
.alignright { border: 1px solid gray; float: right; margin: 0 0 .75em 1.5em; clear: both;}

/* Noindent */
#bodycopy .noindent, blockquote p.noindent, p.noindent { text-indent: 0 !important; }

/* Donation form */

form.donation { margin-left: -1em }