@charset "UTF-8";

/*
	For WebBible Encyclopedia INDEX pages
	ChristianAnswers.Net, Copyright Films for Christ
	last edited 6.27.2018 pst
*/

body {
	background-image:url('/bkd-bluelines.gif');
}

#encDisclaimer {
	font-size:13px !important;
}

.pagewrapper576 {
	background:#fff;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
}

#encIndexMainText {
	padding:20px 0 0 30px;
}
	#encIndexMainText h1 {
		margin:0 0 30px 0;
		font-size:36px;
		line-height:40px;
		text-align:center;
		color:#000080; /* dark blue */
	}

#encIndexMainText ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
	#encIndexMainText ul li {
		font-size:14px;
		line-height:150%;
		margin:0 0 25px 0;
	}

table {
	width:100%;
	background:none;
}
	tr {
		vertical-align:top;
	}
	td {
		padding:15px;
	}

#encIndexesFooter {
	overflow:hidden;
	border-top:1px solid blue;
	background:none;
	margin:40px 0 0 0;
	padding:15px 0 20px 10px;
}
	#encIndexFooterImage {
		width:93px;
		height:93px;
		float:right;
		position:relative;
		left:0;
		top:52px;
	}
	#encIndexesFooterCANnav {
		float:left;
		font-size:12px;
		width:140px;
		height:120px;
		padding:0 10px 0 10px;
	}
	#encIndexFooterText {
		font-size:11px;
	}

h3 {
	font-size:48px;
	color:blue;
	background:none;
	font-family:Lora,Times,'Times New Roman',serif !important;
}
	h3.subindex {
		font-size:30px;
		color:#000099;
		background:none;
		font-family:Lora,Times,'Times New Roman',serif !important;
}
h4 {
	color:gray;
	background:none;
}

p {
	line-height:150%;
}

span.bigcap {
	color:#000080;
}

a,
a:visited {
	background:none;
	text-decoration:none;
}
	a:link {
		color:blue;
}
	a:visited {
		color:purple;
}
	a:active {
		color:#ff9900; /* orange */
		background:#ffffcc; /* pale yellow */
		text-decoration:none;
}
	a:hover {
		color:#ff0000; /* bright red */
		background:#f8dc00; /* gold */
		text-decoration:underline;
}

.colbal3 h3.subindex {
	margin:0 0 0 0;
}
.colbal3 li {
	font-size:14px;
	line-height:140%;
}

#dicthdr {
	width:576px;
	height:90px;
	border:0;
	clear:right;
}
div.dicttopcommons {
	height:375px;
	margin-top:10px;
}

p.writtenby {
	font-size:10px;
	margin-bottom:20px;
}

/* applies to /scripts/enc-sections.js */
div.sectionbox {
	float:right;
	width:155px;
	margin-left:20px;
}
	.sectionindxtitle {
		color:#cccc66; /* muted gold */
		background-color:#000080; /* navy */
		border-style:ridge;
		border-width:3px;
		font-weight:bold;
		text-align:center;
		padding:5px;
	}
	#button {
		background:#e6eaff; /* pale blue */
	}
	#button li a {
		display:block;
		color:#000;
		background:#e6eaff; /* pale blue */
		font-size:11px;
		font-weight:700;
		text-decoration:none;
		width:100%;
		padding:5px 3px 5px 8px;
		border-left:10px solid #e6eaff; /* pale blue */
		border-right:10px solid #e6eaff; /* pale blue */
	}
	#button li a:hover {
		color:#fff;
		background-color:#6699cc; /* medium light blue */
		background-image:url('https://ChristianAnswers.Net/img/bkd-blue1.gif');
		border-left:10px solid #efc210; /* gold */
		border-right:10px solid #fff;
	}
/*
	#button ul li a {
		display:block;
		width:100%;
		color:#000;
		background:#e6eaff; pale blue
		font-size:12px;
		font-weight:600;
		text-decoration:none;
		border-left:none;
		border-right:10px solid #e6eaff; pale blue
	}
	#button ul li a:hover {
		color:#fff;
		background:#000080; navy
		border-left:none;
		border-right:none;
	}
*/
 	html>body #button li a {
		width:auto;
	}

/* END applies to /scripts/enc-sections.js */

ul.indexlist {
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	line-height:150%;
}
ul.indexlist li {
	margin:6px;
	padding:0;
	list-style:square;
	color:black;
}
li.indexlist {
	margin:6px;
	padding:0;
	list-style:square;
	color:black;
}
li.index {
	font-size:85%;
	color:#000;
	background:none;
}

.sectiontitle {
	color:#000099;
	background:none;
}

#next {
	color:#000080; /* navy */
	font-family:Times,'Times New Roman',serif;
	font-size:200%;
	font-weight:700;
	line-height:140%;
	padding-left:135px;
	background:none;
}