/* @override http://kabk.robmientjes.nl/ndxz-studio/site/simple/style.css */

/*

	Basic styles by Vaska of Indexhibit. The rest is mine!

*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	background: #fafafa;
	font: .9em/1.2 "Adobe Caslon Pro", "Adobe Jenson Pro", "Adobe Garamond Pro", Georgia, "Times Roman", "Times New Roman", serif;
}

body {
	color: #222;
}

#menu h1 {
	font: 1.5em/1.1 "GothamHTF-Light", "NeutraTextTF-BookSc", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 7px 0;
	margin-bottom: -7px;
	border-bottom: 1px solid #ddd;
	width: 17.2%;
	top: .7em;
	left: 1.7%;
	position: fixed;
	background: rgba(250,250,250,0.85);
}

body.section-1 { }

body.section-2 { }

body.section-3 { }

a,
a {
	text-decoration: underline;
	color: #1f3676;
}
a:visited {
	text-decoration: line-through;
}

a:hover {
	color: #111;
	background: #eed;
}

a img {
	border: none;
}

#menu {
	padding: 4.5em 10px 2em;
	width: 18.5%;
	height: auto;
	float: left;
	background: #fafafa;
}

#menu h2 {
	font-weight: normal;
	font-size: 1em;
	letter-spacing: .07em;
}

#menu ul {
	list-style: none;
	margin: 0 0 .6em 0;
}

#menu li a {
	display: block;
	padding: 2px 2px 1px;
}

#menu ul li.section-title {
	margin: 1em 0 0;
	padding: 0 2px 1px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #ddd;
}

#content {
	float: left;
	padding: 2em 0 0;
}

.container {
	padding: .5em .5em 2.5em;
}

#content p {
	width: 38em;
	margin-bottom: 1em;
}

p {
	margin: 0 0 1em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

#content ul {
	margin: 0 0 1em .5em;
	list-style-type: circle;
}


#img-container { }

#img-container p {
	width: 600px;
	padding: 0 0 1em 0;
}

#once {
	clear: left;
}