/*  ESV Online Study Bible by Crossway
	Primary Stylesheet: screen.css
	Revision: 0.1
	
-------------------------------*/


/* Page Structure 
-------------------------------*/

body, html {
	height: 100%;
	text-align: left;
	font-family: 'Calibri', 'Trebuchet MS', 'Verdana', 'Helvetica', Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#outerwrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	min-width: 980px;
	text-align: left;
	margin: 0;
	padding: 0;
}



/* Header Elements
-------------------------------*/

#header {
	background: #484848 url(/sb/images/header-bg.png) top center no-repeat;
	color: #fefefe;
	height: 92px;
	overflow: hidden;
	border-bottom: 4pt solid #f06336;
}

h1#logo { 
	margin: 0;
	padding: 0;
	top: 15px;
	left: 20px;
	position: absolute;
	width: 338px;
	height: 36px;
	text-indent: -9000px;
	background: url(/sb/images/esv-logo.gif) no-repeat;
}


/* Top-Right Menu */

#nav-top {
	top: 10px;
	right: 10px;
	position: absolute;
	float: right;
	width: 17em;
	height: 25px;
	text-align: right;
}

#nav-top ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-top ul.nav li {
	display: inline;
	padding: 0 0.7em;
	font-size: 0.8em;
	color: #b9b9b9;
	text-transform: lowercase;
}

#nav-top a:link, #nav-top a:visited {
	color: #b9b9b9;
	border-bottom: 1px dotted #e9643a;
}

#nav-top a:hover { border-bottom: 1px solid #f06336; }


/* Main Navigation
-------------------------------*/

#nav-main { 
	height: 27px;
	width: 100%;
	top: 64px;
	position: absolute;
	border-top: 1px solid #8b8b8d;
	background: url(/sb/images/nav-main-bg.png);
}

#nav-main .nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 19%;
}

#nav-main .nav li:first-child {
	border-left: 1px solid #888;
	}

#nav-main .nav li {
	float: left;
	font-size: 0.8em;
	color: #fefefe;
	font-weight: bold;
	//width: 127px; // Causes "ESV Study Bible" to jump to two lines on some OS X browsers.
	text-align: center;
	border-right: 1px solid #888;
}

#nav-main li a {
	//width: 107px; // Causes "ESV Study Bible" to jump to two lines on some OS X browsers.
	height: 24px;
	padding: 3px 10px 0 10px;
	font-size: 16px;
	color: #fff;
	float: left;
}

#nav-main li.active a { background: #545454; }
#nav-main li a:hover { background: #545454; }

#searchbox {
	float: right;
	width: 200px;
	top: 33px;
	position: relative;
	margin: 0;
	padding: 0;
}

#searchbox fieldset {
	border: 0;
	display: inline;
	margin: 0;
	padding: 3px 0 0 0;
}

#q { 
	width: 132px;
	height: 15px;
	color: #333;
	font-weight: normal;
	position: relative;
	margin: 0 2px 0 0;
}

#searchbox button {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}


/* Bread and Butter
-------------------------------*/

dt.clear, dd.clear {
	clear: both !important;
	display: block !important;
	float: none !important;
	padding: 0 0 1.5em 0;
}

.clear { clear: both; }
.floatleft { float: left; }
a { text-decoration: none; }
.floatright { float: right; }
.hide { display: none !important; }


a em {
	font-style: normal;
	color: #f06336;
}


/* Main Content Structure
-------------------------------*/

#viewer { 
	width: 100%;
	clear: both;
	overflow: hidden; /* Causes height of #viewer to expand to size of containing elements */
	background: #fafafa;
}

#mynotes-container {
	float: left;
	width: 19%;
	padding: 0;
	z-index: 2;
	margin-left: -45%;
	position: relative;
}

#esvtext-container {
	width: 45%;
	left: 19%;
	z-index: 3;
	float: left;
	position: relative;
}

#esvnotes-container {
	float: right;
	width: 35%;
	z-index: 2;
	position: relative;
}

.js #esvnotes-container { background: #fafafa; }
.js #mynotes-container { background: #fff url(/sb/images/mynotes-bg.gif) top right repeat-y; }
.js #esvtext-content {background: transparent url(/sb/images/esvtextleft-bg.gif) top left repeat-y; }
.js #esvtext-container {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url(/sb/images/esvtextright-bg.gif) top right repeat-y; 
}


/* My Notes
-------------------------------*/

#mynotes-container {
	overflow: hidden;
	padding-bottom: 20px;
}

