body {
    font-family: sans-serif;
}

header {
	background-color: #EEEEFF;
	color: black;
}

div#logo {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

@media(min-width:768px) {
	header {
		height: 100%;
		width: 270px;
		position: fixed;
		left: 0;
		top: 0;
	}
	body {
		margin-top: 30px;
		padding-top: 20px;
	    margin-left: 300px;
	}
}
@media(max-width:767px) {
	header {
		width: 100%;
		text-align: center;
	}
	body {
		margin: 0px;
		padding: 0px;
	}
	div#logo {
		margin: 20px 0;
	}
}

div#logo a {
    color: black;
    font-family: times, serif;
    font-size: 38px;
    font-weight: light;
    text-decoration: none;
    width: 270px;
}

header #navigation {
    margin-top: 4ex;
}

header #navigation a {
    display: block;
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 12px 8px 40px;
	margin-top: 1ex;
}
header #navigation li {
	display: block;
}
header #navigation li.active {
	background-color: #E0E0F4;
}
header #navigation a:hover {
	background-color: #E0E0FF;
}

footer {
    color: #808080;
    font-size: 12px;
    margin-top: 30px;
    padding: 12px 30px 12px 0px;
    text-align: right;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

div.info {
    color: #808080;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

#content {
    font-size: 14px;
    line-height: 18px;
    padding: 0 30px 20px 30px;
	max-width: 120ex;
}

#content h1 {
    color: #A0A0AF;
    font-family: times, serif;
    font-style: italic;
    font-size: 46px;
	line-height: 40px;
    text-align: center;
}
#content h2 {
	background-color: #efeff2;
	text-align: center;
	padding: .8ex 0;
}
#content h3:before {
	content: "→ ";
	margin-left: -2ex;
}

blockquote {
	white-space: pre-line;
}

dt {
	font-weight: bold;
}
