/*
	Theme Name: Archeronne
	Theme URL: http://www.stevebluck.co.uk/archeronne
	Description: Archeronne is a blog, portfolio and business theme.
	Author: Steve Bluck
	Author URI: http://www.stevebluck.co.uk
	Version: 1.0
*/

@import url("css/960.css");
@import url("css/reset.css");
@import url("css/nav.css");
@import url("css/lightbox.css");

body{
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
}

a{
	color:#2d2d2d;
	text-decoration:none;
}


p.bad{
	padding:10px;
	background:#EFEFEF;
	font-size:0.8em;
	line-height:23px;
	margin:0 0 20px 0;
	border: 3px solid red;
}

p.good{
	padding:10px;
	background: #C6FFC6;
	font-size:0.8em;
	line-height:23px;
	margin:0 0 20px 0;
}

.spacer{
	height:20px;
}

small{
	color:#969595;
	font-size:0.7em;
	text-transform:uppercase;
}

small a{
	color:#969595;
}

small a:hover{
	color:#000000;
}

.right{
	float:right;
}

a.btn{
	padding:10px;
	text-align:center;
	background:#d1d1d1;
	border:1px solid #c9c7c7;
	color:#FFFFFF;
	font-size:0.6em;
	text-transform:uppercase;
	display:block;
	float:left;
}

a:hover.btn{
	background:#2d2d2d;
	border:1px solid #333333;
	color:#FFFFFF;
}

#header{
	position:relative;
	z-index:1000;
}

#nav ul{
	float:right;
	/*background:#ebebeb;*/
	margin:35px 152px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:0.7em;
	height:30px;
}

#nav li{
	float:left;
}

#nav li a{
	display:block;
	height:24px;
	float:left;
	padding:16px 10px 0 10px;
}

#nav li a:hover{
	/*
	color:#ffffff;
	background-color:#2d2d2d;
	*/
}

#nav ul li ul{
	background:#BBDEF4;
	width:170px;
	font-size:1em;
	margin:13px 0 0 0;
	height:auto;
	border:1px solid #FFFFFF;
}

#nav ul li ul li{
	border-bottom:1px solid #FFFFFF;
	width:170px;
}

#nav ul li ul li a{
	display:block;
	width:120px;
	height:24px;
	padding:16px 30px 5px; 20px;
}





#banner .grid_5 {
	/* MT */
	margin: 0px;
	padding: 0px;
	margin-left: -69px;
	width: 550px;
}

#banner{
	font-family:Arial, Helvetica, sans-serif;
	margin:45px 0px 0px 10px;
	display:block;
	position: relative;
	z-index:1;
	height:320px;
	height:206px;
	margin: 0px;
	padding: 0px;

	overflow:hidden;

	width: 960px;
}

#banner a img{
	margin:15px 0 0 20px;
	margin:0px;
	margin-top:6px;
	margin-left: 0px;
	/* MT */
}


#banner h1{
	font-size:2.0em;
	line-height:1.1em;
	font-weight:normal;
	float: left;
	/*margin:43px 0px 7px 2px;*/
	margin-top: 43px;
	
}

#banner .prijs {
	margin-top: 45px;
	margin-left: 5px;
	float: left;
	color: #00000;
	font-size: 1.8em;
}

#banner p{
	float: left;
	font-size:0.7em;
	color:#000000;
	margin:0 0 10px 6px;
	line-height: 15px;
	width: 100%;
}

#banner .grid_5 a img {
	margin:0px;
	margin-top: 4px;
	margin-left: 0px;
	float: left;
}



#banner a.btn{
	margin:0px 5px 0 0;
}

#banner_nav{
	background:url(images/banner_nav_bg.jpg) repeat-x;
	margin:0px 0 0 12px;
	line-height:16px;
	float:left;
	margin-left: 26px;
	width: 909px;

}

#banner_nav #holder{
	text-align:center;
	cursor: default;
	width:909px;

}

#holder a {
	/* MT */
	/* blauwe rondjes breder */
	margin-right: 8px;	
}

#banner_nav #holder{
	margin:-3px 0 0 0;
}

#banner_nav a{
	background:url(images/nav_bg.png) no-repeat;
	padding:0px 7px 0px 2px;
	cursor:pointer;
	color:#92caef;
	font-size:0.5em;
	display:inline;
}

