/* Stylesheet for Site Template						*/
/* Created by Array Studio doo, Serbia				*/
/* Contact: predrag@arraystudio.com					*/

/* todo: Create Print css */

/* 1. Common */

body {
	font-family: Tahoma, Arial, sans-serif;
	background: #dad0bd;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #5f0b09;
}

/* 8/12/2012: Got rid of this because links staying visited forever - too hard to read
a:visited {
	color: #663333;
}
*/

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
}

h1 {
	/*color: #5f0b09;	 debra */
	font-size: 24px;
	line-height: 30px;
}

h1 span {
	display: block;
	line-height: 16px;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
}

h4 {
	/*color: #5f0b09; */
	font-size: 14px; /*18px;*/
	line-height: 24px;
	margin-bottom: 6px;
}
.h4Text {
	font-size: 14px;
	font-weight: bold;
}

h4 span {
	font-size: 11px;
	display: block;
	line-height: 16px;
	font-weight: normal;
}

h5 {
	font-size: 16px;
	line-height: 22px;
}

h6 {
	color: #5f0b09;
	font-size: 14px;
	line-height: 20px;
}

p {
	line-height: 17px;
	margin-bottom: 12px;
}

ul {
	margin-left: 14px;
}

ol {
	margin-left: 19px;
}

ul li,
ol li {
	margin-left: 0;
	list-style-type: none;
}

img {
	display: block;
}

.hidden {
	display: none;
}

/* 2. Structure */

.top-header {
	height: 99px;
}

#lhs {
	padding-top: 32px;
}

#wrapper {
	padding-top: 14px;
	min-height: 300px;
}

#footer {
	margin-top: 20px;
}

#overlay {
	display: none;
}

/* 3. Header */

.search-text,
.search-filter,
.search-button {
	float: left;
}

.search-holder 
{
	height: 27px;
	float: right;
}

.search-text {
	width: 255px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #a09b92;
	background: #e5ded1;
	margin-right: 5px;
	padding: 0 0 0 5px;
}

.search-filter {
	width: 100%;
	height: 27px;
	color: #fcf8f8;
	font-size: 12px;
}

.search-filter option {
	background: #000;
}

.search-button {
	height: 27px;
	width: 71px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 27px;
	padding: 0;
	text-align: center;
	border: none;
	background: url(../img/bgnd-main-search.png) repeat-x 0 0;
	color: #fcf8f8;
	cursor: pointer;
}

#nav {
	height: 58px;
	background: url(../img/bgnd-nav.png) repeat-x 0 0;
	width: 100%;
	margin-bottom: 1px;
	position: static;
	z-index: 1000;
}

#nav ul {
	margin: 0;
	background: url(../img/bgnd-nav-list.png) no-repeat left 1px;
	float: left;
	width: 745px;
}

#nav ul li {
	margin: 0;
	list-style-type: none;
	float: left;
	background: url(../img/bgnd-nav-list.png) no-repeat right 1px;
	position: relative;
	z-index: 200;
}

#nav ul.right {
	float: right;
	width: 195px;
}

#nav ul li a:link,
#nav ul li a:visited {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	display: block;
	padding: 15px 34px 16px 34px;
	margin-left: -1px;
}

#nav ul.right li a:link,
#nav ul.right li a:visited {
	padding: 15px 27px 16px 27px;
}

#nav ul li a:hover {
	background: url(../img/bgnd-nav-selected.png) repeat-x 0 0;
	text-decoration: none;
}

/* Debra - use semantic names (not colors) to tie in other css for same type of object */
#nav ul li.home a:link,
#nav ul li.home a:visited {
	border-bottom: 5px solid #555;
}

#nav ul li.people a:link,
#nav ul li.people a:visited {
	border-bottom: 5px solid #5f0b09;
}

#nav ul li.places a:link,
#nav ul li.places a:visited {
	border-bottom: 5px solid #a07d12;
}

#nav ul li.passages a:link,
#nav ul li.passages a:visited {
	border-bottom: 5px solid #245c7a;
}

#nav ul li.tools a:link,
#nav ul li.tools a:visited {
	border-bottom: 5px solid #000;
}
/* Debra - end use semantic names */

#nav ul li ul {
	padding: 7px 0 15px 0;
	background: #2b2b2b;
}

#nav ul li ul li {
	background: none;
}

#nav ul li ul li a:link,
#nav ul li ul li a:visited,
#nav ul li.sfHover ul li a:link,
#nav ul li.sfHover ul li a:visited {
	color: #999;
	line-height: 23px;
	padding: 0 14px 0 14px;
	background: #2b2b2b;
	border: none;
	font-size: 12px;
	margin-left: 0;
}

#nav ul li ul li a:hover,
#nav ul li.sfHover ul li a:hover {
	color: #fff;
	background: #000;
}

#nav ul li.sfHover a:link,
#nav ul li.sfHover a:visited {
	color: #fff;
	background: url(../img/bgnd-nav-selected.png) repeat-x 0 0;
}

#nav ul li.sfHover ul li.active a:link,
#nav ul li.sfHover ul li.active a:visited {
	color: #fff;
}

#nav ul li.sfHover ul li.active a:hover {
	background: #2b2b2b;
}

