@charset "UTF-8";

/*
	The Great Dinosaur Mystery On-line
	© Copyright Films for Christ (Christian Answers)
	Last edit 7.7.2025 pst
*/

/* 

link="#CC0000" vlink="#000099" alink="#003300"
<meta name="rating" content="general"><meta name="robots" content="index,follow">

 */

@media screen {

body#dinojourney {
	font-family:'Open Sans',Arial,Helvetica,Swiss,Geneva,sans-serif;
	color:#000;
	background:#333;
}
#dinojourney #pagewrapper {
	max-width:1200px;
	margin:0 auto !important;
	float:none !important;
	background:#fff;
	border:none;
	font-size:18px;
}
a:link,
a:visited,
a:active {
	background:none;
	text-decoration:none;
	font-weight:normal;
}
   a:link {color:#6699cc;/* Azure */}
a:visited {color:brown;}
 a:active {color:#ff00ff;}
 
a:hover {
	color:#ff0000;/* BrightRed */
	background:#f8dc00;/* Golden2 */
}

ul li,
ul li {line-height:150%;}
    p {line-height:175%;}

td.leftcol {
	width:50px;
	padding:0 0 0 10px;
	text-align:center;
}

    #nextarrow {width:23px; height:23px;}
#btn-TrailNext {text-align:right;}

#dinohuntgraphic {
	width:85px;
	height:69px;
	text-align:right;
	margin:20px 0;
}
#greenbarvert {
	width:19px;
	height:200px;
	text-align:right;
	margin:0 20px;
}

.pagewrapper {
	width:625px;
	height:auto;
	position:relative;
	border:none;
	margin:0;
	padding:0;
}

h1 {
	font-size:28px;
	font-weight:bold;
	color:#993300;
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
}

span.bigcap {
	font-family:Times,'Times New Roman',Georgia,serif;
	float:left;
	font-size:75px;
	font-weight:normal;
	line-height:60px;
	color:#a8834f;
	padding-right:8px;
	padding-left:3px;
}

#dinosearch {
	width:100%;
	border:none;
	text-align:right;
}
#zoom_searchbox {
	position:relative;
	top:-15px;
	width:200px !important;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #a8834f;
	box-shadow:unset;
	-webkit-appearance:none;
	padding:4px;
	font-size:16px;
}
#zoom_searchbutton {
	margin-left:5px;
}

div.gameinset {
	font-size:90%;
	text-align:center;
	border:1px solid #993300;
	padding:5px 5px 10px 5px;
	width:114px;
}

div.caption {
	margin-top:5px;
	color:#666666;
}

div.pagetopic {
	color:#993300;
	font-size:130%;
	font-weight:bold;
}

	a.black {}
		a.black:link {
			color:#99ccff;
			background:none;
			text-decoration:none;
			font-weight:normal;
		}
		a.black:visited {
			color:#CC9966;
			background:none;
			text-decoration:none;
			font-weight:normal;
		}
		a.black:hover {
			color:#ff0000;/* BrightRed */
			background:#f8dc00;/* Golden2 */
			text-decoration:none;
			font-weight:normal;
		}
		a.black:active {
			color:#ff00ff;
			background:none;
			text-decoration:underline;
			font-weight:normal;
		}

div.order {
	margin-left:10px;
	margin-top:10px;
	text-decoration:underline;
}
div.suborder {
	margin-left:30px;
	margin-top:10px;
}
div.suborder2 {
	margin-left:40px;
	margin-top:10px;
}
div.infraorder {
	margin-left:50px;
	margin-top:10px;
}
div.infraorder2	{
	margin-left:60px;
	margin-top:10px;
}

div.dinobkd33 {	
	background-image:url('/dinosaurs/bg-texture3.jpg');
}
	
#dinocontentone {
	padding:20px 50px 0 120px;
}

#dinologo {
	float:left;
	width:100px;
	padding-left:10px;
}

} /* end default media screen */