/* Reset */
* {
	margin: 0px;
	padding: 0px;
}
img, img a {
	outline: none;
	border: none;
}
img {
	max-width: 550px;
	xwidth: 100%;
	height: auto;
}
body {
	background-color: #fff;
	xcolor: #575757;
	margin: 0;
	padding: 0;
}
a, a:visited {
	outline: none;
	color: #2a73ed;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cb0000;
}
#xTable a {
	color: #cb0000;
}
.GreyOut
{
	color:#cccccc;
}

.imgL
{
	float: left;
	padding:3px;
}
.imgR
{
	float: right;
	padding:3px;
}

#xTable a:visited {
	outline: none;
	color: #2a73ed;
	text-decoration: none;
}
#marriages a {
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}
#Marriage
{

}

.Hide
{
	visibility:hidden;
}

.clear {
	clear: both;
}
/* Modern Clear Floating Fix */
.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
/* HTML5 Fix */
header, section, footer, aside, nav, article {
	display: block;
}
/* Base Structure */
.bodywidth {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
/* General Type */
h1, h2, h3, h4, h5, h6 {
	color: #cb0000;
	xcolor: #2a73ed;
	font-family: "Ubuntu",arial;
}
h3, h4, h5, h6 {
	margin: 5px 0 0 0;
}
hr {
	color: #cb0000;
	background: #cb0000;
	background-color: #cb0000;
	border-top: 1px solid #cb0000;
	margin-top:8px;
	margin-bottom:5px;
}
.hrClass {
	color: #cb0000;
	xcolor: #2a73ed;
	border-style: dash;
}
.bold {
	font-weight: bold;
}
.ib
{
	font-style:italic;
	font-weight:bolder;
}
.blue {
	color: #2a73ed;
	font-weight: normal;
}
.red {
	color: #cb0000;
	font-weight: normal;
	font-style: italic;
}
.Strike
{
	text-decoration:line-through;
}

.italic, .italics {
	font-style: italic;
}
.iu
{
	font-style:italic;
	text-decoration:underline;
}

.subscr
{
	font-size: .6em;
	vertical-align:super;
}

aside p {
	margin: 1em 0 0 0;
}
.indent {
	margin-left: 3em;
}
.indentrt
{
	margin-left:6em;
}
.textright
{
	text-align:right;
}
.leftCt
{
	float:left;
	margin-right:1em;
	margin-top:1em;
	margin-bottom:1em;
}
.obit {
	margin-left: 3em;
	text-align: justify;
	width: 75%;
}
.news  { 
	text-align: justify;
	width: 65%;
	margin:0 auto;
}
.loc {
	text-align: justify;
	width: 75%;
	margin-left: 10%;
}
.locC {
	margin: 0 auto;
}
.indent {
	margin-left: 10%;
}
.columns90 {
	width: 85%;
}
.leftCol45 {
	float: left;
	width: 47%;
}
.rightCol45 {
	float: right;
	width: 47%;
}
.Title {
	text-decoration: underline;
	font-style: italic;
}
#footnotes sup {
	font-weight: bolder;
	color: #0000ff;
}
.h35 {
	font-size: .75em;
	margin-left: 2em;
}
.centext {
	text-align: center;
}
#slr {
	text-align: justify;
	font-size: 1.15em;
}
.search {
	margin: 0 auto;
	text-align: center;
}
.greyBG
{
	background-color: #C0C0C0;
}



/* Header */
#headerwrap {
	width: 100%;
	xbackground: url("/gaclarke/images/xClarke_Hdr.png") no-repeat repeat-x 0 0;
	xheight: 117px;
	overflow: hidden;
}

#mainheader {
	padding: 30px 0 0 0;
	color: #2f2f2f;
	text-shadow: 0 0 1px #fff;
}

#mainheader nav {
	z-index: 1;
	text-align: right;
	font-size: 1.1em;
	margin: -5% 0 0 0;
	color: #7fa8ec;
}
#mainheader nav li {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 20px;
}
#mainheader a {
	color: #7fa8ec;
}
#mainheader a, #mainheader:visited {
	color: #2a73ed;
}
#mainheader a:hover {
	text-decoration: none;
	color: #ff0000;
}


 
.header {
	xwidth: 100%;
	max-height: 250px;
	xheight: 250px;
	xwidth: 70%;
	xheight: 117px;
	xbackground-image: url("/gaclarke/images/Clarke_Hdr.png");
	xbackground-repeat: no-repeat;
	xbackground-size: contain;
	xoverflow: hidden;
	margin: 0 auto;
	xpadding-left: 40px;
	text-align: right;
	display: flex;
	flex-wrap: nowrap;
}