.utility-bar {
	height: 84px;
	background: #000;
}

.utility-bar.people {
	background: url(../img/bgnd-utility-bar-red.png) repeat-x 0 0;
}

.utility-bar.places {
	background: url(../img/bgnd-utility-bar-orange.png) repeat-x 0 0;
}

.utility-bar.passages {
	background: url(../img/bgnd-utility-bar-blue.png) repeat-x 0 0;
}

.utility-bar h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding-top: 13px;
	padding-bottom: 2px;
}

.breadcrumbs ul {
	margin: 0;
}

.breadcrumbs ul li {
	margin: 0 10px 0 0;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
}

.breadcrumbs ul li a:link,
.breadcrumbs ul li a:visited {
	color: #fff;
}

.breadcrumbs ul li span {
	color: #fff;
	font-weight: bold;
}

/* 4. Content */

.block {
	border: 4px solid #fff;
	-moz-box-shadow: 2px 2px 2px #8a8377;
	-webkit-box-shadow: 2px 2px 2px #8a8377;
	box-shadow: 2px 2px 2px #8a8377;
}

.light-block {
	background: #cdc1ad;
}

.dark-block {
	background: #c8baa6;
}

.contributor-block {
	padding: 9px;
	margin-bottom: 5px;
}

.image-holder {
	border: 1px solid #000;
}

.contributor-info {
	margin-bottom: 8px;
}

/* Debra - don't use this - causes text next to image not to wrap
.contributor-name {
	float: left;
}
*/

.contributor-image {
	border: 1px solid #000;
	float: left;
	margin-right: 26px;
}

.button {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 6px;
	width: 216px;
	float: left;
}

.button a:link,
.button a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../img/bgnd-button.png) no-repeat 0 0;
}

.button a:link span,
.button a:visited span {
	float: left;
	padding-left: 10px;
	padding-top: 11px;
}

.button-wide {
	width: 230px !important;
}

.button-wide a:link,
.button-wide a:visited {
	background: url(../img/bgnd-button-wide.png) no-repeat 0 0 !important;
}

.button-wide a:link span,
.button-wide a:visited span {
	margin-right: 5px;
}

.share-block 
{
	width: 205px;
	float: right;
	margin-top: 2px;
}

.utility-bar .share-block {
	margin-top: 46px;
	color: white;	/* debra */
}

.share-block ul {
	margin: 0;
}

.share-block ul li {
	margin: 0 0 0 4px;
	list-style-type: none;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	float: left;
}

.utility-bar .share-block ul li {
	color: #fff;
}

.share-block ul li.share-text {
	margin-right: 7px;
	margin-top: 2px;
}

/* Used for showing "featured" M/M inside 3-column Main article presentation */
.mainmedia-block {
	float: right;
	margin: 6px 0 10px 10px; 
	position: relative;
	line-height: 0;
}

.wide-media.mainmedia-block {
	clear: both;	/* media takes full 2/3 width of article */
	width: 100%;
}

/* Used for showing Multimedia media inside 2-column M/M article presentation */
.multimedia-block {
	margin: 6px 0 22px 0;
	position: relative;
	line-height: 0;
}

/* Any "featured" M/M display (may be different sized - see ArticleMM + ArticleMain */

.featured-mm-holder img {
	display: block;
}

.featured-mm-holder iframe {
	border: none;
}

.featured-mm-holder .audio-controls {
	position: absolute;
	bottom: 24px;
}

.featured-mm-holder .caption,
.featured-mm-holder .audio-caption {
	position: absolute;
	left: 5px;
	padding:  0;
	width: 259px;
	background:rgba(0, 0, 0, .2);
}

.featured-mm-holder .caption {
	bottom: 26px;
}

.featured-mm-holder .audio-caption {
	bottom: 53px;	/* make room for audio player */
}

.featured-mm-holder .caption p,
.featured-mm-holder .audio-caption p {
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
}

/* View video/audio details */
.multimedia-more-link 
{
	background: transparent;
	text-align: right;
	padding-right: 20px;
	line-height: 20px;
}
.multimedia-more-link .more-link a:link,
.multimedia-more-link .more-link a:visited {
	font-size: 11px;
	font-style: italic;
}

/* Carousel inside main article */

.mainmedia-block #slider {
	width: 270px; /*280px?*/
	clear:both;
	margin: 0;
}

.mainmedia-block .slide-container {
	width: 270px;
	position: relative;
	height: 190px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 30;
}

.mainmedia-block .slide-container #page-title { 
	display: none;
}


.mainmedia-block .slide-holder {
	width: 270px;
	height: 190px;
}

.mainmedia-block .slide {
	width: 270px;
	height: 190px;
}

/* Carousel inside multimedia article*/

.multimedia-block #slider {
	width: 512px;
	clear:both;
	margin: 0;
}

.multimedia-block .slide-container {
	width: 512px;
	position: relative;
	height: 288px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 30;
}

.multimedia-block .slide-container #page-title { 
	display: none;
}


.multimedia-block .slide-holder {
	width: 512px;
	height: 288px;
}

.multimedia-block .slide {
	width: 512px;
	height: 288px;
}
/* END: Article carousels */

.media-column .featured-mm-holder {
	margin-left: 0;
	float: left;
/*	margin-bottom: 10px;*/
}

