@charset "utf-8";

/*style sheet for Reynolds Family Circle

©2013 Larry Joe Reynolds. */

/* -------- color guide ----------
#00007d : main blue
#e6e6e6 : background grey
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background: #e6e6e6 url(../_images/whtmarb.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
h1 {
	font-size: 1.6em;
	color: #00007d;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.6em;
	color: #00007d;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.3em;
	color: #00007d;
	font-weight: normal;
	margin: 1.25em 0 .5em;
}
h1, h2, h3 {
	clear: both;
}
a:link {
	color: #000000;
	text-decoration: underlined;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff0000;
}
a.accent {
	display: block;
	text-align: right;
}
a.accent:hover {
	border: none;
	color: #ff0000;
}
#wrapper {
	position: relative;
	padding: 0;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#topBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	padding: 5px 0px;
	background: url(../_images/topbar_bg.gif) repeat-x;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url("../_images/footer_bg.gif") repeat-x;
	clear: both;
}
A.whiteText:link {
	font-color: #ffffff;
	text-decoration: none;
	color: #FFF;
}
A.whiteText:visited {
	font-color: #ffff99;
	text-decoration: none;
	color: #FFF;
}
A.whiteText:hover {
	font-color: #ef1f1f;
	text-decoration: none;
	color: #cb7d20;
}