/*  
Theme Name: Keukenrenovatie 

Version: 0.1
Author: Friks.nl
2012, Friks. All rights reserved
*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

.clear{clear:both;}

a {
	text-decoration: none;
}
a:link {
	color: #000;
	outline:none;
}

a:visited {
	color: #000;
	outline:none;
}
a:hover, a:active {
	color: #000;
	text-decoration:underline;
	outline:none;
}

object {
		outline:none;
}
html, body {
	height: 100%;
}

body {
	background:#f6f6f6 url(images/body-content.jpg) center top repeat-x;
	color:#797878;
	font-size:14px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 140%;
}

body.home {
	background: #f6f6f6 url(images/body-home.jpg) center top repeat-x;
}

#body-back {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 214px	
}

.end {
	clear: both;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding: 0 30px 10px 0;
}

.alignright {
	float: right;
	padding: 0 0 10px 30px;
}

.alignnone {
	padding: 0 10px 10px 0;	
}
img a {
	border: none;
	border-style: none !important;
}

img{
	border-style: none !important;

}	

#header-image-left {
	float: left;
	width: 512px;
	height: 382px;
}

#header-image-left img {
	float: left;
	padding: 0 10px 10px 0;
}

#header-image-right {
	float: right;
	width: 416px;
	height: 382px;
}

#header-image img {
	padding: 0 0 10px 10px;
}

/* menu */

#menu {
	display: block;
	height: 91px;
	width: 100%;	
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	letter-spacing: -1px;
	font-size: 13px;
}

#menu ul li {
	display: block;
	float: left;	
	background: url(images/sprite.png) -775px 0 no-repeat;
	height: 91px;
	text-transform: uppercase;

}

#menu ul li#menu-item-6 {
	background: none;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 40px;
	color: #fff;
	margin: 35px 20px 0;
	padding: 0 10px;
}	


#menu ul li.current_page_item a {
	background: #3a82b3;
	/*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;*/
}
/* ----  MENU FIXES ------ */
.menu-topmenu .hasCorners a {height: 40px !important; }
.page-item-53 .hasCorners div.autoPadDiv { width: 110px !important; }

/* ---- END MENU FIXES ----*/



#logo {
	display: block;
	width: 270px;
	height: 65px;
	margin: 20px 0 0 30px;
	background: url(images/sprite.png) 0 0 no-repeat;
	float: left;	
}

#payoff {
	color:#4185b5;
	font-family: 'Ubuntu', sans-serif;
	float: right;
	display: block;
	width: 400px;
	height: 40px;
	text-align: right;
}

#payoff h2, #payoff h1 {
	font-size: 18px;
	font-weight: 700;
	margin: 45px 10px 0 0;
	text-transform:uppercase;
	letter-spacing: -1px;
}
#header-images {
	height: 400px;
}
.homeblockgrey, .homeblockwhite {
	width: 270px;
	float: left;
	display: block;
	overflow: hidden;
	height: 245px;
	padding: 20px;
	margin-top: 10px;
	font-size: 13px;
	color:#797878;
	line-height: 160%;
	}
	
.homeblockgrey h3, .homeblockwhite h3	{
	font-size: 23px;
	text-transform:none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #3b3b3b;
	padding-bottom: 10px;
	letter-spacing: -2px;
}
	
.homeblockgrey {
	background: url(images/sprite.png) 0 -91px no-repeat;
	margin-right: 10px;
}

#homeblockmiddle {
	margin-right: 0;
}
.home-link-wrap { min-width: 50px; }
#homeblockmiddle .home-link-wrap { width: 170px; }

.homeblockwhite {
		-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	background: #fff;
	width: 274px;
	float: right;
	-moz-box-shadow: 1px 1px 1px #b5b5b5;
	-webkit-box-shadow: 1px 1px 1px #b5b5b5;
	box-shadow: 1px 1px 1px #b5b5b5;
	border: 1px solid #e8e8e8;
}

#homeblocks a.more-link {
	line-height: 40px;
	color: #f6f6f6;
	padding: 0 18px;
	font-size: 14px;
	text-align: right;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

/* --- Contact formulier --- */

.wpcf7 .more-link {
	line-height: 40px;
	color: #f6f6f6;
	padding: 0 18px;
	font-size: 14px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: none;
	border: none;
	margin-top: 7px;
	cursor: pointer;
	width: 110px;
}

.wpcf7 .block-field {
	width: 260px;
	height: 15px;
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.wpcf7-form-control {
	width: 250px;
	height: 20px;
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px ;
	padding: 5px;
	margin: 5px 5px 5px 0px;
}

.bel-mij {
	width: 250px !important;
	height: 20px !important;
	background-color:#ffffff !important;
	border: 1px solid #CCCCCC !important;
	border-radius: 5px 5px 5px 5px !important;
	padding: 5px !important;
	margin: 5px 5px 5px 0px !important;
}

.bel-mij-knop {
	color: #f6f6f6 !important;
	padding: 0 10px !important;
	font-size: 14px !important;
	text-align: right !important;
	display: block !important;
	text-decoration: none !important;
	font-weight: bold !important;
	background: none !important;
	border: none !important;
	margin-top: 10px !important;
	cursor: pointer !important;
	width: 110px !important;
	font-family: Tahoma, Geneva, sans-serif !important;
}
	
.wpcf7-textarea{
	width: 300px;
	height: 94px;
	background-color:#ffffff;
}


#contact-verzend-knop {
	background-color:#2574AB;
	cursor: pointer;
	width: 130px;
	height: 30px;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	border: none 0px;
	font-family: Tahoma, Geneva, sans-serif !important;
}

