/*
Theme Name: 4WDaantje
Description: Left sidebar blue background, main arae white background
Author: DaMoWeb
Author URI: http://www.damoweb.nl/
Version: 1.0.0

*/

/* =================================
    4WDaantje
================================== */
/* hide the overflow - can be overriden */
#wrap, #header, #content, #sidebar, #footer {
	overflow: hidden;
}

body {
	background: #FFF url(images/body-bg.gif) repeat-y 50% 0;
	color: #000;
	font: 75%/150% Verdana, Arial, Geneva, sans-serif;
	line-height: 1.3em;
	text-align: center;
	margin:0;
	padding:0;
}

a {
	background-color: inherit;
	color: #0568CE;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #ffc900;
}

a img {
	border: none;
	text-decoration: none;
}

blockquote {
	border-left:1px solid #000;
	background: #f4f4f4;
	width:80%;
	margin:40px auto;
	padding:10px;
}

code, pre {
	vertical-align:baseline;
	font:1em/1.9em "Courier New", Courier, monospace;
	overflow:auto;
}

fieldset {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	line-height:115%;
}

h1 {
	font-size:2.25em;
}

h2 {
	font-size:1.9em;
}

h3 {
	font-size:1.5em;
}

h4{
	font-size:1.25em;
}

ul li {	clear: right;
	margin-bottom: 10px;
}

em {
 	color: #ffc900;
}

input,textarea {
	font-size:100%;
	font-family:Verdana, Arial, Geneva, sans-serif;
	letter-spacing:1px;
	padding:2px;
}

#wrap {
	text-align:left;
	width:860px;
	margin:0 auto;
	padding: 40px 0 0 0;
}

/* Header  */

#header {
	float:right;
	text-align:center;
	margin:0px 0 0 0;
	padding:0 0 0px 0;
	height:120px;
	width:610px;
	background-color:#fff;
	border: 0px solid #0568CE;
}


/* 	IE5.5 & IE6 */
* html #header {
	background-color:#fff;
	border: 0px solid #0568CE;
	clear: both;
	float: right;
	height: 110px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 610px;
}

/*
#header h1 {
	width:100%;
	height:120px;
	float:middle;
	margin:0;
	padding:0;
}
*/

/*
#header p.blogdescription {
	width:370px;
	height:100px;
	float:right;
	text-align:left;
	margin:5px 0;
	padding:0;
}
*/

/* Content  */

#content {
	clear:both;
	width:550px;
	float:right;
	margin:0 0 20px;
	padding-right: 20px;
	/* height: 380px;  */
	/* overflow: auto; */
}

/*	IE 5.5 & IE6 */
* html #content {
	clear: both;
	width: 610px;
	float: right;
	margin: 0 0 0 0;
	height: 390px;
	overflow: auto;
}

/* blog posts  */

.authormeta {
	border-bottom:1px solid #000;
	font-size:0.8em;
	margin:4px 0;
}

.postmeta {
	border-top:1px solid #000;
	font-size:0.8em;
	margin:4px 0 40px 0;
}

.postdate {
	font-weight:700;
}

.posttitle {
	margin:10px 0 5px;
}

.postcontent a {
	border-bottom:1px solid #ccc;
}

.metawrap {
	font-size:0.8em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:25px 0 50px;
	padding:10px;
}

/* blog comments  */

.commentmetadata {
	background-color:#999;
	color:#fff;
	font-size:0.9em;
	padding:3px;
}

#commentlist li {
	margin:10px 0 50px;
}

#commentlist li li {
	margin:3px 0;
}

#commentlist cite {
	font-style:normal;
	font-size:1.4em;
}

#commentform dd {
	margin:5px 0 10px;
}

/* Sidebar */

#sidebar {
	background:#0568CE;
	color:#EBF0DB;
	width:210px;
	text-align:right;
	margin:0 0 50px;
}

#sidebar a {
	color: #ffc900;
}

#sidebar a:hover {
	color: #000;
}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar li {
	margin:10px 0 0px;
}

#sidebar li li {
	margin:2px 0;
}

#sidebar li h2 {
	border-bottom:1px solid #FFF;
	font-size:1.25em;
	letter-spacing:1px;
	margin:5px 0;
}

#sidebar li#search input#s {
	width:50%;
}

#wp-calendar {
	width:150px;
	margin:0 0 0 auto;
}

#wp-calendar caption {
	text-align:right;
	margin:0 0 0 auto;
}

/* Footer */

#footer {
	clear: both;
	text-align: right;
	padding-left: 400px;
	font-size: 0.8em;
	border-top: 0px solid #000;
}

#footer p.credit a {
	background-color:inherit;
	color:#000;
}

/* Various Classes & Image Alignment */

.center {
	text-align:center;
}

.floatleft {
	float:left;
	margin:5px;
}

.floatright {
	float:right;
	margin:5px;
}

img.center {
	display:block;
	margin:10px auto;
}

img.left {
	display:inline;
	margin:0 10px 5px 0;
}

img.right {
	display:inline;
	margin:0 0 5px 10px;
}

.navigation {
	margin:25px 0;
}

.previouslink {
	float:left;
	text-align:left;
	width:45%;
}

.nextlink {
	float:right;
	text-align:right;
	width:45%;
}

legend, hr, #sidebar li#search label {
	display:none;
}

#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	border:1px solid #000;
	background:#FFC900;
	color:#000;
	width:98%;
}

#sidebar li#search dd,
#footer p {
	margin:5px 0;
}

.zoekform {
	float: right;
}

#content.linkspage ul li.linkcat {
	list-style:none;
}

#content.linkspage ul li.linkcat ul li {
	border-bottom: 1px dotted #ddd;
	list-style:none;
	margin: 3px 0;
	text-align: center;
}

#content.linkspage ul li.linkcat h2 {
	font-size:16px;
	padding-left: 0;
	text-indent: -20px;
}
