
@charset "UTF-8";

/*
	WebBible Encyclopedia, all languages
	Copyright, Films for Christ
	last edit 11.19.2017 pst

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

*/

@media screen {

.imgleft {
	margin-right:30px;
}

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

#enc-canlogo {}
	#enc-canlogo img {
		width:150px;
		height:50px;
	}

h1,
h2,
h3,
.bigcap,
.enc-navigatortitle,
#enc-BibleNavigatorTitle,
p.aka-encyclopedia span {
	color:#000099; /* dark blue */
}

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

/* insert box for special content • Use macro “insertbox|” */
div.insertbox {
	border:1px solid #000099; /* dark blue */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#fff;
	width:300px;
	float:right;
	margin:10px 0 10px 40px;
	padding:10px;
}

	.insertbox .specialinserttitle {
		font-size:14px;
		font-weight:700;
		color:#fff;
		background-color:#666699; /* lavender */
		line-height:150%%;
		border-style:none;
		text-align:center;
		padding:5px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;
		-webkit-border-top-left-radius:5px;
		-webkit-border-top-right-radius:5px;
	}
	.insertbox .specialinserttext {
		background-image:url('/spotlight/cream.gif');
		padding:10px 10px 30px 10px;
		font-size:13px;
		border-bottom-left-radius:5px;
		-moz-border-radius-bottomleft:5px;
		-webkit-border-bottom-left-radius:5px;
		
		border-bottom-right-radius:5px;
		-moz-border-radius-bottomright:5px;
		-webkit-border-bottom-right-radius:5px;
	}
/* END insertbox */

.AppearsIn {
	font-size:85%;
	margin-left:20px;
}
	.AppearsIn span {
		font-style:italic;
	}
	.AppearsIn span:after {
		content:'appears in— ';
	}


/* LANGUAGES */
.languages {
	position:relative;
	right:20px;/* necessary to clear search input */
	font-size:10pt;
	text-align:right;
}
.aramaicchar {
	font-family:'Alef',sans-serif;
}
.arabicchar {
	font-size:175%;
}
.greekchar {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
.hebrewchar {
	font-family:'Alef',sans-serif;
	font-size:175%;
}
.syriacchar {
	font-family:'Alef',sans-serif;
	font-size:175%;
}
/* END languages */


/* satellite maps */
div.googlemap {
	position:relative;
	padding-bottom:56.25%; /* very important, do not change • this scales as the viewport is resized, this figure was reached by using the video’s aspect ratio of 16*9, so 9 divided by 16 = 0.5625 or 56.25% */
	padding-top:30px;
	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 {
		position:relative;
		top:-40px;
		left:0;
		margin-top:20px;
		width:100%;
	}
/* END maps */

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.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;
	}
	span.bve {/* Bible verse word or phrase emphasis (BibleVerseEmphasis) */
		font-family:Anton,'Open Sans',Arial,Helvetica,sans-serif !important;
		font-size:150%;
		font-weight:700;
		color:#333; /* very dark gray */
		display:block;
		line-height:125%;
	}
		span.bve a {/* Bible verse word or phrase emphasis (BibleVerseEmphasis) */
			font-family:Anton,'Open Sans',Arial,Helvetica,sans-serif !important;
			font-weight:700;
			color:#333; /* very dark gray */
			line-height:125%;
}
/* END quotations and other quotations */


.indentenc {
	padding:inherit;
	position:relative;
	left:40px;
}

.footnote {
	font-size:85%;
}
.ftnlink {
	font-size:12px;
	font-weight:400;
	position:relative;top:-6px;
}

/* END footnotes */
.bigfoot-footnote__button {
	position:relative;
	z-index:5;
	top:-1px;
	box-sizing:border-box;
	-moz-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:100%;
}
.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 footnotes */

.bolder {
	font-weight:bolder;
}


/* pull quotes • Requires /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 */

/* Bible navigator sidebar */
div.indxlist {
	width:200px;
	height:auto;
	float:right;
	text-align:right;
}
.enc-navigatortitle {
	text-align:left;
	margin-bottom:4px;
	padding-left:40px;
}
#enc-BibleNavigatorTitle {
	text-align:left;
	padding:3px 5px 4px 0;
}
#enc-navigatorboxSpacer {
	clear:left;
	width:200px;
	height:10px;
}
#enc-BibleNavigatorContainer {
	width:100%;
	padding-left:43px;
}
.otnt {
	position:relative;
	left:-45px;
	height:25px;
	margin:5px 0;
}
	.otnt a {
		background-color:#000099; /* dark blue */
		border-right:1px solid #fff;
		font-size:12px;
		line-height:25px;
		text-decoration:none;
		padding:5px 31px;
	}
	.otnt a:link {
		color:#fff;
	}
	.otnt a:visited {
		color:#fff;
	}
	.otnt a:active, {
		color:#000;
		background-color:#007373;
	}
	.otnt a:hover, .otnt a:focus {
		color:#fff;
		background-color:#0033CC;
		text-decoration:none;
	}

