 /*----------------------------------------
 Main stylesheet for: SIMB
 Author: Libby Chapman for SIMB
 Email: Libby@simb.com.au
 Author website: http://www.simb.com.au  
 ----------------------------------------*/ 
 
 /*----------------------------------------  
 Stylesheet structure:
 
 > Styles reset, HTML & body
 > Typography
 > Main layout 
 > Navigation
 > Footer
 > Lists  
 > Misc    
 ----------------------------------------*/ 
    
/* Styles reset, HTML & body styling -------------------------------------------------------------------------------------  */     

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

    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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        font: inherit;
    }
    
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
    ol, ul { list-style: none; }
    blockquote, q {quotes: none;}
    blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
    :focus { outline: 0 none;} 
    /* remember to highlight inserts somehow! */
    ins { text-decoration: none;}
    del {text-decoration: line-through;}
    table {border-collapse: collapse; border-spacing: 0;}
    
    html
    {  
        background-color: #1a1a1a;      
        margin-left: -1px;
        overflow-x: hidden;
        overflow-y: scroll;  
    }
        
    body 
    {                                                     
        background: url(../images/bk.png) top center repeat-x;         
        color: #ccc; 
        font: 62.5%/1.5em 'DroidSansRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;                         
    }
        
    #wrapper
    {
        background: url(../images/backgroundGlow3.png) 0 -50px no-repeat;         
        display: block;
        margin: 0 auto;
        position: relative;
        width: 960px;    
    }
             
    
/* Type and styling -------------------------------------------------------------------------------------  */

@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: local('?'), url('DroidSans-webfont.woff') format('woff'), url('DroidSans-webfont.ttf') format('truetype'), url('DroidSans-webfont.svg#webfontw7zqO19G') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('DroidSans-Bold-webfont.eot');
    src: local('?'), url('DroidSans-Bold-webfont.woff') format('woff'), url('DroidSans-Bold-webfont.ttf') format('truetype'), url('DroidSans-Bold-webfont.svg#webfontSOhoM6aS') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6
{
    color: #fff;      
    font-size: 20px;
    font-weight: normal; 
    letter-spacing: normal;  
    line-height: 1.5em;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
}

    .up
    {
        margin-top: 0;
    }

h1
{
    margin-top: 0;
}

    .main h1, .featuredHeading, #portfolio section h1
    {
        border-top: 1px dotted #a8d24e;        
        border-bottom: 1px dotted #a8d24e;      
        font-size: 24px; 
        margin: 0 0 20px 0;           
        padding-top: 10px;
        text-shadow: 0px 1px 2px #000000;        
    } 
    
    #home .featuredHeading
    {
        font-size: 26px;
    }
        
p, li, address, .caption, caption, th, td, blockquote
{
    font-size: 15px;
    line-height: 1.5em;
    font-style: normal;
    padding: 0 0 10px 0;    
}

em
{
    font-style: normal;
    font-weight: bold;
} 

a
{
    color: #a8d24e;
    text-decoration: none;
} 

    a:hover
    {
        color: #dddd44;
        text-decoration: underline;
        
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;        
    }
    
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
    {
        text-decoration: none;
    }

    
/* Header -------------------------------------------------------------------------------------  */ 

header
{
    display: inline-block;  
    margin: 40px auto;     
    position: relative;
    height: 120px;  
    vertical-align: top;     
    width: 360px; 
    
    /* for ie */
    zoom: 1;
    *display: inline;      
}

    .background, #logobox
    {
        display: block;
            height: 100px;
            width: 300px; 
        position:absolute; 
            top:0; 
            left:0;
        z-index:100;
    }

    .background 
    {
        background: transparent url(../images/logoBackground.png) 0 0 repeat-y;
        z-index:95;
    }
    
/* Nav -------------------------------------------------------------------------------------  */     

nav
{
    position: absolute;
        top: 0;
        right: 0;        
}

nav ul
{
    display: table;   
    margin: 44px 0 10px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    width: 580px;    
}

nav ul li
{
    display: table-cell; 
    min-width: 10px;
    width: auto;    
    margin: 0 0 10px 20px ;  
    
     
}
     

    nav li a
    {
        border: 1px dotted #404040; 
        border-width: 0 1px;      
        display: block;       
        font-size: 13px;
        padding: 2px 10px; 
        text-align: center;
    }
    
    nav li a.active, nav li a.active:hover, #home #nav_home, #pricing #nav_pricing, #portfolio #nav_portfolio, #design #nav_design, #php #nav_php, #about #nav_about, #news #nav_news, #contact #nav_contact
    {
        background-color: #a8d24e;
        border-style: solid;        
        color: #000;
        cursor: default;        
    }      
    
    nav li a:hover
    {
        background-color: #5acebb;
        border-style: solid;
        color: #000;
        text-decoration: none;     

        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;         
    } 
    
/* Main -------------------------------------------------------------------------------------  */        

section.main
{ 
    display: inline-block;  
    vertical-align: top;
    width: 700px;
    
    /* for ie */
    zoom: 1;
    *display: inline;       
}

/* Aside -------------------------------------------------------------------------------------  */        

aside
{ 
    color: #c0c0c0;
    display: inline-block;
    margin-left: 35px;    
    vertical-align: top;
    width: 222px;    
    
    /* for ie */
    zoom: 1;
    *display: inline;       
}

aside h1, aside h2, aside h3, aside h4, aside h5, aside h6
{
    color: #c0c0c0;
}

