@charset "utf-8";
/* CSS Document */
/* Page Layout CSS */
/*fadecontrols*/

/*#mainContainer {
    position: relative;
    text-align: center;
    height: 2400px;
    background: #eee;
}*/
/*end fadecontrols*/
/*
#arrowContainer button.btn {
    width: 200px;
    height: 40px;
    position: fixed;
    top: 40px;
    left: 50%;
    color: #333;
    font-size: 16px;
    margin-left: -100px;
}
*/
/* for drop cap for future paragraph view */
.paragraphview:first-child:first-letter {float:left; color:#a23021; font-size:420%; line-height:100%; padding:4px 8px 0 3px;font-family: Georgia;}

/* hack to fix dropcap alignment for Firefox only */
body:not(:-moz-handler-blocked) .paragraphview:first-child:first-letter {
    margin-top: 0.15em;
  }
  /* new playlistindex*/
  ul.playlistindex{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:100%;
	border-radius:10px
}
ul.playlistindex li{
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
	box-shadow:0 1px 1px rgba(0,0,0,.2);
	position:relative;
	display:block;
	width:auto;
	font-size:100%;
	color:#666;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:3em;
	padding-right:5px;
	border:none;
	background-color:#222222;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-transition-property:hover;
	-webkit-transition:background-color .15s ease-in-out;
	-moz-transition:background-color .15s linear 0s;
	-o-transition-property:background-color;
	-o-transition-duration:.15s;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url("../img/headphones-alt-light.svg");
	background-size: 1em;
	background-position:1em 50%;
	background-repeat:no-repeat
}
ul.playlistindex li a{
	display:block;
	text-decoration:none;
	font-weight:400;
	color: #f6f6f6;
	font-size:100%;
	outline:none;
	position:relative;
	z-index:2;
	border-radius:10px
}
ul.playlistindex li.sm2_playing,ul.playlistindex li.sm2_paused,ul.playlistindex li.sm2_playing a{
	color: #f2f2f2;

}
ul.playlistindex li:hover{
	background-color:#BD2427;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.4);
	box-shadow:0 1px 1px rgba(0,0,0,.4)
}
ul.playlistindex li:hover a{
	color:#f6f6f6
}
ul.playlistindex li.sm2_playing,ul.playlistindex li.sm2_playing:hover{
	background:#BD2427 url("../img/pause-light.svg") no-repeat 10px 50%;
	background-size: 1em;
	background-position:1em 50%;
}
ul.playlistindex li.sm2_paused{
	background:#222222 url("../img/play-light.svg") no-repeat 10px 50%;
	background-size: 1em;
	background-position:1em 50%;
	color: #f2f2f2
}
ul.playlistindex li.sm2_playing:hover a,ul.playlistindex li.sm2_paused a{
	color:#f2f2f2
}
ul.playlistindex li .controls{
	display:none
}
ul.playlistindex li .peak,ul.playlistindex.use-peak li .peak{
	display:none;
	position:absolute;
	top:.55em;
	right:.5em
}
ul.playlistindex li.sm2_playing .controls,ul.playlistindex li.sm2_paused .controls{
	position:relative;
	display:block
}
ul.playlistindex.use-peak li.sm2_playing .peak,ul.playlistindex.use-peak li.sm2_paused .peak{
	display:inline;
	display:inline-block
}
ul.playlistindex.use-peak li .peak{
	display:none
}
ul.playlistindex li.sm2_paused .controls{
}
ul.playlistindex li:hover .controls .statusbar{
	position:relative;
	cursor:ew-resize;
	cursor:-moz-grab;
	cursor:grab
}
ul.playlistindex li.sm2_paused .controls .statusbar{
	background-color:#f6f6f6
}
ul.playlistindex li .controls{
	position:relative;
	margin-top:.25em;
	margin-bottom:.25em;
	margin-right: .25em;
}
ul.playlistindex li .controls .statusbar{
	position:relative;
	height:.5em;
	border-radius:1em;
	overflow:hidden;
	cursor:-moz-grab;
	cursor:grab;
	background: #f6f6f6;
}
ul.playlistindex li .controls.dragging .statusbar{
	cursor:-moz-grabbing;
	cursor:grabbing
}
ul.playlistindex li .controls .statusbar .position,ul.playlistindex li .controls .statusbar .loading,ul.playlistindex li .controls .statusbar .annotation{
	position:absolute;
	left:0;
	top:0;
	height:.3em
}
ul.playlistindex li .controls .statusbar .position{
	background-color:#333333;
	border-right:3px solid #9d261d;
	border-radius:3px
}
ul.playlistindex li.sm2_paused .controls .statusbar .position{
	background-color:#222222;
	border-color:#222222
}
ul.playlistindex li .controls .statusbar .loading{
	background-color:#f6f6f6
}
ul.playlistindex li .controls .statusbar .position,ul.playlistindex li .controls .statusbar .loading{
	width:0;
	height: .3em;
	margin: .1em;
}
ul.playlistindex li.sm2_playing a.sm2_link,ul.playlistindex li.sm2_paused a.sm2_link{
	margin-right:4.5em
}
ul.playlistindex li .timing{
	position:absolute;
	display:none;
	text-align:right;
	right:1em;
	top:1em;
	width:auto;
	padding:3px 5px;
	background-color:#333333;
	border:1px solid #999999;
	border-radius:4px;
	letter-spacing:0;
	font-size:.6em;
	line-height:1em;
	vertical-align:middle;
	color:#f6f6f6
}
ul.playlistindex.use-peak li .timing{
	right:4.25em
}
ul.playlistindex li:hover .timing{
	z-index:2
}
ul.playlistindex li .timing div.sm2_timing{
	margin:0;
	padding:0;
	margin-top:-1em
}
ul.playlistindex li.sm2_playing .timing,ul.playlistindex li.sm2_paused .timing{
	display:block
}
ul.playlistindex li.sm2_paused .timing .sm2_position{
	text-decoration:blink
}
ul.playlistindex li.sm2_paused .timing,ul.playlistindex.use-peak li.sm2_paused .peak{
	background-color:#666;
	border-color:#ccc
}
ul.playlistindex.use-peak li .peak{
	display:none;
	border:1px solid #9cf;
	padding:2px;
	height:.55em;
	border-radius:4px;
	background-color:#58b;
	width:.8em;
	margin-top:-3px
}
ul.playlistindex.use-peak li .peak-box{
	position:relative;
	width:100%;
	height:.55em;
	overflow:hidden
}
ul.playlistindex li .peak .l,ul.playlistindex li .peak .r{
	position:absolute;
	left:0;
	top:0;
	width:7px;
	height:50px;
	background:#f6f6f6;
	border:1px solid #f6f6f6;
	border-radius:1px;
	margin-top:1em
}
ul.playlistindex li .peak .l{
	margin-right:1px
}
ul.playlistindex li .peak .r{
	left:10px
}
#control-template{
	display:none
}
.noMargin{
	margin:0
}
#sm2-container{
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
}
#sm2-container object,#sm2-container embed{
	width:48px;
	height:48px;
	max-width:48px;
	max-height:48px
}
#sm2-container.swf_timedout{
	position:relative;
	width:48px;
	height:48px
}
#sm2-container.swf_timedout,#sm2-container.swf_timedout object,#sm2-container.swf_timedout embed{
	min-width:48px;
	min-height:48px
}
#sm2-container.swf_unblocked{
	width:1px;
	height:1px
}
#sm2-container.swf_loaded object,#sm2-container.swf_loaded embed,#sm2-container.swf_unblocked object,#sm2-container.swf_unblocked embed{
	left:-9999em;
	top:-9999em
}
#sm2-container.swf_error{
	display:none
}
#sm2-container.high_performance,#sm2-container.high_performance.swf_timeout{
	position:absolute;
	position:fixed
}
#sm2-container.high_performance{
	overflow:hidden;
	_top:-9999px;
	_left:-9999px;
	bottom:0;
	left:0;
	z-index:99
}
#sm2-container.high_performance.swf_loaded,#sm2-container.high_performance.swf_unblocked{
	z-index:auto
}
#sm2-container.high_performance.swf_loaded,#sm2-container.high_performance.swf_unblocked,#sm2-container.high_performance.swf_unblocked object,#sm2-container.high_performance.swf_unblocked embed{
	height:8px;
	width:8px
}
#sm2-container.high_performance.swf_loaded{
	top:auto;
	bottom:0;
	left:0
}
#sm2-container.high_performance.swf_loaded object,#sm2-container.high_performance.swf_loaded embed,#sm2-container.high_performance.swf_unblocked object,#sm2-container.high_performance.swf_unblocked embed{
	left:auto;
	top:auto
}
#sm2-container.high_performance.swf_timedout{
	z-index:99
}