.media-column p {
	line-height: 24px;
}

.media-column ul li {
	padding-bottom: 10px;
}

h6.title {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}

#accordion h6.title {
	line-height: 51px;
	height: 51px;
	padding: 0 13px 0 17px;
	background: url(../img/bgnd-accordion-title.png) repeat-x 0 0;
}

#accordion h6.title a:link,
#accordion h6.title a:visited {
	color: #000;
}

#accordion h6.title .ui-icon {
	width: 23px;
	height: 23px;
	right: 13px;
	top: 14px;
}

#accordion h6.title .ui-icon-triangle-1-s {
	background: url(../img/accordion-trigger-icon.png) no-repeat 0 0;
}

#accordion h6.title .ui-icon-triangle-1-e {
	background: url(../img/accordion-trigger-icon.png) no-repeat 0 -23px;
}

ul.accordion-list {
	margin: 0;
	padding-right: 40px;
}

ul.accordion-list li {
	margin: 0 0 25px 0;
	list-style-type: none;
}

ul.accordion-list li img {
	border: 1px solid #000;
	margin-bottom: 15px;
}

ul.accordion-list li h5 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
}

ul.accordion-list li p {
	margin-bottom: 0;
}

.focus {
	position: relative;
}

.magnifier {
	position: absolute;
	left: 10px;
	top: 7px;
	width: 171px;
	height: 156px;
	text-align: center;
}

.magnifier img {
	position: absolute;
	top: 0;
	left: 0;
}

.magnifier-text {
	text-align: center;
	margin: 27px 0 0 0;
	width: 147px;
	position: absolute;
	top: 0;
	left: 0;
}

.magnifier h4 {
	margin-bottom: 5px;
}

.magnifier h6 {
	font-weight: normal;
}

.focus-text {
	padding: 16px 0 20px 168px;
}

.focus-text p {
	font-size: 11px;
}

a.more:link,
a.more:visited {
	color: #660000;
	text-transform: uppercase;
}

.dark-bar {
	height: 23px;
	width: 100%;
	background: #c8baa6;
}



.excerpt-block {
/*	min-height: 279px;
	height: auto !important;*/
	height: 300px;
	margin-top: 32px;
	background: #fff url(../img/bgnd-excerpt-block.png) repeat-x 0 0;
	padding: 5px;
}

.excerpt-block a,
.excerpt-block a:visited {
	display: block;
	text-decoration: none;
	color: #333;
}

.excerpt-block a img {
	border: 1px solid #000;
	margin-bottom: 6px;
	position: relative;
	
}

.excerpt-block a h6
{
	padding: 3px;
	margin-bottom: 4px;
}
.excerpt-block a p 
{
	font-size: 11px;
	padding: 3px;
}

#slider {
	width: 932px;
	clear:both;
	margin-bottom: 15px;
	margin-top: 2px;
}

.slide-container {
	width: 932px;
	position: relative;
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 30;
}

.slide-holder {
	height: 320px;
	width: 932px;
}

.slide {
	height: 320px;
	width: 932px;
	background: #fff;
}

.slide-text {
	position: absolute;
	left: 0;
	bottom: 12px;
	color: #fcf8f8;
}

.slide-text h2 {
	font-size: 36px;
	line-height: 38px;
	padding-left: 25px;
}

.slide-text p {
	font-size: 11px;
	padding-left: 38px;
}

.slide-text a.more:link,
.slide-text a.more:visited {
	font-weight: bold;
	color: #fcf8f8;
}

#page-title {
	position: absolute;
	top: 11px;
	right: 16px;
	z-index: 1000;
}

#page-title a:link,
#page-title a:visited {
	background: url(../img/slide-nav.png) no-repeat 0 0;
	float: left;
	width: 12px;
	height: 12px;
	text-indent: -1000em;
	margin-left: 2px;
}

#page-title a.activeSlide:link,
#page-title a.activeSlide:visited {
	background-position: 0 -12px;
}

#prev {
	position: absolute;
	top: 122px;
	left: 0;
	background: url(../img/prev-icon.png) no-repeat 0 0;
	width: 36px;
	height: 36px;
	text-indent: -1000em;
	z-index: 1000;
}

#next {
	position: absolute;
	top: 122px;
	right: 0;
	background: url(../img/next-icon.png) no-repeat 0 0;
	width: 36px;
	height: 36px;
	text-indent: -1000em;
	z-index: 1000;
}

/* basic gallery list style (related content, thumbnail galleries) */
.gallery-list {
	margin: 0;
	list-style-type: none;
}

/* easy list splitter CSS for multi-column vertical list orientation*/
.contentgallery ul.gallery-list {
    float: left;
    width: 470px;
}
.sidebargallery ul.gallery-list {
    float: left;
    width: 340px;
}

/* basic gallery list ITEM style (rel. content, thumbnail galleries) */
.gallery-list li {
	margin: 0 8px 20px 0;
	float: left;
}

/* easy list splitter CSS for multi-column vertical list orientation - list item*/
.contentgallery ul.gallery-list li {
    width: 462px
}
.sidebargallery ul.gallery-list li {
    width: 332px;
}

/* Debra */
.gallery-list li h5 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
}
/* end - Debra */
.gallery-image {
	border: 1px solid #000;
	position: relative;
}

