/*
Theme Name: Colourisenew
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A colorful.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more themes and <a href="http://www.styleshout.com">Styleshout</a> for more designs.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/

*/

/* ----------------------------------------------
	Template Name : Colourise
	Template Code : S-0022
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : March 07, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bg1.jpg) no-repeat center top;
	text-align: center;
}
#one {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgweb.jpg) no-repeat center top;
	text-align: center;
}

#two {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgshop.jpg) no-repeat center top;
	text-align: center;
}
#three {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgcontact.jpg) no-repeat center top;
	text-align: center;
}
#four {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgfolio.jpg) no-repeat center top;
	text-align: center;
}
#five {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2a4204; 	
	margin: 0; 	padding: 0; 
	background: #fff url(images/bgseo.jpg) no-repeat center top;
	text-align: center;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #0e5993;
	font-weight:bold;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000;
	
}
.left, .alignleft {
	float:left;
	}
/* headers */
h1, h2, h3 {
	font-family: 'Arial', Tahoma, Arial, Sans-serif;
	color: #087c99;
}
h1 {
	font-size: 2.8em;	
	font-weight: normal;
	letter-spacing: .5px;
	padding: 18px 10px 10px 10px;
	margin-top:1px;	
	color:#087c99;
}
h2 {
	font-size: 1.8em;
	color: #087c99;
	padding: 20px 10px 5px 10px;	
}
h2 {
	font-size: 1.8em;
	color: #000;
	padding: 0 10px 5px 10px;	

}
h3 {
	font-size: 1.6em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
	color:#2a4204;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 10px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: none;
   border: 0px solid #1B1B1B;
	padding: 0px;
}
img.float-right {
  	margin: 1px 0px 5px 10px;  
		
}
img.float-left {
  	margin: 5px 10px 10px 0px;
		border: 0px solid #1B1B1B;
	padding: 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;	
}
blockquote div {
  padding: 0 48px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}

/* 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: 5px 10px; padding: 5px 10px 5px 10px;
	border: 0px solid #c9c9c8; 
	background: none; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #444;
}
input, select, textarea {
	padding: 2px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #f1f1f1;  
	border: 1px solid #c9c9c8;
}

textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 1px 3px; 
	color: #fff;
	
 background:#75bb03;
}
	
	

#zoek{
	float:right;
	margin: 80px 0 0 0;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 980px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 980px;	
	padding: 0; 		
	margin-left: 15px;	
	background: transparent;
	float: left;	
	display: inline;	
	
}
#header {
	position: relative;
	width: 980px;	
	height: 240px;	
	margin: 0; padding: 0;		
	background: transparent;
}



/*  Navigation  */

 .lavaLampWithImage {
            position: absolute;
            height: 29px;
            width: 621px;
            background: none;
            padding: 15px;
            margin: 15px 0 0 382px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    
                    .lavaLampWithImage li a, .lavaLampWithImage li a:hover {
                        font: bold 11px arial;
                        text-decoration: none;
												padding:7px 6px 4px 6px;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 3px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height:20px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 7px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li.current_page_item a {
												background:#93ce17;
												-moz-border-radius: 7px;
                       -webkit-border-radius: 7px;
											 
}
                            
														
                       


/*  searchform */

#headersearch {
position:absolute;
float:right;
margin:-20px 0 9px 684px;
}


#headersearch form#qsearch {
	padding: 0; margin: 0px 0 3px 0px;
	border: none;
	border: 0px solid #7a787c;
	width: 292px; height: 22px;
	background: url("images/zoekveld.gif")no-repeat;		
}
#headersearch form#qsearch p {
	margin: 0; padding: 0;		
}
#headersearch form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #000;	
	margin: 0;
}
#headersearch form#qsearch .tbox {
	margin: 1px 0 0 0; 
	width: 216px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .buttonsearch{
	width: 50px; height: 22px;						
}
.buttonsearch{
background: url(images/zoek.png);
padding-top:0px;
}
#headersearch form#qsearch label {
	display: none;
}	
	

#header h1#logo-text a, #header h3#logo-text a {
	position: absolute;
	padding: 81px 0 0 0;
	overflow: hidden;
	margin:0;
	font: normal 32px Georgia, 'Times New Roman', Times, serif;
	height: 0px !important; /* for most browsers */
    height /**/:81px; /* for IE5.5's bad box model */
	letter-spacing: -1.5px;
	color: #fff;
	text-decoration: none;
	background:url("images/logo1.png"); 
	background-repeat: no-repeat;
	float:left;
	/* change the values of top and left to adjust the position of the logo*/
	top: 32px; left: 0px;	
}
#header h3#logo-text a:hover {
 background:url("images/logo1.png") no-repeat;	border: none;
}
#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: #000;
	width: 900px;
	
	/* change the values of top and left to adjust the position */
	top: 95px; left: 25px;		
}