/*
.paragraphs {line-height: 2.3;}
#div sup {font-size:60%;color:#999;}
h1 {font-size:32px;}
h2 {font-size:26px;}
h3 {font-size:20px;font-weight:normal;}
h4 {font-size:16px;font-weight:normal;}
h5 {font-size:12px;}
@font-face
	{*/
.ym-button22,.dl-button,.ym-form button,.ym-form input[type="button"],.ym-form input[type="reset"],.ym-form input[type="submit"],.dl-form button,.dl-form input[type="button"],.dl-form input[type="reset"],.dl-form input[type="submit"] {
		display: inline-block;
		white-space: nowrap;
		line-height: 1.2em;
		background-color:var(--button1, #222222);
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 9px;
		color: #f6f6f6 !important;
		cursor: pointer;
		font-size: 0.7em;
		margin-top: .5em;
		margin-right: .5em;
		margin-left: 0em;
		margin-bottom: .5em;
		overflow: visible;
		text-decoration: none !important;
		padding-top: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-transform: uppercase;
		font-weight: bold;
		-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
		-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
		box-shadow: 0px 1px 1px rgba(0,0,0,.2)
		}

	.ym-button22:active,.dl-button:active {
		background-color:var(--button2, #222222);
	}
	.ym-button22:visited,.dl-button:visited {
		background-color:var(--button1, #222222);
	}
		.ym-button22:hover,.dl-button:hover {
		background-color:var(--button2, #BD2427);
	}



.centerdiv {
   border: 1px solid #444;
    overflow: hidden;
      text-align: center;
}

p.search_margin {
    margin-left: 50px 
	}
.f3 {
  	font-size: 1em;
	line-height:1em;
}
.f2 {
 	font-size: 0.8em;
	line-height:1em;
}
.f1 {
 	font-size: 0.6em;
	line-height:1em;
}	
}
.imageatt {
	width:25px; 
	height:25px; 
	text-align:absbottom;
  
}
.shareright {
    margin: 10px 3px 50px 30px;
	text-align: right;
}
/* Style arrow left and right - see fade in and out at script.js line 40*/
.bible-nav-button {
    bottom: 150px; /*150px;*/
}
@media screen and (min-width: 30em)
.pa3-m {
    padding: 1rem;
}
.bg-white {
    background-color: #fff;
}
.dim, .dim:focus, .dim:hover {
    transition: opacity .15s ease-in;
}
.dim {
    opacity: 1;
}
.pa2 {
    padding: .5rem;
}
.fixed {
    position: fixed;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.right-1 {
    right: 1rem;
}
.left-1 {
    left: 0.5rem; /*2rem;*/
}
.br-100 {
    border-radius: 100%;
}
.b--black-20 {
    border-color: rgba(0,0,0,0.2);
	
}
.ba {
    border-style: solid;
    border-width: 1px;
}
[role="button"], a, button {
    cursor: pointer;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/* WProject header */
a.wplink:link {
background: transparent; /*transparent;*/
	color: #FEFEFC; /*#FEFEFC; - wp white*/
	f/*ont-weight: normal; normal*/
font-weight: bold;
	font-size:1.3em;
	line-height: 140%;
	margin: 0.2em 0 0;
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
	}
a.wplink:visited {
background: transparent; /*transparent;*/
	color: #FEFEFC; /*#FEFEFC; - wp white*/
	f/*ont-weight: normal; normal*/
font-weight: bold;
	font-size:1.3em;
	line-height: 140%;
	margin: 0.2em 0 0;
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
	}
a.wplink:hover {
background: transparent; /*transparent;*/
	color: #FEFEFC; /*#FEFEFC; - wp white*/
	f/*ont-weight: normal; normal*/
font-weight: bold;
	font-size:1.3em;
	line-height: 140%;
	margin: 0.2em 0 0;
	text-shadow: 0px 2px 2px rgba(0,0,0,.5);
	}

*, :after, :before {
    box-sizing: border-box;
}
.tc {
    text-align: center;
}

.yv-green {
    color: #6ab750;
}
@media screen and (min-width: 30em)
.f6-m {
    font-size: .875rem;
}

.bg-transparent {
    background-color: transparent;
}



/* Style Dropdown Button */
.dropbtn {
  background-color: transparent;/*#ffffff;*/
  color: #AA2023;
   border: none;
  cursor: pointer;
  font-size: 75%;
	padding-top: 0.5em;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	float: right;
		}

/* The container <div> - needed to position the dropdown content 
.dropdown {
  position: relativex;
  display: inline-blockx;
  float: rightx;
}*/

/* Dropdown Content (Hidden by Default) */	
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #AA2023;
  font-size: 75%;
  padding-top: 0.5em;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-style: normal;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #FFFFFF;
}

.w3_whatsapp_btn {
    background-image: url('icon.png');
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block !important;
    position: relative;
    font-family: Arial,sans-serif;
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    border-radius: 2px;
    background-color: #5cbe4a;
    background-repeat: no-repeat;
    line-height: 1.2;
    text-decoration: none;
    text-align: left;
}

.w3_whatsapp_btn_small {
    font-size: 12px;
    background-size: 16px;
    background-position: 5px 2px;
    padding: 3px 6px 3px 25px;
}

.w3_whatsapp_btn_medium {
    font-size: 16px;
    background-size: 20px;
    background-position: 4px 2px;
    padding: 4px 6px 4px 30px;
}

.w3_whatsapp_btn_large {
    font-size: 16px;
    background-size: 20px;
    background-position: 5px 5px;
    padding: 8px 6px 8px 30px;
    color: #fff;
}
a.whatsapp { color: #fff;}
/*old starts here*/
 a.special {
    color: #df6d6d;
    outline: 0;
font-family: 'Raleway', sans-serif;
font-size: 11px;
text-decoration: underline;
}
.chap { 
	/*background-color: #F98A3F;*/
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-color: #737373;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 100%;
	font-weight: normal;
	xcolor: #EEFFFF;
	display:inline;
	line-height:200%;
	border-radius: 0.2em /*new 2019*/
}
.chap2 { 
	background-color: #F98A3F;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-color: #737373;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 100%;
	font-weight: normal;
	color: #EEFFFF;
	display:inline;
	line-height:200%;
	border-radius: 0.2em;
    display: inline-block;	/*new 2019*/
}
.ymgrey {
	display: inline-block;
	white-space: nowrap;
	background-color: #A6A6A6; /* [disabled] #AA2023; */
	/* [disabled]border: 1px solid #FEFEFC; */
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	color: #FEFEFC !important;
	cursor: pointer;
	font-size:.7em;
	margin: 0.1em;
	overflow: visible; /* removes extra side spacing in IE */
	text-decoration: none !important;
	padding-top: .2em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	line-height: 1.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	}
.chapread { 
	background-color: #AA2023; /*#737373;*/
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 100%;
	font-weight: normal;
	color: #EEFFFF;
	display:inline;
	line-height:200%;
	border-radius: 0.2em /*new 2019*/
}

a.chap:hover {
  font-size: 100%; color: red; background-color: #F3F1EB; text-decoration: none
}
/* increase decrease button*/
	
	.ym-button2
	{
	display: inline-block;
	white-space: nowrap;
	background-color: #a6a6a6; /* [disabled] #AA2023; */
	/* [disabled]border: 1px solid #FEFEFC; */
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	color: #FEFEFC !important;
	cursor: pointer;
	font-size:.7em;
	margin: 0.1em;
	overflow: visible; /* removes extra side spacing in IE */
	text-decoration: none !important;
	padding-top: .2em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	line-height: 1.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	}
	
.ym-button2:hover {
  background-color: #AA2023;
}
.ym-button2:active {
  background-color: #AA2023;
}
.ym-button2:visited {
  background-color: #AA2023;
}
.highlight2{
		font-weight: 700
}
.social-slide {
	height: 48px;
	width: 48px;
	margin: 0px 0px 0px 10px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.twitter-hover {
	background-image: url('../img/twitter-hover.png');
}
.facebook-hover {
	background-image: url('../img/facebook-hover.png');
}
.google-hover {
	background-image: url('../img/google-hover.png');
}
.instagram-hover {
	background-image: url('../img/instagram-hover.png');
}
/*.linkedin-hover {
	background-image: url('../img/linkedin-hover.png');
}*/
.youtube-hover {
	background-image: url('../img/youtube-hover.png');
}
.email-hover {
	background-image: url('../img/email-hover.png');
}
.instagram-hover {
	background-image: url('../img/instagram-hover.png');
}
/*this one in use:*/
.social-slide_2 {
	height: 30px;
	width: 30px;
	margin: 0px 0px 0px 10px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide_2:hover {
	background-position: 0px -30px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.0); /*change to 0,0,0,0.8 for margin*/
}
.twitter-hover_2 {
	background-image: url('../img/twitter-hover_2.png');
}
.facebook-hover_2 {
	background-image: url('../img/facebook-hover_2.png');
}
.google-hover_2 {
	background-image: url('../img/google-hover_2.png');
}
.linkedin-hover_2 {
	background-image: url('../img/linkedin-hover_2.png');
}
.email-hover_2 {
	background-image: url('../img/email-hover_2.png');
}
.instagram-hover_2 {
	background-image: url('../img/instagram-hover_2.png');
}


.logo { font-size:1.8em;
color:#FFF;
}
.background {
	background-color: #B6B6B6;/*#A6A6A6; #F3F1EB;*/
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius:9px;
	
}
.background2 { /*used in resources index*/
	background-color: #AAA0A0;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-radius:9px; /*adjust*/}

}

.quote {/*VOTD*/
	font-variant: small-caps;
	text-shadow: 1px 0px #000000;
	}
.large {/*VOTD*/
	font-size: 1.3em;

}

.red {
	color: #AA2023;
}
.word {
	color: #AA2023;
}
.centered {
	text-align:center;
}



.bold {
	font-weight:bold
}

.full-width {
	width: 100%;	
}
.text_ind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	}
.text_ind2 {
	font-size: 115%;
	padding-top: 10.5em;
	font-style: oblique;
	color: #000080;
	font-weight: bold;
	/* [disabled]padding-left: 0.8em; */
}
.toccolours{
	border:1px solid #aaa;
	background-color:#f9f9f9;
	padding:5px;font-size:100%
}
div.thumbinner{
	border:1px solid #cccccc;
	padding:3px !important;
	background-color:White;
	font-size:100%;
	text-align:center;
	overflow:hidden}

.textWarning {
	font-size: 70%;
	line-height: 120%;
	vertical-align: auto;
	font-weight: bold;
	margin-top: 1.4em;
}

.textOptions {
	margin-bottom: 0px;
	margin-top: 0px;
}

.textAudio {
	Zbackground-color: #FEFEFC;/*#FEFEFC;*/
	border-radius: 1em; /*new 2021*/
	/* [disabled]padding-top: 10px; */
	
}

.textHeader {
	margin-bottom: 15px;
	padding-bottom: 0px;
	line-height: 140%;
	/* [disabled]margin-top: 15px; */
}
.textBody p {
	/* [disabled]border-bottom-style: solid; */
	margin-bottom: 0px;
	/* [disabled]padding-bottom: 5px; */
	/* [disabled]border-bottom-color: #E2E2E2; */
	/* [disabled]padding-top: 5px; */
	/* [disabled]border-bottom-width: 1px; */
	line-height: 1.5em !important;
}
#redborder {
	/* red at the bottom of pages */
  border: 2px;
  border-color: #AA2023;
  padding: 2px;
  border-radius: 25px;
  border-bottom: 6px solid #AA2023;
  background-colorx: lightgrey;
  position:relative;
  
}
#redtop {
  border: 2px;
  border-color:#AA2126;
  padding: 10px;
  border-radius: 25px;
  border-top: 6px solid red;
  background-colorx: lightgrey;
}
#textBody br {
margin-top: 3px !important;
}

#textBody a {
	color: #000;
}
#textBody a:visited {
	text-decoration: none;
	color: #000;
	background: transparent;
}
#textBody a:hover {
	text-decoration: none;
	color: #000;
	background-color: #F3F1EB;
}
#textBody a:focus {
	text-decoration: none;
	color: #333;
	background: transparent;
}
#textBody a:active {
	text-decoration: none;
	background: transparent;
}
.verse {
	font-weight: bold;
	color: #D2B48C;
	font-size: 80%;
	font-style: italic;
	/* [disabled]vertical-align: super; */
}
.textNav {
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textFooter {
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 200%;
}
.align-right {
	text-align: right;
}

/* font resizer styles */

.fontresize {
margin: 0 0.5em 0 0;
}

.resetFont {
	font-size: 1em;
	line-height:1em;
}
.resetFont2 {
	font-size: 0.8em;
	line-height:1em;
}
.decreaseFont {
	font-size: 1em;
		line-height:1em;
}

.normalizeFont {
	font-size: 1em;
}

.increaseFont {
	font-size: 1em;
		line-height:1em;
}

#fontResizer {
margin: 0 0 1em 0;
font-size: 100%;
font-weight: bold;	

}

