body {
	background-color: #88f;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

#header {
	background-color: #44c;
	color: #fff;
	padding: 0.5ex;
	text-align: center;
	border-bottom: solid 0.25em #228;
}

#header .title {
	margin: 0;
	display: inline;
	font-size: 300%;
	font-weight: bold;
	text-shadow: #000 2px 2px;
}

#header .title a {
	color: #fff;
}

#header .subtitle {
	margin: 0;
	margin-left: 1em;
	display: inline;
	font-size: 200%;
	font-weight: bold;
	text-shadow: #000 2px 2px;
}

#navbar {
	background-color: #66e;
	text-align: center;
	padding: 0.25em 0;
	border-bottom: solid 0.25em #77f;
}

#navbar a {
	color: #fff;
}

#navbar ul {
	display: inline;
	padding: 0;
}

#navbar ul li {
	display: inline;
	padding: 0 1em;
	text-shadow: #000 1px 1px;
}

#page > div {
	margin: 1em 0em;
}

#page .quote {
	padding: 1em 2em;
	padding-top: 0;
	font-style: italic;
	display: table-cell;
}

.quote-signature {
	text-align: right;
}

.quote-signature:before {
	content: "-- ";
}

#page {
	margin: auto;
	width: 80ex;
	align: center;
	background-image: url("jsite-bg.png");
	background-repeat: repeat-y;
	min-height: 100%;
	padding-top: 2em;
}

#page h1 {
	margin-top: 0;
	font-size: 160%;
}

#page img.icon {
	float: left;
	margin-right: 1ex;
}

#footer {
	background-color: #44c;
	color: #fff;
	padding: 0.5ex;
	text-align: center;
	border-top: solid 0.25em #228;
	text-shadow: #000 1px 1px;
}

#image img {
	border: solid 1px #000;
}

#image {
	text-align: center;
}

/* additional styles */

.jsite {
	font-weight: bold;
}

.warning {
	color: #f00;
	font-weight: bold;
}

.since:before {
	content: "Since: ";
}

.since {
	font-size: smaller;
	font-weight: bold;
}

.terminal {
	font-family: PragmataPro, courier, monospace;
}

div.cmdline {
	padding: 1em;
	border: 1px dashed black;
	background-color: rgb(255, 255, 224);
	font-family: PragmataPro, courier, monospace;
}