/* Main Column */
#main {
	float: left;
	width: 580px;
	padding: 0; margin: 0;
	display: inline;		
}
#main img{
	padding:0px;
	background:none;
	border: 0px solid #bfbfbf;
}

#mainhome, #mainportfolio {
	float: left;
	width: 960px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2, #mainhome h1 {
	padding-bottom: 3px;
	margin-top: 12px;
	font: normal 3.1em 'Arial', Tahoma, Helvetica, Arial, sans-serif;	
	color: #344504; 
	letter-spacing: .5px;	
	text-transform: none;	
}
#main h2 a, #mainhome h1 a {
	color: #344504;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#breadcrumbs {
	margin:53px 0 0 0;	
}

/* tooltip */

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #a5cf0b;
border: 6px solid #313131;
color: black;
padding: 3px;
width: 200px; /*width of tooltip*/
}



/* informatiepag */	
.leftinfo, .rightinfo{
width:265px; height:auto;
border:1px solid #e8e6e6;
background:#efeeee;
margin:0 6px 0 8px;
float:left;
display:inline;
}
.rightinfo{
width:279px;
float:right;
background:none;
border:none;
} 
/* portfoliopag */	
.topport{
background-color:#f4f4f4;
padding:12px;
border: 1px solid #dfdede;
font-size: 1.2em;
font-style:Italic;
width:895px;
margin: 9px 29px 15px 11px;
}
.leftport, .middleport, .rightport{
width:300px;
height:350px;
float:left;
margin-right:15px;
background:none;
border:none;
display: inline;
}
.rightport{

margin-right:0;

}  
green{
	font-style:Italic; font-weight:bold;
	margin-right:16px;
}	
.leftport h3, .middleport h3, .rightport h3{
color:#65a203;
font-size:1.9em;
} 

.eronder{
float:left;
width:960px;
margin-top:16px;
} 
/* Sidebar */	
#sidebar {
	float: right;
	width: 310px;
	padding: 0; margin: 95px 52px 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 0px;
	padding: 5px 5px 5px 5px; 
	font: normal 1.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	background: url(images/footer-to0.jpg) no-repeat center bottom;
	color: #000;
}
#sidebar ul {
	text-align: left;
	
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar li{
			margin:0 0 0 -28px; 
			
			line-height:25px;
			border-bottom:0px dotted #e8e6e6;
			width:auto; height:auto;
		background: url(images/pijls.gif)no-repeat;
			background-position:0 8px!important;
	
		}

#sidebar p{
	padding: 2px 0px 16px 12px;
	color:#493d34;
	margin: 0px;
	font-size: .95em;	
	line-height: 15px;
	}
		#sidebar a img  {	
	margin:16px 12px 0 12px;
	
	background:#fff;
	padding:3px;	
	border:1px solid #9e9e9d;
	}		
	
.green{
	width:310px;
	
	background-position:top;
	padding:1px 0 6px 0;
	border:0px solid #e7e7e7;
	margin:13px 0 0 0;	
}
#sidebar h3, #sidebar h2{
	color: #000;
	
	text-transform:uppercase;
	margin: 0 0px  0px 0px;
	text-indent:12px;
	padding: 12px 0 0 0;
	width:310px;
	height:19px;
	letter-spacing:0.15em;
	
	font: 1.15em Arial, Helvetica, sans-serif;
	font: normal 1.5em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding-bottom: 3px;
}
#sidebar .dienst a.posttitle{
	text-transform:uppercase;
	padding:13px 0 15px 0;	
	line-height:38px
}
.dienst{
	width:302px;
	
	
	padding:0px 8px 6px 0;
	border:1px solid #dadada;
	margin:13px 0 15px 0;	
}
		
		a.noborder{
			border-bottom:none;
			display:block;
			background:url(images/skype.gif) 100px no-repeat;
			
		}	
		.fade {font-style:Italic;
		width:310px; height:196px;
		background:url(images/bl.gif) no-repeat;
		padding-top:5px;
margin:10px 0 14px 0}

* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #323330; 	
		padding: 4px 0 0 39px;
	font-weight: normal;		
	font-family: 'Arial', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 12px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul .current_page_item a, #sidebar ul .current_page_item a:hover {
display:block;
width:348px;
height:36px;
  background: url("images/active.gif") no-repeat;
	
  cursor: default;
  color: #fff;
}
#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 a:hover span {	
	color: #789035;	
}
#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-top: 30px;
	margin-left:-142px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #344504 url(images/footer-top.jpg) repeat-x center top;
	color: #fff;
	width: 1264px;
	float: left;	
	display: inline;
	border-bottom: 5px solid #070707;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform:uppercase;
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 980px;
	text-align: left;		
	margin:0 0 0 169px;	
}

