@charset "utf-8";
/* Screen Styles */
@media screen {
body {
margin : 0;
padding : 0;
background-color : #000000;
color : #FFFFFF;
}

p, ul, ol, li {font : bold 10pt serif;}
p {text-indent: 1em;}
ul {list-style-type: none;}
h1 {font : bold 18pt serif;}
h2 {font : bold 16pt serif;}
h3 {font : bold 14pt serif;}
h1, h2, h3 {text-align: left; color: #FFFFFF;}

#top {font: bold 24pt serif; text-indent: 1em;}

#kjv {font: bold 8pt serif; color: #00AAAA}

#header {
position : fixed;
z-index: 2;
height : 17%;
width : 100%;
top : 0;
right : 0;
bottom : auto;
left : 0;
background-color: #000000;
color: #FF0000;
text-align: center;
}

#navigation {
position : fixed;
height : 83%;
width : 19%;
overflow: auto;
top : 17%;
left : 0;
margin : 0px 0px 0px 0px;
padding : 3px;
background-color: #000000;
}

#rightlinks {
position : absolute;
z-index: 1;
width : 135px;
overflow: visible;
top : 17%;
right : 0;
margin : 0px 0px 0px 0px;
padding : 3px;
background-color: #000000;
}

#content {
position : absolute;
z-index: 1;
width : auto;
overflow : visible;
top : 19%;
right : 140px;
left : 20%;
margin : 0px 0px 0px 0px;
padding: 10px;
background-color: #000000;
text-align: justify;
}

#content h1, #content h2, #content h3 {color : #FF0000;}
#content ol {font-size: 18pt;}
#content li {font-size: 16;}

a.mainlinks:link {color: #FF3030;}
a.mainlinks:visited {color: #FF3030;}a:link {color: #3030FF;}
a:visited {color: #700090;}

span.verses {color: #00FF00; font: bold}
span.jesuswords {color: #FF0000; font: bold;}
span.heading {color: #FF0000; font-size: 20pt;}
img.yhwh {width: 2.5em; height: 0.75em;}
img.yashua {width: 3em; height: 1em;}
img {border: 0;}
}

/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }

#header {display: block}
#navigation {display: none}
#rightlinks {display: none}
#content {display: block}
#content { margin-left:0; 
     float:none; 
     width:auto; 
     color:black; 
     font-size:12pt }
img.yhwh {width: 2.5em; height: 0.75em;}
img.yashua {width: 3em; height: 1em;}
}