#posts{
	/* MT */
	margin:7px 0 0 0px;
	width:960px;
	overflow:hidden;
}

#banner_items{
	float:left;
	width:960px;
	/*background-color: pink;*/
}

#posts a img{
	border:3px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:1;
	width:159px;
	height:105px;
	display:block;

}


#posts a span{
	font-size:0.9em;
	font-weight:bold;
	line-height:19px;
	padding: 0px;
	margin: 0px;
}

#posts a:hover span{
	color:#2d2d2d;
}

#posts p{
	font-size:0.7em;
	line-height:1.4em;
	margin:0px 0 0px 0;
	color:#000000;
}

.right_btn{
	position:absolute;
	z-index:1000;
	/* zie #post_items .item{ */
	/*margin:-398px 0 0 930px;*/
	/* 450 > 320 > 206*/
	margin:-191px 0 0 891px;
}

.right_btn a{
	display:block;
	background:url(images/right.png);
	width:35px;
	height:37px;
	width:45px;
	height:47px;
}

.left_btn{
	position:absolute;
	z-index:1000;
	/*margin:-398px 0 0 -8px;*/
	margin:-191px 0 0 27px;
}

.left_btn a{
	display:block;
	background:url(images/left.png);
	width:45px;
	height:47px;
}

.post_btn a.btn{
	padding:10px 30px 10px 30px;
	color:#FFFFFF;
	font-size:0.6em;
	float:right;
}

.post_btn{
	margin:30px 0 0 0;
	padding:0 0 30px 0;
	border-bottom:1px solid #d9d9d9;
}

.post_btn a:hover.btn{
	padding:10px 30px 10px 30px;
	background:#2d2d2d;
	border:1px solid #000000;
	color:#FFFFFF;
}

#buttons{
	width:920px;
	float:left;
}

#services, #homewidget{
	/*margin:20px 10px 0 10px;*/
	/*margin:0px 10px 0 10px;*/
	/* voorheen geen z-index */
	z-index: 10;
}

#services {
	padding: 0px;
	margin: 0px;
	width: 584px;
	padding-top: 30px;
	padding-left: 70px;
	color: #000000;
	background:url('images/dienstenbg.jpg') no-repeat;
	height: 319px;
	height: 289px;
	margin-top: 20px;
}

#services h1, #homewidget h1 {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:1.9em;
	display:block;
	/*border-bottom:1px solid #d9d9d9;*/
	padding:0px;
	font-weight:normal;
}

#services h1 {
	width: 549px;
	padding-left: 12px;
}

#services .service {
	float: left;
	width: 265px;
	padding: 0px;
	margin: 0px;
	height: 34px;
}

#homewidget {
	margin: 0px;
	width: 300px;
}

#homewidget img {
	margin-top: 2px;
	margin-left: 0px;
}

#services h2{
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	float:left;
	width:207px;
	color: #E08A0E;
	padding-top: 8px;
}

#services .service p {
	color: #000000;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 204px;
	font-size: 0.7em;
}

#services p a {
	color: #000000;
	text-decoration: underline;
}

#services img {
	float: left;
	padding: 0px;
	margin: 0px;	
}




#sidebarContactForm {
	float: left;
	width:310px;
}

#sidebarContactForm label,#sidebarContactForm input,#sidebarContactForm textarea {
		float: left;
		margin: 0px;
		padding: 0px;
		margin-bottom: 10px;
}

#sidebarContactForm label {
	width: 135px;	
}

#sidebarContactForm input,#sidebarContactForm textarea {
	width: 158px;
}


#sidebarContactForm input, #sidebarContactForm textarea{
	padding:7px 5px 7px 5px;
	border:3px solid #d9d9d9;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:0.8em;
}

#sidebarContactForm label {
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
}

#sidebarContactForm h1 {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:1.5em;
	display:block;
	padding:35px 0 0px 0;
	font-weight:normal;
	text-transform:uppercase;
}

#sidebarContactForm input.btn{
	padding:10px 0px 10px 0px;
	color:#FFFFFF;
	font-size:0.6em;
	cursor:pointer;
	width:100px;
	text-transform:uppercase;
	float:right;
	margin-right: 2px;
}

#services p, #main p, .widget p{
	font-size:0.8em;
	line-height:23px;
	color:#969595;
}

#services .icon{
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
}

