@charset "utf-8";

@font-face {
    font-family: 'ChopinScriptRegular';
    src: url('fonts/ChopinScript-webfont.eot');
    src: url('fonts/ChopinScript-webfont.eot?iefix') format('eot'),
         url('fonts/ChopinScript-webfont.woff') format('woff'),
         url('fonts/ChopinScript-webfont.ttf') format('truetype'),
         url('fonts/ChopinScript-webfont.svg#webfontBrisyAdb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'TangerineRegular';
	src: url('fonts/Tangerine_Regular-webfont.eot');
	src: local('☺'), url('fonts/Tangerine_Regular-webfont.woff') format('woff'), url('fonts/Tangerine_Regular-webfont.ttf') format('truetype'), url('fonts/Tangerine_Regular-webfont.svg#webfont27auK6Sb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TangerineBold';
	src: url('fonts/Tangerine_Bold-webfont.eot');
	src: local('☺'), url('fonts/Tangerine_Bold-webfont.woff') format('woff'), url('fonts/Tangerine_Bold-webfont.ttf') format('truetype'), url('fonts/Tangerine_Bold-webfont.svg#webfont3In8WWiJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

body  {
	font-family: ‘Palatino Linotype’, Palatino, ‘Book Antiqua’, Georgia, serif;
	font-size: 13pt;
	font-weight:normal;
	background-color: #22160d;
	margin: 0; 
	padding: 20px 0 0 0;
	color: #000000;
	line-height: 110%;
}

hr {
	width: 80%;
	margin: 14px auto 0 auto;
	color: #210d0e;
}

citation {
	font-style: normal;
	font-size: 50%;
}

blockquote {
	border-left: #210d0e thick solid;
	margin-left: 0;
	padding-left: 0.5in;
}

dt {
	font-style:italic;
	font-weight:bold;
}

dd:before {
	font-weight:bold;
	content: "";
}

dd {
	padding-bottom:0.5em;
}

#header {
	position: relative;
	margin:0;
	padding: 0;
	background-color: #22160d;
}
#header img{
		position: absolute;
		top: -20px;
		right: 0px;
		z-index: 0;
}

#header h1{
	position: relative;
	margin:0px;
	padding: 15px 30px;
	font-family: ChopinScriptRegular, TangerineBold, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 3px;
	font-size: 52pt;
	font-weight: normal;
	color: #F5D58C;
	text-shadow: -4px 4px 3px black, 1px -1px #fae8bf;
	line-height:110%;
	z-index: 2;
}

#section {
	position: relative;
	margin: 0;
	padding: 10px 30px;
	font-size: 18pt;
	color: #F5D58C;
	z-index: 2;
}
#section h2 {
	line-height: 130%;
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 1px, rgba(255,255,255,0.5) 0 -1px, rgba(0,0,0,0.3) -1px -2px;
}

/* Main Navigation Menu */
#areas {
	position: relative;
	clear: both;
	color: #FFFFFF;	
	padding: 0px 30px; 
	margin: 0;
	font-size: 14pt;
	z-index: 2;
}

#areas ul {
	margin: 0px;
	padding: 5px 0px;
	font-weight:bold;
	color: rgba(255,255,255,0);
    list-style-type: none;
}
#areas > ul {
	padding: 0;
}
#areas > ul > li {
	padding: 0;
	margin: 0;
}
#areas ul li {
	display:inline;
	padding: 0px 5px;
}
#areas ul li ul {
		border-top: 2px solid #F5D58C;
		border-bottom: 2px solid #F5D58C;
}
#areas ul li ul li {
	white-space: nowrap;
}
#areas ul li a {
	color: #F5D58C;
	text-decoration: none;
	padding: 0px 5px;
}
#areas ul li a:hover {
	background-color: #F5D58C;
	color: #22160D;
    border-radius: 6px 6px 6px 6px;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
}
#areas .sitelink {
	display: none;
}
#areas a {
	color: #F5D58C;
	text-decoration: none;
	padding: 0px 5px;
}
#areas a:hover {
	background-color: #F5D58C;
	color: #22160D;
    border-radius: 6px 6px 6px 6px;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
}

