@charset "utf-8";
/* V2.2 of CSS document for Dean Crawford Books. Created by Ben Crawford: http://www.data-sanctuary.com */

/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}


/* Main page divisions */

html, body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	background-color:#fff;
	background-image:url(./img/background.png);
	background-repeat:no-repeat;
	opacity:0.999; /* force scattered pages to be visable over background image */

}

header {
	z-index:100;
	position: fixed;
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #fff; 	/* ie8 fallback*/
	background:url(./img/iehead.png); 
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.7);
	/* background-color:rgba(255, 255, 255, 0.4); Disabled ie8 issue*/
	-webkit-box-shadow:  0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);

}

#container {
	width: 100%;
	overflow: auto;

}

#cont {
	
	clear:both;
	font-size:1.6em;
	width:810px;
	min-height:820px;
	margin: 100px auto;
	padding: 0 10px 1px 10px;
	position:relative;
	background-image:url(./img/paper.png);
	border: 1px solid #666;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	-webkit-border-bottom-right-radius: 60px 5px;
	-moz-border-radius-bottomright: 60px 5px;
	border-bottom-right-radius:  60px 5px;
}

/* Creates extra scattered effect to content page */
	
.cont:before{
	
	z-index:-1;
	content:' ';
	width: 98%;
	height: 100%;
	padding: 0 0 1px 0;
	position: absolute;
	bottom:0; right:0;
	background: -moz-linear-gradient(0 0 270deg, #f0e7c0, #f0e7c0 10%, #eae1ba);
	background-color:#f0e7c0;
	border: 1px solid #666;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0, 0.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
	-webkit-border-bottom-right-radius: 60px 5px;
	-moz-border-radius-bottomright: 60px 5px;
	border-bottom-right-radius:  60px 5px;
	-webkit-transform: skew(2deg,2deg) translate(3px,8px);
	-moz-transform: skew(2deg,2deg) translate(13px,18px);
	-o-transform: skew(2deg,2deg) translate(3px,8px);
	transform: skew(2deg,2deg) translate(3px,8px);
	display:none\0/ !important;
}




/* Creates scattered third page effect to content page */

.cont:after{
	z-index:-1;
	content:' ';
	width: 98%;
	height: 98%;
	padding: 0 0 1px 0;
	position: absolute;
	bottom:0;
	right:0;
	background: -moz-linear-gradient(0% 0% 360deg, #f0e7c0, #f0e7c0, #eae1ba);
	background-color:#f0e7c0;
	border: 1px solid #666;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-transform: skew(2deg,2deg) translate(-1px,2px);
	-moz-transform: skew(2deg,2deg) translate(-1px,2px);
	-o-transform: skew(2deg,2deg) translate(-1px,2px);
	transform: skew(2deg,2deg) translate(-1px,2px);
	display:none\0/ !important;

}

#foot {
	text-align: center;
	font-family: contra;
}

#foot a, a:visited {color:#a5866b;}

/* main menu navigation*/

#nav{	
	width: 1095px;
	margin: 0px auto;
	list-style:none;
	font-weight:bold;
	margin-bottom:8px;


}
#nav li{
	float:left;
	position:relative;
}
#nav a{
	display:block;
	padding:11px;
	color:#fff; /* ie 8 fallback */
	background:#333;
	text-decoration:none;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style:none;
	background: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* drop menu navigation*/

#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */

}
#nav ul li{

	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;


}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color:#333; /* ie 8 fallback */
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(143, 143, 135, 0.9);
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
	background-color: rgba(210, 59, 59, 0.9);
}

/* Praise for Covenant link */

.quote {
	background-image:url(./img/pen.png);
	position:absolute;
	top: 10%;
	right: 3%;
	width:110px;
	height:910px;
	margin:0;
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
	-o-transform:  rotate(0deg);
	-ms-transform: rotate(0deg);
}

/* Social breadcrumbs at top-right of page */
	
ul.social {
	padding-bottom: 2px;
	text-align: left;
	margin-left:4px;	 
	float:left;
}
	
ul.social li {
	display: inline;
	margin-left: 2px;
}

ul.social li a img {
	border:0;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE8 hack */
}

ul.social li a img:hover {
	border:0;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 hack */

}

/* Seperate reviews, and press links from main navigation */

.misc {
	margin-left:40px;
}

/* style selectors */

.cont a, a:visited {
	color:#3972B7;
}

a, a:visited {
	text-decoration:none;
}

ul, li {
    	list-style-type: none;
	font-family: contra;
	font-weight:bold;
}


p { 	font-family: eau_douce;
	color:#6E6E6E;
	line-height:38px;
}

h1 {
	font-family: contra;
	color:#585858;
	font-weight:normal;
	font-size: 72px;
	margin:11px auto;
}

h2 {
	font-family: contra;
	color:#585858;
	font-weight:normal;
	font-size: 48px;
	margin:10px auto;
}

.tag {
	font-family: contra;
	color:#585858;
	font-weight:normal;
	font-size: 48px;
	margin:10px auto;
}

.pagenum 

{

     	text-align: center;
     	position: absolute;
     	bottom: 0px;
     	left: 0px;
     	width: 100%;

}

.bkimg {
	margin: 0px 48px;
	border:0;
}

.alignRight {
	float: right;
	padding: 5px;
	margin: 0;
	border:0;
}

.it {
	font-style:italic;
	color:#363636;
	font-size:24px;
}

/* Infinite loop for "subscribe" link.  */

.news a  {
	
	animation:         news 5s infinite; /* CSS3 */
	-moz-animation:    news 5s infinite; /* Firefox */
	-webkit-animation: news 5s infinite; /* Webkit */


}
@keyframes news { /* CSS3 */
	0%   { color: rgba(255, 255, 255, 1); }
	50%  { color: rgba(143, 143, 135, 1); }
	100% { color: rgba(255, 255, 255, 1); }
}
@-moz-keyframes news { /* Firefox */
	0%   { color: rgba(255, 255, 255, 1); }
	50%  { color: rgba(143, 143, 135, 1); }
	100% { color: rgba(255, 255, 255, 1); }
}
@-webkit-keyframes news { /* Webkit */
	0%   { color: rgba(255, 255, 255, 1); }
	50%  { color: rgba(143, 143, 135, 1); }
	100% { color: rgba(255, 255, 255, 1); }
}

/* Float Facebook posts to right so text can wrap to the left.  */

.fb-post {float:right;
width:475px;
height:360px;
margin-top:33px;
margin-left: 5px

}

.subscribe {float:right;
width:495px;
height:380px;
margin-top:33px;
margin-left: 5px

}

/* Font selectors for css3 compatible browsers */

@font-face {
	font-family: head;
	src: url(./font/contra.ttf);
}

@font-face {
	font-family: eau_douce;
	src: url(./font/eau_douce_sans_regular.otf);
}

@font-face {
	font-family: contra;
	src: url(./font/contra.ttf);
}

#cont cont:before, cont:after {display:none}



/*
     FILE ARCHIVED ON 10:24:50 Oct 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:52:11 Jun 29, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.647
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.021
  esindex: 0.011
  cdx.remote: 10.334
  LoadShardBlock: 290.925 (3)
  PetaboxLoader3.datanode: 323.559 (5)
  PetaboxLoader3.resolve: 234.839 (3)
  load_resource: 312.187 (2)
*/