#services .service{
	margin:20px 10px 0px 0;
}

#homewidget input, #homewidget textarea{
	padding:7px 5px 7px 5px;
	border:3px solid #d9d9d9;
	margin:0 0 20px 0;
	width:280px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:0.8em;
	float: left;
	width: 144px;
}

#homewidget textarea{
	clear: left;	
	width: 284px;
}

#homewidget input.btn{
	padding:10px 0px 10px 0px;
	color:#FFFFFF;
	font-size:0.6em;
	cursor:pointer;
	width:100px;
	text-transform:uppercase;
	float:right;
}

.widgetholder{
	padding: 40px 0px 0px 0px;
}

.widgetholder label{
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:0.8em;
	margin:0 0 10px 0;
	display:block;
	float: left;
	width: 140px;
}

#footer{
	padding: 0px;
	margin: 0px;
	color:#b1b0af;
	text-align: center;
	width: 960px;
}

#footer ul{
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	float:left;
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	text-align: center;
	width: 940px;
	
}

#footer li{
	display:inline;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a {
	color:#b1b0af;
}

#preload{
	display:none;
}

#post ul {
	padding-left: 20px;
}

#post ul li {
	list-style-type: disc;
	color: #666666;
	font-weight: normal;
	font-size: 0.8em;
}

#post_items .item{
	/* hoogte plaatjes onder stippen */
	height:450px;
	/* MT buttons gaan stuk als ie niet op 450 staat */
	height:320px;
	height:216px;
	/*background-color: pink;*/
}

#post_items .item{
	margin-left: 87px;
}

#post_items .item .grid_3 {
	/*background-color: blue;*/
	width: 165px;
	height: 216px;
	padding: 0px;
	margin: 0px;
	margin-right: 45px;
}

#post_items .item .grid_3 a {
	padding: 0px;
	margin: 0px;
}	

#post_items .item .grid_3 img {
	padding: 0px;
	margin: 0px;
	width: 162px;
	width: 165px;
	width: 159px;
}	



/*
a 
img
span
a
p
*/

#main{
/*	margin:30px 10px 30px 10px;*/
margin:0px;
margin-top: 12px;
}

#main.grid_8 {
	width: 678px;
	border-right: 2px solid #ACD6F3;	
}

#main.contactformcontainer {
	border:none;
	width: 960px;
}

#main.contactformcontainer h1 {
	color: #000000;
	float: left;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 105px;
	
}

#contactform {
	float: left;
	position: relative;
	width:	795px;
	height: 710px;
	margin-left: 92px;	
	background-image: url('images/contact_new_3.jpg');
	background-repeat: no-repeat;
}

#contactform div,#contactform input,#contactform textarea,#contactform a,#contactform label {
	position: absolute;
}

#contactform textarea {
	font-family:Arial,Helvetica;
}

#contactform2 {
	float: left;
	position: relative;
	width:	795px;
	height: 710px;
	margin-left: 92px;	
	background-image: url('images/contact_new_3_webtolead.jpg');
	background-repeat: no-repeat;
}

#contactform2 div,#contactform2 input,#contactform2 textarea,#contactform2 a,#contactform2 label {
	position: absolute;
}

#contactform2 textarea {
	font-family:Arial,Helvetica;
}


#main_right {
	float: right;
	width: 260px;
	width: 158px;
	margin-top: 35px;
	margin-right: 84px;
}

#main_right {
	font-size: 0.7em;	
	line-height: 1.2em;
}

#main_right h2 {
	font-size: 1.1em;
	letter-spacing: 0em;
	color: #ec8e06;
	margin-top: 18px;
}

#main_right a {
	text-decoration: underline;	
}

#zoekboxcontent {
	font-size: 12px;
	margin-top: 18px;
}

#zoekboxcontentzoek {
	width: 102px;
	padding-left: 3px;
	padding-right: 3px;
	height: 16px;
	border: none;
	background: url(images/zoekboxcontent.jpg);
	font-size: 12px;
}

#zoekboxcontentsubmit {
	border:none;
	height:18px;
	width:40px;
	background-color: transparent;
	font-size: 12px;
}


#main .cat_desc h1{
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";	
	margin:0 0 10px 0px;
}

#main .cat_desc{
	padding:20px;
	background:#f4f4f4;
	border:1px solid #d9d9d9;
	margin:0 0 20px 0;
}

