/* Green theme */

/* Dark background and borders */
body,
a.button:hover,
div#page,
div#links,
div#contents a:hover,
div#contents a.selected {
	background-color: #003300;
}

hr,
a.button,
table.listpeople, table.listpeople th, table.listpeople td,
div#sidelinks, div#sidelinks p,
div#contents a,
div#calendar, a.day {
	border-color: #003300;
}

/* Dark colour text */
H1, H2, H3, a, a:hover, legend,
input, input.submit, select, textarea, button,
ul#mainlinks a.selected,
ul#adminlinks a.selected {
	color: #003300;
}

/* Medium shade - tabs, table headings */

a.button,
h2.faq,
.faq-button,
table.listpeople th,
ul#mainlinks a,
div#sidelinks,
div#contents a,
div#calendar,
img.event-graduation,
span.levelone,
span.series-button {
	background-color: #336600;
}

img.picture,
ul.faq-subsections, ul.faq-questions, div.faq {
	border-color: #336600;
}

.picture-thumb-box {
	border-color: #997b19;
}

.picture-thumb-box-corner {
	background-color: #997b19;
}

a.day:hover,
.faq-button:hover,
ul#mainlinks a:not(.selected):hover {
	background-color: #447711;
}

/* Admin colours */

ul#adminlinks a {
	background-color: #997b19;
}

ul#adminlinks a:hover {
	background-color: #7a6213;
}

/* FAQ button highlight text colour */

.faq-button,
.faq-button:hover {
    color: #FFFF00;
}