/* This is the main CSS3 file for The Bless Yahowah Web Site - main.css */

/* ----------------------------------------------------------------- */
/*                       - Body Description -                        */
/*             The background color is our custom blue.              */
/*  Bear in mind that the most common screen resolution is 1024x768. */
/*                   The text colors used are                        */
/*                             cyan:#00eaff,                         */
/*                        dark blue:#111928,                         */
/*                             blue:#0000ff,                         */
/*                    white and cyan for numbers.                    */
/*      Rectangular back padding located below the photos are        */
/*                       light blue:#bfd3f8,                         */
/*                     light purple:#cd9dff.                         */
/* ----------------------------------------------------------------- */

body
{
	background-color:#19253c;
	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	line-height:1.15em;
	margin:0;
	padding:0;
	text-align:justify;
	text-decoration:none;
	text-indent:0em;
}

/* get rid of focus outlines on links */
:focus
{
	outline:0;
}

/* ----------------------------------------------------------------- */
/*                              DIVISIONS                            */
/* ----------------------------------------------------------------- */

#bottom
{
	padding:1em;
}

#content
{
  background-color:white;
  float:center;
  margin:2% 5%;
  padding-left:4em;
  text-decoration:none;
  width:75%;
}

#content-index
{
  background-color:white;
  float:center;
  margin:2% 5%;
  padding-left:4em;
  text-decoration:none;
  width:75%;
}

#logo
{
	background-image:url(../graphics/BYWS-Logo.png);
	border-style:none;
	height:93px;
	margin:2px;
	padding:0px;
	position:relative;
	width:950px;
}

#logo2
{
	background-image:url(../graphics/TopBar_Yellowness.png);
	border-style:none;
	height:93px;
	margin:2px;
	padding:0px;
	position:relative;
	width:950px;
}

#nav
{
	background-color:#19253c;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:medium;
	height:1.5em;
	margin-top:1px;
	margin-left:2px;
	margin-right:0;
	margin-bottom:1px;
	padding:0;
	position:relative;
	text-align:center;
	text-indent:0;
	width:950px;
}

#nextfeast
{
	background-color:white;
	border:none;
	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:medium;
	height:3.5em;
	margin:0em 0em 0em 0.15em;
	padding:0em;
	position:left;
	text-align:center;
	vertical-align:top;
	width:auto;
}

#page
{
	background-color:white;
	margin:auto;
	padding:0em 0em 1em 0em;
	text-indent:0em;
	text-decoration:none;
	width:950px;
}

#slideshow
{
	background-color:white;
	border-style:none;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:0.875em;
	line-height:1.2em;
	margin:0em;
	padding-left:0.15em;
	padding-top:0.15em;
	position:relative;
	text-decoration:none;
	width:949px;
}

#spacer
{
	background-color:transparent;
	border-style:none;
	height:25px;
	position:relative;
}

/* Stand out division - sans serif - without the bold text - justified */
#textboxj
{
  background-color:#ffffb0;
  border-color:#0033a4;
  border-style:outset;
  border-width:thin;
  color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
  font-style:normal;
  font-size:1em;
  line-height:1.3em;
  margin:1em 3em;
 	padding:0.5em 3em 0.5em 3em;
  text-align:justify;
  text-indent:0em;
}

#wrapper
{
	background:white;
	box-shadow:0em 0.1em 2em 0.15em #00eaff;
	font-size:1em;
	margin-top:1.5%;
	margin-right:auto;
	margin-bottom:1.5%;
	margin-left:auto;
	padding:1px;
	position:relative;
	text-align:justify;
	width:954px;
}

/* ----------------------------------------------------------------- */
/*                               TABLES                              */
/* ----------------------------------------------------------------- */

/* default table properties */
table, th, td
{
	border-collapse:collapse;
	border-color:#19253c;
	border-style:solid;
	border-width:thin;
	text-indent:0;
}

/* default table data cell properties */
td
{
	padding:0.2em 1em;
	text-indent:0;
}

/* default table data header properties */
th
{
  font-weight:bold;
  padding:0.2em 1em;
	text-align:center;
	vertical-align:middle;
}

/* ------------------------------------------- */
/* Table: An Introduction To God Chapters List */
/* ------------------------------------------- */
table.aitg
{
  border-collapse:collapse;
	border-style:thin solid #19253c;
	margin:0em 0em 0em 4.5em;
	position:relative;
	text-align:center;
	width:80%;
}

/* Table Data Cell - AITG chapter numbers */
td.aitgd
{
  border:thin solid #19352c;
  text-align:left;
  text-indent:0em;
  width:auto;
}

/* Table Data Cell - AITG chapter names */
td.aitgn
{
  border:thin solid #19352c;
  text-align:left;
  text-indent:0em;
  width:auto;
}

/* -------------------- */
/* Table: BlogTalkRadio */
/* -------------------- */
table.btr
{
  border:thin solid #19253c;
  margin-bottom:2em;
  margin-top:1em;
  position:relative;
  width:100%;
}

