@charset "utf-8";
body {
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #59544E;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #393A3C;
	width: 100%;
	max-width: 900px;
	box-sizing: border-box;
	padding: 0px;
	text-align: left;
}
.oneColFixCtrHdr #header {
	zoom: 1;
	background-color: #5C6E82;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95A5BC;
}
.oneColFixCtrHdr #header > img {
	width: 100%;
	height: auto;
	display: block;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	margin-top: 0;
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 15px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	margin-right: 22px;
	margin-left: 22px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B69768;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #B69768;
}
.oneColFixCtrHdr #credits {
	float: right;
	width: auto;
	padding-left: 4em;
}

.oneColFixCtrHdr #credits p {
	font-style: italic;
	color: #FFFFCC;
}
.oneColFixCtrHdr #commentContainer {
	font-size: 11px;
}

/* --- Mobile footer layout --- */
@media (max-width: 767px) {
	.oneColFixCtrHdr #footer {
		position: relative;
		margin-left: 12px;
		margin-right: 12px;
	}
	.oneColFixCtrHdr #credits {
		float: none;
		position: absolute;
		right: 0;
		top: 0;
		padding-left: 0;
	}
	.oneColFixCtrHdr #footer > p strong {
		display: block;
	}
}
