@charset "UTF-8";
/*
WebBible ENCYCLOPEDIA, all languages
Copyright, Films for Christ, Christian Answers
Last edit 9.4.2023 pst

	Open Sans…
		-Light 300 -Regular 400 
		-Semi-Bold 600 -Bold 700 -Extra-Bold 800
*/

@media only screen and (max-width:600px) {
.desktop-only {display:none !important;}
h1 {font-size:26px;}
}


@media screen {

/*
* {box-sizing:border-box;}
*/


body {
	margin:0;
	padding:0;
	background-color:#fff;
}
	body#encArticle {
		background:#333;
		padding:0 10px 10px 10px;
	}
		body#encArticle #searchanswers {
			width:100%;
		}

#pagewrapper {
	max-width:1200px;
	margin:0 auto !important;
	float:none !important;
	background:#fff;
	border:none;
}

.largerAlpha span    {font-size:110%;}
.largerBeta span     {font-size:120%;}
.largerDelta span    {font-size:150%;}
.largerEpsilon span  {font-size:200%;}
.largerZeta span     {font-size:300%;}

article,
#encMainText {
	font-size:18px;
	background:#fff;
	padding:10px 20px 20px 40px;
}
	article p,
	#encMainText p,
	#encMainText ol li p,
	#encMainText ul li p {
		max-width:45em;
		line-height:250%;
	}

h1 span {
	font-size:18px;
	font-weight:300;
	line-height:18px;
}
h1 {
	background:none;
	text-align:left !important;
	font-size:36px;
	font-weight:700;
	line-height:46px;
	text-decoration:none;
	/* text-shadow:4px 3px 3px #ccc; */
}
/* h1 span {text-shadow:none;} */

h2 {
	font-size:30px;
	line-height:115%;
	background:none;
	margin:40px 0 10px 0 !important;
}
	h2 span {
		font-size:16px;
		font-weight:300;
		line-height:18px;
	}
h3 {
	background:none;
	font-size:21px;
	font-weight:300;
	margin-top:30px !important;
	margin-bottom:10px;
	margin-left:0;
}
	h3 span {
		font-size:16px;
	}

/*
?-change to littlefoot?…
*/
	/* bigfootfootnotes========== */
.bigfoot-footnote__button {/* dependency: • jquery.js • jquery.footnotes.min.js • <script>$.bigfoot();</script> */
	position:relative;
	z-index:5;
	top:-1px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	padding:5px;
	margin:0 1px 0 3px;
	border:none;
	border-radius:4px;
	cursor:pointer;
	background-color:rgba(110, 110, 110, 0.2);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	font-size:1rem;/* What is a “rem”? • relative to the root—or the html —element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that. */
	line-height:0;
	vertical-align:middle;
	text-decoration:none;
	-webkit-font-smoothing:antialiased;
	-webkit-transition-property:background-color;
	transition-property:background-color;
	-webkit-transition-duration:0.25s;
	transition-duration:0.25s;
}
.bigfoot-footnote__button:hover, 
.bigfoot-footnote__button:focus {
	outline:none;
	background-color:rgba(110, 110, 110, 0.5);
}
.bigfoot-footnote__button:active {
	background-color:rgba(110, 110, 110, 0.5);
}
.bigfoot-footnote__button.is-active {
	background-color:#6e6e6e;
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
}
.bigfoot-footnote__button:after {
	content:'';
	display:table;
	clear:both;
}
.bigfoot-footnote__button__circle {
	display:inline-block;
	width:4px;
	height:4px;
	margin-right:4px;
	float:left;
}
.bigfoot-footnote__button__circle:last-child {
	margin-right:0;
}

.bigfoot-footnote__container {
	display:inline-block;
	position:relative;
	text-indent:0;
}

