/*** CUSTOM FONTS ***/
@font-face {
	font-family: BC;
	src: url('includes/Rancho-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: BC-Med;
	src: url('includes/TanglewoodTalesNF.otf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: BC-Bold;
	src: url('includes/TanglewoodTalesNF.otf');
	font-weight: bold;
	font-style: normal;
}

/*** NORMALIZE ***/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/*** DOCUMENT STYLES ***/
body {
	background-image: url(a_images/bcyellow.jpg);
	font-family: sans-serif,Helvetica,Verdana;
	color: #000099;
}

h1 {
	font-size: 2.0em;
}

a, a:visited {
	color: blue;
}

.home {
	width: 1100px;
	margin: 10px auto;
	border-spacing: 16px;
}
.home td {
	background-color: #fbfffb;
	border: 1px black solid;
	padding: 1.5%;
	line-height: 1.5em;
	font-size: 1.0em;
	vertical-align: top;
}
/* display external link icon */
.home a[href*="//"]::after, .content a[href*="//"]::after {
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24'%3E%3Cg id='external_link' class='icon_svg-stroke' stroke='%23666' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='17 13.5 17 19.5 5 19.5 5 7.5 11 7.5'%3E%3C/polyline%3E%3Cpath d='M14,4.5 L20,4.5 L20,10.5 M20,4.5 L11,13.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
/* no external link icon */
a[href*="kykinfolk.com/breathitt"]::after, 
a[href*="freefind.com"]::after 
{
	display: none !important;
}


.notice {font-weight: bold;}
.red {color: #df0000;}

.page {
	display: flex;
	width: 1100px;
	margin: 10px auto;
	padding: 0;
}
.lhcolumn {
	display: block;
	float: left;
	width: 24%;
	background-color: #fbfffb;
	border: 1px black solid;
	margin: 0;
	padding: 1%;
	line-height: 1.5em;
	font-size: 1.0em;
	overflow: hidden;
}
.rhcolumn {
	display: block;
	float: left;
	width: 76%;
	margin: 0;
	padding: 0 0 0 2%;
}
.top {
	width: 100%;
	background-color: #fbfffb;
	border: 1px black solid;
	margin-bottom: 2%;
	padding: 1% 4% 4% 4%;
	line-height: 1.5em;
	font-size: 1.0em;
	clear: both;
}
.main {
	display: block;
	float: left;
	width: 70%;
	background-color: #fbfffb;
	padding: 2%;
	border: 1px black solid;
	line-height: 1.5em;
	font-size: 1.0em;
}
.right {
	display: block;
	float: right;
	background-color: #fbfffb;
	width: 28%;
	margin: 0;
	padding: 2%;
	border: 1px black solid;
	font-size: .84em;
}

.content {
	display: block;
	width: 70%;
	background-color: #fbfffb;
	border: 1px black solid;
	margin: 10px auto;
	padding: 40px;
	font-family: sans-serif,Helvetica,Verdana;
	line-height: 1.5em;
	font-size: 1.0em;
}

.photo {
	text-align: center;
	font-family: sans-serif,Helvetica,Verdana;
	line-height: 1.1em;
	font-size: 0.8em;
	margin: 4px auto;
}

/*  MENUS  */
.lhmenu {
	display: block;
	margin-top: 16px;
	padding: 2%;
	overflow: auto;
	background: #fbfbeb;
}
.lhmenu h6 {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
.lhmenu ul {
	padding: 0;
	margin: 0;
	font-variant: small-caps;
}
.lhmenu li {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.lhmenu li a:hover {
	color: #d00000;
}
.lhmenu li a {
	display: block;
	width: 100%;
	padding: 2px 2px;
	background: transparent;
	text-decoration: none;
	margin: 0;
	z-index: 5000;
}

/*  HOME  */
.home .welcome {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 2% 4% 4% 4%;
}
.home .welcome h1 {
	font-size: 1.3em;
	line-height: 1.4em;
}
.home h6 {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	line-height: 1.4em;
	background: #fbfbeb;
	margin: 0;
	padding: 0;
}

tr#search td {
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2rem;
}
tr#search td #btn {
	font-size: 1.2rem;
	font-weight: bold;
}
tr#search td #atrb {
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8rem;
	margin-top: -20px !important;
}
tr#search td #atrb a {
	text-decoration: none;
	color: gray;
}



/*  CONTACT  */
.contact {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 2% 4% 4% 4%;
}


/*  BIRTH / DEATH RECORDS  */
.bd {
	border: 1px solid black;
	border-collapse: collapse;
}
.bd th, .bd td {
	border: 1px solid black;
	padding: 4px;
	text-align: left;
}
.bd .hd {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}


/*  ALBUMS  */
.album {
	border: 1px solid black;
	border-collapse: collapse;
}
.album th, .album td {
	border: 1px solid black;
	background-color: #fbfffb;
	padding: 4px;
	text-align: center;
	font-size: 0.9em;
}
.album .hd {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}



.vertcellalign td {
	vertical-align: top;
}


pre {
	white-space: pre-wrap;		/* css-3 */
	white-space: -moz-pre-wrap;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* Internet Explorer 5.5+ */
}



/*  QUERIES  */
.queries table {
	border-collapse: collapse;
}
.queries td {
	border-top: 1px solid black;
	padding: 4px 4px 4px 0;
	margin: 0;
}
.queries .request {
	display: block;
	overflow: hidden;
	height: 3.6em;
	line-height: 1.2em;
}
.queries .btn {
	margin-top: 4px;
}
.queries .reqbutton {
	padding: 3px 6px;
	font-size: 0.9em;
	border: 1px dotted blue;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.queries a {
	text-decoration: none;
}


/*  header  */
#header {
	display: block;
	/* width: 1100px; */
	width: 800px;
	margin: 4px auto;
	text-align: left;
}
#header #logo a {
	font-family: BC;
	font-size: 4.0em;
	color: #503030;
	text-decoration: none;
	text-shadow: 1px 1px 1px #777;
}
#header #subtitle {
	color: #000000;
	font-family: Georgia;
	letter-spacing: .1em;
}

/*  footer  */
#footer {
	display: block;
	width: 70%;
	font-family: sans-serif,Helvetica,Verdana;
	line-height: 1.1em;
	margin: 20px auto;
	text-align: center;
}
#copyright {
	color: #000000;
	font-size: 0.9em;
}
#credit {
	color: #000000;
	font-size: 0.8em;
}
#email {
	color: #ff1c1c;
	font-size: 0.8em;
}
.jobtitle {
	color: #000000;
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 16px 0;
}

/* top navigation bar */
.nav {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.nav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nav ul li {
	list-style: none;
	float: left;
}
.nav ul li a {
	display: block;
	padding: 8px 20px;
	border: 1px solid #555;
	text-decoration: none;
}
.nav ul li a:hover {
	background-color: #efefaf;
	/*transition: .03s;*/
}
.nav ul li.current {
	background-color: #efefaf !important;
}
