    /*----------------------------------------
    Main stylesheet for: Zedcorp
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
    
    Yellow: #ffc50a   
    Blue: #1C92CC;       
    Dark grey: #202020
    ----------------------------------------*/ 

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: #ccc url(../images/bk_page_dark.png) top left repeat-x;
}

body 
{       
   background: #f5f5f5 url(../images/bk_main_sidebar_dark.png) top left repeat-y;     
    border: 2px solid #202020;
    color: #202020;     
    font: 0.8em/1.4em  Verdana, Helvetica, sans-serif;
    margin: 20px auto;      
    width: 960px !important;     
}

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

h1, h2, h3, h4, h5, h6
{
    color: #1C92CC;
    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
    {
        color: #156A94;
        font-size: 1.3em;
        font-weight: bold;         
    }
    
    h5, h6
    {
        color: #156A94;        
        font-size: 1.1em;
    }    
    
    #sidebar h2, #sidebar h3
    {
        color: #143482;
        font-weight: bold;      
    }
    
    #header h4
    {                  
        color: #000;          
        font-size: 36px;
        font-weight: bold;
    }    
    
    #header h5
    {                  
        color: #000;          
        font-size: 14px;
    }
    
        #header h5 em
        {                  
            color: #000;
            font-weight: bold; 
        }
        
    #header h6
    {                  
        color: #000;          
        font-size: 14px;
    }        

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

.left
{
    float: left;
}

.right
{
    float: right;
}

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

    .Rpadding
    {
        padding-right: 20px;
    }
    
    .Lpadding
    {
        padding-left: 20px;
    }    
    
    .Bpadding
    {
        padding-bottom: 20px;
    }
    
textRight
{
    text-align: right;
}
 
ul
{
    padding-bottom: 0.8em;  
}
    
    li
    {   
        line-height: 20px;
        margin-left: 30px;
   
    } 

blockquote
{
    background: url(../images/i_pen_16.png) 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
{
    border-bottom: 1px dashed;
    color: #071229;
    text-decoration: none;
}

    a:hover
    {
        color: #944125;
    }            
        
.button, #submit
{
    background: #7183b0 url(../images/bk_nav_light.png) top left repeat-x; 
    border: 1px solid #071229; 
    color: #f0f5fc;
    cursor: pointer;
    display: block;
        height: 1.6em;   
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6em;        
    margin: 0 auto;
    padding: 6px;
    text-align: center;
    vertical-align: middle;     
    width: auto;     
} 

    a.button:hover, #submit:hover
    {
        background-image: none;
        color: #fff; 
    } 
    
.highlight
{
    color: #944125;
}  

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

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

    #header
    {
        background: #ffc50a url(../images/bk_header_dark_logo.png) bottom left repeat-x;
        height: 60px; 
        padding: 20px;
         padding-left: 100px;
        position: relative;        
        width: 840px;          
    }

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