.bigfoot-footnote {
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	display:inline-block;
	box-sizing:border-box;
	max-width:90%;
	margin:1.96924em 0;
	background:#fafafa;
	opacity:0;
	border-radius:8px;
	border:1px solid #c3c3c3;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.3);
	line-height:0;
	-webkit-transition-property:opacity, -webkit-transform;
	transition-property:opacity, transform;
	-webkit-transition-duration:0.25s;
	transition-duration:0.25s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transform:scale(0.1) translateZ(0);
	transform:scale(0.1) translateZ(0);
	-webkit-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	transform-origin:50% 0;
}
.bigfoot-footnote.is-positioned-top {
	top:auto;
	bottom:0;
}
.bigfoot-footnote.is-active {
	-webkit-transform:scale(1) translateZ(0);
	transform:scale(1) translateZ(0);
	opacity:0.97;
}
.bigfoot-footnote.is-bottom-fixed {
	position:fixed;
	bottom:0;
	top:auto;
	left:0;
	right:auto;
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	width:100%;
	margin:0;
	border-radius:0;
	opacity:1;
	border-width:1px 0 0;
	-webkit-transition:-webkit-transform 0.3s ease;
	transition:transform 0.3s ease;
}
.bigfoot-footnote.is-bottom-fixed.is-active {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
	margin:0 0 0 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	max-width:100%;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper,
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__content {
	border-radius:0;
}
.bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
	display:none;
}
.bigfoot-footnote.is-scrollable:after {
	content:'';
	position:absolute;
	bottom:0.3375em;
	left:0.3375em;
	z-index:14;
	display:block;
	height:0.78125em;
	width:0.625em;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTIgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgICAgICA8cGF0aCBkPSJNNSwwIEw1LDExLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsNy41IEw1LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsNy41IEw5LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
	background-size:cover;
	opacity:0.1;
	transition-properties:opacity;/* ??? */
	-webkit-transition-duration:0.25s;
	transition-duration:0.25s;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
	content:'';
	position:absolute;
	width:100%;
	z-index:12;
	left:0;
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
	top:-1px;
	height:17px;
	border-radius:8px 8px 0 0;
	background-image:-webkit-linear-gradient(top, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
	background-image:linear-gradient(to bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
	bottom:-1px;
	height:19px;
	border-radius:0 0 8px 8px;
	background-image:-webkit-linear-gradient(bottom, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
	background-image:linear-gradient(to top, #fafafa 50%, rgba(250, 250, 250, 0) 100%);
}
.bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
	display:none;
}
.bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
	opacity:0;
	-webkit-transition-delay:0;
	transition-delay:0;
}

.bigfoot-footnote__wrapper {
	position:relative;
	z-index:14;
	width:22em;
	display:inline-block;
	box-sizing:inherit;
	overflow:hidden;
	margin:0;
	background-color:#fafafa;
	border-radius:8px;
	line-height:0;
}

.bigfoot-footnote__content {
	position:relative;
	z-index:8;
	display:inline-block;
	max-height:15em;
	padding:17px 19px 19px;
	box-sizing:inherit;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	background:#fafafa;
	border-radius:8px;
	-webkit-font-smoothing:subpixel-antialiased;
	line-height:normal;
}
.bigfoot-footnote__content img {
	max-width:98%;
}
.bigfoot-footnote__content *:last-child {
	margin-bottom:0 !important;
}
.bigfoot-footnote__content *:first-child {
	margin-top:0 !important;
}

.bigfoot-footnote__tooltip {
	position:absolute;
	z-index:12;
	box-sizing:border-box;
	margin-left:-10px;
	width:19px;
	height:19px;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#fafafa;
	border:1px solid #c3c3c3;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.3);
	border-top-left-radius:0;
}
.is-positioned-bottom .bigfoot-footnote__tooltip {
	top:-10px;
}
.is-positioned-top .bigfoot-footnote__tooltip {
	bottom:-10px;
}
/* end bigfootfootnotes */
/* END FOOTNOTES */

/* genealogy */
.genealogy {
	line-height:200%;
}
.genealogy span {
	font-weight:normal;
	color:#ccc;
	padding-right:4px;
}
.genealogy em {
	font-weight:700;
}
pre.genealogy {padding:0;margin:0;font-size:16px;line-height:25px;}
pre.genealogy div {background:#fafafa;/* AlabasterWhite */ padding:5px 5px 8px 10px;margin:0;font-weight:700;}
/* END genealogy */

#enccolumnTWO {/* phase-out */
	background:#fff;
}

/* TABLES========== */
table.enctable {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
	max-width:66%;
}
	.enctableDeEmph {
		font-weight:normal;
	}
	.enctable th {
		text-align:center;
		vertical-align:middle;
		padding:10px;
	}
	.enctable tr {}
	.enctable td {
		text-align:center;
		vertical-align:middle;
		padding:10px;
		border:1px solid #ccc;
	}

table.datatable,
table.datatableLined {
	border-collapse:collapse;
	border:none;
	width:80%;
	max-width:66%;
}
	table.datatable thead {}
	table.datatable tbody {}
	table.datatable tr {
		border-collapse:separate;
		margin:40px 0 0 0 !important;
		padding:20px 0;
		border:1px solid #6699cc;/* Azure */
	}
tr.noBorder {
	border:none !important;
	}
	table.datatable td {
		padding:10px;
	}
	td.datatableSectionHeader {
		font-weight:bold;
		text-align:left;
		background-color:#6699cc;/* Azure */
		color:#fff;
	}
	tr.datatableSpacer td {
		height:10px;
	}
	table.datatableLined thead {
		background:#6195ed;/* CornflowerBlue */
	}
	table.datatableLined thead th {
		color:#fff;
		text-align:left;
		padding:12px 12px 12px 12px;
	}
	table.datatableLined tr {
		margin-right:10px;
		border-bottom:1px solid #ccc;
	}
	table.datatableLined td {
		padding:10px 10px 15px 12px;
		line-height:170%;
	}
/* end tables */


#12tribesmap {}
	#12tribesmap img {
		width:100%;
		border-radius:15px;
	}

/* COLORS========== */
#encArticle h1,
#encArticle h2,
#encArticle h2 a,
#encArticle h3,
#encArticle h3 a,
#encArticle .bigcap,
#encArticle .aka_encyclopedia span,
#encArticle .aka_encyclopedia span a,
#encArticle .aka_encyclopedia span a:link,
#encArticle #toctitle {
	color:#6699cc;/* Azure */
}
.insertbox h2,
.insertbox .inserttitle {
	color:#fff;
	background:#6699cc;/* Azure */
}
#encArticle article h1 span {
	color:#000 !important;
}

