@charset "utf-8";

/*style sheet for Reynolds Family DNA Project

©2014 Larry Joe Reynolds. */

/* -------- color guide ----------
#000000 : Background
#e4d8c5 : Background Brown
#2f140d : Dark Brown
#896287 : Light Brown
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin: 0;
	padding: 0;
}
p {
	color:#ffffff;
	line-height:1.4;
	margin-bottom: 1em;
}
h1 {
	font-size: 1.6em;
	color: #51341a;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.6em;
	color: #51341a;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.3em;
	color: #51341a;
	font-weight: normal;
	margin: 1.25em 0 .5em;
}
h1, h2, h3 {
	clear: both;
}
#wrapper {
	position: relative;
	padding: 0;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	background: #2f140d;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	width: 950px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
	color: #000000;
	font-size: .9em;
}
a.body:visited {
	font-color: #000000;
	text-decoration: none;
	color: #000000;
}
a.body:hover {
	font-color: #ef1f1f;
	text-decoration: underline overline;
	color: #cb7d20;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-size: .9em;
}
a.normal:visited {
	font-color: #ffffff;
	text-decoration: none;
	color: #ffffff;
}
a.normal:hover {
	font-color: #ef1f1f;
	text-decoration: underline overline;
	color: #cb7d20;
}
.menu_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #c1aa90;
	font-weight: bold;
	text-decoration: none;
}
a.menu_bar:visited {
	font-color: #c1aa90;
	text-decoration: none;
	color: #e4d8c5;
}
a.menu_bar:hover {
	font-color: #ffffff;
	text-decoration: underline overline;
	color: #ffffff;
}
#main_body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
p.main_body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

