/*  
Theme Name: Wiggers Nijenhuis Bouw
Theme URI: http://www.wiggersnijenhuisbouw.nl/
Description: Het thema voor de www.wiggersnijenhuisbouw.nl
Version: 1.2
Author: Daniel Hoitink Fotografie
Author URI: http://www.hoitinkfotografie.nl/
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color:#333;
	font:0.8em/160% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-bottom:15px;
	background: #003720;
}

#container, #top, #head, #headernav, #container_content{width:960px}
#container, #head, #headernav, #footer, #container_content{margin:0 auto}

#container {
	clear:both;
	background: #e1eae5;
}

#head{
	background: url(images/achtergrond.jpg) repeat center top;
	height:335px;
	position:relative;
	clear:both;
}

#logo {
	position:absolute;
	right:40px;
	top:39px;
}

#headernav {
	position:absolute;
	left:20px;
	bottom:12px;
}

#container_content {
	/*
	background: url(images/bg-container-content.gif) no-repeat left top;
	*/
}

#submenu {
	width:200px;
	float:left;
	padding: 50px 20px 30px;
}

.adresblok {
	width:200px;
	float:left;
    padding-right: 20px;
	padding-left: 0px;
	font-size: .85em;
}

#content{
	float: left;
	width: 620px;
	padding: 50px 20px 30px;
	/*min-height hack*/
	min-height:250px;
	height:auto !important;
	height:250px;	/*End hack*/
}

#footer{
	width:960px;
	padding-left: 140px;
	padding-top: 20px;
	height:30px;
	color:#fff;
	background: url(images/bg-footer.gif) no-repeat center top ;;
}

div.sidebartext{
	line-height: 140%;
}

/*LISTS*/

ul,ol{list-style: outside;margin-bottom:30px;}
ul li,ol li {margin-left: 30px;}

ul.mainnav{
	text-transform: uppercase;
	list-style: none;
	margin-bottom:0px;
	margin-left:15px;
	font-weight: bold;
	font-size: 1em;	
}

ul.mainnav li{
	float:left;
	margin-left: 0px;
}

ul.mainnav li a {
	float:left;
	margin-right:35px;
	color:#fff;
	cursor:pointer;
	height:26px;
	text-decoration:none;
}

ul.mainnav li a:hover{
	background: url(images/mainnav-hover.gif) no-repeat center bottom;
}

ul.mainnav li.current_page_item a,
ul.mainnav li.current_page_parent a {
	background: url(images/mainnav-active.gif) no-repeat center bottom;
}

ul.subnav {
	font-size:0.9em;
	list-style:none;
	margin-bottom:30px;
}

ul.subnav li {
	padding-bottom:0px;
	margin-left: 0px;
}

ul.subnav li a {
	display:block;
	padding-left: 0px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #9dbbad;
	color:#333;
	font-weight:normal;
}

ul.subnav li a:hover {
	font-weight:bold;
	text-decoration:none;
}

ul.subnav li.current_page_item a {
	font-weight:bold;
}

/*HEADERS*/

h1,h1 a,h2,h2 a,h3,h3 a {color:#000000;}

h1{
	font-size:1.4em;
	line-height:100%;
	margin-bottom:30px;
	text-transform: uppercase;
}

h2{
	font-size:1.1em;
	margin-bottom:5px;
	font-weight: bold;
	text-transform: uppercase;
}

h3{
	font-size:1em;
	margin-bottom:5px;
	font-weight: bold;

}

h2.listheader {
	padding-top:0em;
	margin-bottom:25px;
	border-bottom: none;
	font-weight: bold;
	font-size:.9em;
	text-transform: uppercase;
}

h2.listheader a {text-decoration:none;}
h2.listheader a:hover {text-decoration:underline;}

p{margin-bottom:25px}

p#copyright {
	margin-left:0px;
	margin-top:0px;
	color:#bbbbbb;
	font-size: 0.85em;
}

p#copyright a {color:#bbbccc; text-decoration:underline;}

/*LINKS*/

a{
	text-decoration:none;
	color:#387a5f;
	font-weight:bold;
}
a:hover {text-decoration:underline;}
a img {border:none;}
#footer a{color:#e3e3e3}

/*IMAGES*/

img.alignleft, img.alignright, img.alignnone, img.aligncenter {
	background:#fff;
	border:1px solid #9dbbad;
	padding:4px
}

img.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

img.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

img.aligncenter {
	float:center;
	margin:5px 15px 5px 0;
}

img.alignnone {margin-bottom:20px; clear:both;}


.item{
	margin-bottom: 30px;
	clear: both;
}

edit{
	font-size: .85em;
	text-transform: uppercase;
	color: #666;
}

table {
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
}