.encColor,
.enc-navigatortitle,
#enc-BibleNavigatorTitle,
.alsoseelist li a span {
	color:#000099;/* DarkBlue */
}
.encColorBkd,
article a:hover,
#encMainText a:hover,
.enc-alphabet a:hover,
.enc-biblebooklist a:hover {
	color:#fff !important;
	background:#a7c6e5;/* TrustBlue */
}
.otnt a {
	background:#6699cc;/* Azure */
	color:#fff;
}
.enctableEmph {
	background:#eee;/* VeryLightGray */
}
/* end colors */


.featureboxEnc1 {
	border:1px solid #ccc;
	border-radius:15px;
	width:auto;
	padding:15px 20px 15px 20px;
	margin-right:200px;
}

.akaNames {
	margin-left:20px;
	font-size:85%;
}
.akaNames span {
	font-style:italic;
	padding-right:5px;
}
.akaNames span:after {
	content:'—also known as ';
}

.AppearsIn,
.BasedOn,
.RefersTo {
	margin-left:20px;
	font-size:85%;
	font-style:italic;
}
	.AppearsIn span,
	.BasedOn span,
	.RefersTo span {
		font-style:italic;
	}
.AppearsIn span:after {
	content:'—appears in ';
}
.BasedOn span:after {
	content:'—based on ';
}
.RefersTo span:after {
	content:'—refers to ';
}