/* for cell, iphone, or mobile */
@media handheld and (max-width:480px), screen and (max-device-width:480px), screen and (max-width:600px) {
	#header img {
		width: auto;
		height: auto;
	}
	#header h1 {
		font-size: 28pt;
		padding: 5px 30px 0px 30px;
		margin: 0px;
	}
	#section {
		margin: 0;
	}
	#areas {
		font-size: 16pt;
		margin: 30px;
	}
	#areas ul {	
		color: rgba(255,255,255,1);
	}
	#areas ul li {
		display:block;
		padding: 10px 0px;
	}
	#areas ul li a {
		padding: 10px 0px;
	}	
	#areas .sitelink {
		display: block;
	}
	#areas ul li:hover > ul, #areas ul li:focus > ul, #areas ul li:active > ul {
		display: block;
		transition: all 1s;
	}
	#areas ul li ul {
		display:none;
		transition: all 1s;
	}
}
/* column containers */	
.container {
	margin: 0;
	padding: 0;
	clear:both;
	width:100%;			/* width of whole page */
	background-color:#22160D;
}
#mainContent { 
	margin: 0 200px 0 0;
	padding: 0;
	/* background-color:#734d2d; */
	background: url(images/eosberryfield3c.gif) repeat;
	border: #734d2d thin solid;
	-moz-box-shadow: inset -5px 5px 5px #22160d;
  	-webkit-box-shadow: inset -5px 5px 5px #22160d;
  	box-shadow: inset -5px 5px 5px #22160d;
}
#information {
	font-family: Verdana,Geneva,sans-serif;
	letter-spacing: 1px;
	line-height: 1.3em;
	background-color: #ffffff;
	padding: 10px 20px;
	margin: 20px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	max-width: 1000px;
	-moz-box-shadow: -5px 5px 5px #22160d;
  	-webkit-box-shadow: -5px 5px 5px #22160d;
  	box-shadow: -5px 5px 5px #22160d;
	overflow:auto;
}
#information img {
	margin: 3px 10px;
}
#mainContent h2+p:first-letter {
	font-size: 150%;
}
#mainContent h3+p:first-letter {
	font-size: 125%;
}
.firstLetter {
	font-size:125%;
	color: #210D0E;
	}
#mainContent h2+p{
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent h3+p{
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent h1 { 
	font-family: ‘Palatino Linotype’, Palatino, ‘Book Antiqua’, Georgia, serif;
	line-height: 130%;
	color: #081514;
	padding: 15px 20px;
	margin: 0 -20px;
	background-color: #a67c49;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#mainContent h2 { 
	font-family: ‘Palatino Linotype’, Palatino, ‘Book Antiqua’, Georgia, serif;
	line-height: 125%;
	color: #a67c49;
	text-shadow: #160405 -1px 1px;
	margin-bottom: 0px;
	padding: 5px 0px;
}
#mainContent H3, #mainContent H4, #mainContent H5, #mainContent H6 {
	color: #4a8a83;
	text-shadow: #160405 -1px 1px;
	line-height: 125%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#mainContent li {
	padding-bottom: 0.5em;
}

#mainContent a {
    text-decoration: underline;
	color: #2d6873;
}

#mainContent h1 a, #mainContent h2 a {
    text-decoration: underline;
	color: #081514;
	text-shadow: #160405 -1px 1px;
}

#mainContent a:visited {
	text-decoration:none;
}

#mainContent a:hover {
	color:#081514;
    background-color: #64baca;
}

.index {
}
.answer{
	list-style-image: url(images/icons/email-16.gif);
}
.article {
	list-style-image: url(images/icons/document-lines-16.gif);
}
.sermon {
	list-style-image: url(images/icons/sermon.gif);
}
.moral {
	list-style-image: url(images/icons/war.gif);
}
.topic {
	list-style-image:url(images/icons/pen-16.gif);
}
.audio {
	list-style-image: url(images/icons/comments-16.gif);
}
.video {
	list-style-image:url(images/icons/arrow-right-play.gif);
}
.study {
	list-style-image:url(images/icons/folder-16.gif);
}
.picture {
	list-style-image:url(images/icons/picture-16.gif);
}
.other {
	list-style-image:url(images/icons/links-16.gif);
}
 
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRt #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float:right;
	width: 200px;
	margin: 0;
	padding: 0px; 
	background-color: #22160d;
}
#sidebar1 #openit {
	display: none;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0;
	text-align: center;
}

#navigation, #related, #feeds{
	display:block;
	padding: 0px; 
	margin: 0px;
	width: 100%;
}

#sidebar1 ul {
	padding: 0;
	margin: 0px 10px 30px 10px;
	color: #F5D58C;
	border-top: #F5D58C 2px solid;
}

#sidebar1 h3 {
	padding: 0;
	margin: 0px 10px 30px 10px;
	color: #F5D58C;
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 1px, rgba(255,255,255,0.5) 0 -1px, rgba(0,0,0,0.3) -1px -2px;
}