#fontResizer a:link {
	text-decoration: none;
}
#fontResizer a:visited {
	text-decoration: none;
}
#fontResizer a:hover {
	text-decoration: none;
}	

#fontResize, .block-fontResizer {
float: right;
margin: 0;
}
.breadCrumbs {
	font-size: 75%;
	padding-top: 0.5em;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	/* [disabled]padding-left: 0.8em; */
}

ul.list-bibles {
list-style-image: url('../img/book.png' ); 
/* [disabled nov2017]display: inline; */
padding-left: 2.0em /* [added nov2017]display: inline; */
	}
/*ul.list-audio {
list-style-image: url('../img/audio-headphones.png' ); 
/* [disabled nov2017]display: inline; *
padding-left: 2.0em /* [added nov2017]display: inline; */

	}
/*ul.list-verses {
list-style-image: url('../img/openbook.pngx' );
/* [disabled nov2017]display: inline; 
padding-left: 2.0em /* [added nov2017]display: inline; */
	}
/*ul.list-multi {
list-style-image: url('../img/multi.png' ); 
/* [disabled nov2017]display: inline; 
padding-left: 2.0em /* [added nov2017]display: inline; */
	}
ul.list-multi-2 {
list-style-image: url('../img/multi-2.png' ); 
/* [disabled nov2017]display: inline; */
padding-left: 2.0em /* [added nov2017]display: inline; */
	}