/* insert box for special content • Use macro “insertbox|” */
div.insertbox {
	margin:10px 0 10px 40px;
	padding:10px;
	width:40%;
	float:right;
	border-style:none;
	border-radius:8px;
}
	.insertbox h2,
	.insertbox .inserttitle {
		padding:7px 15px;
		margin-bottom:0 !important;
		font-size:14px;
		font-weight:700;
		line-height:150%;
		text-align:center;
		border-style:none;
		border-radius:8px 8px 0 0;
	}
	.insertbox .inserttext {
		padding:10px 15px 25px 15px;
		background:#f0eee4;/* Marshmallow */
		font-size:14px;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
	}
	.insertbox .inserttext span.bigcap {
		font-size:52px;
		line-height:47px;
		padding-top:2px;
		padding-right:4px;
		padding-left:0;
	}
/* END INSERTBOX */


.toccolumnR {
	width:33%;
	float:right;
	display:inline-block;
	margin:0 0 20px 10px;
	padding-left:10px;
	border-left:1px solid #ccc;
}
	.toccolumnR ul,
	.toccolumnR ul li {
		margin-left:0;
		padding-left:0;
	}

table {
	border-collapse:collapse;
}
	table,
	tr,
	td {
		margin:0;
		padding:0;
	}
	tr {
		vertical-align:top;
	}

figure {
	border-color:rgba(153, 180, 209, .5);
}
figure.flex {
	border:none;
}

#enccolumnONE {
	padding:20px 0 50px 0;
	width:108px;
	color:#fff;
	background-image:url('/dictionary/images/bkd-ency.gif');
	background-position:left top;
	background-repeat:repeat-y;
	font-size:12px;
	text-align:center;
}
	#enccolumnONE a:link {
		color:#fff;
		text-decoration:none;
	}
	#enccolumnONE a:visited {
		color:#fff;
		text-decoration:none;
	}

.enc-navigatortitle a,
article a,
article a:link,
article a:visited,
#encMainText a,
#encMainText a:link,
#encMainText a:visited {
	color:#000;
	border-bottom:2px solid #a7c6e5;/* TrustBlue */
	text-decoration:none !important;
}
article a:visited,
#encMainText a:visited {
	color:#666;/* Gray-MediumDark */
}

#enc-canlogo {}
	#enc-canlogo img {
		width:150px;
		height:50px;
	}
	#enc-canlogo span {
		position:relative;
		top:-8px;
		padding-left:8px;
	}

.reference,
.reference a {
	color:#999;
	font-size:11px;
	font-weight:300;
	line-height:16px;
}

.cc,
.cc a,
.cc a:link,
.cc a:visited,
.cc a:active {/* creative commons notice */
	margin-top:8px;
	line-height:11px;
	color:#999 !important;
	font-size:9px !important;
	border-bottom:none !important;
}

#versionarticle {
	margin-top:40px;
	text-align:left;
	font-size:12px;
}

#tocbox {/* dependency: /scripts/jquery.toc-enc.js */
	margin:40px 0 40px 15px;
	font-size:85%;
}
	#tocbox #toctitle {
		font-size:15px;
		font-style:italic;
		font-weight:600;
		margin-bottom:10px;
	}
	#tocbox ul, #tocbox ol {
		margin-left:15px;
		padding-left:0;
	}
	#tocbox li {padding-left:10px;}
	#tocbox a,
	#tocbox a:link,
	#tocbox a:visited,
	#tocbox a:active {}