#mynotes-container .inner { 
	color: #555;
	font-size: 0.75em;
	padding: 0 0 40px 0;
	margin: 0 0 0 -2px;
}

#mynotes-container .titlebar {
	height: 19px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	margin: 0;
	overflow: hidden;
	background: #f8faff;
}

#mynotes-container .titlebar h3 { 
	margin: 0 0 0 5px; 
	float: left;
}

#mynotes-container .actions {
	height: 16px;
	width: 40px;
	float: right;
}

#notesmeta { padding: 5px 5px 0 10px; }

#notesmeta h2 {
	font-size: 23px;
	color: #f06336;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#notesmeta ul.howto {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #a6a6a6;
	font-size: 13px;
}

#autosave {
	display: block;
	margin: 3px 0;
	font-weight: bold;
	color: #f06336;
}

.note-content { padding: 0 10px; }
.note-content p { margin-top: 5px; }

.note .actions {
	width: 30px;
	height: 18px;
	float: right;
	overflow: hidden;
	margin: 3px 4px 0 0;
}

a.note-expand {
	display: block;
	width: 12px;
	height: 11px;
	background: url(/sb/images/sprites.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	margin: 0 5px 0 0;
	float: right;
}

a.note-delete {
	display: block;
	width: 12px;
	height: 11px;
	margin: 0 3px 0 0;
	background: url(/sb/images/sprites.png) -15px 0 no-repeat;
	overflow: hidden;
	text-indent: -9000px;
	float: right;
}

h3.notes-title {
	color: #f06336;
	font-size: 13px;
	padding: 1px 0 0 5px;
	margin: 0;
}

#mynotes input[type=button] {
	margin-top: 5px;
	margin-left: 8px;
}

/* ESV Text
-------------------------------*/

#esvtext-content {
	clear: both;
	padding: 0 20px;
	border-left: 1px solid transparent;
}

#esvtext-container .passagetitle {
	margin: 0;
	z-index: 6;
	display: block;
	position: relative;
	padding: 4px 20px 8px 20px;
	min-height: 27px;
	left: -21px;
	background: #f06336 url(/sb/images/titleround.gif) bottom right no-repeat;
	clear: left;
}

.passagetitle h2, .passagetitle h1 {
	display: inline;
	font-size: 27px;
	color: #fff;
	margin: 0;
	padding: 0;
}

small.audio a {
	color: white;
	font-size: 14px;
	text-decoration: underline;
}

.nav-passage {
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: #fdfdfd;
	font-weight: bold;
}

.nav-passage a {
	color: #333;
	border-bottom: 1px dotted #ccc;
}

#esvtext-content .inner .cf {
	color: #9ac1d8;
	font-size: 11px;
	line-height: 11px;
	vertical-align: text-top;
	cursor: pointer;
}

#esvtext-content h3 {
	margin: 0 0 -10px 0;
	color: #a6a6a6; #d65134;
	font-size: 16px;
}

#esvtext-content h3.orange {
	color: #d65134;
}

#esvtext-content .inner {
	font-size: 15px;
	line-height: 25px;
	color: #1a1a1a;
	padding-bottom: 23px; /* For Dock */
}

#esvtext-content .inner .verse-num {
	color: #f06336;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	vertical-align: text-top;
}
#esvtext-content .inner span .verse-num {
	background: #fff;
}
#esvtext-content .inner span.footnote a {
	color: #9ac1d8;
	font-size: 11px;
	line-height: 11px;
	cursor: pointer;
}

#esvtext-content .inner .xl {
	color: #333;
	font-size: 11px;
	line-height: 11px;
	vertical-align: super;
}

#translationnotes {
	font-size: 13px;
	line-height: 16px;
}

#esvtext-content #translationnotes h3 {
	font-size: 15px;
	color: #f06336;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c8c8c8;
}

.xlnotenum { color: #808285; }
#translationnotes dl, #translationnotes dt, #translationnotes dd { display: inline; margin: 0; padding: 0; }

.chapter-num {
	display: block;
	float: left;
	font-size: 50px;
	line-height: 50px;
	color: #ccc;
	background: #fff;
}

/* ESV Study Notes
-------------------------------*/

#esvnotes-container .inner { 
	margin: 0 10px;
	color: #35353a;
	font-size: 0.8em;
	padding-bottom: 40px;
}

#esvnotes-container .inner p.upgrade-notice {
    font-size:1.2em;
}

