body {
	background-image: url(../images/style/lemmings/background.png);
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

h1 {
	background-image: url(../images/style/lemmings/background_menu.png);
	margin:0;
	padding: 10px;
	color: mediumspringgreen;
	border-bottom: 3px solid mediumspringgreen;
}

footer {
	background-image: url(../images/style/lemmings/background_menu.png);
	margin:0;
	padding: 10px;
	color: mediumspringgreen;
	border-top: 3px solid mediumspringgreen;
}

.meta {
	text-align: right;
}
.post {
	text-align: justify;
}

.postcontent {
	max-width: 70em;
	margin: 72px auto;
	padding: 3px;
}

.screenie {
	width: 100%;
	max-width: 430px;
	float: right;
}
.code {
	background-color: black;
	border: 1px solid darkslategrey;
	display: block;
	padding: 4px;
	margin-left: 4%;
	margin-right: 4%;
}
/* we move the width into the inner element to fake box-sizing: border-box on IE7 */
.code pre {
	white-space: pre-wrap;
	width: 100%;
}

.subsection {
	background-image: url(../images/style/lemmings/background_menu.png);
	/*background-color: white;*/
	border: 32px solid transparent;
	border-image: url(../images/style/lemmings/border.png) 32 round;
	color: mediumseagreen;
	text-shadow: green 1px 1px 3px;
	padding: 5px;
}

a {
	color: deepskyblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	border-bottom: 1px solid mediumspringgreen;
	color: mediumspringgreen;
	margin-top: 0;
}

.christmas {
	background-color: darkslategrey;
	border: 2px solid red;
	display: block;
	padding: 8px;
	margin: 10px;
}

code {
	font-size: 14px;
	color: mediumspringgreen;
}

.christmas:before {
	content: "";
	background: url(../images/style/lemmings/xmasblock.png) no-repeat;
	display: block;
	width: 32px;
	height: 20px;
	float: left;
	padding: 4px;
}

/* Forces floats to move out of the way rather than make paragraphs too thin. */
p:before {
	content: "";
	width: 10em;
	display: block;
	overflow: hidden;
}

hr {
	border: none;
	width: 180px;
	height: 96px;
	background-size: contain;
	background-repeat: none;
	background-image: url(../images/style/lemmings/hr.png);
}
