/* @override 
	http://wanderingabout.com/_/wp-content/themes/wanderer/layout.css
	http://wanderingabout.com/_/wp-content/themes/wanderer/layout.css
	http://wanderingabout.com/_/wp-content/themes/wanderer/lay-out.css
*/

/*
Theme Name: Wanderer theme
Theme URI: http://www.wanderingabout.com/
Description: Theme for my personal website
Author: Alexandre Van de Sande

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

* {
	margin:0em;
	padding:0em;

}

#header {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0.3em;

}

#header-back {
float: left;
clear: left;
width: 100%;
	
}

#topmenu {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

#topmenu-back {
float: left;
clear: left;
width: 100%;
margin-bottom:2em;
}

ul#topmenu {
	padding-bottom:0.5em;
}

#topmenu li {
	float:left;
	margin-right:1em;
	margin-top:0.5em;
	height: 2em;
}



ul#mainlinks {
	padding-top:0.5em;
	float:left;
	list-style:none;

}

#mainlinks li {
	float:left;
	margin-right:1em;
	margin-top: 0.4em;
	height: 2em;
	position: relative;
	top: -0.4em;
	padding-top: 0.0em;
	padding-left: 19px;
	vertical-align: baseline;
}

#mainlink-home {
	float:left;
	margin-right:1em;
	padding-top:0.5em;

}	

#content {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#hcard {
	/*see iehacks.css*/
	position:absolute;
	top:10em;

	width:22em;
	clear:both;
	padding-right:1em;
	padding-top:6em;
	padding-left:2em;
	padding-bottom:1em;
	z-index: 100;
}

.xclose {
	float:right;
	position:relative;
	top:-3.5em;
}

.left-align {
	float:left;
	margin-right:0.5em;
}

div.multiple-index  a.button {
	display:none;	
}

.right-align {
	float: right;
	margin-left:0.5em;
}
	



.post .customfields {
	clear:both;
	margin-top:3em;
}

.the_thumb {
	float: left;
	margin-top:0.5em;
}

.feedback {
	display:none;
}

.multiple-index {
	width:20em;
	height: 6.7em;
	float:left;
	overflow: hidden;
	
}



div.index-texts  {
	float: left;
	width: 17em;
	margin-left: 1em;
	margin-top: 0.5em;
	position: relative;
	top: 1em;
}

div.index-texts h2 a {
	top: -1em;
	position: relative;
}	

.footer {
	float: none;
	clear: both;
	display: none;
}

img#fresh {
	z-index: 6;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
display:none;
}



 

