    /*----------------------------------------
    Main stylesheet for: Dafyd Lewis Trust
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
    
    Dark blue (h1): #1c2742
    Medium blue (links): #3c677f
    Brown (sidebar): #4c1d01
    Lighter brown (sidebar links): #6e2a01
    ----------------------------------------*/ 

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: #1c2742;
}

body 
{              
    background: #fff url(../images/header.jpg) top left repeat-x;     
    color: #1c2742;       
    font: 0.9em/1.6em  "trebuchet ms", Helvetica, sans-serif;
    width: 100%;
    margin: 0 auto;      
}

/* Layout ----------------------------------------  */  

    #header
    {
        margin: 0 auto;
        height: 180px;         
    }
    
        #header a
        {
            border: 0 none;
            background-color: transparent;
        }
                                     
    
    #logo
    {
        float: left;
    }
    
    #wrapper
    {
        padding: 0;
        margin: 0 auto;
        width: 960px;
    }
    
    #main
    {
        float: left;
        padding-bottom: 40px;
        width: 560px;        
    }
    
    #sidebar
    {           
        background: url(../images/photos.jpg) top center no-repeat;         
        color: #4c1d01;
        float: right;
        min-height: 260px;
        padding: 260px 20px 20px 20px;           
        width: 330px;
    }
    
        #sidebar a
        {
            color: #6e2a01;
            text-decoration: none;
            border-bottom: 1px dotted;
        }
        
        #sidebar a:hover
        {
            background-color: #f6f0ed;
        }        
    
    #footer
    {
        background: url(../images/footer.jpg) top left repeat; 
        clear: both;
        color: #f0d9cc;
        display: block;        
        font-size: 0.8em;
        height: 100px; 
        padding: 20px 0 0 0;        
        text-align: center;
        width: 100%;    
    }
    
        #footer a
        {
            color: #d29571;
            text-decoration: none;  
        }
        
        #footer a:hover
        {
            background-color: transparent;
            color: #f0d9cc;  
        }         
    
/* Type and styling ----------------------------------------  */          
    
h1, h2, h3, h4
{
    color: #1c2742;
    font-size: 1.8em;      
    padding-bottom: .2em; 
}

    #sidebar h2
    {
        color: #4c1d01;      
    }

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

    .textRight
    {
        text-align: right;
    }
    
.left
{
    float: left;
}

a
{
    color: #3c677f;
    text-decoration: none;
    border-bottom: 1px dotted;
}         

    a:hover
    {
        background-color: #e0eefb;
    }
    
ul
{
    list-style-type:square; 
    padding-left: 2em;        
}

    li
    {
        padding-bottom: 0.4em;
    }
    
.smalltext
{
	font-size: 8pt;
	font-style: italic;
	line-height: 1.1em;
}