/* videos */
.vidcontainer,
.vidheader h2,
.vidheader .videoAbout,
.videocontainer600 .videoheader {
	background:#6699cc;/* Azure */
	color:#fff;
}
.vidfooter {
	background:#000;
	border-radius:0 0 15px 15px;
}
.vidheader a,
.vidheader a:link,
.vidfooter a:visited,
.vidfooter a:active,
.videodescription a {
	color:fff !important;
}
.vidDesc {
	text-align:center;
}

.videocontainer600 {
	margin-top:40px !important;
}

.vidheader h2,
.vidheader .videoAbout,
.videocontainer600 .videoheader {
	margin-top:20px;
	margin-bottom:0 !important;
	width:100%;
	font-size:18px !important;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	border-radius:15px 15px 0 0;
}

	.videocontainer600 iframe {
		margin-top:0;
	}
/* END videos */


.bolder {
	font-weight:bolder;
}
.indentenc { /* reassess this class */
	padding:inherit;
	position:relative;
	left:40px;
}
.shadow {
	margin-right:30px;
}

img.zoomin {
	margin:0 10px 20px 0;
	width:25px;
	height:28px;
}

/* for ENCYNAV.js */
#encsearch {
	font-size:14px;
}
#dicindex {
	margin-top:5px;
} 
#biblebklist {
	margin-top:5px;
}
select.indxlistfield {
	margin-top:5px;
	text-align:center;
	width:142px;
}

.imgleft {
	margin-right:30px;
}

pre {
	font-family:monospace, Courier;
}
	pre a,
	pre a:link,
	pre a:visited {
		font-family:monospace, Courier;
	}

h2,
p,
div.caption,
div.catindxdesc,
ul li,
ul,
ol li,
.buttontrans li,
.alsoseelist li,
.footnote {
	line-height:180%;
}


/* LANGUAGES */
.languages {
	position:relative;
	right:20px;/* necessary to clear search input */
	font-size:10pt;
	text-align:right;
}
.arabicchar {
	font-family:'Open Sans',sans-serif;
	font-size:175%;
	direction:rtl;
}
.aramaicchar {
	font-family:'Alef',sans-serif;
	font-size:200%;
	direction:rtl;
}
.greekchar {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-size:110%;
	line-height:inherit;
	padding-left:5px;
}
.hebrewchar {
	font-family:'Alef',sans-serif;
	font-size:175%;
	direction:rtl;
}
.syriacchar {
	direction:rtl;
	font-family:'Alef',sans-serif;
	font-size:40px;
	line-height:50px;
}
.syriacchar span {
font-size:14px;
}
/* END languages */


/* begin satellite maps */
div.googlemap {
	position:relative;
	margin:25px 0 0 0 !important;
	padding-bottom:56.25%;/* very important, do not change • this scales as the viewport is resized, this figure was reached by using an aspect ratio of 16*9, so 9 divided by 16 = 0.5625 or 56.25% */
	height:0;
	overflow:hidden;
}
	.googlemap iframe,
	.googlemap object,
	.googlemap embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		max-width:1024px;
		height:100%;
	}
	.googlemap iframe {
		border:0;
	}
	.googlemap .caption { /* note:generally .caption is NOT placed within .googlemap */
		position:relative;
		top:-40px;
		left:0;
		width:100%;
		margin-top:30px;
	}
/* END maps */


/* begin BINGMAPS */
.bingmap {
	margin-top:25px;
}
.bingmap iframe {
	position:relative;
	-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
}
.bingmap .caption { /* note:map caption should ALWAYS be placed within .bingmap */
	width:600px;
}
/* END bingmaps */

em {
	font-style:normal;
	font-weight:600;
}

/* Bible quotations and other quotations */
blockquote,
blockquote p,
blockquote a {
	font-family:Lora,Georgia,'Times New Roman',Times serif;
}
	blockquote {
		margin-left:1em;
		margin-bottom:25px;
	}
	blockquote.alternate { /* alternate version of a quotation */
		font-size:90%;
		position:relative;
		left:30px;
	}
	blockquote em {/* used esp to emphasize discussed word in Bible verses */
		font-style:normal;
		font-weight:600;
	}

