﻿/* Gospel Doctrine Master Stylesheet 
==================================*/

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color:#000; }

a           {color:#009;}
a:hover     {color:#00f;}    
img         {border-width:0;}    

/* Basic Page Elements 
======================*/    
html{ height:100%;}

body
{
    background:url(../images/body.gif);
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;}

#page
{
    width:774px;
    background:url(../images/page.gif);
    text-align:left;
    margin-left:auto;
    margin-right:auto;}    

#header{}

/* Default Elements
===================*/
h1
{
    font-size: 13pt;
    margin-bottom: 1em;
    color: #000;}

h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #000;}

h3
{
    margin-bottom: .5em;}
  
p
{
    margin-bottom: 1em;}    

ul, ol
{
    margin-left: 3em;
    margin-bottom: 1em;}


/* Sitewide Navigation 
======================*/
#menu{}

#nav
{
    margin-left:0;
    list-style:none;    }

#nav li
{
    float:left;
    }

#nav a
{
    text-decoration:none;
    color:#000;
    }    

#nav a:hover, #nav a.on
{
    color:#000;
    }    

/* Main Content Areas 
====================*/
#content
{
    padding-top:12px;
    padding-bottom: 12px;}

/* Footer 
=========*/
#footer {}

#footer p
{
    margin-bottom:0;
    text-align:center;
    color: #000;
    font-size: 8pt;}

/* Specific Overriding Rules 
============================*/
#sidebar
{
    background:#d3c2a8;
    }

.pinstripe
{
    background:#fff;    }
    
.gutter
{
    background:url(../images/gutter.gif) repeat-y;  }
    
#passage
{
    margin-top:12px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    
    border: solid 1px #cdc6b3;
    background:#f4efeb;}    
    
#passage p
{
    font-weight:bold;
    color:#a98;
    font-family: Georgia, Serif;
    font-size:12pt;    
}

#passage .ref
{
    text-align:right;}
    
div.book
{
    height:75px;
    border-bottom:solid 2px #fff;
    background:#f8f7f3;}   

.book h1
{
    margin-bottom:0;
    cursor: hand;
    font-weight:lighter;
    color:#a98;
    font-family: Georgia, Serif;
    font-size: 17pt;
    margin-left: 12px;
    margin-right:12px;
    }     

.book a
{
    width:100%;
    text-decoration:none;    
}    

.book .description
{
    margin-top:-4px;
    padding-top:5px;
    border-top:solid 1px #cfc3b5;
    width:340px;
    color:#987;
    margin-left: 12px;
    padding-left:38px;
    font-family: Tahoma, Verdana, Trebuchet MS, Sans-Serif;
    font-size:8pt;
    margin-bottom:0;}
    
.book img
{
    float:right;}    