
/* open adam2_cover.css */

/* -------------------------- OPEN COMMON LINKS -------------------------- */

a:link			{ font: 9pt verdana,arial; color: #0000ff; text-decoration: underline; }
a:visited		{ font: 9pt verdana,arial; color: #0000ff; text-decoration: underline; }
a:active		{ font: 9pt verdana,arial; color: #ff0000; text-decoration: none; }
a:hover			{ font: 9pt verdana,arial; color: #00ff00; text-decoration: none;}

a.ar9b:link		{ font:  9pt arial; color: #0000ff; font-weight: bold; text-decoration: underline; }
a.ar9b:visited		{ font:  9pt arial; color: #a6adf2; font-weight: bold; text-decoration: underline; }
a.ar9b:active		{ font:  9pt arial; color: #c80000; font-weight: bold; text-decoration: none; }
a.ar9b:hover		{ font:  9pt arial; color: #00ff00; font-weight: bold; text-decoration: none; }

a.bold10:link		{ font: 10pt arial,verdana,ms serif; color: #a26661; font-weight: bold; text-decoration: underline; text-shadow: 1.5px 1.5px 6px #909090; }
a.bold10:visited	{ font: 10pt arial,verdana,ms serif; color: #828282; font-weight: bold; text-decoration: underline; text-shadow: 1.5px 1.5px 6px #909090; }
a.bold10:active		{ font: 10pt arial,verdana,ms serif; color: #c80000; font-weight: bold; text-decoration: none; text-shadow: 1.5px 1.5px 6px #909090; }
a.bold10:hover		{ font: 10pt arial,verdana,ms serif; color: #0000ff; font-weight: bold; text-decoration: none; text-shadow: 1.5px 1.5px 6px #909090; }

/* -------------------------- CLOSE COMMON LINKS -------------------------- */


/* ******************************************************************************
*										*
*					*****					*
*										*
********************************************************************************* /


/* -------------------------- OPEN NEW GENERAL BODY CSS -------------------------- */

:root {
	--shadow: #dfb9ba;
	--scrollbarBG: #ffdfe0;
	--thumbBG: #a87878;
}
::-webkit-scrollbar {
	width: 14px;
}
::-webkit-scrollbar-track {
	/* box-shadow: inset 5px 0 5px grey;  */
	-webkit-box-shadow: inset 0 0 6px grey; 
	border-radius: 10px;
	background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color: var(--thumbBG);
}
body {
	background-image: url(../images/clouds.jpg);
	background-size: 100%;
	background-size: auto auto;
	background-repeat: no-repeat;
	background-color: #6e3230;
	margin: 0;
	padding: 0;
	color: #000;
}
#wrapper {
	background-image: url(../images/sackcloth.jpg);
	background-color: #e6cccd;
	width: 900px;
	margin: 150px auto 30px;		/* FROM BROWSER TOP */
	padding: 10px 20px 10px 20px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 8px 6px 0 #c6c4c4;
	-moz-box-shadow: 0 8px 6px 0 #c6c4c4;
	box-shadow: 0 8px 9px -4px black;
}
#title {
	margin: 15px 0 40px 0;
	/* font: 1.3em verdana,arial,helvetica; */
	/* font-variant: small-caps; */
	text-shadow: 2px 2px 6px #9e9e9e;
	letter-spacing: 4px;
	font-weight: 900;
}
#cover_page, #groups, #pre_studies, #chapter_studies, #disciples, #appendix  {
	background-image: url(../images/scroll_lite.jpg);
	border-radius: 15px;
	box-shadow: 2px 2px 10px 2px #000;
}
hr#hr_shine {
	width: 800px;
	border-top: thin solid #cbafae;
	margin: 1px -6px 0px -6px;
}
.scroll {
	/* background: #ffffff url(content_pane-gradient.gif) repeat-x scroll left top; */
	background-image: url(../images/scroll_dark.jpg);
	border-radius: 10px;
	width: 800px;
	margin: 0px auto;
	padding-bottom: 0px;
	/* height: 500px; overflow: auto; overflow-x: hidden; */

	-webkit-border-bottom-right-radius:  15px;
	-moz-border-radius-bottomright: 15px;
	/* border-bottom-right-radius: 15px; */

	-webkit-border-bottom-left-radius:  15px;
	-moz-border-radius-bottomleft: 15px;
	/* border-bottom-left-radius: 15px; */

	-webkit-box-shadow: 0 8px 6px 0 #c6c4c4;
	-moz-box-shadow: 0 8px 6px 0 #c6c4c4;
	/* box-shadow: 0 8px 9px -4px black; */
	box-shadow: 2px 2px 10px 2px black;
	/* position: relative; */
	/* clear: left; */
}
img#img_lt {
	margin: 0 8px 0 0;
	border-radius: 5px;
	box-shadow: 1px 2px 3px 1px #808080;
}
img#img_rt {
	margin: 0 0 0 8px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px 1px #808080;
}
img#align_lt {
	margin: 8px 8px 0 0;
	border-radius: 5px;
	box-shadow: 1px 2px 3px 1px #808080;
}
.formbutton {
	display: inline-block;
	width: 150px;
	height: 30px;
	padding: 7px 20px;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	outline: none;
	color: #ffe794;
	background-color: #a97575;
	border: 0;
	border-radius: 14px;
}
.formbutton:hover {
	background-color: #dfb9ba;
	color: red;
	text-shadow: 1px 1px 1px #e3e5ef;
	box-shadow: 2px 2px 3px 2px #eee;
}
.formbutton:active {
	border: 2px;
	border-color: black;
	color: #ffda56;
	background-color: #843c39;
	text-shadow: 1px 1px 1px #000008;
	box-shadow: -2px -2px 2px 2px #676767;
	transform: translateY(4px);
}
.para {
	display: block;
	padding-top: 6px;
}
#btm_lnks {
	background-color: white;
	margin: 20px auto 20px;
	width: 360px; 
	padding: 10px;
	border: 6px solid #e6cccd;
	text-align: center;
	line-height: 0.95;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 8px 6px 0 #c6c4c4;
	-moz-box-shadow: 0 8px 6px 0 #c6c4c4;
	box-shadow: 0 8px 9px -4px black;
}





/* ************************************************************************** */

/* BEGIN FROM ORIG BODY */

.sub_shadow01 {
 	<!-- background-image: url(../images/submit.jpg); -->
	background-position: top center; background-repeat: repeat-x;
 	background-image: linear-gradient(#7882ae, #fff);
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 3px 4px 3px 4px;
	border: solid 1px #ccc;
 	font-weight: bold;
	text-shadow: 0px 1px 0px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 
	-moz-box-shadow: 3px 3px 1px #999;
	-webkit-box-shadow: 3px 3px 1px #999;
	box-shadow: 0 1px 3px #111;
 
	cursor: pointer;
 }
.sub_shadow01:hover {
	background: #828282;
	color: #00ff00;
}
#inpt_form {
	padding: 3px;
	background-color: #d6c3c1;
	text-align: center;
	border: 3px solid #babfd6;
	border-radius: 8px;
	font: 0.95em arial;
	color: #5a6592;
	font-weight: bold;
}
#sel_form {
	background-color: #ede2de;
	border: 2px solid #babfd6;
	border-radius: 4px;
	text-align: center;
	color: #5a6592;
	font-weight: bold;
	font: 0.95em arial;
	cursor: pointer;
}
/* END FROM ORIG BODY */

/* ************************************************************************** */





/* -------------------------- CLOSE NEW GENERAL BODY CSS -------------------------- */


/* ******************************************************************************
*										*
*					*****					*
*										*
********************************************************************************* /


/* ------------------ O P E N   C O V E R   P A G E   T A B 1 ------------------ */

#cover_wrap {
        display: table-cell;
        width: 740px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
	text-align: center;
}
h1#wel_heading {
	width: 720px;
	margin: 10px auto;
	padding: 8px;
	background-image: linear-gradient(#fff 5%, #dfb9ba 75%);
	border: 2px solid #dfb9ba;
	border-top: 8px solid black;
	border-radius: 8px 8px 0 0;
	font: 1.6em tahoma,helvetica,verdana,arial;
	color: #885858;
	letter-spacing: 2px;
	font-weight: 800;
	text-align: center;
	text-shadow: 2px 2px 4px #808080;

}

h1#wel_h1 {
	width: 280px;
	margin: -10px 0 10px -10px;
	padding: 8px;
	background-image: linear-gradient(#fff 5%,#dfb9ba  75%);
	border: 2px solid #dfb9ba;
	border-top: 8px solid black;
	border-radius: 8px 8px 0 0;
	font: 1.5em tahoma,helvetica,verdana,arial;
	color: #885858;
	font-weight: 800;
	text-align: center;
	text-shadow: 2px 2px 4px #808080;
}
img.disc_wel {
	margin: -10px 0 10px 0px;
}
#wel_intro {
	width: 716px;
	margin: -10px auto 20px;
	padding: 10px;
	background-color: white;
	border: 1px solid #dfb9ba;
	border-bottom: 8px solid black;
	border-radius: 0 0 10px 10px;
	font: 0.85em/1.1 arial,verdana,helvetica,sans serif;
	text-align: justify;
}
img.wel_img {
	margin: 0 0 10px 0;
	box-shadow: 1px 1px 5px 1px #999999;"
}
#welcome {
	float: left;
	width: 280px;
	padding: 10px;
	background-color: white;
	border: 1px solid #dfb9ba;
	border-bottom: 8px solid black;
	border-radius: 10px;
	font: 0.86em/1.13 arial,verdana,helvetica,sans serif;
	text-align: justify;
}
#cover {
	float: right;
	width: 400px;
	margin-left: 10px;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	border-top:    8px solid black;
	border-right:  2px solid #dfb9ba;
	border-bottom: 8px solid black;
	border-left:   2px solid #dfb9ba;
}
table#cover_td_01 {
	padding-top: 4px;
	padding-bottom: 12px;
	font: 1.0em comic sans ms,trebuchet ms,garamond,monaco;
	font-weight: bold;
	text-shadow: 1px 1px 2px #909090;
	border-bottom: thin dotted maroon;
}
table#cover_td_01 td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}
table#cover_td_02, #cover_td_03, #cover_td_04 {
	padding-bottom: 12px;
	font: 1.0em comic sans ms,trebuchet ms,garamond,monaco;
	font-weight: bold;
	text-shadow: 1px 1px 3px #909090;
	border-bottom: thin dotted maroon;
}
table#cover_td_02, #cover_td_03, #cover_td_04 td {
	width: 49%;
	padding-top: 16px;
	text-align: center;
	vertical-align: middle;
}
.ctr_bdr {
	border-left: thin dotted maroon;
	border-right: thin dotted maroon;
}
img.itm_r { margin-right: 8px; }
img.itm_l { margin-left: 8px;  }

