/* ----------------------------------------------------------------------
Theme name:   Simpel Zwart
Theme URI:
Description:  Eenvoudig en klassiek zwart stijlblad
Version:      1.0.0
Author:       Johan van den Boogaard
   ---------------------------------------------------------------------- */

/* Algemeen */

body {
	background: #000000;
	color: #ffffff;
	font-size: 66.5%; /* reset to 10 px */
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 100%;
	font-weight: normal;
	margin: 2em auto;
	width: 970px; /*100%;*/
}

img {
	border: none;
	padding: 5px;
	/* max-width: 100%;   /* werkt niet in IE6 */
}

a, a:link, a:visited {
	color: #f9c940;
	text-decoration: none;
}

a:active, a:hover {
	background-color: #494949;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-family: Tahoma, Helvetica, Sans-Serif;
}

h1 {	font-size: 30px; }
h2 {	font-size: 26px; }
h3 {	font-size: 21px; }
h4 {	font-size: 17px; }
h5 {	font-size: 14px; }
h6 {	font-size: 11px; }

p {	margin: 0px 0px 12px 0px; }

hr {
	border: none;
	border-top: 1px dashed #c9c9c9;
	height: 1px;
	width: 95%;
}

blockquote {
	background-color: #444444;
	border: 1px solid #999999;
	clear: left;
	margin: 10px;
	padding: 0px 0px 0px 22px;
	text-align: justify;
}

input, select {
	font-family: medium normal Tahoma, Helvetica, Sans-Serif;
}

input {
	margin-bottom: 5px;
	vertical-align: middle;
}

code {
	font: 1.1em normal 'Courier New', Courier, Fixed;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	display: inline;
	float: left;
	margin: 0 7px 2px 0;
	padding: 5px;
}

img.alignright {
	display: inline;
	float: right;
	margin: 0 0 2px 7px;
	padding: 5px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear 	{ clear: both; }
.spacer	{ height: 20px; }

/* *** [ LAYOUT ] *** */

#page_top {
	background-color: #000000;
	border: 0px solid #800000;
	margin: 0px auto;
	padding: 0;
	width: 100%; /*974px; /*964px;*/
}

#base {
	background: transparent;
	border: 2px solid #C00000;
	clear: both;
	float: left;
	margin: 0 auto;
	margin-left: -6px;
	padding: 0;
	/*padding: 0 20px 0 0px;*/
	width: 100%; /* 974px; /*974px; /* 964px; */
}

#header {
	background: #000000 url('images/website/dbwa_x.jpg') left bottom no-repeat;
	height: 314px;
	position: relative;
	width: 100%;
}

#menu {
	font-size: 12px;
	height: 42px;
	position: relative;
	width: 100%;
}

#container {
	overflow: hidden;
	position: relative;
	width: 95%; /*970px; /*970px;*/
}

#sidebar {
	border: 0px solid #c9c9c9;
	color: #f9f9f9;
	float: left;
	overflow: hidden;
	/*padding: 20px 0 700px 0;*/
	width: 25%; /*220px;*/
}

#content {
	border: 2px solid #00C000;
	clear:right;
	display: inline;
	float: left; /*right;*/
	margin: 5px 0;
	/*overflow: hidden;*/
	position: relative;
	padding: 0 15px 0 10px;
	width:70%; /*680px;*/
}

#footer {
	background: url('images/website/footer.gif') left top repeat-x;
	border: none;
	border-top: 1px solid #555555;
	clear: both;
	color: #a0a1a2;
	font-size: 80%;
	height: 60px;
	position: relative;
}

#footer .body {
	margin-top: 5px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #ffffff;
}

#footer img.rss {
	clear: both;
	float: right;
	margin-top: -8px;
	position: relative;
}

#blogtitle {
	color: transparent;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 0%; /* 350% */
	overflow: visible;
	position: relative;
	text-align: center;
	width: 970px;
}

#blogtitle a {}

#subtitle {
	color: transparent;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 200%;
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	text-align: center;
}


#menu ul {
	background: #666 url('images/website/header_b.png') left top repeat-x;
	height: 34px;
	margin: 0;
	margin-top: 2px;
	overflow: hidden;
	padding: 0x;
	position: relative;
	width: 720px;
}

#menu ul li {
	color: #c9c9c9;
	display: inline;
	font-size: 12px;
}

#menu ul li.separator {
	border: none;
	border-right: 1px solid #333;
	display: block;
	float: left;
	height: 34px;
	width: 3px;
}

#menu ul li a {
	color: #c9c9c9;
	display: block;
	float: left;
	line-height: 34px;
	margin: 0px 0 0 0;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

#menu ul li a:active, #menu ul li a:hover,
#menu ul li.current_page_item a {
	color: #f9c940;
}

.searchbox {
	position: relative;
	border: 1px solid #444;
	clear: both;
	float: right;
	height: 34px;
	margin: 0;
	margin-top: -35px;
	overflow: hidden;
	width: 200px;
}

.search-field input {
	background: transparent;
	border: none;
	color: #ccc;
	float: left;
	margin-top: 5px;
	padding-left: 5px;
	position: relative;
	width: 190px;
}

.search-but input {
	background: transparent;
	position: relative;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #777;
	display: outside;
	text-decoration: none;
}

#sidebar a:hover {
	background: #222;
	border: 0;
	border-bottom: 1px solid #fc4;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#sidebar ul {
	border: none;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul ul li {
	line-height: 1.7em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#sidebar ul ul ul li {
	line-height: 1.7em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#sidebar h1 {
	background: #444;
	border-bottom: 1px solid #666;
	color: #ccc;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
}

#sidebar select {
	font-size: 100%;
	margin: 5px 0px 2px 5px;
	overflow: hidden;
	width: 200px;
}

/* *** CONTENT *** */

.archivetitle {
	border: none;
	border-bottom: 1px solid  #666;
	color: #fc4;
	display: block;
	font-size: 150%;
	font-weight: normal;
}

.post {
	border: none;
	border-bottom: 2px solid #444;
	margin-bottom: 20px;
	/*margin: 0 0 0px 0;*/
	width: 90%;
}

.post_top {
	background: #333;
	border: none;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	width: 100%;
}

.post_bottom {
	background: #444;
	border: none;
	clear: both;
	line-height: 1.7em;
}

.posttitle {
	clear: both;
	display: block;
	float: left;
	font-size: 150%;
	line-height: 2.2em;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.posttitle a {}

.posttitle a:hover {
	background: #000;
	border: none;
	border-bottom: 1px solid #fc4;
}

.date {
	clear: both;
	float: right;
	margin-top: -20px;
	position: relative;
}

.author {
	clear: left;
	float: left;
	position: relative;
}

.author a {}

.author a:hover {
	background: #000;
	border: none;
	border-bottom: 1px solid #fc4;
}

.info {
	color: #fff;
	margin-top: 20px;
	position: relative;
}

.entry {
	clear: both;
	color: #ccc;
	float: left;
	margin-bottom: 20px;
	margin-left: -10px;
	margin-top: 20px;
	padding-left: 5px;
	position: relative;
}
.category {
	padding: 0; /*2px 0 2px 20px;*/
	position: relative;
}

.bubble {
	padding: 0; /*2px 0 2px 20px;*/
	position: relative;
}

.tags {}

.entry {
	color: #ccc;
	display: block;
	padding: 5px 15px 5px 15px;
	position: relative;
	text-align: justify;
}