#footer-content a.latest{
	font-size: 1.1em;
	text-transform:none;
	margin: 0 0 0 299px;
	}
#footer-content ul  {
	border-top: 0px solid #111;
	list-style: none;
	margin: 5px 0 12px 10px; padding: 0;	
	width: 98%;
}
#footer-content ul li   {
height:auto;
padding:0px 0 0 4px;
	border-bottom: 1px solid #2b3a01;
}

 #footer-content ul li  {
line-height:25px;
}
#footer-content ul li, #footer-content ul li a  {
	display: block;	
	font-weight: bold;
	padding: 0px 0 0px 0px;
	width: 98%;	
	color: #fff;
	
}

#footer-content  a {
	
	color: #fff;
	
}
#footer-content  a:hover {
	
	color: #555;
	text-decoration:underline;
	
}
#footer-content ul li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul li a:hover,
#footer-content ul li a:hover span {
	color: #555;
	text-decoration: none;
	background:#2b3a01;
}

#footer-content .col {
	width: 160px;
	padding: 0 25px 30px 15px;	
	background: url("images/divider.gif") no-repeat;
	background-position:right;		
	display: inline;
	height:320px;
}
#footer-content .col2 {
	width: 320px;
	padding: 0 0 30px 0;	
	display: inline;	
}

#footer-content .space-sep {
	margin:0 2px 0 -20px;
	width: 420px;
}
#footer-content .space-sep h3{
	margin:0 0 10px 0;
	
}
#footer-content .space-sep a img  {	
	margin-top:4px;
	margin-right:20px;
	background:#2c2c2c;
	padding:3px;	
	border:1px solid #cdcdcd;
	}	
	#footer-content .space-sep a.newsitems  {	
	text-decoration: underline;
	text-transform:uppercase;
	}	
	/* button footer */
	.btn {
	margin:0 6px 0 0; padding:2px 12px 2px 12px;
	width:126px; height:26px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
		font:bold 1em Arial, Helvetica, sans-serif; color:#000;
		line-height:20px; 
}
		
	.btn-footer {
		margin:6px 30px 0 0;
		color:#000;
		background:url(images/btn-footer.gif) no-repeat top center;
	}
	
	
	a#toTop{
	display:block;		
		background:url(images/boven.gif) 102px no-repeat;
		margin:0 0 0 190px;
	}
/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #c9c9c8;
	background: #eaeae9;
}
.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-top: 3px; margin-left: 5px; color: #444;	}
.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: "."; 
}



div.hr {
  height: 27px;
	margin:14px 0 0 0;
  background: url(images/hr.jpg) no-repeat;
}
div.hr hr {
  display: none;
}
.text, .area, .code{
 width:80px;
 padding:2px;
 margin-bottom:2px;
 color: #b9b9b9;
	background: #1a1a1a;  
	border: 1px solid #2d2d2d
 
}

.area{
 width:160px;
 height:20px;
}
.code{
 float:left;
 padding:2px;
 width:40px;
}
/* 00 - SLIDER OP PORTFOLIOPAGINA en linkercontent
/* --------------------------------------------*/

#leftcontentportfolio{

float:left;
width:444px;
display:inline;


}	
#leftcontentportfolio ul li{list-style-image: url(images/pijl.png)}
/* Easy Slider */
#slideromtrek{
		margin:0 30px 0 0;
		float:right;
		}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0 4px 0 0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:444px;
		min-height:420px;
		max-height:510px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:596px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 200px 0 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 3px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#bce324;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#8bab0b;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.buttonsite {
	position:relative;
	z-index:9999;
	margin:54px 0 0 -3px; padding:2px 0 0 12px;
	color:#fff;
	font-size: .9em;
	float:left;
	width:184px; height:33px;
	
	background:url(images/sitebutton.gif) no-repeat top center;
}	
	
/* // Easy Slider */
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{width:600px;
	cursor: pointer;
	list-style: none;
	margin-left:-19px;
}

.hoverbox a
{
	cursor:pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 300px;
	height: 122px;
}

.hoverbox li
{
	background: #b2d30d;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 7px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 500px;
	height: 529px;
}
span.dropcap  {
float : left;
font: normal 57px Georgia, "Arial",Times New Roman, Times, serif;
line-height : 1;
margin-top : 0px;
font-weight : bold;
margin-right : 33px;
color : #68a702;
display : block;
height : 46px;
text-indent : -0px;
width : 13px;
} 

