/*
 * File:              abf_common.css
 * Programmer:        Nathan Clapham (nathan@alburybf.org)
 * Created:           Aug 29 2004
 * Last modified:     Aug 29 2004
 * Description:       Main CSS for ABF web site, should be included in all
 *                    documents to maintain a similar look and feel.
 */

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background: #ffffff;
    margin: 10px 5% 10px 5%;
    line-height: 1.5em;    /* important for legibility */
    text-align: justify;
}

div.highlight a {
  color: #000000;
  letter-spacing: 5px;
}

div.highlight {
  line-height: 1em;
  text-align: right;
  background: #cc6633;
  width: 90%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 20mm;
  padding: 2mm;
  color: #ffffff;
  
}

a > img {
    border: 0;
}

h2 {
    border-bottom: solid;
    margin-bottom: 2em;
}

h3 {
    background: #ffffdc;
}

div.nav a:hover,p a:hover,ul a:hover {
    background: #ffffdc;
}

address {
    clear: both;
}

div.welcome {
    width: 50%;
    float: left;
}

a.bible_passage_href {
    text-decoration: none;
    border-bottom: 2px dotted #9c9c9c;
    color: #000000;
}




/*
 * Top navigation bar
 */

div.nav {
    margin-bottom: 3em;
    background: #f8f8f8;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    width: 100%;
    float: right; 
    text-align: right;
}

div.nav > a {
   text-decoration: none;    /* turn off underline */
}

div.nav > a:after {
    content: ' :: ';        /* add seperation bar for navigation links */
}


/*
 * Header 
 */

div.header {
    background: #f0fff0;
    padding-bottom: 10px;
}

div.header > h1 {
    display: inline;
    vertical-align: +0.5em;
    font-size: 1.5em;
}

div.header img {
    padding-top: 10px;
    padding-right: 30px;
}




/*
 * Footer
 */

div.footer {
    border-top: 2px solid #dcdcdc; 
    clear: both;
    margin-top: 5em;
    font-size: 0.8em;
}

div.footer > p {
    width: 80%;
    float: right;
    text-align: right;
}

div.rss {
    float:  left;
}


ol.nopoint,ul.nopoint {
    list-style-type: none;
}

div.esvsearch {
    border-top: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
    padding: 10px;
    float: right;
    clear: both;
    width: 30%;
    text-align: center;
}


/*
 * Series outline
 */

table.series_outline {
   width: 100%;
}