ul.list-page {
list-style-image: url('../img/page.png' ); 
/* [disabled nov2017]display: inline; */
padding-left: 2.0em /* [added nov2017]display: inline; */
	}
ul.list-download {
list-style-image: url('../img/download.png' ); 
/* [disabled nov2017]display: inline; */
padding-left: 2.0em /* [added nov2017]display: inline; */
	}
ul.list-www {
list-style-image: url('../img/www.png' ); 
/* [disabled nov2017]display: inline; */
padding-left: 2.0em /* [added nov2017]display: inline; */
	}	
blockquote {
    border-left: 4px solid #ccc;
    color: #a5a4a4;
    font-style: italic;
    margin: 30px 0 30px 15px;
    padding-left: 15px;    
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides ul {
	margin-top: 10px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin-left: 0px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: center; /*changed from left*/
  width: 100%;
  border: 0;
  max-width: 800px; /*new*/
  
  }
 
 .rslides_2 img {
  display: block;
  height: auto;
  float: center; /*changed from left*/
  width: 100%;
  border: 0;
  max-width: 600px; /*new*/
  }
  .rslides_text img {
  display: block;
  height: auto;
  float: center; /*changed from left*/
  width: 100%;
  border: 0;
  max-width: 100px; /*new*/
  }
  .left {
display: block;
 float: left;
 padding: 0 10px 0 0;
 height: auto;
 width: 100%;
 max-width: 300px;}