#esvnotes-container h2 {
	font-size: 23px;
	color: #f06336;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
}

#esvnotes-container h3 {
	color: #a6a6a6;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#esvnotes-container h3.orange {
	color: #d65134;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#esvnotes-container sup.verse-num, #esvnotes-container a {
	color: #f06336;
	font-weight: bold;
}

#esvnotes-container a.quietlink {
    color: #a6a6a6;
    font-weight: normal;
}


#esvnotes-container p {
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 2px;
}

#esvnotes .clear {	padding: 0 0 1.5em 0; }

#esvnotes a, .mynote-morelink a, a { 
	color: #f06336;
	border: 0;
	font-weight: bold;
}
a:visited {
	color: #f09678;
}

a.show-more, a.show-less {
	background: #eee;
	border: 1px solid #ccc;
	padding-left: 2px;
	padding-right: 2px;
	}
span.outline-level-1, span.outline-level-2 {
	font-weight: bold;
	font-style: italic;
	}
p.outline-1, span.outline-level-2 {
	background: #ddd;
	}
span.outline-1 strong, span.outline-2 strong {
	font-style: normal;
	}

/* Toolbar- highlighter
-------------------------------*/
.position-fixed {
	bottom: 0px;
	position: fixed;
}

.position-absolute {
	position: absolute;
}

/* Pericope Navigation
-------------------------------*/

#esvtext-navigator {
	position: relative;
	bottom: 0px;
	height: 28px;
	color: #ccc;
	width: 45%;
	clear: both;
	margin-left: 19%;
	z-index: 50;
	font-size: 15px;
	background: url(/sb/images/pericopenav-bg.gif) repeat-x;
}

.esvtext-navigator-left, .esvtext-navigator-right { 
	display: block;
	width: 4px;
	height: 28px;
}

.esvtext-navigator-left {
	background: url(/sb/images/sprites.png) -231px 0 no-repeat; 
	float: left;
}

.esvtext-navigator-right { 
	background: url(/sb/images/sprites.png) -237px 0 no-repeat; 
	float: right;
}

#esvtext-navigator-inner { 
	float: left;
	padding: 4px 0 0 0;
	height: 24px;
	width: 98%;
}

#esvtext-navigator a {
	color: #ccc;
	border-bottom: 1px dotted #aaa;
}

#esvtext-navigator a:hover { color: #fff; }

#esvtext-navigator a.previous {
	position: absolute;
	left: 10px;
	top: 2px;
	}

#esvtext-navigator a.next { 
	position: absolute;
	right: 10px;
	top: 2px;
}

#pericope {	margin: 0 auto; }


/* Footer
-------------------------------*/

#footer {
	clear: both;
	background: #313131 url(/sb/images/esvmedia-bg.png) repeat-x;
	position: absolute;
	z-index: 5;
	border-top: 4pt solid #f06336;	
	width: 100%;
	padding: 0;
	color: #ccc;
}
p.copyright {
	margin: 1em;
	}

/* Notes Buttons
-------------------------------*/

#mynotes-buttons, #esvnotes-buttons {
	margin: 0;
	padding: 0;
	height: 23px;
	width: 230px;
	position: absolute;
	z-index: 50;
}

#mynotes-buttons {
	float: left;
	left: 10px;
}

#esvnotes-buttons {
	float: right;
	clear: both;
	top: 0px;
	right: 10px;
}

.button-left, .button-right { 
	display: block;
	width: 3px;
	height: 23px;
	overflow: hidden;
	float: left;
}

.button-left { background: url(/sb/images/sprites.png) -154px 0 no-repeat; }
.button-right { background: url(/sb/images/sprites.png) -157px 0 no-repeat; margin-right: 20px; }
#esvnotes-buttons {
	display: none;
	}

#mynotes-buttons a, #esvnotes-buttons a {
	float: left;
	height: 21px;
	width: auto;
	display: block;
	float: left;
	padding: 2px 8px 0 8px;
	color: #f2f2f2;
	font-size: 15px;
	background: url(/sb/images/button-bg.gif) repeat-x;
}


/* ESV Media
-------------------------------*/

#esvmedia-container {
	padding: 10px 25px 0 25px;
	overflow: hidden;
}

#esvmedia-container h2 {
	color: #ccc;
	border-bottom: 1px solid #b9b9b9;
	font-size: 1.3em;
}

.esvmedia-item {
	width: 45%;
	float: left;
	position: relative;
	margin: 0 2% 30px 2%;
	height: 75px;
}

