/* Pagewide body stuff */
body {
	background-color: #eee;
	margin: 0px;
	font-family: sans-serif;
}

/* Body Style */
div.bodycontent {
	padding: 2em;
	text-align: center;
	max-width: 70em;
	margin-left: auto;
	margin-right: auto;
}

/* Header Style */
div.pagetitle {
	padding: 3.8em;
	width: 100wv;
	text-align: center;
	background-color: #ffd480;
	background-image: url("banner.jpg");
	background-size: 100vw auto;
	background-position: left center;
	background-repeat: no-repeat;
	color: white;
}

/* Menu Bar */
ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #333;
	overflow: hidden;
}
ul {
	list-style-type: none;
}

li.navigation {
	float: left;
}

li.navigation a.navigation {
	text-decoration: none;
	display: block;
	padding: 1em 1.2em;
	color: white;
}

li.navigation a.active {
	background-color: #666;
	display: block;
	padding: 1em 1.2em;
	color: white;
	text-decoration: none;
}

li.navigation a:hover {
	background-color: #666;
	display: block;
	padding: 1em 1.2em;
	color: white;
	text-decoration: none;
}

/* Footer */


#footer {
	color: #eee;
	text-align: center;
	background-color: #333;
	position: absolute;
	padding: 1em;
	bottom: 0;
	width: 100%;
}

/* Code block style */

code {
	font-family: monospace;
	background-color: #dddddd;

p.code-block {
	background-color: #dddddd;
	color: #dddddd;
}

/* Gallery Style */

div.gallery {
	padding-left: 20px; 
	margin: 5px;
	width: 180px;
	float: left;
}

div.gallery img {
	width: 100%;
	height: auto;
}
