/*
Theme Name: De Vrije Gedachte
Theme URI: http://www.devrijegedachte.nl/
Description: Thema voor De Vrije Gedachte.
Version: 1.0
Author: Erik Schoorl
Author URI: http://www.godvoordommen.nl/
*/


body {
	font-size:		62.5%; /* Resets 1em to 10px */
	font-family:	'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #e9eff5;
	color: #333;
}

img.alignleft	{ float: left; margin: 0 10px 5px 0; }
img.alignright	{ float: right; margin: 0 0 5px 10px; }
a				{ color: #587abc; text-decoration: none; }
a:hover			{ text-decoration: underline; color:#8A73B4; }
h1, h2			{ margin-top: 0; }
img				{ border: 0px; }

#text-4 {
	padding: 10px;
	background-color: #dfe3ef;
}

.widget_categoryposts {
	background-color: #dfe3ef;
	padding: 10px;
}

.widget_categoryposts ul {
	display: block !important;
	margin: 15px !important;
}
.widget_categoryposts ul li {
	list-style: disc !important;
}
/* PAGE Layout */
#wrapper {
	margin: 0px auto;
	width: 980px;
}
#page_top {
	background-image: url('images/page_top.gif');
	width: 980px;
	height: 72px;
}
#page_top #slinks {
	width:	298px;
	height:	20px;
	margin-left: 670px;
	padding-top: 40px;
	text-align: right;
}
#page_top #slinks a {
	text-decoration: none;
	margin-left: 10px;
	color: #333333;
}
#page_top #slinks a:hover {
	text-decoration: underline;
}

#page_wrap	{
	background-image: url('images/page_bg.gif');
	width: 960px;
	padding: 0 10px;
}
#page_wrap #header {
	background-image: url('images/header.gif');
	width: 960px; 
	height: 127px;
}
#page_wrap #header #steun {
	width: 174px;
	height: 106px;
	padding-left: 765px;
	padding-top: 5px;
}
#page_wrap #nav {
	background-color:#587ABC;
	height:30px;
	padding:0 0 0 10px;
	width:950px;
}
#page_bottom {
	background-image: url('images/page_bot.gif');
	width: 980px;
	height: 25px;
    vertical-align: top;
}

#content #left {
	float: left;
	width: 648px;
	margin: 20px 20px 0 20px;
}
#content #right {
	float: left;
	width: 252px;
	margin: 20px 20px 0 0;
}

/* Content */
.post {
	margin-bottom: 40px;
}
.entry {
	font-size: 12px;
}

/* Sidebar */
#sidebar ul {
	padding: 0; margin: 0;
	display: inline;
}
#sidebar ul li {
	list-style: none outside none;
}

.widget {
	margin-bottom: 20px;
}
.widget ul {
	display: block;
}
.widget ul li {
	list-style: disc;
}
.widgettitle {
	font-size: 14px;
	font-weight: bold;
}
