/*  
Theme Name: Ronald Basic
Theme URI: http://www.ronaldvliegen.nl
Description: RonaldVliegen.nl back to basic.
Version: 1.0
Author: Ronald Vliegen
Author URI: http://www.ronaldvliegen.nl

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #404040;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #0e76b6;
}

a:hover{
	text-decoration: none;
	color: #404040;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	background: url(img/bg.png) repeat-y #FFFFFF;
	padding: 0 20px 0 20px;
	overflow: hidden;
}

#header{
	float: left;
	width: 760px;
	height: 49px;
	padding: 10px 0 0 0;
	border-bottom: 2px dotted #c0c0c0;
	margin: 0 0 10px 0;
}

#logo{
	float: left;
	width: 330px;
	height: 82px;
}

#slogan{
	float: left;
	width: 430px;
	height: 82px;
	text-align: right;
	padding-top: 26px;
	
}

#header img{
	border: 0px;
}

#container{
	float: left;
	width: 550px;
}

.post{
	padding: 0 0 0 0;
}

.post h2{
	font-family: Arial;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

p.date{
	font-size: 9px;
	maring: 0;
	padding: 0;
	text-transform: uppercase;
	background: #dad1c2;
}

.entry{
	line-height: 18px;
	font-family: Trebuchet MS;
	font-size: 13px;	
	padding: 0;
	margin: 0;
}

p.postmetadata{
	margin: 5px 0 0 0;
	border-top: 2px dotted #c0c0c0;
	text-transform: lowercase;
	text-align: right;
	padding: 0;
}

.sidebar{
	float: left;
	width: 195px;
	margin: 0 5px 0 10px;
	display: inline;
}

.sidebartitle{
	float: left;
	width: 189px;
	background: #404040;
	margin: 0;
	padding: 1px 1px 1px 5px;
	display: inline;
	color: #e4ddd2;
}

.sidebartitle h3{
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.sidebarbox{
	float: left;
	width: 181px;
	background: #dad1c2;
	margin: 0 0 5px 0;
	display: inline;
	padding: 5px;
	font-size: 11px;
	font-family: Trebuchet MS;
	border: 2px dotted #c0c0c0;
	border-top: 0;
}

.sidebarboxsub{
	float: left;
	width: 181px;
	background: #dad1c2;
	margin: 0px;
	display: inline;
	padding: 5px;
	font-size: 11px;
	font-family: Trebuchet MS;
	border: 2px dotted #c0c0c0;
	border-top: 0;
}

.sidebarboxsublast{
	float: left;
	width: 181px;
	background: #dad1c2;
	margin: 0 0 5px 0;
	display: inline;
	padding: 5px;
	font-size: 11px;
	font-family: Trebuchet MS;
	border: 2px dotted #c0c0c0;
	border-top: 0;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px;
}

#footer p{
	line-height: 18px;
} 

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	line-height: 18px;
	padding: 5px;
	border-bottom: 1px solid #e4ded2;
}

.comments-template ol li.alt{
	margin: 0;
	line-height: 18px;
	padding: 5px;
	border-bottom: 1px solid #e4ded2;
	background: #eeeae2;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}

.commentform{
	background: #dad1c2;
}