/*
#wrap {
	position: absolute;
	background: #e8eef2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 52em;
	margin: 0 auto;
	border-left: 12px solid MidnightBlue;
	border-right: 12px solid MidnightBlue;
}

#content {
	margin: 0 auto;
	background: #e8eef2;
	padding: 0px 2em;
}
*/

/*
 * The #back div makes sure that the center content
 * area extends the full height of the visible area,
 * even if the #content div isn't tall enough on its own.
 */
#back {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#back, #content {
	background: white;
	max-width: 52em;
	padding: 0px 2em;
	margin: 0 auto;
	border-left: 12px solid DarkSlateBlue;
	border-right: 12px solid DarkSlateBlue;
}

#header, #footer {
	background: MidnightBlue;
	border-top: 2px solid #44c;
	border-bottom: 2px solid #44c;
	color: white;
	text-align: center;
}

#header {
	font-size: 200%;
	margin-top: 10px;
	/*margin-bottom: 30px;*/
	margin-bottom: 12px;
}

#header a {
	text-decoration: none;
	color: #ddd;
}

#header a:hover {
	background: black;
	color: white;
}

#footer {
	margin-top: 30px;
	padding: 10px 30px;
}

#footer a {
	color: #ddd;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-pad {
	height: 10px;
}

#subtitle {
	font-size: 120%;
	text-align: center;
	font-style: italic;
	margin-bottom: 1.5em;
}

/* Minor tweak to get the CC image link to align nicely with the footer text */
a.cc-img {
	vertical-align: -2px;
}

html {
	min-height: 100%;
	font-family: serif;
}

html, body {
	margin: 0px 0px;
}

body {
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

h1, h2, h3 {
	padding-left: .5em;
	font-weight: bold;
	background: #ccc;
	color: MidnightBlue;
}

h1 {
	/*margin-top: 32px;*/
	border-top: 2px solid MidnightBlue;
	border-bottom: 2px solid MidnightBlue;
	font-size: 180%;
	text-align: center;
}

h2, h3 {
	border-bottom: 1px solid MidnightBlue;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

table {
	border-collapse: collapse;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 32px auto;
}

th {
	border-bottom: 1px solid black;
	text-align: left;
}

th, td {
	padding: 4px 8px;
}

tr:nth-child(even) {
	background: #ddd;
}

pre, code, tt {
	font-family: monospace;
}

pre {
	margin-left: 20px;
	margin-right: 20px;
	padding: 8px;
	border: 1px solid #bbb;
	overflow: auto; /* scroll if doesn't fit within page */
	background: #ddd;
}

dt {
	margin-top: 8px;
}

.callout {
	background: #fbb;
	border: 4px solid red;
	border-radius: 24px;
	padding: 10px 40px;
	margin-bottom: 24px;
}

.parimg {
	float: right;
	margin-left: 32px;
}

.clear {
	clear: both;
}

.sourceref {
	font-size: 80%;
}
