/*
Theme Name: BC Beringe
Theme URI: http://www.bcberinge.nl
Description: Two column theme for BC Beringe
Author: Michiel Stevens Webdesign
Author URI: http://www.michiel-stevens.nl/
version: 1.0
*/

* {
margin: 0;
padding: 0;
}

html, body {
position: relative;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
background: #004400;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-position: top;
overflow: auto;
}

#container {
position: relative;
height: 100%;
width: 900px;
margin: 0px auto;
}

#header {
position: relative;
height: 200px;
width: 900px;
background: #f0f0f0;
background-image: url(images/header.jpg);
background-position: left;
background-repeat: no-repeat;
}

#nav {
position: relative;
height: 40px;
width: 900px;
background: none;
list-style: none;
}

	#nav li {
	float: left;
	}
	
	#nav ul {
	list-style: none;
	padding: 4px 0;
	}
	
	#nav ul li {
	float: left;
	color: #fff;
	}
	
	#nav ul li a:link,
	#nav ul li a:visited,
	#nav ul li a:active {
	position: relative;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 10px;
	color: #000;
	text-decoration: none;
	background: #f0f0f0;
	}
	
	#nav ul li a:hover {
	text-decoration: none;
	background: #cc0000;
	color: #f0f0f0;
	}

#body {
position: relative;
width: 900px;
background: #f0f0f0;
overflow:hidden;
}

#main {
position: relative;
float: left;
width: 560px;
padding: 30px 40px;
}

#main .postmargin {
position: relative;
border-left: 20px solid #cedbd0;
padding-left: 10px;
}

	#main h2, #main h3 {
	position: relative;
	margin-bottom: 20px;
	}
	
		#main h2 a:link, #main h3 a:link,
		#main h2 a:visited, #main h3 a:visited,
		#main h2 a:active, #main h3 a:active {
		color: #000;
		text-decoration: none;
		}
		
		#main h2 a:hover, #main h3 a:hover {
		color: #cc0000;
		text-decoration: none;
		}
	
	#main p {
	position: relative;
	margin-bottom: 20px;
	color: #000;
	text-align: justify;
	}
	
		#main p a:link, a:link,
		#main p a:visited, a:visited,
		#main p a:active, a:active {
		color: #cc0000;
		text-decoration: none;
		}
		
		#main p a:hover, a:hover {
		color: #cc0000;
		text-decoration: underline;
		}
		
.commentlist {
list-style-position: outside;
padding: 20px 40px;
margin-bottom: 20px;
background: #cedbd0;
}

.commentlist li a:link,
.commentlist li a:visited,
.commentlist li a:active {
color: #cc0000;
text-decoration: none;}

.commentlist li a:hover {
color: #cc0000;
text-decoration: underline;}
	
#right {
position: relative;
float: right;
width: 220px;
padding: 30px 40px;
padding-left: 0px;
background: #f0f0f0;
}

	#right ul {
	position: relative;
	list-style: none;
	border-left: 20px solid #cedbd0;
	padding-left: 20px;
	}
	
	#right ul h2 {
	margin-bottom: 20px;
	}

#calendar_wrap {
text-align: center;
margin-bottom: 20px;
background: #cedbd0;
padding: 10px;
}

#wp-calendar a:link,
#wp-calendar a:visited,
#wp-calendar a:active {
background: #709770;
color: #fff;
display: block;}

#wp-calendar a:hover {
text-decoration: none;}

	#right ul ul {
	list-style: none;
	border: 0;
	margin-bottom: 20px;
	}
	
	#right ul ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: -20px;
	}
	
	#right ul ul ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 0px;
	margin-left: 15px;
	}
	
	#right ul ul li a:link,
	#right ul ul li a:visited,
	#right ul ul li a:active{
	color: #000;
	text-decoration: none;
	}
	
	#right ul ul li a:hover {
	color: #000;
	text-decoration: underline;
	}

#right #searchform {
margin-bottom: 20px;
}

#right select {
margin-bottom: 20px;
margin-left: 20px;
}

#footer {
position: relative;
width: 900px;
padding: 20px 0;
background: #f0f0f0;
}

	#footer p {
	position: relative;
	width: 540px;
	margin-left: 40px;
	padding-left: 10px;
	padding-top: 10px;
	background: #f0f0f0;
	border-left: 20px solid #cedbd0;
	border-top: 2px solid #cedbd0;
	color: #000;
	}
	
	#footer p a:link,
	#footer p a:visited,
	#footer p a:active {
	color: #000;
	text-decoration: none;
	}
	
	#footer p a:hover {
	color: #cc0000;
	text-decoration: underline;
	}