.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 {
		background:#000099;
		font-weight:bold;
		color:#fff;
		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.listcategory {
		color:#008383;
		font-size:15px;
		font-weight:bold;
		padding:10px 5px 10px 5px;
	}
	.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;
		box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
		-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
		-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.30);
	}
/*
	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 {
	float:left;
	position:relative;
	left:40px;
	font-size:16px !important;
	width:35px !important;
	height:35px !important;
	margin:2px;
	line-height:33px;
	color:#000;
	cursor:pointer;
	border:1px solid #ccc;
	display:block;
	text-align:center;
	text-decoration:none;
}
.enc-alphabet a:hover {
	background:#000099;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
/* alphabetical A-Z navigation buttons */

.shadow {
	margin-right:30px;
}

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

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

/* 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;
}


/* 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;
	position:relative;
	box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	-webkit-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 {
	color:#fff;
	text-decoration:underline;
}
/* end alphabetical dividers */



/* body */

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

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

td.enccolumnTWO {
	padding:20px 10px 30px 40px;
}

div.encMainText {}
	.encMainText a,
	.encMainText a:link,
	.encMainText a:visited {
		color:#000;
		border-bottom:2px solid #a7c6e5; /* Trust Blue */
		/* OLD border-bottom:1px dotted #999; */
		text-decoration:none !important;
	}
	.encMainText a:visited {
		color:#666; /* mediumdark gray */
	}
	.encMainText a:hover {
		color:#fff;
		background:#000099; /* dark blue */
	}

/* 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 {
	list-style:square;
	margin-top:10px;
}
ul li {
	margin-top:15px;
	margin-right:0;
	margin-bottom:10px;
}
ol {
	margin-top:2%;
}
ol li {
	margin-bottom:16px;
}
.alsoseelist {}
.alsoseelist li {
	padding:0 0 5px 0;
	font-size:100%;/* ?? */
}
/* END LISTS */

p.alsosee {
	font-size:100%;
	text-align:left;
	background:none;
	margin:40px 0 0 0;
}

h1 {
	background:none;
	font-size:36px;
	line-height:42px;
	font-weight:700;
	text-shadow:4px 3px 3px #ccc;
	text-decoration:none;
}
h1 span {
	font-size:18px;
	font-weight:300;
	line-height:20px;
	}
h2 {
	font-size:22px;
	line-height:28px;
	background:none;
	margin:40px 0 10px 0 !important;
}
h2 span {
	font-size:16px;
	font-weight:300;
	line-height:18px;
	}
h3 {
	background:none;
	font-size:130%;
	font-weight:300;
	margin:30px 0 10px 0 !important;
}

#encprinthdr {
	display:none;
}

#enctsidebarleft {}

div.dicsectheader {
	font-size:150%;
	background-color:#2a1faa;
	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;
	text-align:right;
	margin:20px 0 20px 0;
	padding-top:5px;
	clear:left;
	/* border-top:1px solid #999;12.14.2014*/;
}

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