.gallery-image img {
	display: block;
}

.gallery-text h6 {
	line-height: 16px;
	margin-top: -2px;
	margin-bottom: 1px;
}

.video .icon {
	background: url(../img/mm-icons/video.gif) no-repeat 0 0;
}

.audio .icon {
	background: url(../img/mm-icons/sound.gif) no-repeat 0 0;
}

.image .icon {
	background: url(../img/mm-icons/photo.gif) no-repeat 0 0;
}

.map .icon {
	background: url(../img/mm-icons/map.gif) no-repeat 0 0;
}

.timeline .icon {
	background: url(../img/mm-icons/timeline.gif) no-repeat 0 0;
}

.game .icon {
	background: url(../img/mm-icons/game.gif) no-repeat 0 0;
}

.icon {
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 37px;
	height: 37px;
}

.excerpt-image .icon {
	bottom: 9px;
	left: 9px;
}

.paginator {
	margin: 15px 0 10px 0;
}

.paginator a {
	text-transform: uppercase;
	line-height: 6px;	/* not working */
	border-left: 1px solid #5f0b09;	/* debra */
	padding: 0 5px;
}
/* not working */
.paginator a.nextprev {
	border-left: none !important;
}

.paginator a.aspNetDisabled {
	display: none;
}

.paginator span.current {
	color: #5f0b09;
	font-weight: bold;		
	border-left: 1px solid #5f0b09;
	padding: 0 5px;

}

/*.paginator ul {
	margin: 0;
}

.paginator ul li {
	margin: 0;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
}*/

/* DEBRA: article right column related sections */
.article-citation {
    margin-top: 10px;
	font-style: italic;
}

.article-related-section {
	clear: both;
	padding-top: 14px;
	width: 200px; /* makes links list overflow correctly */
}

.article-related-section ul {
	padding-left: 10px;
}

.related-block {
	padding: 13px 20px 20px 20px;
	height: 240px;
	overflow: hidden;
	/*overflow-x: scroll;
	overflow-y: hidden; SBL_H007 - FIX related content horizontal - system scroll bar*/
}

