/*  
Theme Name: WashMe Inverted
Theme URI: http://wordpress.org/
Description: Grungy theme created by  <a href="http://www.mindloop.be/">Mindloop</a> .
Version: 1.0
Author: Andy Mathijs
Author URI: http://www.mindloop.be/

This theme was designed and built by Andy Mathijs,
whose company you will find at http://www.mindloop.be/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

The XHTML is an adapted version of the Kubrick theme

*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

/* address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} */

/*ol,ul {list-style:none;}*/

caption,th {text-align:left;}

h1,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
h2 {font-size: 20px; color: black; font-weight: normal; line-height: 0; margin: 0;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}

/*fonts.css*/

body{font:13px Verdana, Arial, Helvetica, sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% Verdana, Arial, Helvetica, sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}

div.clear
{
clear:both;
height:0px;
width:0px;
overflow:hidden;
}

body
{
	background: url(images/blueprint.jpg) top left no-repeat fixed;
}

/***links****/

#page, #houses {
	width:730px;
	height:888px;
}

#page {
	margin: 10px auto auto auto;
	background: url(images/main_bg.jpg) top left repeat;
	border: 2px black solid;
}

#houses {
margin:0px auto;
	background: url(images/house-bg.gif) bottom left no-repeat;
}

#content {
		float: right;
		width:470px;
		padding: 15px;
	}

#title {
		background: #4c790a;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: 2px solid #000000;
		color: #e0f6fb;
		font-size: 32px;
		font-weight: 500;
		padding: 10px;
		text-align:center;
		margin-bottom:10px;
}

#title a{
		color: #e0f6fb;
		text-decoration:none;
}

#title a:hover{
		color: #e0f6fb;
		text-decoration:underline;
}

.entry, #main, .post-house, #nav, #thefeatures
	{
		border: 2px solid #4c790a;
		background: #e0f6fb;
		}

.entry, #main, .post-house {
	float:left;
}

#posts {
}
	
.post-house {
		width:200px;
		height: 250px;
		padding: 5px;
		margin: 0 10px 10px 10px;
	}
	
#main, .entry {
 padding-top: 20px;
	}
	
#main p, .entry p {
	padding: 0px 20px 20px 20px;
	}

.entry td {
padding:0 0 15px 15px;
}

#posts h2, .entry h2{
font-size:16px;
text-align:justify;
font-weight:bold;
margin-top:10px;
line-height:16px;
}

.entry li, #posts li {
margin:2px 0 1px 20px;
text-align:left;
}

.entry table, #posts table {
margin: 0 10px;
}

.entry a{
margin: 0px;
color: #000000;
float:none;
}

.post-house a {
float:right;
}

a.pdf{
color: #4c790a;
text-align:left;
}


/********* #page **********/ 

#sidebar {
width:192px;
height: 295px;
padding:15px;
float:left;
}

#sidebar-bottom{
margin: 0 auto;
}
	
#nav {
padding:5px 3px 0 3px;
}

#sidebar-bottom {
		width:167px;
		height:300px;
		background-image:url(nav/form.gif);
		background-repeat:no-repeat;
	}

#rule {
		width: 1px;
		height: 610px;
		border-right: 1px solid #666666;
		float:right;
		margin-top: 15px;
	}
	
	/***Stuff for the footer****/
#footer {
		margin:0 auto;
		width:500px;
		padding: 10px;
}
	
ul.menu {
	padding: 0px;
}

ul.menu li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.fmenu {
	padding: 10px;
}
ul.fmenu li {
	display:inline;
	list-style-type: none;
	margin: 0px;
	padding: 0 5px;
}

ul.fmenu li a, #footer a {
color:#000000;
text-decoration:none
}

ul.fmenu li a:hover, #footer a:hover {
color:#4c790a;
text-decoration:underline
}

/* ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}*/