.logo {
	float: left;
	margin: 20px 0px 0 0px;
	max-width: 96px;
	max-height: 96px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.logo:hover {
	cursor: pointer;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.logoimg
{
	xfloat:left;
	width:88%;
}




#websitetitle {
	xfloat: left;
	margin: -25px 0 0 0;
}
#websitetitle h1 {
	font-size: 3.00em;
	font-weight: normal;
}
#websitetitle h2 {
	font: 1.462em "Georgia";
	font-style: italic;
	font-weight: bold;
	margin: -3px 0 0 0;
}
/* Intro */
.titl {
	display: flex;
	flex-wrap: nowrap;
	width:auto;
	overflow:visible;
}
.titl span {
	text-align:right;
	float:right;
}


#introduction {
	margin-top: 25px;
	margin-bottom: 25px;
}
#introduction h2 {
	font-size: 3.231em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#introduction p {
	font-size: 1.05em;
	xline-height: 140%;
}
#introleft {
	float: left;
	width: 45%;
}
#introright {
	float: right;
	width: 45%;
}
#introduction .quotename {
	float: right;
	height: 27px;
	margin: 10px 0 0 0;
	padding: 0 50px 0 0;
	font: 0.9em;
	color: #4086c6;
}
a.findoutmore, a.findoutmore:visited {
	padding: 10px;
	font: 0.9em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 1px #1e5298;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.12,rgb(109,171,229)),color-stop(0.56,rgb(59,126,189)));
	background-image: -moz-linear-gradient(center bottom,rgb(109,171,229) 12%,rgb(59,126,189) 56%);
	background-color: #468ac9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 13px 0 0 0;
	float: left;
}
a.findoutmore:hover {
	background-color: #2f2f2f;
	background-image: none;
	text-shadow: 0 0 1px #000;
	text-decoration: none;
}
#introduction hr {
	xwidth: 75%;
	color: #cb0000;
}
#introduction h4 {
	font-style: italic;
	font-size: 1.25em;
}
#introduction li {
	list-style: none;
}
/* Main Content */
#maincontent {
	xborder-top: 1px #cb0000 solid;
	padding: 25px 0 0 0;
	overflow: hidden;
}
#aboutleft {
	float: left;
	width: 540px;
}
#aboutleft h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#aboutleft h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#aboutleft p {
	line-height: 115%;
	margin: 0 0 15px 0;
}
#articlesright {
	float: right;
	width: 380px;
}
#articlesright article {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#articlesright figure {
	padding: 5px;
	border: 1px #dbdbdb solid;
	float: left;
	width: 119px;
	height: 119px;
	margin: 0 15px 0 0;
}
#articlesright p {
	line-height: 135%;
}
#articlesright h5 {
	font-size: 1.3em;
	margin: 0 0 6px 0;
	color: #cb0000;
}
#articlesright h5:hover {
	color: #2f2f2f;
}
a.readmore, a.readmore:visited {
	padding: 4px;
	font: 0.9em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 1px #1e5298;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.12,rgb(109,171,229)),color-stop(0.56,rgb(59,126,189)));
	background-image: -moz-linear-gradient(center bottom,rgb(109,171,229) 12%,rgb(59,126,189) 56%);
	background-color: #468ac9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px 0 0 0;
	float: left;
}
a.readmore:hover {
	background-color: #2f2f2f;
	background-image: none;
	text-shadow: 0 0 1px #000;
	text-decoration: none;
}
#maincontent p {
	padding: 12px 0 0 0;
}
#maincontent li {
	padding: 1px 1px 1px 15px;
	display: list-item;
	list-style: none;
}
 

.def li  
{
	display: list-item;
	margin-left:22px;
	list-style-type: decimal !important ;
	list-style:decimal !important;
}