/* --- Contact formulier --- */

/* ---  Nieuwsbrief formulier --- */

#mce-EMAIL, #mce-FNAME, #mce-LNAME {
	width: 250px;
	height: 20px;
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
	margin: 2px 5px 10px 0px;
}

#mc-embedded-subscribe {
	background-color:#2574AB;
	width: 130px;
	height: 30px;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0px 10px 0px;
}

/* ---  Nieuwsbrief formulier --- */

.homeblockwhite div.wpcf7-response-output {
	margin-top: -40px;	
}


.home-text-block {
	height: 205px;
}

#left-block-white {
	float: left;
	width: 268px;
}

.ngg-gallery-thumbnail img { 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.home-link-wrap {
	display: block;
	background: #3a82b3;
	/*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;*/
	height: 40px;
	/*width: 175px;*/
	float: right;
	clear: both;
	}
#main a {
	color: #2574ab;
	text-decoration: underline;	
}

#home-left, .left-block {
	width: 577px;
	display: block;
	background: #fff;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	float: left;
	border: 1px solid #e8e8e8;
	padding: 25px;
	margin: 10px 0 0;
}

#home-right, .right-block  {
	width: 262px;
	display: block;
	background: #fff;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	float: right;
	border: 1px solid #e8e8e8;
	padding: 25px;
	margin: 10px 0 0;
	-moz-box-shadow: 1px 1px 1px #b5b5b5;
	-webkit-box-shadow: 1px 1px 1px #b5b5b5;
	box-shadow: 1px 1px 1px #b5b5b5;
}

#home-right strong {
	color: #000;
}

#home-right a {
	text-decoration: none;
	font-weight: bold;
}

#home-right a:hover {
	text-decoration: underline;
}


#content p {
	font-size: 14px;
	letter-spacing: 80%;
	line-height: 150%;
	margin-bottom: 10px;
}

#content h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 25px;
	color: #3b3b3b;
	letter-spacing: -2px;
	word-spacing: 3px;
	line-height: 100%;
	padding: 0 0 10px;
}

#content h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	color: #14537f;
	letter-spacing: -2px;
	word-spacing: 3px;
	line-height: 100%;
	padding: 0 0 10px;
}

#content ul li {
	list-style: inside;
}

#content .entry ul {
	padding-bottom: 20px;
}

#content .entry li {
	padding-left: 20px;
}

#content table {
	padding-bottom: 10px;
	line-height: 150%;
	font-size: 14px;
	letter-spacing: 80%;
}
	
#left-bar {
	float: left;
	width: 320px;
}

#right-content {
	width: 620px;
	float: right;
}
#sub-pages {
	width: 280px;
	display: block;
	background: #fff;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	border: 1px solid #e8e8e8;
	padding: 13px;
	margin: 10px 0 0;
	-moz-box-shadow: 1px 1px 1px #b5b5b5;
	-webkit-box-shadow: 1px 1px 1px #b5b5b5;
	box-shadow: 1px 1px 1px #b5b5b5;
}

#sub-pages ul li {
	list-style: none;
	clear: both;
	margin-bottom: 5px;
}

#sub-pages ul li a {
	line-height: 50px;
	display: block;
	color: #595959;
	font-family: 'Ubuntu',sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 15px;
	
}

#sub-pages .current_page_item {
	background:#3a82b3;
}
#sub-pages .current_page_item a {
	color: #fff;	
}

.nav_thumb {
	float: left;
	width: 50px;
	display: block;
	padding-right: 15px;
}

.faq-list {
	margin-bottom: 15px;
	list-style: none;
}
.tax-veelgestelde-vragen #faq-archive {
	width: 900px;
	margin: 0 auto;
}
#content #faq-archive .faq-list li {
	list-style: none;
}
.faq-vraag {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.faq-antwoord {
	font-weight: normal;
	color: #333;
}

.single-voorbeeld .entry, .page-id-548 .entry, .single-faq .entry {
	padding: 0 20px;
}

/* landingspagina */

#left-block { }
{}

.footer, .push {
	height: 120px; /* .push must be the same height as .footer */
}


#footer {
	width: 100%;
	padding: 25px 0;
	margin-top: 10px;
	background: #0d4b76 url(images/sprite.png) 0px -803px repeat-x;
}

#footer-bottom {
	color: #fff;
	font-size:12px;
	text-align: center;
}	

#footer-bottom p {
	/*float: left;*/
	font-size: 11px;
	margin-top: 20px;
	margin-left: 14px;
}

#footer-bottom a { 
	color: #fff;
}

#footer #cbw {
	display: block;
	width: 62px;
	height: 60px;
	background: url(images/sprite.png) -320px 0px no-repeat;
	float: right;
	margin-right: 14px;
}