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

Filename:         lwl_style_sheet.css  
Author:           DJR Living Word Labels
Links:            logo.gif   background.jpg
Date created:     16/06/2009 
This version:     16/11/2011

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




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% ;
}

.heading1 { font-size: 2em;   font-weight: bold; }
.heading3 { font-size: 1.3em; margin: 20px auto 10px auto; font-weight: normal;}
.heading4 { font-size: 1em;   margin: 20px auto 0px auto; }
.heading5 { font-size: 1em;   margin: auto; font-weight: normal;}

.italic {font-style:italic}


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


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

ol 
{
    margin-left: 0px; 
    padding-left: 22px;
}

li
{ 
    padding-bottom: 10px; 
    margin-left: 0px; 
}

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

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

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

/* needed to reset webkit defaults */
figure
{
    margin: 0;
    padding: 0;
}

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

.logo
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#under-logo
{
    height: 70px;
    margin: 0px;
    text-align: center;
    font-style: italic;
    padding: 0 5%;
}

#menu-container 
{
    width: 13% ;
    text-align: center ;
    position: relative ;
    top: 25px;
    clear: none;
    float: left;
}

#menu-container-bottom
{
    display: none;
}

#menu2
{
    margin-top: 25px;
}


#menu1 ul, #menu2 ul, #menu3 ul, #menu4 ul 
{
    width: 100% ;
    text-align: center ;
    margin: 0 ;
    padding: 0 ;
    list-style: none ;
}

#menu1 li, #menu2 li, #menu3 li, #menu4 li  
{
    margin: 0 ;
    padding: 0 ;
    list-style: none ;
}

#menu1 li a, #menu2 li a, #menu3 li a, #menu4 li a   
{
    border: 1px outset white;
    text-decoration: none ;
    display: block ;
}


#menu1 li a:hover, #menu2 li a:hover, #menu3 li a:hover, #menu4 li a:hover   
{
    background-color: #c0c0c0 ;
}

#menu1 li a:active, #menu2 li a:active, #menu3 li a:active, #menu4 li a:active  
{
    color: #323232;
    background-color: #c0c0c0 ;
}


#content
{
    position: relative;
    width: 84% ;
    float: right;
}

#page-heading
{
    position: relative;
    width: 80.64% ;
    float: right;
    padding: 0 0 0 0%;
}

.left-column
{
    position: relative ;
    width: 42% ;
    padding: 0 4%;
    float: left;
}

.right-column
{
    position: relative ;
    width: 42% ;
    padding: 0 4%;
    float: left;
}

.full-width-column
{
    position: relative ;
    width: 92% ;
    padding: 0 4%;
}


/* used in menus */
.selected
{
    font-weight: bold;
}

.image-container
{
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
}

.tract-container
{
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
}

.small-screens-only, .outliner-only
{
    display: none;
}

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

#copyright 
{
    position: absolute;
    display: block;
    width: 95%;
    font-size: x-small;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    height: 2em;
    padding-bottom: 5px;
}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Following code for printers - currently not working
*/
@media print {
    #container {
        width: 900px ;
        border: none ;
        padding: 0px 2% 0px 2% ;
        margin-top: 0px;
    }
    .logo
    {
    	padding-top:0px;
    }
    #menu1 li a, #menu2 li a, #menu3 li a, #menu4 li a   
    {
        border: thin grey dotted;
    }
    #end-footer
    {
        padding-top:0px;
    }
}



/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Following code for handheld devices with smaller screens.  
For this to work, each page must have a meta name as follows: 
<meta name="viewport" content="width=device-width" />         
*/

@media screen and ((max-device-width: 799px) and (min-device-width: 600px))
{
    #container 
    {
        width: 95%;
        padding: 5px 20px 10px 20px ;
        background-image: none;
        border: none ;
    }

    .logo
    {
    	padding-top:0px;
    }

    #content
    {
        width: 100% ;
        float: left;
    }

    #menu-container {
        width: 100% ;
        text-align: center ;
        top: 10px;
        float: left;
        margin-bottom: 15px;
    }

    #menu-container-bottom
    {
        display: none;
    }

    #menu1 ul, #menu2 ul
    {
        margin: auto;
        width: 100%;
        text-align: center;
    }

    #menu1 li, #menu2 li
    {
        display: inline-block;
        text-align: center;
        width: 95px;
    }

    #menu1 li a, #menu2 li a 
    {
        padding: 7px 0;
        width: 95px;
        text-align: center;
        margin: 0px 0px;
      	border: 1px solid white;
    }

    a:link, a:visited
    {
        text-decoration: underline;
    }

    .large-screens-only
    {
        display: none;
    }

    .small-screens-only
    {
        display: block;
    }

}



/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Following code for handheld devices with very small screens.  
For this to work, each page must have a meta name as follows: 
<meta name="viewport" content="width=device-width" />         
*/


@media screen and (max-device-width: 599px)
{
    p.drop-caps:first-letter {font-size:100%; font-weight:normal;}

    #container 
    {
        width: 95%;
        margin-top: 0px;
        padding: 5px 5px 10px 5px ;
        background-image: none;
        border: none ;
    }

    .logo
    {
    	padding-top: 0px;
        margin-bottom: 0px;
    }

    #under-logo
    {
        display: none;
    }

    #page-heading
    {
        width: 100% ;
        text-align: center;
    }

    #content
    {
        width: 100% ;
        float: left;
    }

    .left-column
    {
        width: 100% ;
        text-align: left;
        padding: 0%;
    }

    .right-column
    {
        width: 100%;
        text-align: left;
        padding: 0%;
    }
    
    .full-width-column
    {
        position: relative ;
        width: 100% ;
        padding: 0%;
    }

    #menu-container
    {
        width: 100% ;
        text-align: center ;
        top: 0px;
        float: left;
        margin-bottom: 15px;
    }

    #menu-container-bottom
    {
        display: block;
        width: 100% ;
        text-align: center ;
        top: 10px;
        float: left;
        margin-bottom: 15px;
    }

    #menu2 , #menu4
    {
        margin-top: 10px;
    }

    #menu1 ul, #menu2 ul, #menu3 ul, #menu4 ul
    {
        margin: 0px;
        width:100%;
        text-align:center;
    }

    #menu1 li, #menu2 li, #menu3 li, #menu4 li
    {
        display: inline-block;
        text-align: center;
        width: 95px;
    }

    #menu1 li a, #menu3 li a
    {
        padding: 7px 0;
        width: 95px;
        text-align: center;
        margin: 1px 1px;
      	border: 1px solid white;
    }

    #menu2 li a, #menu4 li a  
    {
        padding: 7px 0;
        width: 95px;
        text-align: center;
        margin: 1px 1px;
      	border: 1px solid white;
    }

    a:link, a:visited
    {
        text-decoration: underline;
    }

    .small-screens-only
    {
        display: block;
    }

    .large-screens-only
    {
        display: none;
    ]

}