.interactive-block {
	width: 932px;
	height: 100%;
	background: transparent;
	margin: 6px 0 22px 0;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Debra - end */
.related-block .gallery-image {
	width: 100px;
	margin-bottom: 5px;	/* Debra - reduce space from 15px */
}

.related-block h6.title {
	margin-bottom: 10px;
}

.related-block ul {
	height: 205px;
}

.related-block ul li {
	width: 147px;
	margin: 0 20px 0 0;
	padding: 0;
}

.related-block .gallery-text h6 {
	font-size: 12px;
}

.related-block .gallery-text p {
	font-size: 11px;
	line-height: 14px;
}

a.show-more:link,
a.show-more:visited {
	display: block;
	background: #333 url(../img/arrow.png) no-repeat 9px 4px;
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	height: 23px;
	padding-left: 26px;
	margin-bottom: 10px;
}

.timeline-block {
	margin: 6px 0 17px 0;
}

.bible-list li {
	list-style-type: none;
}

.bible-block {
	margin-top: 18px;
}

.bible-block h4 {
	line-height: 18px;
}

.bible-image 
{
	float: left;
	width: 108px;
	margin: 5px 10px 5px 0;
}

.bible-search {
	margin: 10px 0;
}

.bible-search .search-text {
	width: 340px;
}

.bible-search-results {
	width: 95%;
	height: 200px;
	overflow-y: scroll;
	padding: 5px;
	border: 1px solid #666;
}
.checkBox label{ 
    position: relative; 
    top: -2px; 
} 

/* debra - changed from people-block */
.collage-block ul {
    margin: 15px 0 0 0;
	position: relative;
}

.collage-block ul li 
{
	height: 115px;	/* 11/2013: ensure height, so missing images are obvious in the collage */
	margin-bottom: 20px;
	position: relative;
}

.collage-block img {
	border: 1px solid #000;
}

.collage-list-block {
	padding: 20px;
	position: relative;
}

.collage-list {
	margin: 0;
}

.collage-list li {
	margin: 0;
	list-style-type: none;
}

.collage-list li a:link,
.collage-list li a:visited {
	color: #333;
}

.popup {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 389px;/*518px; Debra-smaller popup*/
	height: 278px;/*370px;Debra-smaller popup*/
}

.popup-container 
{
	position: absolute;
	left: 0px;/* 20px; 58px;Debra-smaller popup*/
	bottom: 0px;/* Leave room for button + padding*/
	z-index: 1000;
	background:rgba(0, 0, 0, .6);
	width: 389px;
	height: 180px;
	/*filter:alpha(opacity=60);  For IE8 and earlier */
}

.active-popup {
	z-index: 2000;
}

.popup img {
	border: 1px solid #000;
}

.popup-text {
	position: absolute;
	left: 0px;/* 20px; 58px;Debra-smaller popup*/
	bottom: 40px;/* Leave room for button + padding*/
	padding: 10px; /*-right: 50px;*/
	color: #fff;
}

.popup-text h6 {
	margin-bottom: 3px;
}

.popup-text p 
{
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

.popup-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.popup-button a:link,
.popup-button a:visited {
	display: block;
	width: 123px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../img/bgnd-popup-button.png) no-repeat 0 0;
	text-align: center;
}

.inner-search {
	padding: 14px 13px 20px 18px;
}

.inner-search h4 {
	margin-bottom: 8px;
}

.inner-search ul {
	margin: 0 0 15px 0;
}

.inner-search ul li {
	float: left;
	list-style-type: none;
	margin: 0 8px 0 0;
	font-size: 13px;
}

.inner-search ul li a:link,
.inner-search ul li a:visited {
	text-decoration: underline;
	color: #333;
}

.inner-search ul li a:hover {
	text-decoration: none;
}

.glossary-browse {
	margin: 0;
}

.glossary-browse li {
	margin: 0;
	list-style-type: none;
}

.glossary-browse li h6 {
	margin-bottom: 0;
}

/* DEBRA - NEW: 2-column & 4-colum lists for repeater */

ul.two-column-list,
ul.four-column-list {
	margin: 0;
	overflow: hidden;
    list-style-type: none;
    float: left;
    width: 470px;
}
ul.two-column-list {
    width: 470px;
}
ul.four-column-list {
    width: 235px;
}

ul.two-column-list li,
ul.four-column-list li {
    margin: 3px 20px 0 0;
	float: left;
}
ul.two-column-list  li{
	width: 450px;
}
ul.four-column-list li{
	width: 215px;
}

.partner-list {
	margin: 0;
}

.partner-list li {
	margin: 0 0 13px 0;
	list-style-type: none;
	border-bottom: 1px solid #837d71;
	padding-bottom: 10px;
}

.publication-list li img {
	margin-top: 30px;
}

.publication-list {
	margin: 0;
	width: 80%;
}

.publication-list li {
	margin: 0 0 13px 0;
	list-style-type: none;
	border-bottom: 1px solid #837d71;
	padding-bottom: 10px;
}

.partner-list li img {
	margin-top: 30px;
}


.search-results {
	margin: 0;
}

.search-results ul {
	margin: 0;
}

.search-results h4 {
	font-style: italic;
}

.search-results li {
	margin: 0 0 13px 0;
	list-style-type: none;
	padding-bottom: 10px;
}

.search-results li a {
	font-weight: bold;
}

/* DEBRA -end */

.contributor-list {
	margin: 0;
	width: 90%;
}

.contributor-list li {
	margin: 0 0 13px 0;
	list-style-type: none;
}

.contributor-list li .image-holder {
	margin-top: 7px;
}

.contributor-book li {
	float: left;
	margin: 7px 30px 7px 0;
	border-bottom: none;	/*Debra - no border from parent list */
}

.contributor-list li.contributor-item {
	border-bottom: 1px solid #837d71;
	padding-bottom: 10px;
}

.contributor-list div.center-column {
	width: 335px !important;	/* required to make nav-list overflow work */
}

.contributor-list div.center-column p {
	margin-bottom: 5px;
}

.left {
	float: left;
}

.left span {
	float: left;
}

.right {
	float: right;
}

.right span {
	float: right;
}

.bible-image img,
.img-shadow {
	-moz-box-shadow: 4px 3px 6px #7d7564;
	-webkit-box-shadow: 5px 3px 6px #7d7564;
	box-shadow: 4px 3px 6px #7d7564;
}

.transcript-toogle {
	display: none;
}

a.transcript-active:link,
a.transcript-active:visited {
	background: #333 url(../img/arrow.png) no-repeat 9px -16px;
}

.browse {
	margin-bottom: 20px;
}

.browse-label {
	line-height: 27px;
	font-weight: bold;
	text-align: right;
}

.browse-filter ul,
.browse-results ul {
	margin: 0;
}

.browse-filter ul li,
.browse-results ul li {
	margin: 0;
	list-style-type: none;
}

/* easy list splitter CSS for vertical list orientation*/
.browse-results ul {
    float: left;
    width: 235px;
}

.browse-results ul li {
	float: left;
	width: 215px;
	margin: 10px 20px 0 0;
}

.browse-results ul li a:link,
.browse-results ul li a:visited {
	display: block;
	margin-left: 11px;
	font-weight: bold;
}

.browse-results ul li a:hover span.icon-text {
	text-decoration: underline;
}

.browse-results ul li a.browse-trigger:link,
.browse-results ul li a.browse-trigger:visited {
	padding: 0;
	margin: 6px 0 0 0;
	float: left;
}

.browse-results ul li a.browse-trigger:link span,
.browse-results ul li a.browse-trigger:visited span {
	width: 7px;
	height: 7px;
	display: block;
	background: url(../img/browse-trigger-icon.png) no-repeat 0 0;
}

.browse-results ul li a.browse-trigger-active:link span,
.browse-results ul li a.browse-trigger-active:visited span {
	background-position: 0 -23px;
}

/* BROWSE START WITH OPEN */
.browse-more-holder {
	padding: 0px 0 0 10px;
	display: block; /* none*/
	clear: both;
}

/* tighter inner list*/
.browse-results ul li ul li {
	margin: 0;
}

/* Debra - sub-list inside browse */
.browse-more-holder a {
	font-weight: normal !important;
}

.icon-text {
	float: left;
	margin-right: 3px;
}

.browse-results ul li a .audio,
.browse-results ul li a .image,
.browse-results ul li a .map,
.browse-results ul li a .timeline,
.browse-results ul li a .game,
.browse-results ul li a .video,
.browse-results ul li a .dictionary
 {
	width: 21px;
	height: 18px;
	float: left;
}

.browse-results ul li a .video {
	background: url(../img/mm-icons/video_small.gif) no-repeat;
}

.browse-results ul li a .audio {
	background: url(../img/mm-icons/sound_small.gif) no-repeat;
}

.browse-results ul li a .image {
	background: url(../img/mm-icons/photo_small.gif) no-repeat;
}

.browse-results ul li a .map {
	background: url(../img/mm-icons/map_small.gif) no-repeat;
}

.browse-results ul li a .timeline {
	background: url(../img/mm-icons/timeline_small.gif) no-repeat;
}

.browse-results ul li a .game {
	background: url(../img/mm-icons/game_small.gif) no-repeat;
}

.browse-results ul li a .dictionary 
{
	background: url(../img/mm-icons/dictionary_small.gif) no-repeat 2px 0;
}

/* 5. Sidebar */

#lhs img {
	display: block;
}

