/*  
Theme Name: Podwalks NL
Theme URI: http://wordpress.org/
Description: Template voor Podwalks.nl
Version: 1.0
Author: Patrick van Aalst
Author URI: http://www.patrickvanaalst.nl/

*/



html {
	background: url('images/bg_html.gif') repeat-x #fff;
	margin: 0;
	height: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.8em;
	background:  url('images/bg_body.gif') no-repeat 0px 100px;
	color: #000;
	text-align: center;
	margin: 0;
	height: 100%;
	}

td { 
	padding: 0px 10px 20px 0px;
}

a {
	text-decoration: none;
	color: #f58f2d;
}

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

a:visited {
	color: #a9947f;
}

H2 {
	margin: 2em 0 0em 0;
}

#page {
	width: 80em;
	margin: auto;
	text-align: left;
	
}

#header {
	margin-top: 0px;
	text-align: left;
	height: 100px;
}

#header ul {
	padding: 5px;
	}

#header ul li, #header li {
	list-style: none;
	display: inline;
	margin-right: 2em;
}

#header .linkcat {
	position: absolute;
	top: 30px;
	margin-left: -7px;
	
}

#header H2 {
	display: none;
}

#header a {
	color: white;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
}

#header img {
	border: 0;
	position: absolute;
	right: 10px;
	top: 5px;
}

#content {
	width: 500px;
	position: relative;
	float: left;
	margin-top: 3em;
	font-size: 1.2em;
}

#sidebar {
	position: relative;
	float: left;
	margin: 3em 0em 0em 50px;
	width: 250px;
	display: none;
}

#footer {
	clear: both;
	width: 80em;
	padding-top: 5em;
	display: none;
}