a span.post_header{
	font-size:1.5em;
	padding:0 40px 0 0;
	width:450px;
	line-height:32px;
}

ul.categories{
	float:left;
	width:100%;
}

ul.categories li a span.desc{
	font-size:0.8em;
	line-height:25px;
	color:#969595;
}

ul.categories li a span.date{
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	line-height:20px;
}

ul.categories li a:hover span.date{
	color:#2d2d2d;
}

ul.categories li a img{
	border:3px solid #d9d9d9;
	float:left;
	margin:0 15px 0 0;
	width:72px;
	height:72px;
}

ul.categories li{
	margin:0px 0 20px 0px;
	float:left;
}

ul.categories li a{
	background:#eaeaea;
	display:block;
	padding:20px;
	float:left;
	width:578px;
	border:1px solid #d9d9d9;
}

ul.categories li a span.comment_icon{
	background: url(images/icons/speech_bubble_48.png);
	color:#000000;
	font-size:1.3em;
	padding:10px 0px 15px 1px;
	width:47px;
	position:absolute;
	margin:-15px 0 0 452px;
	text-align:center;
}

ul.categories li a:hover span.comment_icon{
	text-decoration:underline;
}

ul.categories li a:hover{
	background: #F3F3F3;
	border:1px solid #d9d9d9;
}

#sidebar{
	margin:30px 10px 30px 10px;
}

#sidebar h2{
	padding:0 0 15px 0;
	border-bottom:1px solid #d9d9d9;
	font-size:1.2em;
	margin:0 0 10px 0;
}

#sidebar ul li a{
	display:block;
	padding:10px 0 12px 10px;
	border-top:1px solid #d9d9d9;
	color: #666666;
	background:#eaeaea;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:0.8em;
	text-transform:capitalize;
	width:285px;
}


#sidebar ul li a:hover{
	color: #333333;
	background: #EEEEEE;

}

#sidebar ul li{
	background:none;
	width:295px;
	padding:0;
	border:none;
	float:none;
	
}

#sidebar a img{
	background:#d9d9d9;
	padding:3px;
}

#sidebar a:hover img{
	background:#ec8e06;
}

#sidebar img{
	margin:0 7px 14px 7px;
}

#sidebar .widget{
	margin:0px 0 20px 0;
}

#sidebar .widget li{
	font-size:1em;
	line-height:23px;
	color:#969595;
	font-style:italic;
	width:290px;
	float:left;
}

#sidebar .widget{
margin:0 0 20px 0;
float:left;
}

#sidebar .widget ul#twitter_update_list li{
	font-size:0.8em;
}


#sidebar .widget ul#twitter_update_list li a{
	font-style:normal;
	font-size:0.8em;
}

#searchform input{
	width:273px;
	border:3px solid #d9d9d9;
	background:#eeeeee;
	margin:10px 0 10px 0;
	padding:10px;
}

input#searchsubmit{
	color:#FFFFFF;
	width:100px;
	padding:5px;
	cursor:pointer;
}

label.screen-reader-text{
	font-size:0.8em;
}

#sidebar .widget ul#twitter_update_list li a:hover{
	color:#000000;
}

.twitter{
	position:absolute;
	margin:-50px 0 0 250px;
}

/*#portfolio{
	width:899px;
	padding:20px;
	background:#eaeaea;
	border:1px solid #d9d9d9;
	margin-top:20px;
}*/

/*#portfolio{
	padding:20px;
	background:#eaeaea;
	border:1px solid #d9d9d9;
	font-size:0.8em;
	margin:0 0 20px 0;
}*/

#portfolio p{
 	color:#666666;
	line-height:23px;
	margin:0 0 10px 0;
	float:left;
	display: block;
	clear: left;
}

#portfolio h1{
	font-size:1.8em;
	color:#000000;
	margin: 0 0 20px 0;
}
#portfolio h3,
#portfolio h2{
	margin-top: 10px;
	float:left;
	display: block;
	color: #E08A0E;
}
#portfolio img:hover{
	background-color: #E08A0E;
}

#post{
	padding: 0px;
	padding-left:110px;
	padding-right: 34px;
	width:568px;
	width:534px;
	width:500px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 30px;
}

#post .postprijs {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 88px;
	left: 389px;
	font-size: 1.5em;
	font-weight: bold;
}

