/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Times New Roman", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset */

/* Colours
http://paletton.com/#uid=10e0u0ksaunhxDhmAvTuOoDz-jv
F65921
#F2571D
#FF9973
#FE7B4B
#C43A07
#9B2A00  */

html, body, .backcolumn
{
	height: 100%;
}
.backcolumn, .maincolumn
{
	width: 55%;
	margin: 0 30%;
}
body
{
	overflow-y: scroll;
	background-color: #ffffff;
	background-image: url("img/bg.jpg");
	background-attachment: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
  background-position: center center;
}
.backcolumn
{
	position: fixed;
	margin: 0px 30%;
	background-color: #1F1F1F;
	z-index: -1;
}
header
{
	background-color: #101010;
	padding: 16px 8px;
}
header h1
{
	font-size: 46px;
	color: #F65921;
}
header h2
{
	font-size: 28px;
	color: #F65921;
}
nav
{
	background-color: #F65921;
	font-size: 20px;
	padding: 8px 0px 12px 0px;
}
nav ul
{
	/*Display the navbar items horizontally.*/
	list-style: none;
	text-align: left;
	padding: 0px 8px;
}
nav ul li
{
	display: inline;
	color: #101010;
}
nav img
{
	float: right;
	padding: 4px;
	margin: -8px 0px 0px 0px;
}
nav a:link,
nav a:focus,
nav a:visited{
	text-decoration: none;
	color: #101010;
}
nav a:hover{
	background-color: #101010;
	color: #F65921;
}
.content
{
	color: #FF9973;
	margin: 16px 8px;
}
.content p
{
	font-size: 18px;
	padding: 8px 0px;
	line-height: 1.1;
}
.content h3
{
	font-size: 22px;
}
.content img
{
	float: right;
	padding: 4px;
}
.content a:link,
.content a:focus,
.content a:visited{
	text-decoration: none;
	color: #FF9973;
}
.content a:hover{
	background-color: #FF9973;
	color: #1F1F1F;
}
#groupimage
{
	text-align: center;
	margin: 0px 8px 0px 0px;
}
#groupimage img
{
	max-width: 100%;
	height: auto;
	float: none;
}
.formdiv
{
	margin: 0px 8px;
}
article
{
	background-color: #2F2F2F;
	font-size: 18px;
	padding: 8px 8px;
	margin: 0px 8px 8px 8px;
	clear: both;
	height: auto;
	overflow: auto;
}
article h4
{
	font-size: 22px;
}
article .date
{
	font-size: 14px;
	font-style: italic;
}
article img
{
	max-width: 50%;
	height: auto;
	float: none;
	margin: 0px 0px 1px 4px;
	display: inline-block;
}
strong
{
	font-weight: bold;
}
i
{
	font-style: italic;
}
sup
{
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: smaller;
}
