 /*
Theme Name: Theme stichting Creative Thinking
Author: Johannes Eilander
Version: 1.0
*/

body {	
    font-family:"ArialMT", "Arial", sans-serif;
	line-height:20px;
	background:#fff;
	font-size:15px;
	color:#463C3C;
	margin:0;	
}

#container {
	margin:0 auto;
	width:630px;	
}

#header {
	border-bottom:#584e4d solid 1px;
	position:relative;
	margin-bottom:20px;
	padding-top:14px;
	height:35px;
	width:630px;
}

#header ul.menu {
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0;	
}

#header ul.menu li {
	text-transform:lowercase;
	padding:0 8px 0 8px;
	text-align:center;
	display:inline;
	font-size:17px;
	color:#666;
}

#header ul.menu li a {
	text-decoration:none;
	color:#666;	
}

body.single-post #header ul.menu li.menu-item-13 a,
#header ul.menu li.current_page_item a {
	font-weight:bold;	
}

#foto {
	position:relative;
	padding-top:373px;
	height:100px;
	width:630px;	
}

#foto h1 {
	text-align:center;
    line-height:42px;
    font-weight:bold;
    font-size:36px;
	color:#969696;
	padding:0;
    margin:0;
}

#body {
	padding:7px 0 100px 0;
	text-align:justify;
}

#body .lijst {
	width:630px;	
}

#body .lijst td {
	vertical-align:top;
	width:50%;
}

#body .lijst td.rechts {
	text-align:right;	
}

#body a.rss {
	background:url(images/rss.png) no-repeat;
	text-indent:-6000px;
	margin-left:-5px;
	display:block;
	height:36px;	
}

#body .post_container {
	border-top:#584e4d solid 1px;
}

#body .post {
	border-bottom:#584e4d solid 1px;
	padding:10px 188px 10px 0;
	position:relative;
	min-height:176px;
}

#body .post h2 {
    font-weight:normal;
    line-height:23px;	
    font-size:20px;
	color:#463C3C;
	padding:0;
	margin:0;
}

#body .post h2 a {
	color:#463C3C;
}

#body .post .datum {
    font-weight:bold;
    line-height:15px;
    font-size:13px;
	color:#463C3C;
}

#body .post p {
	margin-bottom:12px;	
}

#body .post .post-thumb {
	position:absolute;
	top:10px;
	right:0;
}

#body .post a:hover {
	color:#463C3C;
}

#body .single {
	padding-top:217px;
	min-height:250px;	
}

#body .single h1 {
	text-decoration:underline;
    font-weight:bold;
    line-height:25px;
    font-size:20px;
	color:#463C3C;
	padding:0;
	margin:0 0 12px 0;	
}

#body .single .datum {
	margin:0 0 8px 0;
    font-weight:bold;
    line-height:16px;
    font-size:14px;
	color:#999;
	padding:0;
}

#body a.more-link {
	display:none;
}

#body ul.post_nav {
	list-style-type:none;
	padding:0;
	margin:25px 0 0 0;	
}

#body ul.post_nav li {
	float:left;	
}

#body ul.post_nav li.next {
	float:right;	
}

#body ul.post_nav li a {
	text-decoration:underline;	
}

#hiddendiv {
	display:none;	
}

/********************************** OVERIG **********************************/

.clearfix:after {
	visibility:hidden;
	display:block;
	content:".";
	clear:both;
	height:0;
}

.clearfix {
	display:block;
	zoom:1;
}

.clear {
	visibility:hidden;
	overflow:hidden;
	display:block;
	clear:both;
	float:none;
	height:0;
	width:0;
}

img {
	border:none;
}

a {
	text-decoration:underline;
	color:#463C3C;
}

a:hover {
	color:#000;
	
}

p {
	margin-bottom:20px;
	margin-top:0;
}