/* - 5. Red colour scheme
Overrides the blue colour scheme - */
body.red-theme {
	background-color:#970606;
}

body.red-theme p {
	color: #333;
}

body.red-theme h1, 
body.red-theme h2, 
body.red-theme h3,
body.red-theme h4, 
body.red-theme h5, 
body.red-theme h6,
body.red-theme .single-search-result h2 a,
body.red-theme label{
	color:#970606;
}

body.red-theme  p.date, body.red-theme  p.date-single {
	color: #917d6b;
}

body.red-theme #banner {
	background-color:#682329;	
	text-align:center;
}

body.red-theme .top-nav {
	background-color: #970606;
}

body.red-theme .strip {
	background-color: #333333;
}

body.red-theme .find-out-more{
	background-color: #970606;
}

body.red-theme .content {
	background-color: #DCDCDC;
}

body.red-theme #menu-main-nav li {
	background-color: #333333;
}

body.red-theme a.quick-contact-button {
	background-color: #333333;
}

body.red-theme .pagination li.prev-page a,
body.red-theme .pagination li.next-page a,
body.red-theme a.next_link,
body.red-theme a.previous_link
{
	background-color: #38251e;	
}

body.red-theme #sub-nav li {
	background-color: #38251e;
}

body.red-theme input[type="submit"] {
	background-color: #38251e;
}

body.red-theme #call-to-action {
	background-color:#231611;
}

body.red-theme #footer {
	background-color: #970606;
}

/* - 5. Accordion and tabs
Overrides the blue colour scheme - */
body.red-theme .accordion .subTitle {
	background-color:#333333;
}


