
/*  Begin CSS stylesheet file header
    ***************************************************************************
    Title   CSS Colour file
      
    Version Date        Author      Comment
    0.1     10/4/10     N Elvin     Controls the colour of all the html elements
                                        
    ***************************************************************************
    End CSS stylesheet file header */

body{
    background-color:#999999;
   
    
    
}
h1{
    color:#F37A52;
}
#whole-page,
#contact-page{
    background-color:white;
}

.navigation-menu{
    border-bottom:11px solid #999999;
    border-top:25px solid #666666;
}
.navigation-menu>li>a{
    color:#666666;

}


.navigation-menu>li>a.current-page{
    color:#F37A52;
}


#images-of-work{
    border:27px solid #FF7E5B;
    
}

h3{
    color:#F37A52;

    }
h2{
        border-bottom:1px dashed #999999;
        color:#999999;
        
    }

.list-of-work>li{
    border-bottom:20px solid #666666;
    border-top:11px solid #999999;

}

.list-of-work>li>a>img[src="images/typography-lbi.jpg"]{
   
    border:5px solid #999999;

}

#thank-you-info{
    border-bottom:20px solid #666666;

}





form>ul>li>input,
form>ul>li>textarea{
    color:#A7A9AC;
    border:1px dashed #A7A9AC;
}

#contact-form>ul>li>input[type="submit"]{
    background-color:#666666;
    color:white;
   
}

form>p,
.comments>h3{
    color:#F37A52;
    
}
.comments>ul>li{
    color:black;
}
.date{
    color:#999999;
}
address>a{
    color:white;
}
address{
    background-color:#666666;
}

.vcard{
    border:2px solid #FF7E5B;
}