@charset "utf-8";

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

#top {font: bold 24pt serif;}
#subtitle {font: bold 12pt serif; position: relative; bottom: 40px;}
a.top:link {color: #FF0000; text-decoration: none;}
a.top:visited {color: #FF0000; text-decoration: none;}

#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;
}

#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;
margin : 0px 0px 0px 0px;
padding: 10px;
background-color: #000000;
text-align: justify;
}

#content h1, #content h2 {color : #FFFFFF;}
#banner {text-align : center; overflow: visible;}

a.mainlinks:link {color: #FF3030;}
a.mainlinks:visited {color: #FF3030;}a:link {color: #3030FF;}
a:visited {color: #700090;}

img.yhwh {width: 2.5em; height: 0.75em;}
img.yashua {width: 3em; height: 1em;}
img {border: 0;}
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #000000;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

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

#header {display: none}
#navigation {display: none}
#rightlinks {display: none}
#navigate {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;}
}

