/* begin stylesheet mainstyle.css */
/* http://www.organpump.com */


body {
	background-color: #ddd; /* light gray; closest web-safe color: #cccccc */
	font-family: Georgia, Times, Times-New-Roman, serif;
	font-size: 10pt;
	color: #333; /* dark gray */
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link {
	color: #c93; /* burnt yellow */
	text-decoration: none;
}

a:visited {
	color: #960; /* dark yellow */
	text-decoration: none;
}

a:hover {
	color: #c93; /* burnt yellow */
	text-decoration: underline;
}

a:active {
	color: #c63; /* dark orange */
	text-decoration: underline;
}

a img {
    border-width: 0;
}

em {
	font-style: italic;
}




/* header */

#superheader {
	background-color: #ffd; /* pale yellow; closest web-safe color: #ffc */
	font-family: Helvetica, Arial, sans-serif;
    font-size: large;
	letter-spacing: 0.08em; /* 1pt */
	margin: 0;
	padding: 0.5em 0 0.45em 0.66em; /* 7px 0 6px 8px */
}

#header {
	background-color: #000; /* black */
	font-family: Helvetica, Arial, sans-serif;
	color: #c63; /* dark orange */
	margin: 0 0 0 0;
	padding: 0.5em 0 0 0; /* 3px 0 0 0 */
	position: static;
	text-align: left;
}

#title {
	font-size: 350%;
	padding: 0 0 0 0.16em; /* 0 0 0 6px */
}

#title a:link {
	text-decoration: none;
	color: #c63; /* dark orange */
}

#title a:visited {
    text-decoration: none;
    color: #c63; /* dark orange */
}

#title a:hover {
    text-decoration: none;
    color: #c63; /* dark orange */
}

#title a:active {
    text-decoration: none;
    color: #c93; /* burnt yellow */
}

#toplinks {
	background-color: #333; /* dark gray */
	font-family: Helvetica, Arial, sans-serif;
	color: #c93; /* burnt yellow */
	margin: 0.65em 0 0 0px; /* 8px 0 0 0 */
	padding: 0.3em 0 0.3em 0.4em; /* 3px 0 3px 5px */
	display: block;
}

#toplinks li {
	margin: 0;
	padding: 0;
	display: inline;
}

#toplinks a {
	text-decoration: none;
	padding: 0.3em 0.3em 0.3em 0.3em; /* 4px 4px 4px 4px */
}

#toplinks a:link {
}

#toplinks a:visited {
	color: #c93; /* burnt yellow */
}

#toplinks a:hover {
	background-color: #c93; /* burnt yellow */
	color: #333; /* dark gray */
}

#toplinks a:active {
	color: #c63; /* dark orange */
}

#toplinks a.thispage {
    font-style: italic;
}

#toplinks a.thispage:hover {
    color: #c93; /* burnt yellow */
    background-color: #333; /* dark gray */
}

#subheader {
	font-size: 100%;
	color: #c63; /* dark orange */
	text-decoration: none;
	line-height: 1.6em;
	padding: 0 0 0 0.7em; /* 0 0 0 8px */
}




/* sidebar */

#sidebar {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	margin: 0 0 0 0;
	width: 14em; /* 185px */
	float: left;
	clear: left;
}

#sidebar div {
	border-bottom: 1px solid #333; /* dark gray */
}

#sidelinks {
	margin: 0;
	padding: 1.2em 0 0 0; /* 15px 0 1.2em 0 */
}

#sidelinks li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#sidelinks a {
	padding: 0.8em 0.8em 0.8em 0; /* 10px 10px 10px 0 */
	display: block;
}

#sidelinks a:link {
}

#sidelinks a:visited {
	color: #c93; /* burnt yellow */
	text-decoration: none;
}

#sidelinks a:hover {
	background-color: #c93; /* burnt yellow */
	color: #ddd; /* light gray; closest web-safe color: #ccc */
    text-decoration: none;
}

#sidelinks a:active {
	color: #c63; /* dark orange */
}

#sidelinks a.thispage {
	background-color: #ffd; /* pale yellow; closest web-safe color: #ffffcc */
	color: #c93; /* burnt yellow; */
	border-top: 1px solid #333333; /* dark gray */
	border-bottom: 1px solid #333333; /* dark gray */
}

#sideinfo {
	font-family: Georgia, Times, Times New Roman, serif;
	line-height: 1.45em;
	padding: 0.8em 0.8em 0 0; /* 10px 10px 0 0 */
	border-top: 1px solid #333; /* dark gray */
}

#members {
    font-family: Georgia, Times, Times New Roman, serif;
    line-height: 1.45em;
    padding: 0 0.8em 0 0; /* 0 10px 0 0 */
    border-top: 1px solid #333; /* dark gray */
}



/* content */

#content {
	background-color: #ffd; /* pale yellow; closest web-safe color: #ffffcc */
	margin: 0.05em 0 0 14em; /* 1px 0 0 185px */
	padding: 0.35em 0.35em 0.08em 0.8em; /* 5px 5px 1px 10px */
	border-left: 1px solid #333; /* dark gray */
}

#finneybox {
	font-size: 85%;
	font-style: italic;
	text-align: justify;
	line-height: 1.25em;
	width: 250px;
	padding: 0 0 0.4em 1.25em; /* 0 0 3px 10px */
	float: right;
}

#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #c63; /* dark orange */
	margin: 0.15em 0 0 0; /* 4px 0 0 0 */
}

#content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #c93; /* burnt yellow */
	margin: 0.35em 0 0 0; /* 5px 0 0 0 */
}

#content h2.archives {
    color: #c63; /* dark orange */
}

#content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	color: #c63; /* dark orange */
	margin: 0.45em 0 0 0; /* 5px 0 0 0 */
}

#content p {
	line-height: 1.45em;
}

#content ul {
    line-height: 1.45em;
}

div.picture {
    font-size: 90%;
    font-style: italic;
    line-height: 1.25em;
    float: left;
    padding: 0 10px 5px 0;
}

#members {
	border-top: 1px solid #333; /* dark gray */
	border-bottom: 1px solid #333; /* dark gray */
}




/* footer */

#footer {
	background-color: #000000; /* black */
	font-family: Helvetica, Arial, sans-serif;
	color: #c63; /* dark orange */
	margin: 0 0 0 0;
	padding: 0.55em 0.55em 0.55em 0.55em; /* 5px 5px 5px 5px */
	clear: both;
}

#validate {
	float: left;
}

#footertext {
	text-align: right;
}


/* end stylesheet mainstyle.css */