td.btr-hl
{
  border:thin solid #19253c;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  width:19%;
}

td.btr-hm
{
  border:thin solid #19253c;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  width:39%;
}

td.btr-hr
{
  border:thin solid #19253c;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  width:37%;
}

td.btr-l
{
  border:thin solid #19253c;
  text-align:left;
  vertical-align:top;
  width:19%;
}

td.btr-m
{
  border:thin solid #19253c;
  text-align:left;
  vertical-align:middle;
  width:39%;
}

td.btr-r
{
  border:thin solid #19253c;
  text-align:left;
  vertical-align:middle;
  width:37%;
}

/* ------------- */
/* Table: Bottom */
/* ------------- */
#bottom table
{
	border-style:none;
	margin:0em 3em 0em 0em;
	position:relative;
	text-align:center;
	width:100%;
}

#bottom tr
{
	height:1.1em;
}

#bottom td
{
	border-style:none;
	text-align:center;
	vertical-align:middle;
}

#bottom td.o
{
	width:33%;
}

#bottom td.c
{
	width:34%;
}

/* --------------------------------- */
/* Table: Feasts of Yahowah, Table 1 */
/* --------------------------------- */
table.feasts
{
  border:thin solid #19253c;
  margin-bottom:2em;
  margin-top:1em;
  position:relative;
  width:100%;
}

td.feasts-l
{
  border:thin solid #19253c;
  vertical-align:top;
  width:35%;
}

td.feasts-m
{
  border:thin solid #19253c;
  vertical-align:top;
  width:30%;
}

td.feasts-r
{
  border:thin solid #19253c;
  text-align:left;
  vertical-align:top;
  width:35%;
}

td.feasts-lc
{
  border:thin solid #19253c;
  text-align:center;
  vertical-align:middle;
  width:33%;
}

td.feasts-mc
{
  border:thin solid #19253c;
  text-align:center;
  vertical-align:middle;
  width:34%;
}

td.feasts-rc
{
  border:thin solid #19253c;
  text-align:center;
  vertical-align:middle;
  width:33%;
}

/* --------------------------------- */
/* Table: Feasts of Yahowah, Table 2 */
/* --------------------------------- */
table.f2
{
  border:thin solid #19253c;
  margin-bottom:2em;
  margin-top:1em;
  position:relative;
  width:100%;
}

/* Feasts of Yahowah Table 2 Data Cell - left */
td.f2l
{
  border:thin solid #19253c;
  vertical-align:middle;
  width:50%;
}

/* Feasts of Yahowah Table 2 Data Cell - right */
td.f2r
{
  border:thin solid #19253c;
  text-align:left;
  vertical-align:middle;
  width:50%;
}

/* ---------------- */
/* Table: Footnotes */
/* ---------------- */
table.fnt
{
	border:none;
	text-align:center;
	position:relative;
	width:100%;
}

td.fnt
{
	border:none;
	text-align:center;
	text-indent:0em;
  width:50%;
}

/* ----------------- */
/* Table: Navigation */
/* ----------------- */
#nav table
{
	background-color:transparent;
	border-style:none;
	color:white;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	margin:0em;
	position:relative;
	text-align:center;
	width:950px;
}

#nav td
{
	border-collapse:collapse;
	border-color:white;
	border-width:thin;
	padding:0em;
	text-align:center;
	width:170px;
}

#nav td.inner
{
	border-style:none solid;
	padding-top:0.2em;
}

#nav td.left
{
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:none;
	padding-top:0.2em;
}

#nav td.right
{
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:solid;
	padding-top:0.2em;
}

#nav tr
{
	height:1.6em;
}

/* ----------------- */
/* Table: Next Feast */
/* ----------------- */
#nextfeast table
{
	background-color:transparent;
  border-color:#0033a4;
  border-style:solid;
  border-width:thin;
  color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:0.8em;
	margin:0p;
	padding-bottom:1em;
	position:relative;
	text-align:center;
	vertical-align:top;
	width:950px;
}

#nextfeast td
{
	border-color:black;
	border-style:solid;
	border-width:thin;
	padding:0em;
	text-align:center;
	vertical-align:top;
}

#nextfeast td.Blue1
{
	background-color:#bfd3f8;
	vertical-align:top;
	width:150px;
}

#nextfeast td.Blue2
{
	background-color:#bfd3f8;
	vertical-align:top;
	width:250px;
}

#nextfeast td.Purple1
{
	background-color:#cd9dff;
	width:190px;
}

#nextfeast td.Purple2
{
	background-color:#cd9dff;
	vertical-align:middle;
	width:350px;
}

#nextfeast tr
{
	height:3.5em;
}

/* -------------------- */
/* Table: Observations */
/* -------------------- */
table.o
{
  border:thin solid #19253c;
  margin-bottom:2em;
  margin-top:1em;
  position:relative;
  width:100%;
}

td.o-hl
{
  border:thin solid #19253c;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  width:19%;
}

