﻿/* Style definitions for Fruit of the Spirit webpages */

body {
	background-color: #f8f8f8;
	background-image: url(AppleOrange.jpg);
	background-repeat: repeat-x; /* horizontal at top of page */
	background-attachment: scroll;
	background-position: top left;
	color: #00019D;
	margin: 15px;
}


a, a:link, a:visited {
	color: Black;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: underline;
}


h1 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 21pt;
	font-weight: bold;
	margin: 2ex 2em 2ex 2em;
	color: #000000;
	text-align: center;
}

h2 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 18pt;
	margin: 1ex 2em 1ex 2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-style: italic;
	margin: 1ex 2em 1ex 2em;
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

h4 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 14pt;
	margin: 1ex 2em 1ex 2em;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
	margin: 1ex 2em 1ex 2em;
	color: #000000;
	text-align: center;
	text-decoration: underline;
}


table {
	background: #F4F4F4;
	border: 0;
	margin: 10pt;
	padding: 5pt;
}
 /* Citations need an un-textured background, lay this over the image */
table.cit {
	background: #E0FFFF;
}

 /* Main paragraph style -- */
p.c1 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 14pt;
	color: #483D8B;
	margin: 20pt 0 0 20pt;
	text-align: left;
	text-indent: -10pt; /* out-dent the first line, so the decorated initial hangs out */
}
 /* c11 is the same as c1, except for first-line or first-letter effects */
p.c11 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 14pt;
	color: #483D8B;
	margin: 0 0 0 20pt;
	text-align: left;
}

 /* An "Illuminated text" or, cloisonne effect for the initial letter, gold letter on a blue-glass back with 3D gold frame */
p.c1:first-letter {
	background-color: #2020ff; /* lightened "chinese" blue */
	font-size: 140%;
	font-weight: bold;
	padding: 3px;
	border: 2px solid;
	border-color: #FFD700 #bba700 #bba700 #FFD700;
	font-family: inherit;
	font-style: oblique;
	color: #FFD700;
}

 /* the same illuminated text effect, standing alone for section headers */
p.IL {
	background-color: #2020ff;
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	margin: 2ex 30% 2ex 30%;
	padding: 5px;
	border: 2px solid;
	border-color: #FFD700 #bba700 #bba700 #FFD700;
	font-family:  "Palatino Linotype", "Times New Roman", serif;
	font-style: oblique;
	color: #FFD700;
}


 p.c2 {
	text-align: center;
	color: #000000;
}

 p.c3 {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 14pt;
	margin: 3em;
	text-align: left;
	color: #000000;
}

img {
	border: 0px solid ;
	margin: 5px;
	vertical-align: middle;
}

 /* the Can2Can link button style */
img.btn {
	border: 0px solid ;
	margin: 5px;
	width: 60px;
	height: 40px;
	vertical-align: middle;
}
img.mail {
	width: 65px;
	height: 40px;
}
img.shofar {
	width: 76px;
	height: 29px;
}
img.opcit {
	width: 36px;
	height: 38px;
}
 /* Hebrew citation style in codepage 1255 encoding (no longer used) */
.hbc {
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
	font-size:150%;
	font-family:"David", "Times New Roman", serif;
}
 /* Hebrew citation style in UTF-8 encoding */
.hbu {
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
	font-size:130%;
	font-family:"Cardo", "TITUS Cyberbit Basic","Times New Roman","David";
}

 /* greek citation style */
.gru {
	vertical-align:middle;
	direction:ltr;
	unicode-bidi:embed;
	text-align:left;
	font-size:120%;
	font-family:"Cardo","TITUS Cyberbit Basic","Palatino Linotype","Hindsight Unicode";
}
 /* translation of citation style */
.mtc {
	vertical-align:middle;
	direction:ltr;
	unicode-bidi:embed;
	text-align:left;
	font-size:120%;
	font-family:"Cardo", "Times New Roman", "Palatino Linotype", serif;
}

 /* style used for "fold up out of the way" text sections, script must
    swap "display: none" and "display: inline" to fold/unfold footnotes
    inside body text */
.footnote {
	display: none;
}
 /* style used only for translations of the tetragram and direct references to the LORD */
 span.tet {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
}
 span.tet:hover {
	color: #B000FD;  /* royal red-blue */
	/* font-weight: bold; Too jumpy in practice */
}
 /* format text with the cues of a clickable button */
td.btn {
	height: 21px;
	width: 91px;
	text-align: center;
	font-family: serif;
	text-decoration: none;
	background: #E0E0E0;
	border: 1px solid;
	border-color: #F0FFFF #696969 #696969 #F0FFFF;
	margin: 4px;
	padding: 3px;
}

div.mail {
	background: #FFF8DC;
	margin: 3ex 10% 3ex 10%;
	padding: 1ex 5% 2ex 5%;
}
/* Font verification test */
p.CardoLtr {
	font-size:14.0pt;
	font-family:"Cardo", "Courier";
}
p.CardoRtl {
	font-size:14.0pt;
	font-family:"Cardo", "Courier";
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
}

p.TitusLtr {
	font-size:14.0pt;
	font-family:"TITUS Cyberbit Basic", "Courier";
}
p.TitusRtl {
	font-size:14.0pt;
	font-family:"TITUS Cyberbit Basic", "Courier";
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
}

p.PalatinoLtr {
	font-size:14.0pt;
	font-family:"Palatino Linotype", "Courier";
}
p.PalatinoRtl {
	font-size:14.0pt;
	font-family:"Palatino Linotype", "Courier";
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
}

p.HindLtr {
	font-size:14.0pt;
	font-family:"Hindsight Unicode", "Courier";
}
p.HindRtl {
	font-size:14.0pt;
	font-family:"Hindsight Unicode", "Courier";
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
}

p.TnrLtr {
	font-size:14.0pt;
	font-family:"Times New Roman", "Courier";
}
p.TnrRtl {
	font-size:14.0pt;
	font-family:"Times New Roman", "Courier";
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
}
p.DavidRtl {
	font-size:14.0pt;
	font-family:"David", "Courier";
	vertical-align:top;
	direction:rtl;
	unicode-bidi:embed;
	text-align:right;
}
div.p2{
	text-align: center;
	clear: both;
}
div.badge {
	background: #999999;
	padding: 3px;
	margin:5px;
	width:175px;
	float:left;
}
div.left {
	background: #FFE23C;
	color: #0002C4;
	padding: 2px 5px;
	font-weight: bold;
}
div.right {
	background:#000000;
	color:#ffffff;
	padding:2px 5px;
	float:right;
	font-weight:bold;
}
div.right a, div.right a:hover {
	color:#ffffff;
	font-weight:bold;

}
div.CanButton{
	background: transparent;
	float:left;
	height:42px;
	width:260px;
	margin: 5px;
	vertical-align: middle;
	font-family: "Times New Roman", serif;
	font-size: 14pt;
	color: black;
}

