body {
	font-family: "Pompiere", cursive;
	font-family: "Bitter", serif;
	font-size: 14px;
}

h1,h2,h3 {
	font-family: "Amaranth", sans-serif;
}

h1 {
	font-size: 72pt;
	line-height: 80px;
	margin: 30px;
}

h2 {
	font-size: 36pt;
	line-height: 40px;
	margin: 20px;
	margin-left: 40px;
	margin-top: 80px;
	margin-top: 0;
}

h2.firstitem {
	margin-top: 0;
}

h3 {
	font-size: 22pt;
	line-height: 26px;
	margin: 10px;
	margin-left: 50px;
	margin-top: 20px;
}

ul,ol {
	margin-left: 80px;
}

ul li {
	list-style-type: square;
}

.header {
	width: 98%;
	margin: 0 auto;
}

.header p {
	font-size: 14pt;
}

.header h1 {
	float: left;
	padding: 25px;
}

.header img {
	vertical-align: middle;
	width: 200px;
	position: relative;
	top: 80px;
	float: right;
}

.header a {
	color: #000;
}

.header a:hover {
	text-decoration: none;
}

.highlight {
	font-size: 1.1em;
	color: #900;
	padding: 1px;
	letter-spacing: 0.1em;
}

/* ref: http://csswizardry.com/2011/01/create-a-centred-horizontal-navigation/ */
.nav {
	width: 90%;
	margin: 30px auto;
	margin-bottom: 0;
	text-align: center;
}

.nav li {
	font-family: "Amaranth", sans-serif;
	font-size: 24pt;
	font-weight: bold;
	list-style-type: none;
	border-radius: 30px;
	border-radius: 30px 30px 0 0;
	background-color: #900;
	color: #eee;
	padding: 12px;
	padding-left: 24px;
	padding-right: 24px;
	transition: all 0.15s ease;
	margin-left: 1px;
	margin-right: 1px;
	display: inline;
}

.nav a {
	color: #eee;
	display: inline-block;
}

.nav li:hover {
	color: #fff;
	background-color: #111;
}

.main {
	width: 95%;
	border-radius: 30px 30px 0 0;
	border-top: 6px solid #900;
	padding: 20px;
	padding-top: 30px;
	margin: 0 auto;
	margin-top: 12px;
}

.main p {
	margin-left: 52px;
	text-indent: 16px;
	margin-bottom: 1px;
}

.person {
	font-weight: bold;
	font-color: #900;
}

.contact {
	display: inline-block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact a {
	font-weight: normal;
}

.urlcontact {
	display: inline-block;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

.urlcontact a {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

.nav a:active {
	position: relative;
	top: 1px;
}

.activities h3 {
	color: orange;
	color: #fa0;
	color: #c80;
	color: #b60;
}

.footer {
	margin-top: 800px;
	margin-top: 100px;
	width: 65%;
	border-top: 1px solid #888;
	margin-left: auto;
	margin-right: auto;
}

/* ref: http://blixt.org/articles/tabbed-navigation-using-css#section=bonus */
.inactive {
	display: none;
}