td.o-hm
{
  border:thin solid #19253c;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  width:39%;
}

td.o-hr
{
  border:thin solid #19253c;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
  width:37%;
}

td.o-l
{
  border:thin solid #19253c;
  text-align:center;
  vertical-align:top;
  width:19%;
}

td.o-m
{
  border:thin solid #19253c;
  text-align:left;
  vertical-align:middle;
  width:39%;
}

td.o-r
{
  border:thin solid #19253c;
  text-align:center;
  vertical-align:middle;
  width:37%;
}

/* ---------------------- */
/* Table: Prophet of Doom */
/* ---------------------- */
table.pod
{
  font-size:1.2em;
	line-height:1.1em;
	margin-left:4em;
	width:auto;
}

/* Table Data Cell - "Prophet of Doom" chapter numbers */
td.podd
{
  border:thin solid #19253c;
  text-align:justify;
  text-indent:0em;
  width:70%;
}

/* Table Data Cell - "Prophet of Doom" chapter names */
td.podn
{
  border:thin solid #19253c;
  text-align:left;
  text-indent:0em;
  width:30%;
}

/* --------------------------------- */
/* Table: Prophetic Chronology Chart */
/* --------------------------------- */
table.pcc
{
  border:thin solid #19253c;
	font-family: "Noto Sans", Verdana, sans-serif;
  margin:1em 0em 2em 0em;
  position:relative;
  width:auto;
}

.pcc.td
{
  border:thin solid #19253c;
	font-family: "Noto Sans", Verdana, sans-serif;
  text-align:center;
  text-indent:0em;
}

.pcc1
{
  border:thin solid #19253c;
  width:10%;
}

.pcc2
{
  border:thin solid #19253c;
  width:10%;
}

.pcc3
{
  border:thin solid #19253c;
  width:10%;
}

.pcc4
{
  border:thin solid #19253c;
  text-align:left;
  width:40%;
}

.pcc5
{
  border:thin solid #19253c;
  text-align:left;
  width:30%;
}

.pcc.tr
{
  position:relative;
  vertical-align:top;
  border:thin;
  padding-bottom:none;
}

/* ----------------------- */
/* Table: Questioning Paul */
/* ----------------------- */
table.qp
{
  font-size:1.2em;
	line-height:1.1em;
	margin-left:4em;
	width:auto;
}

/* Table Data Cell - "Questioning Paul" chapter numbers */
td.qpd
{
  border:thin solid #19253c;
  text-align:left;
  text-indent:0em;
  width:75%;
}

/* Table Data Cell - "Questioning Paul" chapter names */
td.qpn
{
  border:thin solid #19253c;
  text-align:left;
  text-indent:0em;
  width:25%;
}

/* -------------------------------- */
/* Table: Shattering Myths Archives */
/* -------------------------------- */
table.sm
{
  border-collapse:collapse;
	border:thin solid #19253c;
  font-size:medium;
  margin-bottom:2em;
  margin-left:0em;
  margin-right:0em;
  margin-top:1em;
  padding-left:0.5em;
  padding-right:0.5em;
  position:relative;
  text-align:left;
  width:100%;
}

td.sm1
{
	border:thin solid #19253c;
  text-align:center;
  text-indent:0em;
  width:8%;
}

td.sm2
{
	border:thin solid #19253c;
  text-align:center;
  text-indent:0em;
  width:1%;
}

td.sm3
{
	border:thin solid #19253c;
  text-align:center;
  text-indent:0em;
  width:1%;
}

td.sm4
{
	border:thin solid #19253c;
  text-align:left;
  text-indent:0em;
  width:90%;
 
}

th.sm
{
	font-family: "Noto Sans", Verdana, sans-serif;
  font-size:110%;
  text-align:center;
}

tr.sm
{
  position:relative;
  vertical-align:top;
}

/* ------------------------------------------ */
/* Table: Shattering Myths Archives Main Page */
/* ------------------------------------------ */
table.smmp
{
  border-style:none;
  font-size:medium;
  margin-bottom:2em;
  margin-left:0em;
  margin-right:0em;
  margin-top:1em;
  padding-left:0.5em;
  padding-right:0.5em;
  position:relative;
  text-align:left;
  width:100%;
}

td.smmp
{
  text-align:center;
  text-indent:0em;
  width:25%;
}

tr.smmp
{
  position:relative;
  vertical-align:middle;
}

/* ----------------------------------------------------- */
/* Table: Shattering Myths Archives Main Page, 2012 only */
/* ----------------------------------------------------- */
table.smmp12
{
  border-style:none;
  font-size:medium;
  margin-bottom:2em;
  margin-left:0em;
  margin-right:0em;
  margin-top:1em;
  padding-left:0.5em;
  padding-right:0.5em;
  position:relative;
  text-align:left;
  width:100%;
}

td.smmp12c
{
  text-align:center;
  text-indent:0em;
  width:0%;
}

