@charset "utf-8";
/*
	Kid Explorers coloring pages
	Copyright ©, Films for Christ. Designer: pst
	last edit 4.5.2023 pst
*/

body {
	font-style:normal;
	color:#000;
	background-color:#d7bd9a;
	background-image:url('https://ChristianAnswers.Net/kids/bkd-mat.jpg');
}

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

body#coloringpageprintable {
	background:#333;
	margin:5px;
}

#coloringpageText {
	text-align:justify;
	font-size:18px;
	line-height:150%;
}

.newitem {
	float:left;
	width:70px;
	margin-right:15px;
}

#bible {}

p {line-height:200%;}

.text1 {
	font-size:15px;
	line-height:200%;
	margin:30px 20px 30px 20px;
}
	.text1 a[href]:before {content: "• ";}

a {}
	dd a {}
		a[href] span:before {/* creates bullets within span within text links */
			content: "•";/* no space after bullet to prevent wrapping to a different line than the link */
			font-size:130%;
			padding-left:8px;
			padding-right:5px;
		}
	a:link {
		color:#3f702f;
		text-decoration:none;
		font-weight:normal;
	}
	a:visited {
		color:#778C47;
		text-decoration:none;
		font-weight:normal;
	}
	a:hover {
		color:#ff0000;/* BrightRed */
		background-color:#f8dc00;/* Golden2 */
		font-weight:normal !important;
	}
	a:active {
		color:#ff00ff;
		text-decoration:underline;
		font-weight:normal;
	}



#clrindxGridContainer {
	display:grid;
	grid-template-columns:auto auto;
	grid-column-gap:0;
	grid-template-rows:auto;
	background:#fff;
}
.kidsBtnLinksContainer {
	display:grid;
	grid-template-columns:150px auto;
	grid-column-gap:0;
	grid-template-rows:auto;
}
.GridItemAuto {
	font-size:13px;
	padding:5px;
}
#reproductionrights {
	float:right;
	width:175px;
	margin:0 10px 0 30px;
	font-size:13px;
}
	#reproductionrights img {
		width:172px;
		height:165px;
	}

#clrcolumnLeft {
	width:90px;
	background-color:green;
	background-image:url('/kids/bkd-greenborder.gif');
	padding:10px 0 0 10px;
}
#clrcolumnCenter {}

#pdfinstructions {
	margin:30px 20px 30px 20px;
}
	#pdfinstructions p {
		margin:10px 0;
		font-size:10pt;
	}


/* begin examples column */
#examplescolumn {
	float:right;
	width:155px;
	margin:0;
	background-color:#fff;
}
#examplesheaderimg {
	position:relative;
	top:8px;
	width:155px;/* 170px actual */
	height:137px;/* 150px actual */
	margin-bottom:3px;
}
#examples {
	margin:0;
	padding:0;
	width:150px;
	border:4px solid #000;
	background:#000;
	text-align:center;
	}
	#examples a {
		border-bottom:none !important;
		background:none !important;
	}
	#examples img {
		margin:0;
		width:150px;
		height:115px;
	}
#examplestext {
	background-color:#fff;
	padding:10px 5px 20px 10px;
	font-size:13px;
	line-height:200%;
}
/* END examples column */

.spcWidth {
	width:580px !important;
}


/* ========== HEADLINES ========== */
h1 {
	margin:40px 0 30px 0;
	color:#000;
	background:none;
	text-align:center;
	line-height:100%;
	font-size:100%;
	font-weight:normal;
	cursor:default;
	padding:0;
	white-space:nowrap;
}

/* H2 ========== */
h2 {
	margin-top:30px;
	padding-left:30px;
	color:#fff;
	background-color:#731516;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	border-bottom:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
	h2 img {
		width:150px;
		vertical-align:middle;
		margin:0;
		padding:0 10px 0 0;
	}

	h2#clrlanguages {
			margin:0;
			background-color:#009933;
			text-align:center;
			font-size:14px;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
		}
	h2#lessonplans {
			margin:0;
			text-align:center;
			color:#fff;
			background-color:#731516;
			font-size:14px;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
		}
	h2#dinosaurs {
		position:relative;
		top:75px;
	}
		h2#dinosaurs img {
			position:relative;
			float:left;
			top:-120px;
			width:200px;
		}

h3 {
	clear:left;
	margin:0 0 15px 15px;
	padding-top:10px;
	font-size:20px;
	border-bottom:1px solid #ccc;
}

#clrlanguagestext,
#lessonplanstext {
	display:block;
	background:#f0eee4;/* Marshmallow */
	padding:10px 10px 20px 10px;
	font-size:13px;
}
	#clrlanguagestext {
		line-height:200%;
	}
	#lessonplanstext {
		line-height:150%;
	}

#pageindex {
	margin:20px 40px 10px 20px;
	width:430px;
	line-height:200%;
	font-size:18px;
}

.crayon {
	padding-left:20px;
	width:85px;
	height:42px;
}

.kidsclrindxfooter {
	clear:left;
	margin:50px 10px 30px 10px;
	border-top:1px solid #ccc;
}

dl {/* description list for coloring page lists */
	margin:15px 20px 50px 10px;
}
	dt {/* title of color page */
		clear:left;
		margin:0;
		padding:0;
		font-size:18px;
		font-weight:600;
	}
		dt a,
		dt a:link,
		dt a:active,
		dt a:visited {
			font-size:18px;
			font-weight:bold;
		}
		dt img.thumbnail {
			float:left;
			margin-right:10px;
			margin-bottom:30px;
			width:109px;
			height:142px;
		}
	dd {/* details related to the coloring page */
		margin:15px 0 30px 0;
		padding-left:130px;
		font-size:14px;
		line-height:200%;
	}
