/* Michelwillemsen.nl

THEME BY:

 ____                      __           
 | __ )  ___ _ __   ___  ___| | ____ _ _ __ 
 |  _ \ / _ \ '_ \ / _ \/ __| |/ / _` | '__|
 | |_) |  __/ | | | (_) \__ \   < (_| | |   
 |____/ \___|_| |_|\___/|___/_|\_\__,_|_|   

 www.benoskar.nl

---------------------------------------------- */

/* Begin Typography & Colors */

body {
	background: #fff;
	}

p {
	color: #000;
	font-size: 12px;
	font-family: "Georgia", serif;
	line-height: 16px;
	}

p a {
	color: #000;
	}

h1 {
	font-size: 16px;
	}
	
	h1 a{
	color: #000;
	}

h2, h2 a {
	color: #000;
	font-family: "Georgia", serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	margin-bottom: -5px;
	font-weight: bold;
	text-transform: uppercase;
	}

h5, h5 a {
	background: #fff;
	color: #000;
	font-family: "Georgia", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-top: -39px;
	margin-bottom: -5px;
	padding-top: 4px;
	padding-right: 7px;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	width: 900px;
	}
	
#header {
	background: top left no-repeat;
	height: 140px;
	width: 900px;
	border-bottom: 1px solid #000;	
	}
	
#logo, #logo h2 {
	color: #000;
	font-family: "Georgia", serif;
	font-size: 36px;
	font-weight: lighter;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	margin-top: 28px;
	margin-bottom: -5px;
	}	
	
	
/* --- NAVIGATION --- */	
	
#navigation {
	float: right;
	margin-top: 120px;
}
	
ul { /* all lists */
	width: auto;
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}


li, li a { /* all list items */
	font-size: 12px;
	font-family: Georgia, serif;
	color: #000;
	text-decoration: none;
	text-align: right;
	width: 100px;
	margin-left: 15px;
	display: inline;
	}
	
#sub {
	font-size: 11px;
	font-style: italic;
	margin-top: 7px;
	width: auto;
	float: right;
	}
	
	#sub ul {
	width: 700px;
	height: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;}
	
	#sub ul li, #sub ul li a {
	text-align: right;
	width: 100px;
	margin-left: 15px;
	display: block;
	}
	

		

/* --- CONTENT --- */

#content {
	width: 960px;
	height: auto;
	margin-top: 30px;	
	}

#content.single {
	width: 900px; 
	margin-top: 40px;
	margin-bottom: 20px;
	}		
	
.post {
	width: 280px;
	float: left;
	height: 350px;
	overflow: hidden;
	margin-right: 30px;
	text-align: left;
	}
	
	.post-large {
	width: 700px;}
	
.postmetadata {
	border-bottom: 1px solid #000;
	color: #000;
	clear: both;
	font-weight: normal;
	margin-top: 20px;
	padding-bottom: 2px;
	text-decoration: none;
	font-style: italic;
				}
				
.postmetadata a {
	color: #000;
	clear: both;
	font-weight: normal;
	margin-top: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	}	
	
#footer {
	border-top: 1px solid #000;
	margin-top: 50px;
	width: 900px;
	clear: both;
	}
	
#footer.single {
	width: 780px;
	}	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	}
	
div.columnleft {
	float: left;
	width: 285px;
	padding-right: 33px;	
	}

div.columnright {
	float: right;
	width: 285px;
	padding-left: 34px;
}

#pagination {
	width: 900px;
	clear: both;
	margin-bottom: 20px;
	}

	#left {
	float: left;
	}
	
	#right {
	float: right;
	}
	
	
/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	margin-bottom: 10px;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: center;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none; 
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
 	line-height: 1.7;	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ul ul {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted;
	}
	
blockquote, blockquote cite {
	margin: 0px 15px 0 0; 
	padding: 20px 0px 20px 33px; 
	color: rgb(110,106,103); 
	font-style: italic; 
	font-size: 0.9em;}

blockquote cite {
	display: block; 
	}
	
blockquote p {
	margin: 0; 
	padding: 0; 
}		

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 40px 0;
	clear: both;
	border-bottom: none;	
	}

.break {margin: 0; padding: 0; clear: both; line-height: 0px; width: 100%; visibility: hidden;
}	