td.smmp12o
{
  text-align:center;
  text-indent:0em;
  width:0%;
}

tr.smmp12
{
  position:relative;
  vertical-align:middle;
}

/* ------------------------ */
/* Table: Table of Contents */
/* ------------------------ */
table.toc
{
	border:thin solid #19253c;
	margin:0.5em 1em 1em 1em;
	position:center;
	width:auto;
}

.toc.td
{
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:0.875em;
	padding:1em;
	text-align:justify;
	text-indent:0em;
	vertical-align:top;
}

.tocd
{
	border-color:#19253c;
	border-style:solid solid solid hidden;
	border-width:thin;
	font-size:0.875em;
	padding:1em;
	text-align:justify;
	width:55%;
}

.tocn
{
  border-color:#19253c;
  border-style:solid hidden solid solid;
	border-width:thin
	font-size:1.1em;
	line-height:1.2em;
	padding:1em 0 0 1em;
	text-align:left;
	width:45%;
}

/* -------------------- */
/* Table: The Protocols */
/* -------------------- */
table.tp
{
  font-size:1.2em;
	line-height:1.1em;
	margin-left:4em;
	width:auto;
}

/* Table Data Cell - "The Protocols of the New World Order" */
td.tp
{
  border:thin solid #19253c;
  text-align:left;
  text-indent:0em;
  width:auto;
}

/* -------------------------- */
/* Table: Titles vs. the Name */
/* -------------------------- */
table.tan
{
  border:thin solid #19253c;
  border-collapse:collapse;
  color:#0033a4;
	font-family: "Noto Sans", Verdana, sans-serif;

}

td.tanl
{
  border:thin solid #19253c;
  border-collapse:collapse;
  color:#0033a4;
  font-size:large;
  text-align:center;
  text-indent:0em;
  width:5em;
}

td.tanm
{
  border:thin solid #19253c;
  border-collapse:collapse;
  text-align:center;
  text-indent:0em;
  width:3em;
}

td.tanr
{
  border:thin solid #19253c;
  border-collapse:collapse;
  text-align:justify;
  text-indent:0em;
  width:25em;
}

th.tan
{
  border:thin solid #19253c;
  border-collapse:collapse;
  font-size:large;
  padding:0.2em 1em;
}

/* ------------------------------------- */
/* Table: The 7 Days of Adamic Man Chart */
/* ------------------------------------- */
table.doam
{
  border-style:none;
  margin:1em 2em;
  position:relative;
  width:100%;
}

td
{
  border-style:none;
  text-indent:0em;
  width:auto;
}

td.doamfl
{
  text-align:center;
}

td.doamlc
{
  text-align:right;
}

td.doamc
{
  text-align:center;
}

td.doamrc
{
  text-align:left;
}

td.doamfr
{
  padding-right:3em;
  text-align:left;
}

tr.doam
{
  border-style:none;
  padding-bottom:none;
  position:relative;
  vertical-align:middle;
}

/* ------------------------------------------- */
/* Table: WGET instructions */
/* ------------------------------------------- */
table.wget
{
  border-collapse:collapse;
	border-style:none;
	margin:0em 0em 0em 4em;
	position:relative;
	text-align:center;
	width:80%;
}

/* Table Data Cell - WGET instruction steps */
td.wgets
{
  border:none;
  text-align:left;
  text-indent:0em;
  width:5%;
}

/* Table Data Cell - WGET instructions */
td.wgeti
{
  border:none;
  text-align:left;
  text-indent:0em;
  width:95%;
}

/* Table Data Cell - WGET instructions - level 2 */
td.wgeti2
{
  border:none;
	margin:0em 0em 0em 6em;
  text-align:left;
  text-indent:2em;
  width:95%;
}

/* Table Data Cell - WGET instructions - level 3 */
td.wgeti3
{
  border:none;
	margin:0em 0em 0em 8em;
  text-align:left;
  text-indent:4em;
  width:95%;
}

/* ----------------------------------- */
/* Table: "Yada Yah" Table of contents */
/* ----------------------------------- */
table.yy
{
  font-size:1.2em;
	line-height:1.1em;
	margin:0.5em auto;
	width:auto;
}

/* Table Data Cell - "Yada Yah" */
td.yy
{
  border-collapse:collapse;
	border:thin solid #19253c;
  text-align:left;
  text-indent:0em;
  width:auto;
}

/* ----------------------------------------------------------------- */
/*                             PARAGRAPHS                            */
/* ----------------------------------------------------------------- */

/* default paragraph */
p
{
	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	line-height:1.3em;
	padding:0em 3em 0.5em 3em;
	text-indent:1em;
	text-align:justify;
}

/* paragraph with 7% margin on each side */
p.i7
{
  margin:1% 7%;
	text-indent:0em;
}

/* right justified paragraph */
p.jr
{
	margin-right:10px;
	text-align:right;
	text-indent:0px;
}

/* paragraph with no indent */
p.ni
{
	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	line-height:1.3em;
	padding:0em 0.8em 0.5em 0.8em;
	text-indent:0em;
	text-align:justify;
}

