    /*----------------------------------------
    Main stylesheet for: Simple Sites
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
    
    Blue (h1 etc): #0c427a      
    Light blue (highlight): #85c0ff        
    Green: #9acd34
    ----------------------------------------*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;                
    margin: 0;
    outline: 0;     
    padding: 0;
}
    
html
{
    background-color: #666;
}

body 
{   
    background: url(../images/bk_main.gif) top center repeat-y;
    border: 3px solid black;            
    color: #000;     
    font: 0.8em/1.4em  Verdana, Helvetica, sans-serif;
    margin: 20px auto 0 auto;      
    width: 960px !important;     
}

/* Type and styling -------------------------------------------------------------------------------------  */

h1, h2, h3, h4
{
    color: #0c427a;
    font-size: 1.4em;    
    line-height: 1.2em;
    padding-bottom: .2em; 
}

    h1
    {
        font-weight: bold;     
    }
    
    h2
    {
        font-size: 1.3em;            
        font-weight: normal;
    }

    h3, h4
    {
        font-size: 1.3em;
        font-weight: bold;         
    }
    
    h5, h6
    {
        font-size: 1.1em;
    }    
    
    #sidebar h2, #sidebar h3
    {
        color: #7a890d;
        font-weight: bold;      
    }
    
    #header h5
    {                  
        font-size: 36px;
        font-weight: bold;
    }
    
        #header h5 em
        {                  
            font-size: 13px;
            font-weight: normal;
        }

p
{
    line-height: 1.5em; 
    padding-bottom: 0.8em;     
}

.left
{
    float: left;
}

.center
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .Rpadding
    {
        padding-right: 20px;
    }
    
    .Bpadding
    {
        padding-bottom: 20px;
    }
    
textRight
{
    text-align: right;
}
 
ul
{
    padding-bottom: 0.8em;  
}
    
    li
    {
        background: url(../images/bullet.gif) top left no-repeat;
        background-position: 0 6px;     
        list-style-type: none; 
        margin-left: 30px;
        padding-left: 10px; 
        margin-bottom: 5px;    
    } 

blockquote
{
    background: url(../images/blockquote.gif) bottom right no-repeat;
    margin-bottom: 20px; 
}   

    .author
    {
        color: #333;
        font-style: italic;
        padding-right: 20px; 
        padding-bottom: 20px;        
        text-align: right;
    }
    
        .author a
        {
            color: #333;
            text-decoration: none;
            border-bottom: 1px dashed;
        }  
        
        .author a:hover
        {
            color: #666;
        } 
        
a
{
    color: #0c427a;
    text-decoration: underline;
}

    a:hover
    {
        color: #6e9225;
    }        
        
a.readmore
{
    background: url(../images/btn_readmore.gif) top left no-repeat;     
    border: 0 none;
    display: block;
        height: 23px;
        width: 125px;
    margin: 0 auto;

} 

    a.readmore:hover
    {
        background-position: bottom left; 
    } 
    
.highlight
{
    color: #85c0ff;
}  

.divider
{
    border-bottom: 1px dashed black;
    display: block;
    height: 10px;
    margin-bottom: 20px;
    width: 100%;     
}         

/* Layout -------------------------------------------------------------------------------------  */ 
 
    #nav
    {
        background-color: black;
        height: 40px;
        padding-bottom: 0;
    }

    #header
    {
        background: url(../images/bk_header.jpg) top center no-repeat;
        height: 50px; 
        padding: 20px;
        position: relative;        
        width: 920px;          
    }

        #headerRight
        {
            position: absolute;
                bottom: 20px;
                right: 20px;
            text-align: right;
            width: 220px;
        }
        
    #main
    {     
        background: url(../images/bk_top.gif) top center no-repeat;
        position: relative;
    }
    
    #content
    {
        
        min-height: 740px;
        padding: 40px 20px 20px 20px;
        width: 640px;
    }
    
    #sidebar
    {
        padding: 40px 20px 20px 20px;         
        position: absolute;
            top: 0;
            right: 20px;
        width: 220px;
    }
    
    #footer
    {
        background-color: #000;
        clear: both;
        color: #ccc;
        padding: 10px 20px;
        text-align: center;
        width: 920px;            
    }  
    
    
    
    
/* Nav -------------------------------------------------------------------------------------  */     
    
    ul#nav li
    {
        background: none;
        border-right: 1px solid #666;
        float: left;
        height: 100%;          
        line-height: 40px;
        list-style-type: none;
        margin: 0;           
        padding: 0 20px;
    }
    
        ul#nav li a
        {
            border: 0 none;
            color: #fff;
            font-weight: bold;
            line-height: 40px;               
            text-decoration: none;
        }
            
            ul#nav li a:hover 
            {
                color: #85c0ff;
            }   
            
            ul#nav li a.selected  
            {
                color: #ffdd33;
            }
            
/* Footer & Nav -------------------------------------------------------------------------------------  */     
      
        #footer a
        {
            color: #ccc;
        }
            
            #footer a:hover 
            {
                
                color: #85c0ff;
            }
    p
    {
        color: ccc;
        font-size: 0.9em;
        padding-bottom: 0;
        padding-top: 10px;
    }
                          