.esvmedia-item h3 {
	color: #e5e5e5;
	font-size: 15px;
	margin: 0 0 0 75px;
}

.esvmedia-item p {
	margin: 0 0 0 75px;
	padding: 0;
	color: #989898;
	font-size: 13px;
}

.esvmedia-item a:link img, .esvmedia-item a:visited img { border: 2px solid #df6231; }
.esvmedia-item a:hover img { border: 2px solid #f06336; }

.esvmedia-item img {
	position: absolute;
	left: -10px;
	top: 3px;
}

.esvmedia-item a:link, .esvmedia-item a:visited {
	color: #f2f2f2;
	white-space: nowrap;
	font-weight: bold;
	
}

.esvmedia-item a:hover { 
	color: #fff;
	white-space: nowrap;
	border-bottom: 1px dotted #b9b9b9;
}


/* Tooltips
-------------------------------*/

#tooltip {
	position: absolute;
	z-index: 100;
	color: #fcfcfc;
	padding: 10px 15px 20px 15px;
	opacity: 0.8;
}

#tooltip h3, #tooltip div { 
	margin: 0;
	font-size: 13px;
}

#tooltip h3 { color: #fff !important; }

#tooltip a { 
	color: #fff; 
	font-weight: normal;
}

.esvtexttooltip {
	/*width: 105px;
	height: 38px;*/
	background: #000;/*url(/sb/'images/cf-tooltip.png');*/
	-moz-border-radius: 8px;
	max-width: 300px;
	max-height: 200px;
	overflow: auto;
}

.notestooltip { 
	background: #000;
	-moz-border-radius: 8px;
	max-width: 300px;
	max-height: 200px;
	overflow: auto;
}

.esvtexttooltip div { width: auto; }

#tooltip div {
	text-align: left;
	font-size: 13px;
}

/* .esvtooltip contains <h3> and <div> */

/* Highlighting Classes
______________________________*/
.h1 { background-image: url('/sb/images/hi_yellow.png'); }
.h2 { background-image: url('/sb/images/hi_blue.png'); }
.h3 { background-image: url('/sb/images/hi_green.png'); }
.h4 { background-image: url('/sb/images/hi_red.png'); }
.h5 { background-image: url('/sb/images/hi_purple.png'); }
.h6 { background-color: #fff; }

/* general Highlighting options */
.h1 .h1, .h2 .h2, .h3 .h3, .h4 .h4, .h5 .h5 { 
	background-image: none;
	background-repeat: repeat;
}

/* My Notes Toolbar
-------------------------------*/

.tool { 
	padding-top: 5px !important;
	border-bottom: none !important; /* Overrides .titlebar */
}

.last-tool { border-bottom: 1px solid #ccc !important; }


#annotationtools { 
	width: 100%;
	left: -2px;
	z-index: 5;
}

#annotationtools .icon {
	display: block;
	float: left;
	width: 18px;
	height: 16px;
	margin: 0 0 0 5px;
}

#highlightercolors .icon { margin: 0 0 0 1px; }

h3.tool-title {
	color: #f06336;
	font-size: 13px;
	padding: 1px 0 0 0px;
	margin: 0;
}

ul#highlightercolors {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

ul#highlightercolors li {
	float: left;
	text-indent: -9000px;
	padding: 0;
}

#highlighter-icon { background: url(/sb/images/sprites.png) -46px 0 no-repeat; }
.highlighter-yellow { background: url(/sb/images/sprites.png) -64px 0 no-repeat; }
.highlighter-blue { background: url(/sb/images/sprites.png) -82px 0 no-repeat; }
.highlighter-green { background: url(/sb/images/sprites.png) -118px 0 no-repeat; }
.highlighter-magenta { background: url(/sb/images/sprites.png) -100px 0 no-repeat; }
.highlighter-purple { background: url(/sb/images/sprites.png) -100px 0 no-repeat; }
.highlighter-off { background: url(/sb/images/sprites.png) -136px 0 no-repeat; }

.highlighter-yellow-on { background: url(/sb/images/sprites.png) -64px 0 no-repeat; }
.highlighter-blue-on { background: url(/sb/images/sprites.png) -64px 0 no-repeat; }
.highlighter-green-on { background: url(/sb/images/sprites.png) -64px 0 no-repeat; }
.highlighter-magenta-on { background: url(/sb/images/sprites.png) -64px 0 no-repeat; }
.highlighter-purple-on { background: url(/sb/images/sprites.png) -64px 0 no-repeat; }