/* centered text */
.c
{
  text-align:center;
	text-indent:0em;
}

/* footnote paragraph */
.footnote
{
 	background-color:#ffff80;
 	border-color:#bfd3f8;
 	border-style:outset;
 	border-width:thin;
 	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-style:normal;
	font-size:0.9em;
	line-height:1.3em;
	margin:auto;
	padding:0.7em;
	text-indent:0em;
	width:90%;
}

/* paragraph with no text indent */
.no-indent
{
 	border-style:none;
 	border-width:thin;
 	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-style:normal;
	font-size:1em;
	line-height:1.3em;
	margin:auto;
	padding:0.7em;
	text-indent:0em;
	width:90%;
}

/* Note paragraph with centered text and without the bold text */
.rnnbc
{
 background-color:#ffffb0;
 border-color:#0033a4;
 border-style:outset;
 border-width:thin;
 color:black;
 font-style:normal;
 font-size:1em;
 line-height:1.3em;
 margin:1em 5em;
 padding:.7em;
 text-align:center;
 text-indent:0em;
}

/* Note paragraph - sans serif - without the bold text */
.textbox
{
  background-color:#ffffb0;
  border-color:#0033a4;
  border-style:outset;
  border-width:thin;
  color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
  font-style:normal;
  font-size:1em;
  line-height:1.3em;
  margin:1em 3em;
	padding:0.5em 3em 0.5em 3em;
  text-align:left;
  text-indent:0em;
}

/* Note paragraph - sans serif - without the bold text - centered */
.textboxc
{
  background-color:#ffffb0;
  border-color:#0033a4;
  border-style:outset;
  border-width:thin;
  color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
  font-style:normal;
  font-size:1em;
  line-height:1.3em;
  margin:1em 3em;
 	padding:0.5em 3em 0.5em 3em;
  text-align:center;
  text-indent:0em;
  vertical-align:middle;
}
/* Note paragraph - sans serif - without the bold text - left aligned - wider */
.textboxf
{
  background-color:#ffffb0;
  border-color:#0033a4;
  border-style:outset;
  border-width:thin;
  color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
  font-style:normal;
  font-size:0.8em;
  line-height:1.3em;
  margin:0em 0em;
	padding:0.5em;
  text-align:left;
  text-indent:0em;
}
/* Note paragraph - sans serif - without the bold text - justified */
.textboxj
{
  background-color:#ffffb0;
  border-color:#0033a4;
  border-style:outset;
  border-width:thin;
  color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
  font-style:normal;
  font-size:1em;
  line-height:1.3em;
  margin:1em 3em;
 	padding:0.5em 3em 0.5em 3em;
  text-align:justify;
  text-indent:0em;
}

/* Note paragraph - tan background */
.textboxt
{
  background-color:#ffffe0;
  border-color:#0033a4;
  border-style:outset;
  border-width:thin;
  color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
  font-style:normal;
  font-size:1em;
  line-height:1.3em;
  margin:1em 3em;
	padding:0em 3em 0.5em 3em;
  text-align:left;
  text-indent:0em;
}

/* Passages from Yahowah's Word (indented both sides) */
.yw
{
	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	margin-left:4em;
	margin-right:6em;
	text-indent:0em;
}
/* Passages from Yahowah's Word (less indented both sides) */
.yw2
{
	color:black;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	margin-left:1em;
	margin-right:1em;
	text-indent:0em;
}

/* ----------------------------------------------------------------- */
/*                                LISTS                              */
/* ----------------------------------------------------------------- */

/* default ordered list */
ol
{
	font-family: "Noto Sans", Verdana, sans-serif;
	line-height:1.15em;
	list-style-type:decimal;
	margin-left:7em;
	margin-right:7em;
  text-align:justify;
	text-indent:0;
}

/* default ordered list item */
ol li
{
	padding-bottom:0.75em;
	padding-left:0;
}

/* Ordered List - Shattering Myths Archives */
.olsm
{
	font-family: "Noto Sans", Verdana, sans-serif;
	line-height:1.1em;
  list-style-type:decimal;
  margin-left:5%;
  margin-right:5%;
  padding-left:1em;
  padding-right:1em;
  text-align:left;
  text-indent:0;
}

/* default properties for ordered lists in The Protocols */
.olp
{
  list-style-type:lower-alpha;
  margin-left:15%;
  margin-right:15%;
  padding-left:1em;
  padding-right:1em;
  text-align:left;
  text-indent:0em;
}

/* Ordered List - Observations */
.olo
{
	font-family: "Noto Sans", Verdana, sans-serif;
	line-height:1em;
  list-style-type:decimal;
  margin-left:0.5em;
  margin-right:0.5em;
  padding-left:1em;
  padding-right:1em;
  text-align:justify;
  text-indent:0;
}

.olo li
{
	padding-bottom:0;
	padding-left:0;
}