#lhs h2 {
	margin: 0;
}

/* 4. Footer */

.footer-browse p {
	font-size: 11px;
	margin-bottom: 4px;
}

.footer-browse ul {
	margin: 0;
	background: #000;
	padding: 2px 0 2px 12px;
	font-size: 13px;
}

.footer-browse ul li {
	margin: 0 28px 0 0;
	list-style-type: none;
	float: left;
}

.footer-browse ul li.last {
	margin-right: 0;
}

.footer-browse ul li a:link,
.footer-browse ul li a:visited {
	color: #fff;
}

.footer-browse ul li a:hover {
	color: #785637;	/* Debra */
}

#footer h6 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

.footer-block {
	margin-top: 14px;
	min-height: 96px;
	height: auto !important;
	height: 96px;
	margin-bottom: 22px;
	border-right: 1px solid #785637;
}

.footer-float {
	float: left;
	width: 199px;
}

/* debra */
.footer-block img {
	display: inline;
}

.footer-block a:link,
.footer-block a:visited {
	color: #785637;
}

/* 8/12/2012: Removed visited state - too hard to see visited links which stay dim forever 
.footer-block a:visited {
	color: #9a7f67;
}
*/

.footer-block a:hover {
	text-decoration: underline;
}

.footer-block p {
	color: #785637;
	margin: 0;
}

.footer-block h6 {
	color: #333;
}
/* debra */

.footer-block ul {
	margin: 0;
}

.footer-block ul li {
	margin: 0;
	list-style-type: none;
	line-height: 14px;
}

.footer-block ul li a:link,
.footer-block ul li a:visited {
	color: #785637;
}

.footer-block img {
	padding-top: 9px;
}

.copyright p {
	font-size: 10px;
	line-height: 14px;
	color: #785637;
}

.copyright p a:link,
.copyright p a:visited	{
	color: #785637;
}

/* 8/12/2012: Removed visited state - too hard to see visited links which stay dim forever 
.copyright p a:visited {
	color: #9a7f67;
}
*/

/* Main Navigation - Don't mess it with other styles for main-nav. It should stay on the end of CSS file */

#nav ul ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}

#nav ul ul li {
	width: 100%;
}

#nav ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#nav ul li {
	position: relative;
}

#nav ul a {
	display: block;
	position: relative;
}

#nav ul li:hover ul,
#nav ul li.sfHover ul {
	left: 0;
	top: 58px; /* match top ul list item height */
	z-index: 99;
}

#nav ul li:hover li ul,
#nav ul li.sfHover li ul {
	top: -999em;
}

#nav ul li li:hover ul,
#nav ul li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}

#nav ul li li:hover li ul,
#nav ul li li.sfHover li ul {
	top: -999em;
}

#nav ul li li li:hover ul,
#nav ul li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}

.sf-sub-indicator {
	display: none;
}

/* Accordion */

.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
	display: inline;
}

.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
}

.ui-accordion .ui-accordion-content {
	position: relative;
	overflow: auto;
	display: none;
	zoom: 1;
	padding: 9px 36px 9px 17px;
	max-height: 430px;
}

.ui-accordion .ui-accordion-content-active {
	display: block;
}

/* Tooltip Style */

.ui-tooltip-title {
	display: none;
}

.ui-tooltip-tip {
	background: #2b2925 !important;
	border: 1px solid #2b2925 !important;
}

.ui-tooltip-default .ui-tooltip-content {
	background: url(../img/bgnd-tip-small.png) repeat 0 0;
	color: #fff;
	border: none;
	width: auto;
	height: auto;
	padding: 9px 60px 7px 27px;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}

.ui-tooltip-default .ui-tooltip-content p {
	margin-bottom: 4px;
	line-height: 14px;
}

.ui-tooltip-default .ui-tooltip-titlebar {
	background-color: transparent;
	overflow: visible;
	border: none;
}

.ui-tooltip-default .ui-tooltip-icon {
	border: none;
	background: none;
	color: #fff;
	position: absolute;
	top: 44px;
	right: 11px;
	z-index: 2000;
}

