
/* Basic colour change for core elements */
#slider-wrapper,
#cvFooter,
.wizard .current {
	background-color: #01040b;	
}
.wizard .current:after {
	border-left-color: #01040b;
}

h2 {
	color: #01040b;	
}

/* This one may need to be darker... */
#cvTabs li a {
	color: #01040b;
}

/* This could do with being a gradient */
.top-link a {
	background-color: #01040b;
	background-image: none;
	border-color: #01040b;
}



/* Now some possible text colours */
#cvFooter,
#cvFooter a,
.top-link a,
#cvWizard a.current {
	color: white;	
}
