/*
    Theme Name: Snow
    Theme URI: http://snow.nl
    Description: Snow customized theme
    Version: 1.0
    Author: Erwin Vrolijk
    Author URI: http://snow.nl/
    */

html, body {
	margin: 20px;
	padding: 20px;
	font-family: ArialMT, Arial, sans-serif;
	color: #584D4D;
	font-size: 15px;
	line-height: 20px;
}
a img {border: none;}
a { color: #584D4D; }

#container {
	width: 630px;
	margin: 0px auto;
	position: relative;
}

#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid black;
	margin-bottom: 18px;
}
#content,#infobar, #footer {clear: both;}


/**
	menu styles
 **/
#menu { 
	clear:left; float:left;
	list-style:none;
	margin:0; padding:0;
	position:relative; left:50%;
	text-align:center;
}
#menu li { 
	display:block; float:left;
	list-style:none;
   	margin:0; padding:15px 12px 14px 12px;
   	position:relative; right:50%;
}
#menu li a {
	display:block;
   	font-size: 16px; text-decoration:none; color: #584D4D;
}
#menu li.current_page_item a {
	color: #463C3C; font-weight: bold;
}
#menu li a:hover,
#archivelist li a:hover {
	color: #463C3C;	text-decoration: none;
}

#archives { 
	clear:left; float:left;
	list-style:none;
	margin:0; padding:0;
	position:relative; left:50%;
	text-align:center;
	top: -15px;
}
#archivelist li { 
	display:block; float:left;
	list-style:none;
   	margin:0; padding:0px 5px 0px 5px;
   	position:relative; right:50%;
}
#archivelist li a {
	display:block;
   	text-decoration:none; color: #584D4D;
}
.archive h1.page-title,
.paged h1.page-title{ clear: both; text-align: center;}

/** 
	home first post style
**/
.home .post.first {border-top: none; padding-top: 0px;}
.home .post.first img { 
	float: left; margin-right: 35px;
}
.home .post.first h1 {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px;
}
.home .excerpt a {text-decoration: none;}
/**
	home infobar
**/
#infobar #rss {float: left; width: 250px; text-align: center;}
#infobar #search {float: left; margin-left: 85px; margin-top: 7px;}
#infobar {padding: 0px 0px 40px 0px;} 
	
	
/**
	home generic post
**/
.post, div.page {
	position: relative;
	padding-top: 10px;
	margin-top: 25px;
}
.paged .post,
.archive .post { margin-top: 15px; padding-top: 20px;}

.home .post,
.archive .post {
	clear: both;
	border-top: solid 1px black;
}
.home .post img,
.archive .post img {
	float: right;
	margin-bottom: 10px; /* was 25px */
}

.post h1,
.page h1 {
	margin: 0px;
	padding: 0px;
}
.home .post h1,
.archive h1,
.paged h1 {
	font-size: 20px; font-weight: normal; text-decoration: none;
}
.single .post h1,
.page h1 {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 25px 0px;
}
.post h1 a:hover {color: black;}
.post h1 a {color: #797979;}

.post p.date {font-size: 13px; font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
}
.home .post p a {  color: #584D4D;}
.home p.date {margin: 0px;}
.home .excerpt p {margin: 3px 200px 3px 0px;} /* was 3px 0px; aangepast op verzoek Hans */

.single .post img,
.page img,
.archive img {margin: 0px auto; display: block;}
.single .post .post-content,
.page .post-content {padding: 0px 115px 0px 115px;}
.post-content ul {margin: 0px; padding-left: 20px;}
p + ul {margin-top: -1em !important;}

#middlenavigation a {color: #584D4D;}
#middlenavigation .older {float: left;}
#middlenavigation .newer {float: right;}
#middlenavigation {padding-top: 35px;}

#footer { text-align: center; padding: 35px 0px;}