#sidebar1 ul li {
    text-align: center;
	font-weight:bold;
	color:#F5D58C;
    list-style-type: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: #F5D58C 2px solid;
}

#sidebar1 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	color:#F5D58C;
	padding: 3px 0px;
}

#sidebar1 li a:hover {
    background-color: #F5D58C;
	color: #22160D;
    border-radius: 6px 6px 6px 6px;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
}

#sidebar1 li a:visited {
	color: #A67c49;
}
/* for cell, iphone, or mobile */
@media handheld and (max-width:700px), screen and (max-device-width:700px), screen and (max-width:800px) {
	#mainContent { 
		margin: 0 1.5em 0 0;
	}
	#sidebar1 {
		width: 1.5em;
		height: 100px;
		background-color:#22160D;
		transition: all 1s;
	}
	#sidebar1 #openit {
		display:block;
		margin: 0;
		padding: 2px;
		color:white;
		white-space:nowrap;
		transform: rotate(90deg);
		-ms-transform:rotate(90deg); /* IE 9 */
		-moz-transform:rotate(90deg); /* Firefox */
		-webkit-transform:rotate(90deg); /* Safari and Chrome */
		-o-transform:rotate(90deg);
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
		width: 1.2em;
	}
	#sidebar1 .pagelink {
    	display: block;
    	text-decoration: none;
		color:#F5D58C;
		padding: 3px 0px;
	}
	#sidebar1 .pagelink:hover, #sidebar1 .pagelink:focus, #sidebar1 .pagelink:active {
		width: 90px;
    	background-color: #F5D58C;
		color: #22160D;
    	border-radius: 6px 6px 6px 6px;
    	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
	}
	#sidebar1 #navigation, #sidebar1 #related, #sidebar1 #feeds, #sidebar1 #lbsRefTaggerCP {
		display:none;
	}
	#sidebar1:hover, #sidebar1:focus, #sidebar1:active {
		width: 200px;
		height: auto;
		transition: all 1s;
		background-color:#22160D;
	}
	#sidebar1:hover #openit, #sidebar1:focus #openit, #sidebar1:active #openit {
		transform: none;		
		-ms-transform:none; /* IE 9 */
		-moz-transform:none; /* Firefox */
		-webkit-transform:none; /* Safari and Chrome */
		-o-transform:none;
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	}
	#sidebar1:hover #navigation, #sidebar1:hover #related, #sidebar1:hover #feeds, #sidebar1:hover #lbsRefTaggerCP {
		display:block;
	}	
	#sidebar1:focus #navigation, #sidebar1:focus #related, #sidebar1:focus #feeds, #sidebar1:focus #lbsRefTaggerCP {
		display:block;
	}	
	#sidebar1:active #navigation, #sidebar1:active #related, #sidebar1:active #feeds, #sidebar1:active #lbsRefTaggerCP {
		display:block;
	}
}
#footer {
	background: no-repeat #22160D url(images/LaVistaFooter1.jpg) right bottom;
	color: #F5D58C;
	clear:both;
	margin: 0;
	padding: 0;
	text-align:center;
}
#footer a {
	color: #F5D58C;
	text-decoration: underline;
}
#feeds {
	font-size: 9px;
	line-height: 1.1;
}
#ownership {
	margin: 0 200px 0 0;
	font-size: 12px;
	padding: 10px;
}
#license {
	margin: 0 200px 0 0;
	font-size: 12px;
}
#stats {
	margin: 0 200px 0 0 ;
	font-size: 9px;
}

/* for cell, iphone, or mobile */
@media handheld and (max-width:700px), screen and (max-device-width:700px), screen and (max-width:800px) {
#footer {
	background: #22160D;
	margin: 0;
	padding: 20px;
}
#ownership {
	margin: 0;
}
#license {
	margin: 0 ;
}
#stats {
	margin: 0;
}
#question {
	margin: 0;
}
}

#question {
	color:#081514;
	padding: 5px 20px;
	margin:20px -20px;
	background-color: #DFB997;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#question img {
		padding-left: 25px;
}

