@charset "utf-8";
/*  
Theme Name: Commandments of YHWH
Theme URI: http://wordpress.org/
Description: The theme created by David Fister for <a href="www.commandmentsofyhwh.org" title="Commandments of YHWH">The Commandments of YHWH.</a>
Version: 1.0
Author: David Fister
Author URI: http://www.commandmentsofyhwh.org/
*/


/* 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;
}

#navigation {
position : fixed;
height : 83%;
width : 19%;
overflow-y: auto;
overflow-x: hidden;
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 {color : #FFFFFF;}
#search {position: relative; text-align: center;}
#browsing {position: relative; padding: 3px; width: 90%; text-align: justify; font-size: 8pt;}
#pages {position: relative; right: 30px;}
#archives {position: relative; left: 10px;}
#archives ul {list-style-type: none;}
#categories {position: relative; right: 30px;}
#banner {text-align: center;}

a.mainlinks:link {color: #FF3030;}
a.mainlinks:visited {color: #FF3030;}a:link {color: #3030FF;}
a:visited {color: #700090;}

span.verses {color: #00FF00;}
span.jesuswords {color: #FF0000;}
span.heading {color: #FF0000; font-size: 18pt;}
span.alignleft {text-align: left;}
span.alignright {text-align: right;}
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: none}
#navigation {display: none}
#navigate {display: none}
#rightlinks {display: none}
#trailer {display: none}
#comments {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;}
}

