    /*----------------------------------------
    Main stylesheet for: Burns Goldberg
    Author: Libby Chapman
    Email: Libby@simb.com.au
    Author website: http://www.simb.com.au
    ----------------------------------------*/ 
    
    /*----------------------------------------  
    Colour Master List
        Red: #ed1b24
        Blue: #00adef
        Grey (logo): #636468 
        Dark grey (page background): #333333
        Grey border: #666666
        Light grey (text): #cccccc;
   
    ----------------------------------------*/ 

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,
fieldset, form, label, legend, ul, li
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; 
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    line-height: normal;
}

html
{
    background-color: black;        
    margin: 0;
    padding: 0;     
}

body
{
    background: black url(../images/border.gif) top left no-repeat;       
    color: #cccccc;
    font-family: "century gothic", verdana, sans-serif;
    font-size: 0.8em;     
    line-height: 1.3em;
    margin: 0 auto; 
    padding-top: 20px;               
    width: 750px;    
}

#home
{
    background-image: none;
}

h1, h2, h3, h4
{ 
    background: url(../images/square.gif) center left no-repeat;
    border-bottom: 1px solid #666;     
    color: #fff;
    clear: both;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding: 0 0 2px 15px;         
    width: 100%;  
}        

p
{
    line-height: 1.5em;       
    padding: 0 0 1em 0;
}
    
    .intro
    {
  
    }
    
    .last
    {
        padding-bottom: 2em;
    } 

a
{
    color: #999999;
}
    
    a:hover
    {
        color: #00adef;
    }

    .dashed
    {
        border-bottom: 1px dashed;         
        text-decoration: none;  
    }    

.right
{
    float: right;
}

.left
{
    float: left;
}

    .Lpadding
    {
        padding: 0 0.5em 0.1em 0;
    }
    
    .Rpadding
    {
        padding: 0 0 0.5em 0.1em;
    }
    
    .map
    {
        padding: 0 0 0.5em 4em;
    }        

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

.textCenter
{
    text-align: center;
}

.highlight
{
    color: #00adef;
}

.grey
{
    color: #666666;
}

.bold
{

    font-weight: bold;
}    

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

#wrapper
{
    background: black url(../images/border.gif) top left repeat-y;
    display: inline;
    float: right;     
    margin: 0 auto; 
}

#content, .content
{ 
    margin: 20px;
    width: 710px;  
}

#main
{

    
}

#flashcontent
{
    min-height: 600px; 
}

#home #wrapper
{    
    background: black url(../images/sunrise1.jpg) top left no-repeat;
}

#home #content
{
    margin-top: 420px; 
}

#nav
{ 
    /*background: url(../images/nav_bk.gif) top left repeat-x; */
    min-height: 20px;         
    width: 100%;
}

    #home #nav
    {
    background: url(../images/nav_bk.gif) top left repeat-x;        
    }

    #nav ul
    {
        float: right;
        padding: 0 10px;         
    }

    #nav ul li
    {
        float: left;
        list-style-image: none;
        list-style-type: none;
        padding: 0 10px 0 20px;   
    }

    #nav ul li a
    {        
        border-top: 5px solid #000;          
        color: #999;
        display: block;
        font-weight: bold;
        padding: 0.2em;
        text-decoration: none;           
    }
    
    #home #nav ul li a
    {        
        color: #333;
    }      
    
    #nav ul li a:hover
    {
        border-top: 5px solid #00adef;
        background-color: black;     
    }
    
    #home #nav ul li a:hover
    {        
        background-color: transparent;   
    }     
    
    #home #nav_home, #profile #nav_profile, #portfolio #nav_portfolio, #contact #nav_contact
    {
        border-top: 5px solid #ed1b24;  
    }  

#footer
{
    border-top: 1px solid #333333;
    clear: both; 
    font-size: 0.8em;
    margin: 0 auto;                 
    padding: 10px 0;
    text-align: right;
    width: 750px;
}