/* Tables ***************************************************************************/
#Table {
	overflow: auto;
}
table {
	margin: 0 0 3px 0;
	border-spacing: 1px;
	text-align: left;
	border-collapse: collapse;
}
.TblCtr {
	border-spacing: 1px;
	text-align: left;
	margin: 0 auto;
	border-collapse: collapse;
	xfont-size: 1.0em;
}
th {
	color: #cb0000;
}
td, th {
	vertical-align: top;
}
.wBord th td {
	border: 1px solid #cb0000;
}
.stdCell {
	white-space: nowrap;
	border: 1px #cb0000 solid;
	text-align: left;
	padding-right: 2px;
	padding-left: 1px;
}
.stdCellRt20 {
	white-space: nowrap;
	padding-right: 2px;
	border: 1px #cb0000 solid;
	padding-left: 1px;
	xwidth:20px;
	text-align:right;
}
 
.stdCellCent
{
	white-space:nowrap;
	border:1px #cb0000 solid;
	text-align:center;
}
.baseCell {
	white-space: nowrap;
	border: 1px #cb0000 solid;
	text-align: center;
	padding-right: 2px;
	padding-left: 1px;
}
.stdCellWrap {
	border: 1px #cb0000 solid;
	text-align: left;
}
.church {
	padding-top: 5px;
	padding-bottom: 5px;
}
.CellCenter {
	white-space: nowrap;
	border: 1px solid #cb0000;
	text-align: center;
}
 
.CellCenterNB {
	white-space: nowrap;
	border: 0px solid #cb0000;
	text-align: center;
}
.centcell {
	white-space: nowrap;
	border: 0px solid #cb0000;
	text-align: center;
}
.CellCenterWrap {
	border: 1px solid #cb0000;
	text-align: center;
}
.CellLeft {
	white-space: nowrap;
	border: 1px solid #cb0000;
	text-align: left;
}
.CellLeftNB {
	white-space: nowrap;
	border: 0px solid #cb0000;
	text-align: left;
}
.CellLeftWrap, .TblBord {
	border: 1px solid #cb0000;
	text-align: left;
	padding-right: 1px;
	padding-left: 1px;
}
.CellRight {
	white-space: nowrap;
	border: 1px solid #cb0000;
	text-align: right;
}
.CellRightPd {
	white-space: nowrap;
	padding-right: 5px;
	border: 1px solid #cb0000;
	text-align: right;
}
.CellRightNB {
	white-space: nowrap;
	border: 0px solid #cb0000;
	text-align: right;
}
.Bnw15
{
	font-weight:bolder;
	width:15%;
	white-space:nowrap;
}
.nowrap {
	white-space: nowrap;
}
.cent50pc
{
	white-space: nowrap;
	border:1px #cc0000 solid;
	text-align: center;
}

.w25PC
{
	width: 25%;
	margin-right:10px;
	padding-right: 5px;
}




/*  footer                        ********************************************/


