.GlossyHeading h1 {
	color: #5e245a !important;
}
.Glossyfooter {
	color: #007eac;
}

.rhs h1, .lhs .content h1, .fullwidth h1, .GlossyHeading  h2, .rhs .sidebar h2 {
	color: #007eac;
}

.lhs .above-photo {
	background-color: #df6d28;
}
.rhs .above-photo {
	background-color: #c2cb20;
}

.lhs .below-photo {
	background-color: #5e245a;
	color: #fff;
}

.lhs .below-photo a{
	color: #fff;
}

.rhs .below-photo {
	border: none;
	border-top: 1.6em solid #007eac;
}

.rhs .sidebar {
	color: #007eac;
}

// Change the colour everywhere on the RHS pages, and only in content on the LHS pages
.rhs li:before, .lhs .content li:before {
    color: #007eac; 
}
.lhs .sidebar h2 {
	color: #fff;
}
.content h2 {
	color: #5e245a;
}
h3 {
	color: #c15717;
}


/**
 * Tables
 **/
table {
	width: 100%;
	border-spacing: 0;
}
table > caption {
	text-align: center;
	width:100%;
	background-color: #c2cb20;
	font-size: 1.2em;
	line-height: 3em;
}
table th {
	background-color: #eef0d0;
	text-align: center;
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
}
table td {
	border: 1px solid #eef0d0;
	padding:0.5em;
}
tr > td:first-child {
	border-left:none;
}
tr > td:last-child {
	border-right:none;
}
tr:first-child td {
	border-top:none;
}
tr:last-child td {
	border-bottom:none;
}