/*
Theme Name: Grasveld Design
Theme URI: http://grasveld.net
Description: Designed for a travel blog
Version: 1.0
Author: Kaz Alting
Author URI: http://grasveld.net
*/

body{
	margin:0;
	background-color:#ece9e0;
	text-align:center;
	color:#5b280e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#stroke{
	position:absolute;
	left:0;
	height:237px;
	width:100%;
	background-color:#bbb08e;
}

#container{
	position:relative;
	top:0px;
	margin:0 auto 0 auto;
	text-align:left;
	width:800px;
}

#header{
	height:237px;
	background-image:url(images/image_01.png);
	background-color:grey;
}

#topmenu{
	position:relative;
	top:28px;
	left:25px;
}

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

#topmenu li{
	display:inline;
}

#topmenu a{
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size:11pt;
	padding:10px;
	padding-left:5px;
	border-left:solid #887d5a 4px;
}

#topmenu a:hover{
	background-color:#ece9e0;
	border-color:#bbb08e;
}

#main{
	padding-top:10px;
	background-image:url(images/image_02.png);
}

#main a{
	color:#54270f;
	text-decoration:none;
	border-bottom:dotted #54270f 1px;
}

.postmetadata a{
	font-weight:bold;
}

#main a:hover{
	color:#8e441e;
	border-bottom:dotted #8e441e 1px;
}

#left{
	position:relative;
	padding:5px;
	width:528px;
	left:20px;
	float:left;
}

h3{
	margin:0;
	font-size:12pt;
}

h5{
	margin:0;
	font-size:8pt;
	margin-bottom:5px;
	font-weight:normal;
	color:#6c4633;
}

.blogtekst{
	line-height:1.5;
}

.blogtekst p{
	margin:0;
	margin-bottom:10px;
}

.commentlist{
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist li{
	margin-bottom:10px;
}

.commentmetadata{
	font-size:10px;
}

.commenttext p{
	margin:0;
	line-height:1.3;
}

.reageer, .reacties{
	background-color:#f6f4ed;
	border:solid #e5e0cf 1px;
	padding:15px;
}

.reageer{
	margin-top:10px;
}

.reageer td{
	vertical-align:top;
}

.googlemap{
	position:relative;
	top:4px;
	padding-left:5px;
	padding-bottom:5px;
	border:0;
	float:right;
}

input, textarea{
	border:solid #b3ab8e 1px;
	font-family:Trebuchet MS;
	font-size:10pt;
}

input:focus, textarea:focus{
	border-color:#898165;
}

.reactieform textarea{
	width:400px;
	height:130px;
}

.mapframe{
	position:relative;
	padding:10px;
	padding-top:0;
	width:200px;
	height:200px;
	float:right;
}

hr{
	background-color:#f4f1e8;
	color:#f4f1e8;
	height:1px;
	border:0;
	margin:0;
}

.postmetadata{
	background-color:#f4f1e8;
	padding:5px;
	text-align:right;
}

.navigation{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom:40px;
}

.alignright{
	float: right;
}

.alignleft{
	float: left
}

#right{
	position:relative;
	left:25px;
	width:218px;
	float:left;
}

#right .bar, #right .widgettitle{
	font-weight:normal;
	position:relative;
	width:218px;
	height:32px;
	background-image:url(images/bar.png);
	background-repeat:no-repeat;
	color:#fff;
	font-size:13pt;
	font-family:Trebuchet MS;
	text-indent:7px;
	padding-top:4px;
	margin:0;
}

#right ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:20px;
}

#right li{
	display:block;
}

#right h2 a{
	color:#fff;
	border:0;
}

#right h2 a:hover{
	color:#fff;
	border:0;
}

#slickrwidget img, #slickrwidget a, #slickrwidget a:hover{
	border:0;
}

#clr{
	clear:both;
}

#footer{
	position:relative;
	height:20px;
	background-image:url(images/image_03.png);
	font-size:8pt;
	text-align:right;
}

#copyright{
	position:relative;
	bottom:10px;
	right:20px;
	color:#bbb08e;
}