/* ------------------ C L O S E   C O V E R   P A G E   T A B 1 ------------------ */


/* ******************************************************************************
*										*
*					*****					*
*										*
********************************************************************************* /


/* ------------------ O P E N   M A J O R  J E W I S H   G R O U P S   T A B 2 ------------------ */


#groups {
	padding-bottom: 10px;
}
h1#group_heading {
	width: 700px;
	margin: 10px auto;
	padding: 8px;
	background-image: linear-gradient(#fff 5%, #dfb9ba 75%);
	border: 2px solid #dfb9ba;
	border-top: 8px solid black;
	border-radius: 8px 8px 0 0;
	font: 1.6em tahoma,helvetica,verdana,arial;
	font-weight: 800;
	text-align: center;
	text-shadow: 2px 2px 4px #808080;
}
#group_intro {
	width: 700px;
	margin: -10px auto 20px;
	padding: 10px;
	background-color: white;
	border: 1px solid #dfb9ba;
	border-bottom: 8px solid black;
	border-radius: 0 0 10px 10px;
	font: 0.85em/1.1 arial,verdana,helvetica,sans serif;
	text-align: justify;
}
#cols_wrapper {
        /* display: table-cell; */
	/* border: 1px solid red; */
	width: 720px;
	margin: 0;
	padding: 10px;
	text-align: justify;
	font: 0.85em arial;
	line-height: 1.1;
}
h1#group_h1 {
	width: 324px;
	margin: -10px 0 0 -10px;
	padding: 8px;
	background-image: linear-gradient(#fff 5%, #dfb9ba 75%);
	border: 2px solid #dfb9ba;
	border-top: 8px solid black;
	border-radius: 8px 8px 0 0;
	font: 1.6em tahoma,helvetica,verdana,arial;
	font-weight: 800;
	text-align: center;
	text-shadow: 2px 2px 4px #808080;
}
.col_01 {
	float: left;
	width: 325px;
	padding: 8px;
	margin-bottom: 20px;
	border: thin solid #dfb9ba;

	background-color: white;
	border-bottom: 8px solid black;
	border-radius: 10px;
}
.col_02 {
	float: right;
	width: 325px;
	padding: 8px;
	margin-bottom: 20px;
	border: thin solid #dfb9ba;

	background-color: white;
	border-bottom: 8px solid black;
	border-radius: 10px;
}