#mainfooter li {
	list-style-type: none;
	display: inline;
	margin: 0 35px 0 0;
}
#mainfooter li:last-child {
	margin-right: 0;
}
#mainfooter a, #mainfooter a:visited {
	color: #2a73ed;
}
.copyright {
	xfloat: right;
	xcolor: #b8b8b8;
	font-size: .75em;
}
#mainfooter a:hover {
	text-decoration: none;
	color: #ff0000;
}
/* Footer */
footer {
	margin: 2px 0 0 0;
}
#footerwrap {
	margin: 0 auto;
	width: 100%;
	background: #fcfcfc;
	padding-top: 2em;
	border-top: 2px solid #cb0000;
	font-size: .95em;
	text-align: center;
	clear: both;
}
#footer p {
}
div#footerwrap .cpyrt {
	padding: 0 7em;
	text-align: center;
	font-size: .90em;
	width: 75%;
}
.cpy {
	margin: auto;
	text-align: center;
	width: 50%;
}
div#footerwrap .flinks {
	float: left;
	width: 50%;
	text-align: center;
	line-height: 1.5em;
}
.w75 {
	width: 75%;
	margin: 0 auto;
}
#mainfooter {
	text-shadow: 0 0 1px #000;
	xmargin: 2px 0 0 0;
}
#mainfooter nav {
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-style: italic;
	font-size: 1.1em;
	width: 100%;
}
#mainfooter nav ul {
	padding: 0, 0, 3px, 0;
	list-style: none;
}
.justify {
	text-align: justify;
}
/*  CSS Tables  ***********************************************/
#CssTable {
	width: 100%;
	display: table;
}
#cTblCaption {
	display: table-caption;
	text-align: left;
	color: #cb0000;
	font-size: 2em;
	width: 100%;
	xborder: 1px #cb0000 solid;
	font-weight: bold;
	white-space: nowrap;
	padding: 10px 0px 0px 10px;
	xmargin-left: -1px; /* Fix FF 1px issue */
}
#ctHdrRow {
	display: table-header-group;
	xbackground-color: gray;
	font-weight: bold;
	font-size: 1.25em;
	border: 1px #cb0000 solid;
}
.ctHdrCell {
	display: table-cell;
	padding: 10px;
	text-align: justify;
	color: #cb0000;
	white-space: nowrap;
	border: 1px #cb0000 solid;
}
#ctBody {
	display: table-row-group;
}
.ctRow {
	display: table-row;
}
.ctCell {
	display: table-cell;
	width: 1%;
	padding: 0px 8px 0px 2px;
	border: 1px #cb0000 solid;
}
.ctCellNB {
	display: table-cell;
	width: 1%;
	padding: 0px 8px 0px 2px;
	border: 0px #cb0000 solid;
}
.ctCellInfo {
	display: table-cell;
	padding: 0px 8px 0px 2px;
	width: 75%;
	border: 1px #cb0000 solid;
}
.ctCellCtrNW {
	white-space: nowrap;
	text-align: center;
}
.ctCellRtNW {
	white-space: nowrap;
	text-align: right;
}
#ctCap {
	text-align: left;
	color: #cb0000;
	font-size: 2em;
	width: 100%;
	border: 1px #cb0000 solid;
	font-weight: bold;
	white-space: nowrap;
}
#ctFooter {
	display: table-footer-group;
	background-color: gray;
	font-weight: bold;
	font-size: 25px;
	color: rgba(255, 255, 255, 0.45);
}
.ctFtrCell {
	display: table-cell;
	padding: 10px;
	text-align: justify;
	border-bottom: 1px solid #cb0000;
}
#Neighbors {
}
#Neighbors .ctCell {
	border: 0px #cb0000 solid;
	text-align: center;
}
.em75 {
	font-size: .75em;
}



