/*
Theme Name: Juniorzwerfhike
Theme URI: http://juniorzwerfhike.nl/
Description: Juniorzwerfhike
Version: 1.0
Author: Peter Gnodde
Author URI: http://gnodde.org/

$Id: style.css 23 2010-01-13 21:48:37Z peter $

*/

body {
	font: 62.5% Verdana, Arial, sans-serif;
	background: #56668f;
	color: black;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#page {
	background: #56668f url('images/bg.png');
	text-align: left;
	width: 900px;
	margin: 0px auto;
}

#header {
	background: #56668f url('images/header.jpg');
	width: 900px;
	height: 154px;
}

#sidebar {
	margin-left: 50px;
	width: 200px;
	background-color: #3c68d7;
	float: left;
	font: 1.1em Verdana, Arial, sans-serif;
}

#sidebar a, #sidebar a:hover, #sidebar a:visited, #sidebar a:active {
	color: #ffe500;
	text-decoration: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li h2.widgettitle {
	height: 0px;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
}

#sidebar ul li#pages-2 ul li.page_item {
	width: 200px;
	margin-top: 5px;
	background-color: #00a650;
}

#sidebar ul li#pages-2 ul li.page_item a {
	padding-left: 10px;
	color: #ffe500;
	font-weight: bold;
}

#sidebar ul li#pages-2 ul li.page_item ul li.page_item {
	margin-top: 0px;
	background-color: #3c68d7;
}

#sidebar ul li#pages-2 ul li.page_item ul li.page_item a {
	font-weight: normal;
}

#sidebar ul li#pages-2 ul li.page_item ul li.page_item ul li.page_item a {
	padding-left: 20px;
	font-weight: normal;
}

#content {
	margin-left: 259px;
	font-size: 1.2em;
	width: 586px;
	background-color: white;
}

#footer {
	margin-left: 259px;
	font-size: 1.0em;
	width: 586px;
	background-color: white;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

h2, h3 {
	margin: 5px 0px 5px 0px;
}

.gallery {
	overflow: hidden;
}

div#content p {
	margin: 5px;
}

div#content a img {
	border: 1px solid #3c68d7;
}
