/*
-------------------------------------------------------------------------------
   CSS - Cascading style sheet for Living Word Labels
   All pages in the website should link to this style sheet. 

Filename:         lwl_style_sheet.css  
Author:           David Robson
Purpose:          Internet site for Living Word Labels 
Links:            logo.gif   background.jpg
Date created:     16/06/2009 
This version:     15/12/2009

-------------------------------------------------------------------------------
*/




body 
{ 

    font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
    font-size: 14px ;
    Color: black ;
    background-color: RGB(200,200,200) ;
    padding: 0px ;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100% ;
}

h2 { margin: 20px auto 10px auto; }
h4 { margin: 20px auto  5px auto; }

h4.tract
{
    margin: 20px auto 5px auto;
    font-size: large;
    font-weight: normal;
}

p.tract:first-letter {font-size:200%; font-weight:bold; }

hr{height:0; border:0; border-top:3px solid #000;}

li { padding-bottom: 10px }

a:link 
{
    text-decoration: none;
    color: #000000;
}

a:visited
{ 
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline ;
    color: #000070;
}
a:active { 
    text-decoration: underline ;
    color: #000070;
}


#top-margin
{
    width: 100% ;
    height: 5px ;
}

#container
{
    border-style: solid ;
    border-color: black ;
    border-width: thin ;
    background-image: url(car-back-window.jpg) ;
    background-attachment: scroll ;
    background-position: top center ;
    background-repeat: no-repeat ; 
    padding: 20px ;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    position: relative;
    overflow: visible ;
    height: auto;
    min-height: 900px;
}

#logo
{
    position: relative;
    top: 0px;
    left: 305px;
    width: 290px;
    height: 70px; 
    padding-top:10px;
}

#top-row
{
    position: relative;
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-bottom: 10px;
}

#side-nav {
    width: 16% ;
    text-align: center ;
    position: relative ;
    top: 20px;
    left: 0px;
    clear: none;
    float: left;
}

#side-nav ul {
    width: 80% ;
    text-align: center ;
    margin: 0 ;
    padding: 0 ;
    list-style: none ;
}

#side-nav li {
    margin: 0 ;
    padding: 0 ;
    list-style: none ;
}

#side-nav li a {
    border: 1px outset #FFD90F ;
    text-decoration: none ;
    display: block ;
    color: #FFF ;
}

#side-nav li a:link {
    color: #FFF ;
    background-color: #000 ;
}

#side-nav li a:visited {
    color: #FFD90F ;
    background-color: #000 ;
}

#side-nav li a:hover {
    color: #000 ;
    background-color: #c0c0c0 ;
}

#side-nav li a:active {
    color: #FFD90F ;
    background-color: #c0c0c0 ;
}

#content
{
    position: relative;
    top: 0px ;
    width: 80% ;
    float: right;
}

#content-header
{
    position: relative;
    top: 0px ;
    width: 100% ;
}

#column1
{
    position: relative ;
    top: 0px ;
    width: 48% ;
    float: left;
}

#column2
{
    position: relative ;
    top: 0px ;
    width: 48%;
    text-align: center;
    float: left;
}

#column1-tract
{
    position: relative ;
    top: 0px ;
    width: 48% ;
    text-align: left;
    float: left;
}


#column2-tract
{
    position: relative ;
    top: 0px ;
    width: 48%;
    text-align: left;
    float: right;
}

#column1-termsofuse
{
    position: relative ;
    top: 0px ;
    width: 96% ;
    text-align: left;
    float: left;
}

.selected
{
    font-weight: bold;
}

.image-container
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.tract-container
{
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer 
{
    clear: both;
    width: 100%;
    font-size: x-small;
    padding-top:30px;
}

#copyright 
{
    position: relative;
    width: 900px;
    font-size: x-small;
    top: -20px;
    padding-left: 20px ;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

