/* @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
	http://blog.wanderingabout.com/wp-content/themes/wandererwhite/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;

}



div#sidebar-box a  {
	font-size: large;
	text-transform: none;
}

#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: 1em;
	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 {
	margin-left: 13em;
}

#hcard {
	/*see iehacks.css*/
	position:absolute;
	top:10em;

	width:22em;
	clear:both;
	z-index: 100;
	padding: 5em 1em 1em 2em;
}

.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;
}


div#sidebar-box {
	width: 11em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-right: auto;
	float: left;
	height: 0;
}

div#titles {
	width: 10em;
	margin-bottom: 2em;
	color: #fff;
	padding: 3.5em 0.5em 0.5em;
	height: 7.5em;
}

h1#blog_title a {
	text-align: left;
	border-bottom: 3px solid #6378cd;
	border-top-style: none;
	border-top-color: #fff;
	padding-top: 2em;
}

h2#blog_subtitle a {

	margin-top: 1px;
	padding-top: 6px;
	border-bottom: 3px solid #6378cd;
	padding-bottom: 4px;
}



 

