/* colours 
#000 - black
#fff - white
#fff200 - yellow
#3fc7f4 - blue
#a1a3a6 - grey (captions)
*/
.black, 
.main-navigation a, 
.entry-title span, .widget-area h2 span, 
.uppercase-bold, p.uppercase-bold, 
.entry-content strong, .uppercase-bolder, p.uppercase-bold, 
.site-copyright p, .site-copyright a,
a.theme-button, 
.cat-list li a {
	color: #000;
}
.black-bgd, 
.site-branding {
	background-color: #000;
}
.white, 
.get-in-touch, .visit, 
.blue-bgd p, 
.site-info p, .site-info p a, 
.enquiry-page label, 
.site-info li a, 
.loop-title, .main-navigation.toggled a {
	color: #fff;
}
.white-bgd {
	background-color: #fff;
}

.yellow {
	color: #fff200;
}
.yellow-bgd, 
.site-header, 
a.theme-button, .theme-button, .nav-links a, 
.site-copyright {
	background-color: #fff200;
}

.blue, 
.phone-number, .phone-number a, .install, 
.entry-title, .widget-area h2, 
blockquote, blockquote p, p blockquote, h1.page-title {
	color: #3fc7f4;
}

.blue-bgd {
	background-color: #3fc7f4;
}

.light-grey, 
.home-aside p, 
.breadcrumb a, 
.search {
	color: rgba(161, 163, 166, 0.15);
}
.light-grey-bgd, .home .product-loop {
	background-color: rgba(161, 163, 166, 0.15);
}

.grey, 
.cat-list li li a, 
p, 
.breadcrumb a, .breadcrumb, 
.site-info .menu-title {
	color: #a1a3a6;
}
.grey-bgd, .hfeed .post.hentry, .home .post.hentry, .similar .post.hentry {
	background-color: #a1a3a6;
}