/* Ordered List - Passage from Yahowah's Word */
.olyw
{
	font-family: "Noto Sans", Verdana, sans-serif;
	line-height:1.15em;
  list-style-type:decimal;
  margin-left:3em;
  margin-right:3em;
  padding-left:1em;
  padding-right:1em;
  text-align:justify;
  text-indent:0;
}

/* default unordered list */
ul
{
	list-style-type:none;
	list-style-position:outside;
	margin-left:4em;
	margin-right:2em;
	text-indent:0.3em;
}

/* default unordered list item */
ul li
{
	font-size:1em;
	line-height:1.2em;
	margin-left:2.5em;
	padding:0em 4em 0.2em 1em;
	text-align:justify;
	text-indent:0em;
}

ul.index {
 list-style-image:url('../graphics/ULDiscPurple.png');
 margin-left:3.5em;
 margin-right:3.5em;
 text-align:justify;
 text-indent:0.5em;
}

ul.index2 {
 list-style-image:url('../graphics/ULDiscBlue.png');
 margin-left:6em;
 margin-right:4em;
 text-align:justify;
 text-indent:0.5em;
}

ul.ofot
{
	font-family: "Noto Sans", Verdana, sans-serif;
	line-height:1.1em;
	list-style-image:url(../graphics/ULDiscPurple.png);
  list-style-position:outside;
  margin:0em;
	padding:0em;
  text-align:left;
  text-indent:0em;
}

ul.ofot2
{
	font-family: "Noto Sans", Verdana, sans-serif;
	list-style-image:url(../graphics/ULDiscBlue.png);
  list-style-position:outside;
  margin-left:2em;
  margin-right:2em;
  text-align:left;
  text-indent:none;
}

ul.sm4
{
	font-family: "Noto Sans", Verdana, sans-serif;
	line-height:1.1em;
	list-style-image:url(../graphics/ULDiscPurple.png);
  list-style-position:outside;
  margin:0em 0.5em;
	padding:0em;
  text-align:left;
  text-indent:0em;
}

ul.sm42
{
	font-family: "Noto Sans", Verdana, sans-serif;
	list-style-image:url(../graphics/ULDiscBlue.png);
  list-style-position:outside;
  margin-left:2.5em;
  margin-right:2em;
  text-align:justify;
  text-indent:none;
}

ul.sm42n
{
	font-family: "Noto Sans", Verdana, sans-serif;
  list-style-type:none;
  list-style-position:outside;
  margin-left:1.5em;
  margin-right:2em;
  text-align:left;
  text-indent:none;
}

/* unordered list with purple disc */
ul.ula
{
	list-style-image:url(../graphics/ULDiscPurple.png);
	list-style-position:outside;
	margin-left:4em;
	margin-right:2em;
	text-indent:1em;
}

/* unordered list with blue disc */
ul.ulb
{
	list-style-image:url(../graphics/ULDiscBlue.png);
	list-style-position:outside;
	margin-left:2.5em;
	margin-right:2em;
	text-indent:2em;
}

/* Bless Yahowah Fedora Head logo list item properties */
li.by
{
  border-color:#19253c;
  border-style:solid;
  border-width:1px;
  list-style-image:url('../graphics/li-icon.jpg');
  margin-left:1.2em;
  padding:0em 0.3em 0.1em 0.3em;
  text-indent:0em;
}

/* Bless Yahowah Fedora Head logo 2nd level list item properties */
li.by2
{
  border-color:#19253c;
  border-style:solid;
  border-width:1px;
  list-style-image:url('../graphics/li-icon.jpg');
  margin-left:5em;
	margin-right:3em;
  padding:0em 0.3em 0.1em 0.3em;
  text-indent:0em;
}

/* Bless Yahowah Fedora Head logo list item properties w/o borders */
li.byp
{
  border-style:hidden;
	line-height:1.2em;
  list-style-image:url('../graphics/li-icon.jpg');
  margin:0em;
  padding:0.25em 0.3em;
	text-align:justify;
  text-indent:0em;
}

/* Bless Yahowah Fedora Head logo list item properties w/gold background for added emphasis */
li.byg
{
	background-color:#ffe000;
  border-color:#19253c;
  border-style:solid;
  border-width:1px;
  list-style-image:url('../graphics/li-icon.jpg');
  margin-left:1.2em;
  padding:0em 0.3em 0.1em 0.3em;
  text-indent: 0em;
}

/* ----------------------------------------------------------------- */
/*                          FONT DESCRIPTIONS                        */
/* ----------------------------------------------------------------- */

li.c {
 text-align:center;
}

a
{
	outline:none;
	text-decoration:underline;
	border-bottom:none;
	color:#000080;
}

a:hover
{
	outline:none;
	border-bottom:none;
	color:#aa0000;
}

a img
{
	outline:none;
	border:none;
}

a.lm:link, a.lm:visited
{
	position:relative;
	background-color:transparent;
	color:#fccb7a;
	text-align:center;
	text-decoration:none;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	padding:0em;
}