/* Bible verse word or phrase emphasis (BibleVerseEmphasis) */
span.bve {
	display:block;
}
span.bve,
span.bve a {
	padding-top:5px;
	font-family:Anton,'Open Sans',Arial,Helvetica,sans-serif !important;
	font-size:24px;
	letter-spacing:0.035em;
	line-height:35px;
	color:#6699cc;/* Azure */
}

/* pullquotes==========
	dependency: /scripts/pullquoteENC.js */
blockquote.pullquote {
	float:left;
	width:160px;
	margin:4px 12px 4px 0;
	padding:8px;
	border:3px solid #ccc;
	border-width:3px 0;
	color:#333;/* very dark gray */
	background:transparent;
	font:italic 18px Georgia;
}
blockquote.alt {
	float:right;
	margin:4px 0 4px 12px;
}
.pullquote p {
	margin:0;
	text-align:center;
}
.pullquote p:first-letter {
	text-transform:uppercase;
}
/* END pull quotes */

/* END quotations and other quotations */


.enctablelist th {
	text-align:left;
	width:20%;
	margin:0 20px 0 0;
	padding:10px 10px 10px 0;
}
.enctablelist td {
	font-size:85%;
	padding:12px;
	line-height:150%;
}
.enctablelist tr:nth-child(even) {
	background-color:#f2f2f2;/* WhiteSmoke1 */
	
}

.colorboxenc {
	border:1px solid #000;
	height:100px;
	width:100px;
}

#psalms {
	width:100%;
	border-spacing:0;
	border-collapse:separate;
	border:none;
}
	#psalms td {
		border:1px solid #ccc;
		text-align:center;
		width:50px;
		padding:5px 5px 15px 5px;
	}
	#psalms div {
		padding-top:10px;
		font-size:75%;
		line-height:150%;
	}
a.psalmchapters {
	font-family:Anton;
	font-size:120%;
}

#spcalphabet {margin-top:20px; margin-bottom:30px;}
	#spcalphabet span.hebrewchar,
	#spcalphabet span.greekchar {
		font-size:48px !important;
	}
	#spcalphabet li {
		padding-left:15px;
		margin-bottom:20px;
		font-size:13px;
	}

/* FOOTER */
#encwebmasters {
	margin-top:10px;
}
.encfooter {
	font-size:80%;
}
/* END FOOTER */

/* BIBLE NAVIGATOR SIDEBAR */
#indxlist {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:10px;
	width:200px;
	height:auto;
	float:right;
	text-align:right;
	background:#fff;
	border-radius:0 0 0 15px;
}
.enc-navigatortitle {
	text-align:left;
	margin-bottom:8px;
	padding-left:40px;
}
/* #enc-navigatorboxSpacer {
	width:200px;
	height:20px;
} */
#enc-BibleNavigatorTitle {
	clear:left;/* NEW */
	float:none;/* NEW */
	padding:20px 5px 4px 0;/* NEW */
	text-align:left;
	border:none;
}
#enc-BibleNavigatorContainer {
	clear:left;/* NEW */
	padding-left:39px;/* prev 43px */
}
.otnt {
	margin:5px 0;
	/* position:relative; */
	/* left:-55px; */
	/* height:25px; */
}
	.otnt a {
		border-right:1px solid #fff;
		font-size:12px;
		line-height:25px;
		text-decoration:none;
		padding:5px 31px;
	}
		.otnt a:link,
		.otnt a:visited {
			color:#fff;
		}
		.otnt a:hover,
		.otnt a:focus {
			color:#fff;
			background-color:#0033cc;/* KleinBlue */
			text-decoration:none;
		}
		.otnt a:active {
			color:#000;
			background-color:#007373;/* PineGreen */
		}