.highlighter-off-on { background: url(/sb/images/sprites.png) -64px 0 no-repeat; }


/* Floating toolbar
_______________________________*/

.floatingToolbar{
	width: 132px;
	position: absolute;
	top: 100px;
	left: -3380px;
	background-color: #666;
	height: 20px;
	padding: 10px;
	z-index:10;
}

.palette {
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	border: 1px solid #000;
	margin-right: 4px;
	cursor: pointer;
}
	
/* ESVSB Notes */
.right { text-align: right; }
.indent { padding-left: 2em; }
span.divine-name, span.bible-version, span.inscription, span.time { font-variant: small-caps; }
span.ac { text-transform: uppercase; }
span.normal { font-weight: normal; font-style: normal; }

table { border-collapse: collapse; border-spacing: 5px; }
td, th { border: 1px solid #818285; margin: 0; padding: 3px; vertical-align: top; text-align: left;}

tr.odd td, tr.even td.odd, col.odd { background: #eee; } /*f2edce*/
tr.even td, tr.odd td.even, col.even { background: #fff; }
tr.odd th, tr.even th.odd, th.odd { background: #eee; } /*f2edce*/
tr.even th, tr.odd th.even, th.even { background: #fff; }
tr td.empty, tr th.empty, table.prophets td.empty { background: #fff; border: none; }
th.center, td.center, tr.center th, tr.center td { text-align: center; }
th.subhead { font-style: italic; }
.good-king { background: #bcbaa0; }
.bad-king { background: #f4f2e6; }
.mixture-king { background: #dedbc7; }
.major-prophet, table.timeline td.odd { background: #d3d1b9; }
.minor-prophet, table.timeline td.even { background: #f2f0e3; }
table.timeline th { background: #979581; color: #fff; text-align: center; }
table.timeline td { border-bottom: 1px dotted #757679; border-top: 1px dotted #757679; }
table.timeline td.reign-start { border-top: 1px solid #757679; }
table.timeline colgroup col:first-child { border-right: hidden; }
th.group, td.group { background: #f8f7f0 !important; }
table+table { margin-top: 1em; }
tr.space td { border-left: none; border-right: none; font-size: 50%; padding: 0;}

p.chart-header-large, p.caption-header, .illustration-h2, .illustration-h1 { font-size: 150%; }
.illustration-h1 { border: 2px solid #818285; -moz-border-radius: 1em; padding: 3px 1em; }
p.chart-header-long, p.chart-header-short { font-size: 125%; }
p.caption-era { font-style: italic; }

/*number { color: #060; }
time { color: #00f; }
ref { color: #399; }
*/
ul.chart-list { list-style-type: none; margin: 0; padding-left: 0; }
ul.chart-list li { margin-top: 0; margin-bottom: 0.5em; }
ul.chart-list li:last-child { margin-bottom: 0; }

div.longdesc { border-left: 10px solid #ccc; padding-left: 5px; }

ol li { list-style-type: decimal; }
ol li ol li { list-style-type: lower-alpha; }

ol.book-outline li { list-style-type: upper-roman; }
ol.book-outline li ol li { list-style-type: upper-alpha; }
ol.book-outline li ol li ol li { list-style-type: decimal; }
ol.book-outline li ol li ol li ol li { list-style-type: lower-alpha; }
ol.book-outline li.no-marker { list-style-type: none; }
div.outline-1, span.outline-2, span.outline-3, span.outline-4 { background: #eee; }
#tooltip .outline-1, #tooltip .outline-2, #tooltip .outline-3, #tooltip .outline-4 { background: none; }
span.outline-1, span.outline-2, span.outline-3, span.outline-4 { font-weight: bold; font-style: italic; }

#lbIframe { border: none; }
body.object { padding: 0 1em; margin: 0; height: auto; }
body.object h3 { font-size: 100%; }
body.object table { width: 100%; }
a img { border: none; }

/* Articles */
body.article h3+table {
	margin-top: 10px;
	}
body.article #esvtext-container, body.maps-charts #esvtext-container, body.account #esvtext-container {
	width: 70%;
	}
body.article #mynotes-container, body.maps-charts #mynotes-container {
	margin-left: -70%;
	}
body.article #mynotes-container h2, body.article #mynotes-container h3 {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
	}
body.article #mynotes-container li, body.article #mynotes-container ol {
	list-style-type: none;
	margin: 0 0 0.5em 0;
	padding-left: 0;
	}

body.maps-charts div.list img {
	float: left;
	border: 1px solid #ccc;
	margin: 8px 8px 8px 0;
	}
body.maps-charts p {
	clear: left;
	}
body.maps-charts h2 {
	margin-bottom: -0.5em;
	margin-top: 1em;
	clear: left;
	}

/* Admin */
table.form {
	margin-right: 41px;
	}
table.form th {
	text-align: right;
	}
table.form td, table.form th {
	border: none;
	line-height: normal;
	}
p.errors, p.success {
	margin-right: 41px;
	border: 2px solid #000;
	padding: 5px;
	background: #ddd;
	}
h2+p.deck {
	color: #666;
	margin-top: -1em;
	}

/* ESV */
div.esv-text {
	/*margin-top: 27px;*/
	}

/* Bible extras */
div.block-indent .verse-num, div.block-indent .chapter-num {
	position: absolute;
	left: 20px;
	}
div.block-indent .chapter-num {
	font-size: 130%;
	color: #999;
	line-height: 130%;
	}
.verse-num, .footnote {
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #555;
	}
span.surrounding-chapters {
	font-size: 65%;
	}
p.surrounding-chapters-bottom {
	font-family: Calibri, Verdana, Arial, sans-serif;
	padding: 10px 10px 10px 3300px;
	margin-left: -3300px;
	background: #ddd;
	}
div.esv-text p.note {
	padding: 10px 30px 10px 3300px;
	font-family: Calibri, Verdana, Arial, sans-serif;
	background: #ddd;
	margin-left: -3300px;
	text-indent: 0;
	}
h2, h3 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	}
div.errors {
	font-family: Calibri, Verdana, Arial, sans-serif;
	}
.did-you-mean p {
	background: #f9e8b9;
	padding: 10px;
	border: 2px solid #000;
	font-family: Calibri, Verdana, Arial, sans-serif;
	}
div.pagelinks {
	padding: 10px;
	max-height: 120px;
	background: #eee;
	overflow-y: scroll;
	margin-bottom: 5px;
	}
.pagelinks td {
	padding-right: 10px;
	}
.pagelinks table {
	width: 100%;
	}
.pagelinks td {
	border: none;
	}
span.search-term-1, span.search-term-2, span.search-term-3, span.search-term-4 {
	font-weight: bold;
	}
span.divine-name, span.chronology, span.bible-version {
	font-variant: small-caps;
	}
table.browse-books td, table.browse-books th {
	border: none;
	width: 40%;
	}
/* Bible Text */
h3 {
	text-align: left;
	}
div.block-indent span.inline {
	position: inherit;
	}
span.verse-num-woc, span.woc { /* Words of Christ (for red-letter editions) */
	/* color: #900;*/
	}
div.esv-text p {
	text-indent: 0;
	}
div.esv-text p.same-paragraph {
	text-indent: 0;
	}
div.block-indent p {
	text-indent: 0;
	padding-left: 2.5em;
	margin-left: 0;
	}
span.indent {
	padding-left: 2em;
	}
span.indent-2, span.psalm-doxology-line {
	padding-left: 4em;
	}
span.declares-line {
	padding-left: 6em;
	}
span.small-caps {
	font-variant: small-caps;
	}
span.selah {
	font-style: italic;
	margin-left: 1em;
	}
p.extra-space {
	margin-top: 2em;
	}
div.block-indent span.verse-num, div.block-indent span.verse-num-woc  {
	padding-left: 0;
	}
h4 {
	font-weight: normal;
	}
h4.speaker {
	padding-left: 10em;
	font-variant: small-caps;
	margin-bottom: -1em;
	}
h4.textual-note {
	font-variant: small-caps;	
	}
h4.psalm-acrostic-title {
	font-variant: small-caps;
	}
h4.psalm-title {

	}
span.footnote {
	font-size: 12px;
	line-height: 1em;
	vertical-align: text-top;
	}
div.footnotes h3 {
	margin-top: 0;
	margin-bottom: 0;
	}
div.footnotes p {
	text-indent: 0;
	}
span.footnote-ref {
	font-weight: bold;
	}

/* Help */
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

p.contributor-role, p.contributor, p.contributor-institution, p.contributor-credit {
    margin: 0px 0px 0px 30px;
    padding: 0;
}
p.contributor-role {
    height: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 0;
}
p.contributor {
    margin-left: 15px;
}
p.contributor-institution {
    
}
p.contributor-credit {
    font-style: italic;
}

