/*
Theme Name: Minimalist Fixed
Theme URI: thisismyurl.com/minimalist-fixed-free-wordpress-theme/
Description: This is a minimalist theme designed by <a href='http://thisismyurl.com'>Christopher Ross</a>.
Version: 1.0
Author: Christopher Ross
Author URI: http://thisismyurl.com/
Tags: red, custom , fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* ------------------------------------------------------------------------------------ */

body {   background-color: #e8e8de;
         text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", Arial, Helvetica, Geneva, sans-serif;
	
}


#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	text-align: center;
         padding-top:230px;
background: url("http://www.nijenbeek.nl/backgroundnijenbeek.jpg") no-repeat bottom center; }
	border-bottom: dotted 4px #cccccc;
}

#header h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 82px;
	margin: 0px;
	padding: 0px;
}


#header h1 a {
	color: #990000;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
}

#header p {
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #CD0202;
}

#pagelist {
	float: none;
	clear: both;
	font-size: 12px;
	height: 20px;
}

	#pagelist ul {
		list-style-type: none;	
		text-align: center; 
		margin: 0 0 10px 0;
	}
	
	#pagelist li {
		margin-right: 10px;
		display: inline;
	}
	
	
	#pagelist a {
		text-decoration: none;
		color: #333333;
	}
	
	#pagelist li.current_page_item a{
		text-decoration: none;
		color: #000000;
		font-size: 14px;
	}
	
	#pagelist a:hover {
		text-decoration: none;
		color: #CCCCCC;
	}

#quicklinks {
	float: none;
	clear: both;
	border-top: dotted 4px #cccccc;
}

	#quicklinks .box {
		float: left;
		margin: 10px;
		padding: 5px;
		width: 235px;
	}


	#quicklinks h2 {
		font-size: 12px;
		margin: 0px;
		paddding: 0px;
	}
	
	#quicklinks li {
		font-size: 10px;
		margin: 0px;
		paddding: 0px;
		padding-bottom: 3px;
	}
	
	
	#quicklinks .linkcat {
		list-style-type: none;	
	}

	#quicklinks a {
		text-decoration: none;
		border-bottom: dotted 1px #000000;
		color: #000000;
	}	
	
	#quicklinks a:hover {
		border-bottom: dotted 1px #990000;
		color: #990000;
	}	




#footer {
	border-top: dotted 4px #cccccc;
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
	float: none;
	clear: both;
}

	#footer a {
		text-decoration: none;
		border-bottom: dotted 1px #000000;
		color: #000000;
	}	
	
	#footer a:hover {
		border-bottom: dotted 1px #990000;
		color: #990000;
	}	


#search {
	margin: 10px;
	font-size: 10px;
}

#content .narrowcolumn{
	float: left;
	width: 540px;
}

	#content a {
		text-decoration: none;
		border-bottom: dotted 1px #000000;
		color: #000000;
	}	
	
	#content a:hover {
		border-bottom: dotted 1px #990000;
		color: #990000;
	}	

	#content p {
		padding-bottom: 5px;
		line-height: 16px;
	}	


.post {
	margin: 10px;
	padding: 10px;
	border-bottom: dotted 1px #cccccc;
	font-size: 12px;
}

.post h2 {
	font-size: 14px;
}

.post p.postmetadata {
	font-size: 9px;
}

.wp-caption {
	background: #efefef;
	padding: 1px;
	margin: 10px;
	text-align: center;
}

.alignnone {
	float: right;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



img {
	border: none 0px #ffffff;
}

blockquote {
	border-left: solid 4px #cccccc;
	padding-left: 10px;
}


.commentlist {
	font-size: 10px;

}