/* MEDIA QUERIES *****************************************************************************************/
/* Under 960px */
@media only screen and (max-width: 1008px) and (min-width: 821px) {
.bodywidth {
	width: 800px;
}
h1 {
	color: #ff0000;
}
#mainheader nav {
	font-size: 1.0em;
}
#mainheader nav li {
	margin: 0 0 0 5px;
}
#introleft {
	width: 470px;
}
#introright {
	width: 270px;
}
#introduction h2 {
	font-size: 2.85em;
}
#aboutleft {
	width: 450px;
}
#articlesright {
	width: 324px;
}
#articlesright article {
	font-size: 0.95em;
}
#mainfooter {
	font-size: 0.9em;
}
#mainfooter li {
	margin: 0 25px 0 0;
}
#mainfooter li:last-child {
	margin-right: 0;
}
}
/* Under 800px */
@media only screen and (max-width: 820px) and (min-width: 621px) {
.bodywidth {
	width: 600px;
}
#mainheader {
	padding: 40px 0 0 0;
}
#mainheader nav {
	font-size: 1.0em;
	margin: 5px 0 0 0;
}
#mainheader nav li {
	margin: 0 0 0 5px;
}
h1 {
	color: #00ff00;
}
.logo {
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
#websitetitle h1 {
	font-size: 2.3em;
}
#websitetitle h2 {
	font-size: 1.2em;
}
#introleft {
	width: 600px;
}
#introright {
	display: none;
}
#aboutleft {
	width: 400px;
}
#articlesright {
	width: 170px;
}
#articlesright figure {
	display: none;
}
#mainfooter {
	font-size: 0.9em;
}
#mainfooter nav, .copyright {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
#mainfooter li {
	margin: 0 15px 0 0;
}
#mainfooter li:last-child {
	margin-right: 0;
}
.copyright {
	color: #b8b8b8;
	margin-bottom: 0;
}
}
/* Under 600px */
@media only screen and (max-width: 620px) and (min-width: 501px) {
.bodywidth {
	width: 480px;
}
#mainheader {
	padding: 25px 0 0 0;
}
#mainheader nav {
	float: left;
	font-size: .85em;
	margin: 5px 0 0 0;
}
#mainheader nav li {
	margin: 0 3px 0 0;
}
h1 {
	color: #0000ff;
}
.logo {
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
#websitetitle h1 {
	font-size: 2.0em;
}
#websitetitle h2 {
	font-size: 1.2em;
}
#introleft {
	width: 480px;
}
#introduction h2 {
	font-size: 2.7em;
}
#introright {
	display: none;
}
#aboutleft {
	width: 310px;
	font-size: 0.9em;
}
#articlesright {
	width: 150px;
}
#articlesright article {
	font-size: 0.9em;
}
#articlesright figure {
	display: none;
}
#mainfooter {
	font-size: 0.9em;
}
#mainfooter nav, .copyright {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
#mainfooter li {
	margin: 0 15px 0 0;
}
#mainfooter li:last-child {
	margin-right: 0;
}
.copyright {
	color: #b8b8b8;
	margin-bottom: 0;
}
}
/* Under 480px */
@media only screen and (max-width: 500px) and (min-width: 341px) {
.bodywidth {
	width: 320px;
	width: viewport;
}
.xbodywidth {
	width: auto;
}
#headerwrap {
	height: 90px;
	width: 450px;
	overflow: hidden;
}
#mainheader {
	padding: 15px 0 0 0;
}
#mainheader nav {
	float: left;
	font-size: .65em;
	margin: 5px 0 0 0;
}
#mainheader nav li {
	margin: 0 3px 0 0;
}
h1 {
	color: #ff00ff;
}
.logo {
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
#websitetitle h1 {
	font-size: 1.75em;
}
#websitetitle h2 {
	font-size: 1.2em;
}
#introleft {
	width: 320px;
	font-size: 0.8em;
}
#introduction h2 {
	font-size: 2.3em;
}
#introright {
	display: none;
}
#aboutleft {
	width: 320px;
	font-size: 0.9em;
}
#articlesright {
	width: 320px;
	float: left;
	border-top: 1px #dbdbdb solid;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;
}
#articlesright article {
	font-size: 0.9em;
}
#articlesright figure {
	display: none;
}
#mainfooter {
	font-size: 0.8em;
}
#mainfooter nav, .copyright {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
#mainfooter li {
	margin: 0 6px 0 0;
}
#mainfooter li:last-child {
	margin-right: 0;
}
.copyright {
	color: #b8b8b8;
	margin-bottom: 0;
}
}
/* Under 320px */
@media only screen and (max-width: 340px) and (min-width: 5px)  {
.bodywidth {
	width: 300px;
}
.bodywidth {
	width: auto;
}
#headerwrap {
	height: 90px;
	width: auto;
}
#mainheader {
	padding: 15px 0 0 0;
}

 

.header {
	max-height: 50px;
	height: 50px;
	text-align: right;
}


#mainheader nav {
	float: left;
	font-size: 0.65em;
	margin: 15px 0 0 0;
}
#mainheader nav li {
	margin: 0 3px 0 0;
}
h1 {
	color: #ffffff;
}
.logo {
	width: 40px;
	height: 40px;
}
#websitetitle h1 {
	font-size: 1.5em;
}
#websitetitle h2 {
	font-size: 1.1em;
}
#introleft {
	width: 300px;
	font-size: 0.8em;
}
#introduction h2 {
	font-size: 2.3em;
}
#introright {
	display: none;
}
#aboutleft {
	width: 300px;
	font-size: 0.9em;
}
#articlesright {
	width: 300px;
	float: left;
	border-top: 1px #dbdbdb solid;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;
}
#articlesright article {
	font-size: 0.9em;
}
#articlesright figure {
	display: none;
}
#mainfooter {
	font-size: 0.7em;
}
#mainfooter nav, .copyright {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
#mainfooter li {
	margin: 0 6px 0 0;
}
#mainfooter li:last-child {
	margin-right: 0;
}
.copyright {
	color: #b8b8b8;
	margin-bottom: 0;
}
}
