/* - 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:#ffffff;	
	text-align:center;
}

body.red-theme .top-nav {
	background-color: #970606;
}

body.red-theme .strip {
	background-color: #38251e;
}

body.red-theme .find-out-more{
	background-color: #970606;
}

body.red-theme .content {
	background-color: #ecdecd;
}

body.red-theme #menu-main-nav li {
	background-color: #38251e;
}

body.red-theme a.quick-contact-button {
	background-color: #38251e;	
}

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:#ecdecd;
}

body.red-theme #footer {
	background-color: #970606;
}

/* - 5. Accordion and tabs
Overrides the blue colour scheme - */
body.red-theme .accordion .subTitle {
	background-color:#38251E;
}

hr {

border: none;
border-top: dashed 1px #970606;

}

.list ul, .list ol{
	font-size:13px; 
	line-height:20px;
	margin-bottom:15px;	
	padding:0 20px;
	
}

.list li {
	border-bottom:dashed 1px #970606;
	list-style-type: none;
	font-size:15px; 
}

p{margin: 0 0 12px; font-size: 15px; line-height:20px;}