﻿body
{
	font-family: helvetica;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: underline;
	color: black;
	-webkit-transition: color 0.5s;
}

a:hover
{
	color: #3399ff;
	-webkit-transition: color 0.5s;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

header
{
	float: left;
	width: 15%;
	padding: 1%;
	background-color: #ec7148 /* lightgreen */;
	height: 100%;
	height: 100vh;
	color: white;
	position: fixed;
}

header button
{
	color: #ffffff;
	font-size: 17px;
	background: #ec7148;
	padding: 5px 0;
	border: solid white 2px;
	text-decoration: none;
	color: white;
	width: 32%;
	-webkit-transition: border-radius 0.5s, background 0.5s;
}

header button:hover
{
	color: #ec7148;
	font-size: 17px;
	background: white;
	border: solid white 2px;
	color: #ec7148;
	border-radius: 0.5em;
	-webkit-transition: border-radius 0.5s, background 0.5s;
}

header a, header a:hover
{
	color: white;
}

header a:hover
{
	text-decoration: none;
}

header img
{
	max-width: 100%;
}

/*#logo
{
	font-family: eurof.ttf;
}*/

#content
{
	float: right;
	width: 80%;
	padding: 1%;
}

footer
{
	background-color: #eee;
	float: right;
	padding: 0.1em;
	width: 100%;
}

#footer
{
	float: right;
	width: 81%;
	color: gray;
	font-size: 13px;
}

#footer a
{
	text-decoration: underline;
	color: gray;
}

#footer a:hover
{
	text-decoration: none;
}

.note
{
	font-style: italic;
	font-size: 13px;
}

.code
{
	font-family: consolas, menlo, monaco, lucida console, liberation mono, dejavu sans mono, bitstream vera sans mono, courier new, monospace, serif;
	margin-bottom: 10px;
	overflow: auto;
	width: 30em;
	padding: 5px;
	background-color: #eee;
	width: 650px!ie7;
	padding-bottom: 20px!ie7;
	max-height: 600px;
}

.codeTitle
{
	margin-bottom: 0.2em;
}

.arrows a
{
	margin-right: 1.5em;
	text-decoration: none;
}