/*

Theme Name: PVDW
Theme URI: http://www.missmoss.be/
Description: PVDW for Pierroo
Version: 0.1
Author: missmoss
Author URI: not yet online
Tags: pieter vandewalle architect

*/


/*--- 	RESET		---*/


body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}

		/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
		table {border-collapse: collapse; border-spacing: 0;}
		caption, th, td {text-align: left; font-weight: normal;}
		table, td, th {vertical-align: middle;}
		blockquote:before, blockquote:after, q:before, q:after {content: "";}
		blockquote, q {quotes: "" "";}
		a img {border: none;}
		:focus {outline: 0;}
*/

/*--- 	BEGIN				---*/


* {
    margin: 0;
}

html, body {
    height: 100%;
}
.wrapper {
    height: 100%;
    margin: 0;
	width: 1250px;
	float: left;
}


	body {
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family: Helvetica, Sans-Serif;
		background: repeat fixed #fff;
		color: #252525;
		margin: 0;
		padding: 0;
		height: 100%;
		}
	
	#page {
		background-color: #FFFFFF;
		margin: 0;
		border: solid 0px #000;
		float: left;
		width: 1250px;
		height: 100%;
		}
	
	#header {
		position: absolute;
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		width: 200px;
		height: auto;
		text-align: left;
		}
	

/*--- 	MENU				---*/
	
	#logo {
		margin: 0;
		padding: 0;
		width: 200px;
		height: 80px;
		background: url('images/logoweb.gif') left top no-repeat;
		}
		
	.menu {
		width: 200px;
		}
	
	.menu ul {
		font-size: 1.1em;
		height: auto;
		padding: 0;
		}
	
	.menu ul li {
		list-style-type: none;
		width: 200px;
		text-align: left;
		float: left;
		}
	.menu ul li a {
		line-height: 2em;
		height: 20px;
		text-decoration: none;
		color: #3C3B13;
		}
	.menu ul li a:hover {
		background-color: #3C3B13;
		color: #fff;
		}	
	.menu ul li a:active {
		background-color: #3C3B13;
		color: #fff;
		}
	.menu ul li.current-cat a {
		background-color: #3C3B13;
		color: #fff;
		}
	.menu ul p {
		text-decoration: none;
		color: #3C3B13;
		}
	.menu ul ul li {
		font-size: 0.8em;
		list-style-type: none;
		width: 200px;
		text-align: left;
		float: left;
		}
	.menu ul ul li a {
		line-height: 1.8em;
		height: 20px;
		text-decoration: none;
		color: #AAAAAA;
		}
	.menu ul ul li a:hover {
		background-color: #FFFFFF;
		color: #3C3B13;
		}	
	.menu ul ul li a:active {
		background-color: #FFFFFF;
		color: #3C3B13;
		}
	.menu ul ul li.test a {
		background-color: #FFFFFF;
		color: #3C3B13;
		}
	.menu ul li h1 {
		display: none; /*-hide menu text (used for search engines)-*/
		}
	.menu ul li.news-current a:hover, li.overons-current a:hover, li.contact-current a:hover, li.links-current a:hover, li.planten-current a:hover {
		cursor: default;
		}


/*--- 	CONTENT				---*/

	#content {
		background-color: #DDDDDD;
		display: inline;
		width: 1000px;
		float: left;
		margin: 0 0 0 250px;
		padding: 0;
		height: auto;
		overflow: hidden;
		}


/*---	POST				---*/


	.post {
		float: left;
		padding: 0;
		}
	 
	.post-header {
		float: left;
		padding: 0;
		margin: 0;
		}
		
	.post-title {
		padding: 0 0 0 0px;
		display: inline;
		margin: 0;
		width: 800px;
		height: 50px;
		}
		
	.post-title h1, .post-title h1 a, .post-title h1 a:hover {
		display: inline;
		line-height: 1.8em;
		font-family: Helvetica, Sans-serif;
		font-weight: 100;
		text-transform: uppercase;
		color: #3C3B13;
		font-size: 1.4em;
		text-decoration: none;
		padding: 0 0 0 0;
		}
	.post-title h2, .post-title h2 a, .post-title h2 a:hover {
		display: inline;
		font-family: Georgia, Serif;
		text-transform: lowercase;
		font-weight: 500;
		font-style: italic;
		color: #3C3B13;
		font-size: 2em;
		text-decoration: none;
		padding: 0;
		}
	.entry {
		width: 1000px;
		height: 100%;
		text-align: left;
		float: left;
		}
	.entry p {
		color: #3C3B13;
		line-height: 1.6em;
		font-size: 1.2em;
		margin: 0;
		padding: 0 10px 0 10px;
		}
	.entry p a {
		color: #3C3B13;
		text-decoration: none;
		}
	.entry p a:hover {
		font-weight: bold;
		}
	.entry p img {
		margin: 0 0 0 -10px;
		border: none;
		}


/*--- 	SIDEBAR				---*/
	

.sidebar {
	color: #36261E;
	margin: 5px 0 0 20px;
	}

.sidebar ul li {
	list-style-type: none;
	text-transform:uppercase;
	}

.sidebar ul li a {
	text-decoration: none;
	color: #008B3A;
	}
.sidebar ul li a:hover {
	background-color: #008B3A;
	color: #fff;
	}
.sidebar ul li a:active {
	background-color: #008B3A;
	color: #fff;
	}
.sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	}
.sidebar ul ul {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.7em;
	}
	
.sidebar ul ul li {
	list-style-type: none;
	text-transform:lowercase;
	line-height: 1.5em;
	}
.sidebar ul ul li a {
	text-decoration: none;
	color: #36261E;
	}
.sidebar ul ul li a:hover {
	background-color: #36261E;
	color: #fff;
	}
.sidebar ul ul li a:active {
	background-color: #36261E;
	color: #fff;
	}
.sidebar .widget {
	font-size: 1.4em;
	word-spacing: 0.1em;
	letter-spacing: -0.02em;
	line-height: 1.4em; 
	margin-bottom: 24px;
	}

.sidebar .widgettitle {
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 1.6em;
	width: 256px;
	height: 32px;
	float: left;
	clear: both;
	text-align: left;
	padding: 10px 0 0 0;
}
	

/*--- 	PUSH FOOTER				---*/


.footer {
	border-top: 1px solid #3C3B13;
	margin: 0 0 0 250px;
	padding: 0;
	height: 25px;
	background-color: #DDDDDD;
	width: 1000px;
	float: left;
	display: inline;
	}

.footercontent {
	width: 1000px;
	margin: 0;
	clear: both;
	}

.footercontent p{
	line-height: 18px;
	padding: 4px 10px 0 10px;
	color: #777777;
	}
.footercontent a{
	text-decoration: none;
	font-weight: bold;
	color: #3C3B13;
	}
.footercontent .alignleft{
	float: left;
	}
.footercontent .alignright{
	float: right;
	}

/*--- 	COMMENTS				---*/

.none {
  display: none;
}

.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: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.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, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