.enc-biblebooklist a, 
.enc-biblebooklist a:link, 
.enc-biblebooklist a:visited {
	float:left;
	font-size:14px !important;
	width:47px !important;
	margin:2px;
	line-height:40px;
	color:#000;
	cursor:pointer;
	border:1px solid #ccc;
	display:block;
	text-align:center;
	text-decoration:none;
}
	.enc-biblebooklist a:hover {
		font-weight:bold;
		text-decoration:none;
	}


.buttontrans {
	width:100%;
	border-right:0px solid #000;
	padding:0 0 16px 0;
	margin-bottom:16px;
}
	.buttontrans ul {
		list-style:none;
		margin:0;
		padding:0;
		border:none;
	}
	.buttontrans li {
		list-style:none;
		border-bottom:1px solid #ccc;
		margin:0;
		text-align:center;
	}
		.buttontrans li a {
			padding:10px 5px 10px 5px;
			letter-spacing:1px;
			color:#000;
			font-size:13px;
			font-weight:normal;
			display:block;
			text-decoration:none;
			background:none;
			width:100%;
		}
			.buttontrans li a span {
				font-size:9px;
			}
			.buttontrans li a:hover,
			.buttontrans li a:focus {
				font-weight:bold;
				position:relative;
				-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
				-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
				box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
			}
	.buttontrans li.listcategory {
		color:#008383;/* Teal */
		font-size:15px;
		font-weight:bold;
		padding:10px 5px 10px 5px;
	}
/*
	html>body .buttontrans li a {
		width:auto;
	}
*/
/* END BIBLE NAVIGATOR SIDEBAR */




/* ALPHABEtICAL A-Z NAVIGATION BUTTONS */
.enc-navigatorbox {
	position:relative;
	left:0;
	margin-top:15px;
	width:100%;
}
.enc-alphabet a,
.enc-alphabet a:link,
.enc-alphabet a:visited {
	display:block;
	float:left;
	position:relative;
	left:40px;
	margin:2px;
	width:35px !important;
	height:35px !important;
	color:#000;
	font-size:16px !important;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	border:1px solid #ccc;
}
.enc-alphabet a:hover {
	font-weight:bold;
	text-decoration:none;
}
/* END ALPHABETICAL A-Z NAVIGATION BUTTONS */


/* for alphabetical dividers within ordered (numbered) lists */
div.alphalistdivider {
	width:95%;
	margin:40px 0 24px 0;
	padding:5px 20px 5px 20px;
	position:relative;
	left:-50px;
	font-size:150%;
	font-weight:bold;
	color:#fff;
	background-color:#2a1faa;/* PersianViolet */
	position:relative;
	-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
}
div.alphalistdividertopnav {
	float:right;
	font-size:10pt;
	font-weight:normal;
	text-align:right;
	position:relative;
	top:0;
}
div.alphalistdividertopnav a,
div.alphalistdividertopnav a:link,
div.alphalistdividertopnav a:visited,
div.alphalistdividertopnav a:active {
	color:red !important;
	text-decoration:underline;
}
/* end alphabetical dividers */


p.boxtitle {
	color:#fff;
	background:url('/bkd-bluelines.gif') #000066;
	font-weight:bold;
	text-align:center;
	border-style:outset;
}

/* also known as */
p.aka_encyclopedia {}
	p.aka_encyclopedia i {
		padding-right:10px;
	}
	p.aka_encyclopedia span {
		font-weight:bold;
		font-size:110%;
	}
	p.aka_encyclopedia span.hebrewchar {
	font-family:'Alef',Code2000,sans-serif;
	font-size:175%;
	font-weight:normal;
	}
/* END also known as */


/* LISTS========== */
ul li:first-letter,
.alsoseelist li:first-letter {
	text-transform:uppercase;
}
ul {
	list-style:square;
	margin-top:10px;
}
	ul li {
		margin-right:0;
		margin-bottom:10px;
	}