#notice {
	color:#081514;
	padding: 0.3em 0.5em;
	background-color: #DC9198;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.question {
	color:#081514;
	padding: 5px 20px;
	margin:20px -20px;
	background-color: #DFB997;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.supplemental {
	color:#000000;
	padding: 0.3em 0.5em;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #F2c36b;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.notice {
	color:#081514;
	padding: 0.3em 0.5em;
	background-color: #DC9198;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.comment {
	color: #F5D58C;
	padding: 0.3em 0.5em;
	background-color: #905f63;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.item {
	float:left;
	width:200px;
	height:200px;
	text-align:center;
	border: solid 2px;
	margin: 10px;
	padding: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.centered { /* must be applied to the container and not the image */
    text-align:center;
}
.right {
	text-align:right;
}
.footnote {
	font-size: 60%;
	vertical-align: top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.textsm {
	FONT-SIZE: 14px; COLOR: #AC4124; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.textbg {
	FONT-SIZE: 20px; COLOR: #AC4124; font-weight:bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.textreg {
	FONT-SIZE: 12px; COLOR: #244EAC; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.hebrew {
	direction:RTL; 
	unicode-bidi:embed;
	}
.greek {
	font-family:"Gentium","TITUS Cyberbit Basic","Palatino Linotype","Cardo","Minion Pro","KadmosU","BosporosU","New Athena Unicode","Galatia SIL","Galilee Unicode Gk","Porson","Tahoma","Lucida Grande","Arial Unicode MS";
	}
.popup{}
.popup ul .pitem{display:none;}
.popup ul:hover .pitem{display:block; color:#244EAC; font-style:italic;}
.popup ul{}
.noprint {}

.xboxcontent {display:block; background:#ccc; border:0 solid #08c; border-width:0 1px;}
.author {
	text-align: right;
}
.citation {
	font-size: small;
	text-align: right;
}
.highlight {
	background-color: #F5d58c;
	color:#081514;
}

/* Logos Reference Tagger formating */
.lbsTooltip
{
	background:#fffade;
	border: 1px solid gray;
	z-index: 99;
	text-align: left;
	text-indent: 0;
}

.lbsTooltip div
{
	text-align: left;
}

.lbsTooltipHeader
{
	background:#fff4b8;
	color: black;
	font-weight:bold;
	font-size:15px;
	line-height: 18px;
	font-family:Arial,Helvetica,serif;
	margin: 0;
	padding:4px;
	position:relative;
	border: 0;
}

.lbsTooltipBody 
{
	padding: 4px 8px 0 8px;
	margin:0;
	position:relative;
	z-index: 2;
	border: 0;
	line-height:16px;
}

.lbsTooltipBody p, .lbsTooltipBody span
{
	display: inline;
	color: black;
	font-family:Arial,Helvetica,serif;
	font-size: 14px;
	line-height:16px;
}

.lbsTooltipFooter
{
	font-size:11px;
	font-family:Helvetica,Arial,serif;
	bottom:4px;
	margin-top: 4px;
	position:absolute;
	text-align:right;
	border: 0;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover 
{
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size:11px;
	font-family:Helvetica,Arial,serif;
}

.lbsTooltipFooter div
{
	text-align:right;
}


.lbsTooltipBody .ch-ref, .lbsTooltipBody .verse-ref
{
	font-size: 85%;
	top: -1px;
	position: relative;
}

.lbsTooltipBody .ch-ref
{
	font-weight: bold;
}

.lbsTooltipBody .verse-ref
{
	color: dimgray;
}

.lbsTooltip, .lbsTooltipBody span, .lbsTooltip a, .lbsTooltipBody p
{
	margin: 0;
	padding: 0;
}

.lbsLibronix img
{
	float: none !important;
}
/* RefTagger Control Panel Styles */

#lbsRefTaggerCP {
	width: 180px;
	margin: 0 10px;
	border-top: solid 2px #F5D58C;
	border-bottom: solid 2px #F5D58C;
	line-height: 1.4em;
	font-size: 80%;
	text-align: center;
}
#lbsHeader {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid #734D2D 1px;
	padding: 0.25em;
	margin-bottom: 2px;
}
#lbsSaveContainer, #lbsVersionContainer, #lbsLibronixContainer {
	padding:4px;
	color: #F5D58C;
}
#lbsSave {
	border:1px solid #734D2D;
	padding: 0em 1em;
	font-family: helvetica, arial, "sans serif";
	color: #081514;
	background-color: #DFB997;
	cursor: pointer;
}
#lbsVersion {
	font-size:100%;
}
#lbsRefTaggerCP a:link, #lbsRefTaggerCP a:hover, #lbsRefTaggerCP a:visited {
	text-decoration:none;
	color:#F5D58C;
}
#lbsFooter {
	font-size: 90%;
	border-top:dashed #734D2D 1px;
	padding:3px;
}
#lbsLogo {
	background-image:url(http://www.logos.com/images/reftagger/logowhitebg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding: 2px;
}
#lbsUseLibronixLinks {
	cursor: pointer;
}

/*
** Zoom Search
*/
.zoom_searchform { 
	font-size: 100%;
	color:#000000;
	padding: 0.3em 0.5em;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #F2c36b;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 }