/* ============================================================
   Copy of bibletools2.css, date-versioned 20260922.

   20260922: replaced every `font-weight: bolder` with the absolute
   `bold`. `bolder` is relative to the inherited weight, so it only
   produced bold text while the surrounding text stayed at 400. That
   held while the legacy `P { font: ... }` shorthand pinned paragraphs
   to normal weight; responsive20260717.css's `.bt-main p{font:inherit}`
   removed that pin, and readers with an OS/browser "bold text"
   accessibility setting saw whole verses render bold with
   .EnglishmansHighlight indistinguishable from the rest.
   ============================================================ */

#docOptions {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	display:block;
}

#docOptions a:link, #docOptions a:visited {
	text-transform:none;
	color:#000000;
	text-decoration: none;
}

#docOptions a:hover {
	text-decoration:underline;
}
#sermonKeywords {
	display:none;
	height: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	padding: 7px;
}
H3 {
	font-size: 18pt;
	line-height: 36pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight:300;
	margin: 25px 4px 0 0;
}
H5 {
	font-size: 11pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 4px;
	font-weight:500;
}
LI  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

P  {
	font : .8em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.BereanAdHeader  {
	font-size: 16pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.BibleAndVersion  {
	font : 1.2em/1.6em Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
}

.BibleHeader  {
	font : 1.0em/1.4em Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
}

.EnglishmansHighlight  {
	font-weight:bold;
}

.footer {
	FONT-SIZE: 8pt; COLOR: #ffffff; LINE-HEIGHT: 8pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	line-height : 1.5em;
}

.parial {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : small;
	padding-top : 0px;
	padding-bottom : 0px;
}

.psmaller {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.ResourceType  {
	font : 1.2em/1.6em Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
}

.ResourceTypeDetail  {
	font : 1.2em/1.6em Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
}

.sectionmediumheadblack {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #000000; LINE-HEIGHT: 11pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.smaller {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-top : 0px;
	padding-bottom : 0px;
}