#post a span.comment_icon{
	background: url(images/icons/speech_bubble_48.png);
	color:#000000;
	font-size:1.3em;
	padding:10px 0px 15px 1px;
	width:47px;
	position:absolute;
	margin:-5px 0 0 535px;
	text-align:center;
}

#post .postimage {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 84px;	
}


#post h1{
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	display:block;
	width:450px;
	margin:30px 0 0 0;
	color: #ec8e06;
}

/* titel onder afbeelding */
#post h1{
	margin:230px 0 0 0;
}

#post h1.noImg{
	margin:30px 0 0 0;
}


#post.prijslijstpage {
	margin: 0px;
	padding: 0px;	
}

#post.prijslijstpage h1 {
	margin: 0px;
	padding: 0px;
	margin-top: 19px;
	margin-bottom:5px;
	color: #000000;
	margin-left: 84px;
	font-size:2.2em;
}

#post.prijslijstpage ul div.title {
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
	padding-top: 36px;
	margin-bottom:15px
}

#post.prijslijstpage ul div.title img {
	float:left;
	margin: 0px;
	padding: 0px;
}

#post.prijslijstpage ul h2 {
	padding: 0px;
	color: #000000;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: normal;
	padding-top:12px;
}

#post.prijslijstpage ul h3 {
	margin: 0px;
	padding: 0px;
	color: #ec8e06;
	font-size: 1.3em;
	line-height: 1em;
	color: #ec8e06;
}

#post.prijslijstpage ul,#post.prijslijstpage li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 678px;
}

#post.prijslijstpage ul {
	background-image: url('images/pr_middle.jpg');
	background-repeat: repeat-y;
}

#post.prijslijstpage li.first {
	background-image: url('images/pl_top.jpg');	
	background-repeat: no-repeat;
	background-position: top left;
}

#post.prijslijstpage li.last {
	background-image: url('images/pr_bottom.jpg');	
	background-repeat: no-repeat;
	height: 40px;
}

#post.prijslijstpage li ul li {
	float:left;
	margin-left: 75px;
	width: 570px;
	background-image: none;
	padding-bottom:15px;
}

#post.prijslijstpage li ul li .afbeelding {
	float:left;
	width: 159px;
	height: 105px;
	margin:0px;
	padding:0px;
}
#post.prijslijstpage li ul li .more {
	color: black;
	margin-left: 4px;
	text-decoration: underline;
}

#post.prijslijstpage li ul li div {
	float:left;
	width:230px;
	margin-left:5px;
	padding-top: 5px;
}
#post.prijslijstpage li ul li div p {
	margin-top:5px;
	color: black;
}

#post.prijslijstpage img {
	margin:0px;
	padding:0px;
}

#post.prijslijstpage  .noimage img {
	margin:0px;
	padding:0px;
	display:none;
}

#post.prijslijstpage li ul li a .offerte {
	float:left;
	margin:0px;
	padding:0px;
	width: 173px;
	height: 47px;
	clear: right;
}

#post.prijslijstpage li ul li a .offerte_meerweten {
	float:left;
	margin:0px;
	padding:0px;
	width: 173px;
	height: 47px;
	clear: right;
}


#post.prijslijstpage li ul li div .price{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 26px;
	margin-left: 0px;
	padding: 0px;
}

#post h2{
	color: #ec8e06;
}

#post .prijstabel {
	text-align: left;
}

#post .prijstabel th {
	font-size:0.8em;
	font-weight: normal;
}

#post .prijstabel td {
	font-size:1.2em;
	font-weight: bold;
	padding-left: 15px;
}


#prijstabelcont {
	position: relative;	
	margin-top:15px;
}

#prijsknop {
	position: absolute;
	left: 260px;
	top: 0px;
}


#post_showcase h1{
	font-size:2.5em;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	display:block;
	width:450px;
	line-height:50px;
	margin:0 0 20px 0;
	
}

#post_showcase h1{
	width:100%;
	margin:0;
	text-align:center;
}

#post h3{
	margin:20px 0 0 0;
	
}

#post span.box{
	padding:5px;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:bold;
}

#post span.box a{
	color:#FFFFFF;
	font-weight:normal;
}

#post span.box a:hover{
	text-decoration:underline;
}

#post p{
	color: #666666;
	margin:30px 0 0 0;
}

