/*
Theme Name: Hoop in de hel
Theme URI: http://www.hoopindehel.nl/
Description: WordPress thema voor Hoop in de hel.
Version: 1.0
Author: Lucas Meinds - Pankra, Geert Jan Nordeman
Author URI: http://www.pankra.com/
Tags: dark, brown, fixed width, two columns
*/

/* all styles are used by Geo-Mashup Google map iframe, use body.website for website-only styles */

/* general */
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5,
h2 a, h3 a, h4 a, h5 a {
	color: #a90f0f;
	font-weight: bold;
}
h2 {
	margin: 2px 0 5px 0;
}
h3 {
	margin: 2px 0 3px 0;
}
h4 {
	margin: 2px 0 2px 0;
}
ul, li {
	list-style-type: none;
	list-style-position: outside;
}
/* end general */


body { 
	background-color: #fff;
	background-image: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

*, html, body {
	padding: 0;
	margin: 0;
}

body.website {
	background: #3c1005;
	font-size:67%;
	font-family: "Courier New", Courier, monospace;	
	text-align: center;
}

#container {
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url(images/containerbg.jpg) center top no-repeat;
	width: 1155px;
	height: 1100px;
	text-align: left;
}

#page {
	padding: 0 0 20px 0;
	margin: 4px 0 0 0;
	_margin: 1px 0 0 0;
	background: url(images/pagebg.jpg) 181px 0 repeat-y;
	width: 1155px;
	overflow: hidden;
}
#pagetop {
	padding: 0 0 0 255px;
	margin: 0;
	width: 900px;
	min-height: 699px;
	_height: 699px;
	background: url(images/pagetopbg.jpg) 0 0 no-repeat;
	overflow: inherit;
}

#header {
	height: 215px;
}

#socialmenu {
	width: 185px;
	float: left;
	padding: 60px 0 0 80px;
}

#logo {
	width: 250px;
	height: 215px;
	float: left;
}
#logo h1 {
	font-size: 1em;
	margin: 45px 0 0 95px;
	color: #000000;
}

#topmenu {
	height: 40px;
	padding: 0 0 0 240px;
	margin: 0;
}
#topmenu ul li {
	float: left;
	height: 40px;
	margin: 0 5px 0 0;
}



#content {
	font-size: 11px;
	width: 470px;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
	overflow: hidden;
	float: left;
}
.post {
	margin: 0 0 15px 0;
}
.post img.alignleft {
	margin: 0 10px 3px 0;
}
.post img.alignright {
	margin: 0 0 3px 10px;
}
.postmetadata {
	font-size: 1em;
}
.entry p {
	margin: 0 0 11px 0;
}

.wp-caption-dd {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}	

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Comments */


/* ------------- sidebar -------------- */

#sidebar {
	width: 300px;
	margin: 73px 0 0 500px;
}
#sidebar li#googlemap {
	width: 380px;
	height: 225px;
	background: #fff;
}

/* Post date and tags/categories */
.meta { font-size:80% !important; }
.meta .blogdate { font-style: italic; }

/* Info window */
.locationinfo { font-size:80%; overflow:auto; width:300px; height:100px !important; }

/* Title link style */
.locationinfo h2 a { font-family: "Courier New", Courier, monospace; font-size:80%;text-decoration:none; margin:0; padding:0; } 

/* Excerpt */
.storycontent { font-size:80%;font-family: Arial, Sans-Serif !important; }

#sidebar li#photo {
	width: 235px;
	height: 268px;
	padding: 1px;
	background: #fff;
	margin: 51px 0 0 22px;
	_margin: 45px 0 0 19px; /*  IE6, margins... */
	overflow: hidden;
}

/* ----------- */

#footer {
	margin: 0;
	padding: 45px 0 0 0;
	width: 1155px;
	background: url(images/footerbg.jpg) 181px top no-repeat;
	text-align: center;
	clear: both;
	color: #fff;
	float: left;
}
#footer a {
	color: #ccc;
	font-weight: bold;
}

/* ---------------------------------- */

.red {
	color: #a90f0f;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