.ui-tooltip-icon .ui-icon{
	width: 16px;
	height: 16px;
	text-indent: -1000em;
	background: url(../img/tip-close-icon.png) no-repeat 0 0;
}
	
.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
	border-color: #AAA;
	color: #111;
}

.ui-tooltip-shadow{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Scroll Style */

.scroll-pane {
	overflow: auto;
}

.jspContainer,
.jspScrollable {
	width: auto !important;
}

.jspVerticalBar {
	right: 12px;
	top: 8px;
	background: none;
	width: 22px;
	border: 1px solid #987e63;
}

.related-block .jspHorizontalBar {
	bottom: 20px;
	left: 23px;
	background: none;
	height: 22px;
	border: 1px solid #987e63;
	width: 475px;
}

.related-wide .jspHorizontalBar {
	width: 895px;
}

.jspTrack {
	background: #c8baa6;
}

#accordion .jspVerticalBar {
	height: 412px !important;
}

.related-block .jspVerticalBar {
	display: none;
}

.jspDrag {
	margin: 1px;
	background: #987e63;
}

.jspHorizontalBar .jspDrag {
	margin: 1px 1px 0 0;
	height: 20px;
}

.jspVerticalBar .jspArrow,
.jspHorizontalBar .jspArrow {
	width: 20px;
	height: 20px;
	margin: 1px;
}

.jspArrowUp,
.jspArrowUp.jspDisabled {
	background: url(../img/top-scroll-arrow.png) no-repeat 0 0;
}

.jspArrowDown,
.jspArrowDown.jspDisabled {
	background: url(../img/bottom-scroll-arrow.png) no-repeat 0 0;
}

.jspArrowLeft,
.jspArrowLeft.jspDisabled {
	background: url(../img/left-scroll-arrow.png) no-repeat 0 0;
}

.jspArrowRight,
.jspArrowRight.jspDisabled {
	background: url(../img/right-scroll-arrow.png) no-repeat 0 0;
}

.jspVerticalBar .jspCapBottom {
	height: 22px;
}

.jspHorizontalBar .jspCapRight {
	display: block;
	height: 100%;
	width: 49px;
}

.jspCap {
	background: none;
	display: block;
}

.jspHorizontalBar .jspCorner {
	display: none;
}

/* Select Style */

.cmf-skinned-select {
	background: #000 url(../img/select-arrow.png) no-repeat right 0 !important;	/* rev. 4 */
	border: none;
	float: left;
	height: 27px !important;
	margin-right: 5px;
}

.search-holder .cmf-skinned-select,
.collage-list-block .cmf-skinned-select,
.fancybox-content .cmf-skinned-select {
	width: 116px !important;
}

.collage-list-block .cmf-skinned-select{
	width: 180px !important;
}

.browse-filter div {
    display: none; /* gets changed by .js when processing search-filter DDL's; do this to eliminate flash during large data-bind on browse A-Z */
}

.browse-filter span {
	float: left;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}

.browse-filter label {
	float: left;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}

.browse-filter .cmf-skinned-select {
	margin-left: 5px;
	margin-right: 20px;
}

.browse-filter .cmf-skinned-select .browse-article{
	width: 200px !important;
}

.browse-filter .cmf-skinned-select .browse-letter{
	width: 70px !important;
}

.browse-filter .cmf-skinned-select .browse-theme{
	width: 200px !important;
}

.cmf-skinned-text {
	padding: 3px 0 3px 5px;
	height: 21px !important;
	line-height: 21px !important;
	background: url(../img/bgnd-search-filter.png) repeat-x 0 0;
	border: none;
	cursor: pointer;
	color: #fff;
}

.browse-filter .search-filter {
	margin: 0;
}

.fancybox-content .title-bar {
	padding: 4px;
	background: #dad0bd;
}

.summary-bar 
{
	/* todo: get styling from Johnny */
	background: #C8BAA6;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	padding: 6px;
}

.summary-bar p {
	margin: 0;
	font-size: 11px;
	font-style: italic;
}

p.error {
	color: red;
	padding-left: 2px;
	margin: 0;
}

.summary-bar p.error {
	font-weight: bold;
	font-size: 12px;
	color: #5f0b09;
	font-style: italic;
}



.title-bar a.back-button:link,
.title-bar a.back-button:visited {
	float: left;
	background: url(../img/bgnd-main-search.png) repeat-x 0 0;
	line-height: 27px;
	height: 27px;
	color: #fff;
	padding: 0 10px 0 10px;
}

.fancybox-content {
	width: auto !important;
}

#content h2 {
	text-align: left;
}

.fancybox-content {
	width: 600px !important;
}

.fancy-content-holder {
	max-height: none;
	overflow: auto;
	padding: 0;
}

.fancy-content-holder h1 {
	font-size: 14px;
	line-height: 24px;
}

#fancybox-content .fancy-content-holder {
	overflow-y: scroll;
	padding: 10px 30px;
	max-height: 295px;
}

.fancybox-content h2 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	line-height: 22px;
}

.fancybox-content ul li h2 {
	text-align: left;
}

.fancybox-content .cmf-skinned-select {
	float: right;
	margin-right: 0;
}