#post a{
	color:#ec8e06;
}

#post a:hover{
	text-decoration:underline;
}

#post img{
	margin:30px 0 0 0;
	padding:5px;
}

#post .tags{
	text-transform:uppercase;
	margin:30px 0 30px 0;
	font-size:0.7em;
}

#post .tags a{
	text-decoration:underline;
}

#post .tags a:hover{
	text-decoration:none;
}

#post .author{
	padding:20px;
	background:#f4f4f4;
	border:1px solid #d9d9d9;
}

#post .author img, #comments ul li img{
	margin:0 20px 0 0;
	padding:3px;
	border:none;
	float:left;
}

#post .author p{
	margin:10px 0 0 0;
	width:400px;
	float:left;
}

#comments {
	margin:20px 0 0 0;
}

#comments ul li{
	float:left;
	width:571px;
	padding:20px;
	background:#f4f4f4;
	border:1px solid #d9d9d9;
	margin:0 0 20px 0;
}

#comments p{
	float:left;
	width:470px;
	font-size:0.8em;
	line-height:23px;
	color: #666666;
	margin:0 0 20px 0;
}

#comments li img{
	display:block;
	float:left;
	padding:3px;
}

#comments .comment_author{
	display:block;
}

#comments .comment_date{
	font-size:0.7em;
	display:block;
	margin:5px 0 5px 0;
}

#comments .reply{
	padding:10px;
	float:left;
	font-size:0.7em;
	background:#eaeaea;
	border:1px solid #d9d9d9;
	width:550px;
	text-align:right;
	margin:20px 0 0 0;
	text-transform:uppercase;
}
#comments ul li ul li{
	margin:20px 0 0px 10px;
	width:510px;
	background:#ffffff;
}

#comments ul ul li p{
	width:410px;
}

#comments ul ul li .reply{
	width:490px;
	background:#eaeaea;
}

#comments ul ul ul li{
	margin:20px 0 0px 10px;
	width:460px;
	background:#ffffff;
}

#comments ul ul ul li p{
	width:360px;
}

#comments ul ul ul li .reply{
	width:440px;
	background:#eaeaea;
}

#respond p input{
	border:3px solid #d9d9d9;
	margin: 0 10px 0 0;
	padding:10px;
	float:left;
}

#respond textarea{
	border:3px solid #d9d9d9;
	width:500px;
	margin:20px 0 20px 0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:1em;
}

#respond h3{
	margin:20px 0 20px 0;
}

#respond input#submit{
border:1px solid #d9d9d9;
cursor:pointer;
}

#full{
	margin:30px 10px 30px 10px;
}

#portfolio #portfolio_header h1{
	text-align:center;
	font-size:3em;
	font-weight:normal;
	padding:0 0 30px 0;
	border-bottom:1px solid #d9d9d9;
}

#portfolio ul.portfolio_nav{
	margin:20px 0 0 0;
	text-align:center;
	padding:0 0 20px 0;
	border-bottom:1px solid #d9d9d9;
}

#portfolio ul.portfolio_nav li{
	display:inline;
	margin:0 10px 0 10px;
	padding:0 0 20px 0;
}

.portfolio_item{
	margin-top:20px;
}


#launch a{
	font-size:1em;
	display:block;
	padding:20px;
	background:#eaeaea;
	border:1px solid #d9d9d9;
	text-align:center;
}

#launch a:hover{
	background:#eeeeee;
	border:1px solid #d9d9d9;
}

#showcase{
	width:980px;
}

#showcaseholder{
float:left;
margin-top:20px;

}

.showcase_item{
margin-bottom:20px;
}

.searchfield{
	margin:0 0 10px 0;
}


#search {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 190;
}



#search input {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: transparent;	
	width: 100px;
	margin-right: 15px;
	height: 18px;
	float: left;
}

#search input.submit {
	padding: 0px;
	margin: 0px;
	width: 40px;
	padding:2px;
	text-align:center;
	display:block;
	height: 20px;
	float: left;
	border: none;
}

#zoekFrontpage {
	display: block;
	padding-top: 5px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:0.7em;
}

/* oranje kleur offerte button menu */
.page-item-247 {
	background:url(images/orange_button_bg3.png) repeat-x;
}

.page-item-247 a:hover {
	color: #FFFFFF;	
}




