/*
Theme Name: Witteveen
Theme URI: http://www.webdesigndiensten.nl/
Description: themee witteveen
Version: 1.0
Author: Theme Lab
Author URI: http://www.webdesigndiensten.nl/

*/

/* ----------------------------------------------
	Template Name : witteveen
	Template Code : S-0022
	Version : 1.0   
	Author : Harald
	Author URI : http://www.webdesigndiensten.nl/       
	Last Date Modified : jan/feb 2010	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #4c4437; 	
	margin: 0; 	padding: 0; 
	background: #a8c3da url(images/bg.jpg) repeat-x;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	font-weight:bold;
	color: #006193;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #cd4e27;
	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #1B1B1B;
   border: 0px solid #1B1B1B;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 0px solid #111; 
	background: none; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #fff;  
	border: 1px solid #1C1C1C;
}
input.fmtext, input.fmverify{
	display:block;
	-moz-border-radius: 0px;
-webkit-border-radius: 0px;
	width:400px;
	background:#e8edf2;
	height:20px;
	border:1px solid #9fb0be;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
	background:#e8edf2;
	
	border:1px solid #9fb0be;
}
input { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 6px 2px 6px; 
	color: #fff;
	background:#cd3727;
	
	-moz-border-radius: 12px;
-webkit-border-radius: 12px;
	border:none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
	background:#c12f1b;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 939px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 937px;	
	padding: 0; 		
	margin: 0;	
	background: #cedae4;
	border:1px solid #90a7bb;
	border-top:none;
	border-bottom:none;
	float: left;	
	display: inline;	
	
}
#header {
	position: relative;
	background: url(images/header.gif) no-repeat;
	width: 960px;	
	height: 430px;	
	margin: 0; padding: 0;		
	
}
#transition{
	position: relative;
	margin:186px 0 0 -40px;
	width: 939px;	
	height: 192px;	
	
	
}
/* header search */
#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}









#dropmenu {

	height: 30px;
	margin-top:-40px;
	
	text-decoration: none;
	
	width:940px;
	padding-top: 1px;
	padding-right: 22px;
	padding-left: 42px;
}

#dropmenu li a {
font: 14px "Arial", halvetica, Verdana, sans-serif;
	display: block;
	margin-top:45px;
	color:#676565;
	height: 25px;
	text-transform:uppercase;
	margin-right:35px;
	float: left;
	text-decoration: none;
	font-weight:bold;
	
}


#dropmenu li {
	display: inline;
}
#dropmenu a:visited, #dropmenu a:active {text-decoration:none; color: #676565; font-weight:normal;}
 

#dropmenu {color:#fff;}
#wrap #main #content {
	padding: 10px;
}
 
#dropmenu li:hover a, #dropmenu li.current_page_item a 
{color:#cd2727;
}




/* dropdown menu */
#dropmenu li {float:left; position:relative; } 
 #dropmenu ul { -moz-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-box-shadow: 1px 1px 2px #bcbbbb;
	-webkit-box-shadow: 3px 3px 3px #bcbbbb;
        box-shadow: 3px 3px 3px #bcbbbb;
border:1px solid #bcbbbb;

padding: 5px 5px 5px 15px;
z-index:1;
background:#fff; color:#cd2727;
position:absolute; display:none; width:auto; top:5.3em; left:0;font-size:.9em; margin: 4px 0 0 0} 

#dropmenu ul a {margin:0; padding:0 0 0 5px; color:#676565; font-size:1.1em; font-weight:normal } 
#dropmenu ul a:hover {color:#cd4e27; background:#edecec;
} 
#dropmenu li ul { width:20em; padding:12px 0 18px 12px} 

#dropmenu li ul a {width:16.5em;  line-height:25px; float:left; } 

#dropmenu ul ul {top:auto;} 

#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;} 
 



#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul { background:#f77f02;} 

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}  


#header h1#logo-text a {
	position: absolute;
	z-index:1000;
	padding: 174px 0 0 0;
	width:auto;
    overflow: hidden;
	margin: -135px 0 0 -22px; 
	font: normal 74px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	height: 0px !important; /* for most browsers */
    height /**/:174px; /* for IE5.5's bad box model */
	color: #fff;	
	background:url("images/logo.png") no-repeat; 
	background-repeat: no-repeat;
	text-transform: none;
	text-decoration: none;
	
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background:url("images/logo.png") no-repeat; 
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;		
}

/* Main Column */
#main {
	float: left;
	width: 545px;
	min-height:500px;
	padding: 0 0 10px 10px; margin: 0;
	display: inline;		
}
#main p{
	
	padding: 0 0 0 14px;
	
}
.ontwerpwrap{
	float: left;
	width: 939px;
	margin:22px 0 0 -3px;
		
}
.ontwerp, .uitvoering, .beheer{
	float: left;
	width: 294px;
	height:183px;
	
	padding: 0 0 0 10px; margin: 0 0 20px 0;
	display: inline;		
}
#main h2, #main h1, #main h3 {
	padding-bottom: 3px;
	margin-top: 1px;
	font: normal 2.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #cd2727; 
	letter-spacing: 1px;	
	text-transform: none;	
}
#main h1 {
	
	font: normal 3.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	
}
#main h3 {
	
	font: normal 2.1em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	
}
#main h2 a, #main h1 a {
	color: #cd2727;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar, #sidebar1 {
	float: right;
	width: 290px;
	padding: 0; margin: 32px 18px 11px 0;		
	display: inline;	
}	
#sidebar1 {
	
	padding: 0; margin: 229px 18px 11px 0;		
	
}	
#sidebar h3, #sidebar1 h3 {
	margin-top: 10px;
	color:#cd2727;
	padding: 5px 5px 5px 10px; 
	font: normal 1.5em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	
}
.news{
	width:287px;
	height:290px;	
	background: url(images/sidebar.gif);
	margin:2px 20px 0 0;		
}
.news p{	
	font-size:.9em;
	margin-left:7px;
			
}
#sidebar a, #sidebar1 a{	
	font-size:.9em;
	margin:1px 0 0 16px;
			
}
.news h2{

	padding: 10px 5px 10px 35px; 
	font-size:1.5em;
	color:#cd2727		
}
#sidebar ul {
	text-align: left;
	
	margin: 7px 12px 8px 0px; padding: 0 0 16px 0;
	background:#ecf0f3;
	border:1px solid #728fa7;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;			
}
.contact{
	text-align: left;
	font-size:.9em;
	margin: 7px 12px 8px 0px; padding: 0 0 16px 11px;
	background:#ecf0f3;
	border:1px solid #728fa7;
	
border-radius: 8px;			
}
#sidebar ul li {
	list-style: none;
	
	
	margin: 0 16px 0 3px;		
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
display:block;
height:10px;
padding-bottom:12px;
background: url(images/pijl.gif) no-repeat 0px 5px;
	padding-left: 15px;
border-bottom:1px dotted #b5c7d5;
	text-decoration: none;	
	
	color: #5d5d5d; 	
		
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}


#sidebar ul li a:hover, #sidebar ul li.current_page_item a,
#sidebar ul li a:hover span {	
	
	color:#cd3727
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin:0 0 0 -2px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: url(images/footer.gif) no-repeat;
	color: #555;
	width: 943px;
	float: left;	
	display: inline;
		
}

#footer-content {	
	margin: 0 auto;		
	width: 939px;
	text-align: center;		
}

	



/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #bcbcbc;
	background: none;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0; margin-left: 12px; margin-bottom:8px; color: #444;	border-bottom:1px solid #b1c5d6}

.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


#breadcrumbs{
	font-size:.9em;
	margin-bottom:-8px
}