/* ------------------ C L O S E   M A J O R  J E W I S H   G R O U P S   T A B 2 ------------------ */


/* ******************************************************************************
*										*
*					*****					*
*										*
********************************************************************************* /


/* ------------------ O P E N   P R E - S T U D I E S   T A B 3 ------------------ */



			/* NO UNIQUE CSS FOR PRE-STUDIES */



/* ------------------ C L O S E   P R E - S T U D I E S   T A B 3 ------------------ */


/* ******************************************************************************
*										*
*					*****					*
*										*
********************************************************************************* /


/* ------------------ O P E N   C H A P T E R S   T A B 4 ------------------ */

#disciples {
	padding-bottom: 10px;
}
#chapter_studies {
	background-image: linear-gradient(#e2c5c3 5%, #fff 75%);
}
table#table_cpt_td {
	background: #e2c5c3 url(../images/john_bkg.jpg);
	padding: 10px;
	margin: 20px 0 10px 0;
	border-radius: 10px;
}
.bk_icons {
	margin: 0 5px 18px 0;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 2px #acacac;
}

/* ------------------ C L O S E   C H A P T E R S   T A B 4 ------------------ */


/* ******************************************************************************
*										*
*					*****					*
*										*
********************************************************************************* /


/* ------------------ O P E N   D I S C I P L E S   T A B 5 ------------------ */

#disc_h1 {
	width: 324px;
	margin: -10px 0 0 -10px;
	padding: 8px;
	background-image: linear-gradient(#fff 5%, #dfb9ba 75%);
	border: 2px solid #dfb9ba;
	border-top: 8px solid black;
	border-radius: 8px 8px 0 0;
	font: 1.6em tahoma,helvetica,verdana,arial;
	font-weight: 800;
	text-align: left;
	text-shadow: 2px 2px 4px #808080;
}

/* ------------------ C L O S E   D I S C I P L E S   T A B 5 ------------------ */


/* ******************************************************************************
*										*
*					*****					*
*										*
********************************************************************************* /


/* ------------------ O P E N   A P P E N D I X   T A B 6 ------------------ */

#appendix 	{ background: #e2c5c3 url(../images/pen4_bkg.jpg); }

.bold9V		{ font: 9pt verdana,ms serif,helvetica,arial; color: #a26661; font-weight: bold; text-shadow: 1.5px 1.5px 6px #909090; }

table#append_td {
	border-radius: 10px;
	padding: 10px;
	margin: 40px auto;
	margin-bottom: 40px;
}

/* ------------------ C L O S E   A P P E N D I X   T A B 6 ------------------ */

/* close adam2_cover.css */