div.caption {
	font-size:85%;
	color:#666; /* mediumdark gray */
}
div.caption span {/* for source or minor notes */
	font-size:8pt;
}
p.caption {
	font-size:90%;
}

div.photo1 {
	text-align:left;
}



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


/* for CATALOG item inserts only */
div.productbox {
	width:500px;
	border:1px solid #ccc;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-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 {
		background:none;
		text-decoration:none;
		margin-right:10px;
	}
	a.indxtitle:visited {
		background:none;
		text-decoration:none;
		margin-right:10px;
	}
	a.indxtitle:active {
		background:none;
		text-decoration:none;
		margin-right:10px;
	}
	a.indxtitle:hover {
		text-decoration:underline;
		margin-right:10px;
	}

/* OLD div {
	font-size:80%;
	font-family:Times,'Times New Roman';
}
div.imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-size:10pt;
	text-align:left;
}
div.imgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	font-size:10pt;
	text-align:right;
}
*/
}

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


@media print {

#biblebklist,
#cannavbar,
#cantopbarleft,
#cantopbarright,
#dicindex,
#encfooternavtwo,
#enchomedirlinks,
#encsearch,
#enctsidebarleft,
#encwebmasters,
#techreportlink,
#validxhtml,
#webibleaccessbox,
.alsosee,
.alsoseelist,
.encfooter,
select.indxlistfield,
td.enclefcol,
td.enclefcol a:link,
td.enclefcol a:visited,
div.indxlist, /* contains encynav.js */ {
	display:none;
}

#cannavhomebutton {border:0}

.columns{
-webkit-column-count:4;
-webkit-column-gap:10px;
-webkit-column-rule:0px dotted black;
-moz-column-count:4;
-moz-column-gap:10px;
-moz-column-rule:0px dotted black;
column-count:4;
column-gap:10px;
column-rule:0px dotted black;
}

/* body */
#encprinthdr {
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
}

td.encmaintext {
	padding:20px 10px 30px 0;
}

/* below unchanged from screen version */
body {
	background-color:#fff;
	background-image:url('/dictionary/bkd-ency.gif');
}

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

blockquote,
blockquote p {
	font-family:Lora,Georgia,'Times New Roman',Times serif;
}

tr {
	vertical-align:top;
}

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

div.photo1 {
	text-align:left;
}

a:link {
	font-size:100%;
	color:blue;
	background:none;
	text-decoration:none;
}
a:active {
	font-size:120%;
	color:#FF9900;
	background:none;
	text-decoration:none;
}
a:visited {
	font-size:100%;
	color:purple;
	background:none;
	text-decoration:none;
}
a:hover {
	font-size:100%;
	color:red;
	background:none;
	text-decoration:underline;
}

ul {
	list-style:square;
}

ol li {
	margin-bottom:16px;
}

.languages {display:none;
}

h1 {
	background:none;
	font-size:200%;
}
h2 {
	background:none;
	font-size:150%;
	font-style:italic;
}
h3 {
	background:none;
	font-size:120%;
}

div.caption {
	font-size:85%;
	color:#666; /* mediumdark gray */
}
p.caption {	
	font-size:90%;
}

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

/* below for catalog item inserts only */
div.productbox {
	width:500px;
	border:1px solid #CCCCCC;
	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:link {
	color:#ff6600;
	background:none;
	font-size:16pt;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
}
a.indxtitle:visited	{
	color:#006666;
	background:none;
	font-size:16pt;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
}
a.indxtitle:active {
	color:#cc0066;
	background:none;
	font-size:16pt;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
}
a.indxtitle:hover {
	color:#cc0066;
	background:#ffcc33;
	font-size:16pt;
	font-weight:bold;
	text-decoration:underline;
	margin-right:10px;
}

.bigfoot-footnote,
.bigfoot-footnote__button {
	display:none !important;
}

}