aside h3
{
    font-size: 15px;
    padding: 0;
}

aside h4
{
    font-size: 13px;
    font-weight: bold;
}

aside p, aside address, aside li, aside td
{
    color: #999;
    font-size: 13px;
}

blockquote h4
{
    margin: 0;
    padding: 0;
}

blockquote
{
    border: 1px dotted #b17828;        
    border-width: 1px 0 0;               
    padding-top: 10px;   
}

blockquote ul
{
    list-style: none;
    margin: 10px 0;
    padding-left: 0;
}

ul.portfolioGallery
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 222px;
}

ul.portfolioGallery li
{
    display: block;
        height: 74px;
        width: 74px;    
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
        top: 0;
        left: 0;
    z-index: 1;
}

    ul.portfolioGallery li.two {left: 74px;}
    ul.portfolioGallery li.three {left: 148px;}
    ul.portfolioGallery li.four {top: 74px;}
    ul.portfolioGallery li.five {top: 74px; left: 74px;}            
    ul.portfolioGallery li.six {top: 74px; left: 148px;}  
    
    .portfolioGallery .top
    {    
        z-index: 99;
        
        -webkit-box-shadow: 0px 0px 20px #000000;
        -moz-box-shadow: 0px 0px 20px #000000;
        box-shadow: 0px 0px 20px #000000;         
    }   

    .portfolioGallery img
    {
        display: block;
        position: absolute;
            top: 0;
            left: 0;

    }
    
/* Footer -------------------------------------------------------------------------------------  */      

footer
{     
    border-top: 1px dotted #5aabce;      
    margin: 20px 0;           
    padding-top: 10px;
    position: relative;
    width: 960px;
}

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6
    {
        color: #5aabce;
        font-weight: bold;
        margin-top: 0;
        padding-top: 0;
    }
    
    footer p, footer li, footer address
    {
        color: #5aabce;
    }    
    
    footer em
    {
        color: #b8d8e5;
    }
    
    .chat
    {
        overflow: hidden;
        margin-top: 10px;
        position: relative;
        height: 50px;
        width: 50px;
    }
    
        .chat img
        {
            position:absolute; 
                top:0; 
                left:0;
            z-index:100;
        }

    footer #contactInfo
    {           
        padding: 10px 20px 10px 0;  
        position: absolute;
            top: 0;
            left: 70px;        
        width: 610px;        
    }
    
    footer ul#legals
    {
        list-style: none;
        margin: 0;
        padding: 10px 0;
        position: absolute;
            top: 0;
            right: 0;          
        width: auto;
    } 
    
        #legals li
        {
            color: #386a80;
            font-size: 13px;            
            margin: 0;
            padding: 0;
            text-align: right;
        }  
        
        #legals a
        {
            color: #386a80;
            text-decoration: underline
        }
        
        #legals a:hover
        {
            color: #5aabce;
        }  
        
/* Home page -------------------------------------------------------------------------------------  */        
    
       #home #wrapper
        {
            background: url(../images/backgroundGlow.png) 0 240px no-repeat;    
        } 
        
        #home .background, #home #logobox
        {
                height:320px;
                width:960px; 
                top:0; 
                left:0;
        }
        
        #home header
        {
            margin: 40px auto 0;     
            position:relative;
                height:320px;  
                width:960px; 
        }
        
        #home nav
        {
            float: none;
            margin: 20px 0; 
            position: relative;  
        }
        
        #home nav ul                                     
        {
            margin: 0;
            white-space: nowrap;
            width: 960px;
        }
        
        #home nav ul li
        {
            display: table-cell; 
            min-width: 20px;
            width: auto;    
        }
   
        
        #home nav li a
        {
            display: block;
            font-size: 14px;
            line-height: 14px;
            padding: 3px 0; 
            text-align: center;
        }                

/* Lists -------------------------------------------------------------------------------------  */   

ul
{
    font-size: inherit;
    list-style: square;
}

ul.tick
{
    list-style: none;
}

    .tick li
    {
        background: url(../images/tick-green.png) 0 0 no-repeat; 
        line-height: 1em;
        margin-bottom: 0px;
        padding-left: 20px;           
    }

/* Misc -------------------------------------------------------------------------------------  */  

abbr
{
    border-bottom: 1px dotted #3f3f3f;
    cursor: help;
}

img.style
{
    float: right;
    padding: 2px;
    margin: 0 7px 20px 20px;
    border: 2px solid #666;
    
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;      
    -moz-transform: scale() rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
}

a.btn
{
    background-color: #a8d24e;
    color: #000;
    font-size: 13px;
    line-height: 1em;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    
    display: inline-block;  
    vertical-align: top;
    zoom: 1; /* for ie */
    *display: inline; /* for ie */  
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    behavior: url(PIE.htc); /* CSS3 Pie! */          
}

    a.btn:hover
    {
        background-color: #5acebb;  

        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;           
    }
    
ul.contactList
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.contactList li
    {
        padding-bottom: 20px;
    }    

    li.phone, li.email, li.address
    {
        background: url(../images/iPhone.png) 0 0 no-repeat; 
        padding-left: 25px;
    }
    
    li.email
    {
        background: url(../images/iEmail.png) 0 0 no-repeat; 
    }
    
    li.address
    {
        background: url(../images/iHome.png) 0 0 no-repeat; 
    }   
    
    .contactList address
    {
        font-size: inherit;
    }           
