/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: -0.5em;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

img {
	border: 0;
}

input, textarea {
	border: 1px solid black;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	color: #008d24;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	text-decoration: none;
	color: white;
}

#sidebar-1 a, #sidebar-2 a {
	color: #c02;
	text-decoration: none;
}

/* layout
----------------------------------------------- */

#container {
	margin: 10px auto;
	padding: 0;
	width: 800px;
}

#header {
	text-align: center;
	background: black;
	color: white;
}

#header_bar {
	width: 100%;
	height: 25px;
	background: white;
	border-bottom: 1px solid black;
	clear: both;
}

#srch {
	float: right;
	padding-top: 2px;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}


#columns {
	border-collapse: collapse;
	width: 100%;
}

#columns td {
	vertical-align: top;
}


#sidebar-1, #sidebar-2 {
	padding-top: 48px;
}

#sidebar-1 {
	text-align: left;
	width: 213px;
}

#sidebar-2 {
	width: 127px;
}


.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list menu {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 10px 0;
	padding: 0;
	border-bottom: 1px solid #b99;
}

.section_list menu li {
	margin-left: -15px;
}

#content {
	padding: 30px 60px 30px 0;
}

#footer {
	margin-top: 5px;
	clear: both;
	text-align: center;
	background: black;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.illustratie {
	margin: -0.25em -70px 0.5em 0.75em;
}

.illustratie, .illus_randen {
	padding: 0.25em;
	border: 1px solid #bbb;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.published {
	font-size: 0.8em;
}

.entry-content {
/*	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.8em;	*/
}


/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}