@charset "utf-8";
/* CSS Document */

/******** Body *********/

/* Scroll bar always appears */
html {overflow-y: scroll; overflow-x: scroll;}




body {
	font-family: 'Open Sans', sans-serif;
	color:#707070;
	background:rgb(216, 216, 216);
	font-weight:100;
}
	
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
	padding-top:0;
	font-weight:100;
}

h2 {
	font-size:28px;
}

h3 {
	font-size:17px;
	
	
}

A {
	text-decoration: none; 
	color:#707070;
	text-shadow: 1px 1px 1px rgba(256, 256,256, 1);
}
	
A:hover {
	text-decoration: underline; 
	color:#e17272;
}

.black {
	color:#000;
}

#contentwrapper {
	min-width: 620px;
}

#contentbody {
	margin:0px auto;
	width:100%;
	max-width:1030px;
	z-index:50;
}

#mobileheight {
	height:600px;
}

#social {
	display:block;
	margin-top:30px;
	margin-left:170px;
}


/******** BG *********/

#backgroundImage {
	display:none;
	position:fixed; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px; 
	z-index:-3;
}
	
#backgroundImage img {
	min-height:100%;
	min-width:100%;
}
	
	
/******** Header *********/

#topheaderwrapper { 
	top:0px; 
	height:90px;
	max-width:721px;
	width:91%;
	margin:0 auto 25px auto;
	padding-left:1.8%;
}

#headerblockwrapper{
	min-width:620px;
	border-bottom: 1px dashed #ffffff;
}

#topheader{
	border-bottom: 1px dashed #b6b8b7;
}

#headersitename{
	font-family: courier new;
	font-size:36px;
	line-height:36px;
	color:#4f4f4f;
	letter-spacing:44px;
	font-weight:600;
	text-shadow: 1px 2px 1px rgba(50,50,50,0.1);
}
	
#logo {
	display:none;
	position:fixed;
	right:10%;
	top:0px;
	z-index:110; 
}

#mobileLogo {
	display:none;
}

/******** Main Menu *********/

#mainMenu {
	float:right;
	z-index:-2;
}

#mainMenuDiv {
	float:right;
	font-size:17px;
	line-height:21px;
}

#mainMenuDiv a:hover{
	text-decoration:none;
}

.menu_selected{
	margin-left:-0.6em;
}

#mainMenuMobileReveal {
	display:none;
}

#mainMenu1 {
	display:block;

}

#mainMenu2 {
	display:block;
}

#mainMenu3 {
	display:block;
}

#mainMenu4 {
	display:block;
}

#mainTextDiv{
	max-width: 721px;
	width: 91%;
	margin: 0 auto 25px auto;
	padding-left: 1.8%;
}

#manuscriptTextDiv{
	max-width: 721px;
	width: 71%;
	margin: 0 auto 25px auto;
	padding-left: 1.8%;
	float:left;
}

.mainPageTextDiv {
	padding: 35px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #b6b8b7;
}

#missionWelcome {
}

#manuscriptWelcome{
	margin-top:0px;
	color:#000;
}

#manuscriptWelcomeHeader {
	font-size:27px;
}

#resourcesDiv{
}

#contactDiv{
}

#resourcesDiv ul {
	list-style:circle;
}

#resourcesDiv p {
	text-indent:0em;
}

.mainPageText {
	border:none;
	text-align:justify;
}




/******** Papyrus Nav *********/

#papyrusNavWrapper {
}

#papyrusNav {
	float:left;
	min-width:100px;
	width:12%;
	text-align:right;
	margin-right:20px;	
}
	
#papyrusNav ul {
	list-style-type:none;
	font-size:12px;
}

#papyrusNav ul li h3{
	display:inline;
}

#papyrusNav ul li h3 sup{
	font-size:13px;
	font-weight:100;
}

.papyruslink{
	font-size:15px;
}

#allPapyriHeader {
	font-size:21px;
	text-align:right;
	text-decoration:none;	
	margin-bottom:-5px;
}

#allPapyriLink {
}

#papyrusName {
	font-size:57px;
	line-height:57px;
	color:#00b694;
	font-weight:400;
	display:block;
	margin: 10px -5px 0 0;
}

#selectedPage {
	position:relative;
	right:-1em;
}

#mobileRevealDiv {
	display:none;
}

#mobileNavLink{
	display:none;
}

#mobileRevealTextDiv{
	display:none;
}


/******** Previous, Scripture, Next *********/
#previousNext{
	/*text-align:left;
	margin-left:20px;
	float:left;
	margin-top:131px;
	margin-left:21px;
	height:30px;
	width:650px;*/
}



/******** Papyrus *********/

#image {
	margin-left:20px;
	float:left;
	width:70%;
}

#image > img {
	padding: 20px;
	background-color:#fff;
	border-radius:8px;
	border:1px solid #b6b8b7;
	width:95%;
}

#zoomLink .hover-image {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  height: 125px;
  overflow: hidden;
}
#zoomLink .hover-image img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}



/******** Google Ad *********/
#googleAdRight{
	float:right;
	height:600px;
	width:160px;
	background:#FFF;
	margin-right:150px;
	margin-top:-105px;
	opacity:0.95;
	filter:alpha(opacity=95);  /*For IE8 and earlier */}


/******** Footer *********/

#copyright {
	display:none;
	position:fixed;
	bottom:10px;
	right:10px;
	color:#DDD;
}