.fancybox-content .search-holder .cmf-skinned-select {
	float: left;
	margin-right: 5px;
}

.q-tip-content {
	display: none;
}

.q-tip-content a:link,
.q-tip-content a:visited {
	color: #fff;
	text-decoration: underline;
}

.q-tip-content a:hover {
	text-decoration: none;
}

/* DEBRA - floating div inside content div */

#content-wide .nested-divs{
	overflow: auto;
	white-space: nowrap;
}

#content-wide div.nested-block {
	display: inline-block;
	float: right;
	margin: 0 0 10px 20px;
}

/* Article related sections - Link lists not formatted as table (publications, links) */
ul.related-list {
	margin: 0;
}

ul.related-list li {
	margin: 0;
	padding-top: 8px;
	list-style-type: none;
	color: #5f0b09;
	/*float: left;  SBL_H007: short links/pubs. on same line - remove this */
	white-space: normal;
}

ul.related-list li:first-child {
	padding-top: 0;
}


/* Article related sections - table-style link lists (harper collins, bible passages)
fit as many item blocks on each row, then auto-flow to next row */
.nav-blocklist {
    max-width: 200px;
    margin: 5px auto;
    padding: 5px;
	padding-left: 10px;
}


.nav-blocklist .row {
    border: none;
    margin: 0;
    padding: 0;
}

.nav-blocklist .row .nav-block {
    border: none;
    float: left;
    width: 90px;
}


/* DEBRA - bar-separated link lists 
Note:in order for wrapping to work, need to specify list width 
for each list (in higher-level div)
*/

ul.nav-list {
	margin: 0;
}

ul.nav-list li {
	margin: 0;
	list-style-type: none;
	color: #5f0b09;
	float: left;
	white-space: nowrap;
}

ul.nav-list li.separator 
{
	font-size: 10px;
	line-height: 6px;
	padding: 5px;
	white-space: nowrap;
}

ul.nav-list li.separator:first-child {
	display: none;
}

/* Smaller link lists in header & footer */

.utility-nav {
	float: right;
	padding-top: 8px;
	margin-bottom: 23px;
}

.utility-nav ul.nav-list li a:link,
.utility-nav ul.nav-list li a:visited {
	font-size: 10px;
	color: #000;
}

/* 8/12/2012: Removed visited state - too hard to see visited links which stay dim forever 
.utility-nav ul.nav-list li a:visited {
	color: #666;
}*/


/* DEBRA - Harper Collins search results */

.Searchbox {
	margin-bottom: 10px;
}

.Searchbox span {
	float: left;
	line-height: 28px;
}

.harper-collins-results ul li a:link,
.harper-collins-results ul li a:visited {
	font-weight: bold;
}

.harper-collins-entry h1 {
	margin-bottom: 0;
	font-size: 18px;
}

.harper-collins-entry p {
	margin: 0 0 0 20px;
}

.harper-collins-term span {
	font-style: italic;
	display: inline;
}

.show-in-print {
     display: none;
}
.watermark
{
	font-style:oblique;
	font-size:small;
	color:Gray;
} 
.wait, .wait * { cursor: wait; }

.contributor-article-more
{
	clear: both;
	margin: 0;
}

.AjaxProgressPNL{background:#000;
                 text-align:center;
                 width:100%;
                 position:absolute;
                 top:100;
                 left:200;
	                 
	                 display:table-cell;
	                 vertical-align:middle;
	                 opacity:0.4;
	                 padding:5px;
	                 filter:alpha(opacity=40); /* For IE8 and earlier */
	                 }

#modalBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#progressMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
	padding:20px; 
    width:14%; 
    z-index:1001; 
    background-color: #ffffff;
    border:solid 1px #EBE9CB;
    text-align:center;
    vertical-align: middle;
}

/*----------------------------------------------------------------------
* ABS PASSAGE DISPLAY
*----------------------------------------------------------------------*/	                 
.passagedisplay {
    background-color: white;
    font: 1em/1.5em Georgia,"Times New Roman",Times,serif;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.passage .passagedisplay span {
    padding: 3px 0;
}
.passage span.level1 {
    display: block;
    margin-left: 0;
    padding: 0;
}
.passage .passagedisplay span {
    padding: 3px 0;
}
.passage sup {
    color: #D44B66;
    display: inline-block;
    font-size: 0.8em;
    padding: 8px 2px 0 2px;
    vertical-align: super;
}

.passage div.chapter {
	padding-top: 12px;
	font: 1.5em/2em;
	font-weight: bold;
}

/*----------------------------------------------------------------------
* Forms
*----------------------------------------------------------------------*/	                 

.scForm-TextField {
    clear: left;
    display: block;
    margin: 8px 0 0 0;
    text-align: left;
    vertical-align: top;
    width: 80%;
}
/*
.scForm-TextField input,
.scForm-TextField textarea {
	width: 75%;
}
*/

.scForm-TextField label {
	width: 15% !important;
}

/* required flag */
.scForm-TextField span {
	float: left !important;
	margin-left: 5px !important;	/* needed for ie7 */
}


/*----------------------------------------------------------------------
* Social Media
*----------------------------------------------------------------------*/	                 

.sbl-addthis-style span {
	float:left;
}

@media screen {
	.print-footer {
		display: none;
	}
}