ol {
	margin-top:2%;
	list-style-type:decimal;
}
	ol li {
		margin-bottom:15px;
	}
.alsoseelist,
.relativeslist {
	margin-bottom:30px !important;
}
	.alsoseelist li {
		clear:left;
	}
	.alsoseelist li,
	.relativeslist li {
		padding:0 0 5px 0;
	}
		.alsoseelist li a span {
			font-weight:700;
			padding-left:1px;
		}
.alsosee,
#alsosee {
	font-size:100%;
	text-align:left;
	background:none;
	margin:40px 0 0 0;
}
/* END LISTS */

#enctsidebarleft {}

div.dicsectheader {
	font-size:150%;
	background-color:#2a1faa;/* PersianViolet */
	color:#fff;
	padding:5px 5px 5px 20px;
	font-weight:bold;
	width:50%;
	margin-top:4%;
}

div.columns {/* makes 4 balanced columns • does not work well with long numbered lists, as it cuts off beginning of numbers exceeding 99 */
-webkit-column-count:4;
-webkit-column-gap:10px;
-webkit-column-rule:0px dotted black;
-moz-column-count:4;
-moz-column-gap:20px;
-moz-column-rule:0px dotted black;
column-count:4;
column-gap:20px;
column-rule:1px dotted black;
column-fill:balance;
}

div.authorwbe {
	font-size:10pt;
	color:#999;
	margin:20px 0 20px 0;
	padding-top:5px;
	clear:left;
}
	div.authorwbe a:link {
		color:#999;
	}

img.encname {
	margin:0 0 20px 0;
	width:39px;
	height:361px;
}

#chainlinkAlpha img {
	width:30px;
	vertical-align:text-bottom;
	margin:0 15px;
}

div.caption,
div.caption a:link,
div.caption a:visited,
div.caption a:active {
	margin-top:5px;
	margin-bottom:25px !important;
	color:#939597;/* UltimateGray */
	font-size:12px !important;
}
div.caption span {/* for source or minor notes */
	font-size:8pt;
}
p.caption {
	font-size:90%;
}

figcaption {
	font-size:16px;
	line-height:150%;
	margin:0 0 8px 0;
	color:#666;
}
div.photo1 {
	text-align:left;
}

#webibleaccessbox {
	float:right;
	margin-top:10px;
}

span.fulfill {
color:#000099; /* vivid dark blue */
font-style:italic;
font-weight:600;
margin-left:10px;
}

/* OUTDATED • for CATALOG item inserts only */
div.productbox {
	width:500px;
	border:1px solid #ccc;
	border-radius:15px;
	padding:10px 10px 10px 20px;
	color:#333333;
}
div.producthead {
	margin-bottom:10px;
	font-size:14pt;
	font-weight:bold;
}
div.catauthor {
	font-style:italic;
	font-size:small;
	margin-bottom:10px;
}
div.catindxdesc {
	font-size:12pt;
}
div.catindxpriceline {
	margin-top:10px;
	font-size:80%;
}
.catprice {
	color:#3366cc;
	font-size:12pt;
	font-weight:bold;
}
span.cents {
	text-decoration:underline;
	vertical-align:super;
	font-size:50%;
}
input.catcartad {
	width:108px;
	height:19px;
	margin:3px 0 5px 20px;
}
a.indxtitle { /* title of book or video */
	color:#000 !important;
	font-size:20px !important;
	font-weight:600!important;
	font-style:italic;
}
	a.indxtitle:link,
	a.indxtitle:visited,
	a.indxtitle:active {
		background:none;
		text-decoration:none;
	}
	a.indxtitle:link,
	a.indxtitle:visited,
	a.indxtitle:active,
	a.indxtitle:hover {
		margin-right:10px;
	}
	a.indxtitle:hover {
		text-decoration:underline;
	}


}


@media not print {

.footnote-print-only {
	display:none !important;
}

}
