/**
 * Encreecia website default stylesheet
 */

body {
	color: #444;
	background-color: #dfd;
	max-width: 100ex;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-style: italic;
	font-size: 140%;
	margin: 0;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid black;
}

h2:first-letter {
	font-size: 150%;
}

p {
	text-align: justify;
}

#nav {
	display: block;
	width: 100%;
	min-height: 2em;
	font-size: 80%;
}

#nav ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav ul li {
	list-style-type: none;
	display: inline;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #99f;
	font-weight: bold;
	float: left;
	border-top: 1px solid black;
	border-bottom: 2px solid #aca;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#nav a:before {
	content: '[';
}

#nav a:after {
	content: ']';
}

#nav a:hover {
	color: #55f;
	background-color: #ddd;
	border-bottom: 2px solid black;
}

#content {
}

pre {
	background-color: #ddd;
	padding: 1em;
}

pre.license {
	background-color: #ddd;
	padding: 3em;
	max-width: 50em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	float: right;
}

.images {
	width: 100%;
	float: left;
	clear: both;
}

.images a {
	display: block;
	float: left;
	width: 160px;
	height: 160px;
}

.sflogo {
	position: absolute;
	top: 1em;
	right: 1em;
}