a.lm:hover
{
	color:#e2980a;
}

a.lm:active
{
	color:#fecb00;
}

#nav a
{
	text-decoration:none;
	color:#00eaff;
}

#nav a span
{
	display:block;
	font-size:0.75em;
	margin:auto;
	width:60px;
}

#nav a:hover
{
	text-decoration:none;
	color:gold;
}

h1, h2, h3, h4, h5, h6
{
	color:#00008b;        /* dark blue */
	font-family: "Noto Sans", Verdana, sans-serif;
	line-height:1.75em;
	padding:0em 2em 0em 2em;
	text-align:left;
}

h1
{
	font-size:2em;
	line-height:1.1em;
	text-align:center;
}

h1.pagetitle
{
	text-align:center;
	line-height:1.3em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

h1.pagetitle2
{
	text-align:center;
	line-height:1.3em;
	padding-top:0.5em;
	padding-bottom:0em;
}

h2
{
	font-size:1.75em;
}

h2.pagetitle
{
	font-size:1.75em;
	text-align:center;
	line-height:1.3em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

h2.pagetitle2
{
	font-size:1.75em;
	text-align:center;
	line-height:1.3em;
	padding-top:0em;
	padding-bottom:0.5em;
}

h3
{
	font-size:1.5em;
}

h3.c
{
	font-size:1.5em;
	text-align:center;
}

h4
{
	font-size:1.25em;
}

h4.c
{
	font-size:1.25em;
	text-align:center;
}

h5
{
	font-size:1.1em;
}

h5.subhead
{
	font-size:1.1em;
	padding-left:3.5em;
}

h6
{
	font-size:0.875em;
}

img.left
{
	float:left;
	margin:0em 1em 0em 0em;
}

img.right
{
	float:right;
	margin:0em 0em 0em 1em;
}

.b
{
	font-weight:bold;
}

/* bold Dark Blue */
.bb
{
	color:#000080;
	font-weight:bold;
}

.bbi
{			 /* bold Dark Blue italics */
	color:#000080;
	font-weight:bold;
	font-style:italic;
}

/* bold italics */
.bi
{
	font-weight:bold;
	font-style:italic;
}

.blk
{
	color:#000000;        /* Black */
}

.blue
{
	color:#0000a0;        /* Blue */
}
.bluei
{			      /* Blue Italic */
	color:#0000a0;        
	font-style:italic;
}
.blueb
{
	color:#0000a0;        /* Blue */
	font-weight:bold;
}

.bt
{                   /* Bold Teal */
	font-weight:bold;
	color:#0033a4;
}

.bti
{                  /* Bold Teal Italic */
	font-style:italic;
	font-weight:bold;
	color:#0033a4;
}

.db
{			 /* Dark Blue */
	color:#000080;
}

.dr
{
	color:#8b0000;        /* Dark Red */
}

/* Bold Dark Green */
.gb
{
	color:#006600;
	font-weight:bold;
}

/* Bold Dark Green italic */
.gbi
{
	color:#006600;
  font-style:italic;
	font-weight:bold;
}

.gld
{
  color:gold;
}

.greek
{
	font-family:serif;
	font-size:1.2em;
	font-weight:normal;
}

/* Greek word - green*/
.gwg
{
	color:#006600;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	font-style:italic;
}

/* Greek word - green, bold */
.gwgb
{
	color:#006600;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
}

/* Dark Green */
.gd
{
	color:#006000;
}

/* Font for Bold Hebrew characters */
.heb
{
	font-family: "Times New Roman", serif;
	font-size:1.5em;
	font-weight:bold;
}

/* Font for normal Hebrew characters */
.hebn
{
	font-family: "Times New Roman", serif;
	font-size:1.5em;
	font-weight:normal;
}

/* Font for Bold Hebrew characters (Teal) */
.hebt
{
  color:#0033a4;
	font-family: "Times New Roman", serif;
	font-size:1.5em;
	font-weight:bold;
}

/* huge font */
.hug                     
{
	font-size:2em;
}

/* Hebrew word */
.hw
{
	font-family:"Noto Sans", sans-serif;
	font-size:1em;
	font-style:italic;
}

/* Hebrew word - teal*/
.hwt
{
	color:#0033a4;
	font-family:"Noto Sans", sans-serif;
	font-size:1em;
	font-style:italic;
}

/* Hebrew word - teal, bold */
.hwtb
{
	color:#0033a4;
	font-family:"Noto Sans", sans-serif;
	font-size:1em;
	font-style:italic;
	font-weight:bold;
}

.i
{
	font-style:italic;
}

.ib
{                   /* italic sans-serif - DARK BLUE */
	color:#000080;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-style:italic;
}

.ig
{                   /* Medium Gray for italicized words in translations of Yah's Word */
	color:#606060;
	font-style:italic;
}

.ign
{                  /* italic sans-serif Green */
	color:#006600;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-style:italic;
}

.ignb
{                 /* bold italic sans-serif Green */
	color:#006600;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-style:italic;
	font-weight:bold;
}

.ir
{                   /* italic sans-serif - RED */
	color:#b00000;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-style:italic;
}

.irb
{                  /* italic bold sans-serif - RED */
	color:#b00000;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-style:italic;
	font-weight:bold;
}

.is
{                   /* italic smaller */
	font-size:0.9em;;
	font-style:italic;
}

.isr
{                  /* italic smaller sans-serif - RED */
	color:#b00000;
	font-size:0.9em;
	font-style:italic;
}

.isrb
{                 /* italic smaller sans-serif - RED */
	color:#bb0000;
	font-size:0.9em;
	font-style:italic;
	font-weight:bold;
}

.isst
{                   /* italic smaller sans-serif teal */
	color:#0033a4;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:0.9em;;
	font-style:italic;
}

.isstb
{                 /* italic smaller sans-serif teal bold */
	color:#0033a4;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:0.9em;;
	font-style:italic;
	font-weight:bold;
}

.it
{                   /* italic sans-serif Teal */
	color:#0033a4;
	font-style:italic;
}

.itb
{                   /* bold italic sans-serif Teal */
	color:#0033a4;
	font-style:italic;
	font-weight:bold;
}

.iwoyy
{                /* italicized Words of Yahowah and Yahosha */
	color:#700000;        /* somewhat darker Dark Red */
	font-style:italic;
	font-weight:normal;
}

.l
{    /* larger font */
	font-size:1.1em;
	line-height:1.5em;
}

/* 1.25em font */
.l25
{
	font-size:1.25em;
	line-height:1.5em;
}

/* 1.5em font */
.l50
{
	font-size:1.5em;
	line-height:1.5em;
}

.navy                  
{    /* navy font */
	color:#000044;
}

.ogreek
{
	font-family:serif;
	font-size:1em;
	font-weight:normal;
	text-decoration:overline;
}

.purple
{
  color:#8b008b;
  font-weight:normal;
}

/* bold purple */
.pb
{
  color:#8b008b;
  font-weight:bold;
}

/* bold purple italic */
.pbi
{
  color:#8b008b;
	font-style:italic;
  font-weight:bold;
}

.rb
{
	color:#bb0000;
	font-weight:800;
}

.red
{
	color:#bb0000;
}

.sc
{                   /* small all-caps */
	font-size:0.85em;
	text-transform:uppercase;
}

.serif
{                /* serif font */
	font-family:serif;
}

/* smaller font */
.sm
{
	font-size:0.85em;
}

.ss
{                   /* sans-serif and smaller */
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:smaller;
	color:navy;
	}
	
.ssb
{                  /* sans-serif and bold */
	font-family: "Noto Sans", Verdana, sans-serif;
	font-weight:bold;
}

.ssbt
{                  /* sans-serif and bold, teal */
	color:#0033a4;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-weight:bold;
}

.ssn
{                   /* sans-serif and normal size */
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:1em;
	font-weight:normal;
	}
	
.ssm
{                   /* sans-serif and normal size */
	font-family: "Noto Sans", Verdana, sans-serif;
	font-weight:normal;
	}
	
.ssy
{                   /* sans-serif, Yahowah speaking, bold */
	font-family: "Noto Sans", Verdana, sans-serif;
	font-weight:bold;
	color:#8b0000;
	}
	
.st
{                   /* font for Yah's Word text */
	color:#000044;
	font-family:serif;
	font-size:medium;
}

.su
{			/* superscript */
	font-size:smaller;
	vertical-align:super;
}

/* table data small font - dark red, bold */
.tds
{
	color:#800000;
	font-size:0.75em;
	font-weight:bold;
	line-height:1em;
	text-align:center;
}

/* table data small font - normal */
.tdsn
{
	color:#000000;
	font-size:0.75em;
	font-weight:normal;
	line-height:1em;
	text-align:center;
}

/* Teal */
.teal
{
	color:#0033a4;
}

/* font for references from Yahowah's Word */
.twr
{
	color:#0033a4;
}

/* References from Yahowah's Word (indented both sides) inside notes */
.twr-textbox
{
	margin-left:0em;
	margin-right:0em;
	text-align:left;
	text-indent:0em;
}

/* Underline */
.u
{
	text-decoration:underline;
}

/* superscript for verse numbers */
.vn
{
	color:#004000;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-size:0.8em;
	vertical-align:top;
}

/* Words of Yahowah and Yahosha */
.woyy
{
	color:#8b0000; /* Dark Red */
}

/* Words of Yahowah and Yahosha - bold */
.woyyb
{
	color:#8b0000; /* Dark Red */
	font-weight:bold;
}

/* Words of Yahowah and Yahosha  (normal font size) */
.woyyn
{
	color:#8b0000; /* Dark Red */
}

/* extra-large font */
.xl
{
  color:black;
  font-size:2em;
}

.xsm
{                   /* extra-small font */
	font-size:0.6em;
}
