/*
Theme Name: Efloria Theme v2
Theme URI: http://www.efloria.nl
Description: De Efloria look en feel icm Wordpress
Version: 2.0
Author: Robbert Breij
Tags: sidebar, green, product
*/

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: helvetica, arial, verdana;
	
	background-color: #1c5919;
}

a {
	color: #bc2c19;
}

a:hover {
	color: #81190b;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

#header {
	text-align: center;
	background: #b8d2b5 url('images/headerbackground.jpg') top left no-repeat;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.floatcontainer {
	padding: 12px 0;
	overflow: hidden;
}

.floatcontainer a {
	display: block;
	float: left;
	margin-left: 50px;
}

.floatcontainer a img {
}

.floatcontainer h1 {
	display: block;
	float: right;
	width: 620px;
	font-family: georgia, times;
	font-weight: normal;
	color: #0b7601;
	font-style: italic;
	letter-spacing: 2px;
	text-align: right;
	font-size: 24px;
}

.floatcontainer h1 img {
	margin-top: 8px;
}

/*
	NAVIGATION
*/

#nav {
	background: #398635 /* url('images/navback.gif') bottom left repeat-x */;
	padding-top: 8px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 42px;
	overflow: hidden;
}

#nav ul li {
	float: left;
	width: 125px;
}

#nav ul li a {
	display: block;
	height: 42px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #ffff83;
}

#nav ul li.current_page_item a, #nav ul li.current_page_parent a {
	font-size: 18px;
	background: url('images/tab_active.gif') top left no-repeat;
	text-decoration: none;
	color: #4f604c;
}

/*
	CORNERS TOP - BREADCRUMBS
*/

.crumbscontainer {
	background: url('images/corner_left.gif') top left no-repeat;
	border-bottom: 1px dotted #1c5919;
	margin-bottom: 4px;
}

.crumbscontainer p {
	background: url('images/corner_right.gif') top right no-repeat;
	color: #72a66c;
	font-size: 12px;
	padding: 8px 0 8px 42px;
	font-family: verdana, helvetica, arial;
}

/*
	CORNERS BOTTOM - COPYRIGHT
*/

.copyright {
	clear: both;
	background: url('images/corner_left_bottom.gif') bottom left no-repeat;
	border-top: 1px dotted #1c5919;
	margin-top: 4px;
}

.copyright p {
	background: url('images/corner_right_bottom.gif') bottom right no-repeat;
	
	color: #72a66c;
	font-size: 12px;
	padding: 16px 0 16px 42px;
	font-family: verdana, helvetica, arial;
	
	margin: 0;
}

/*
	CONTENT STYLES
*/

#content {
	font-family: georgia;
	background: url('images/bodybackground.jpg') top center no-repeat;
}

#content .large p, #content .small p {
	margin: 24px 0;
}

#content .wrapper {	
	background-color: #fff;
}

.post-content h1 {
	font-family: georgia, times;
	font-weight: normal;
	font-style: italic;
	color: green;
	background: url('images/h1.jpg') bottom left repeat-x;
	margin-bottom: 48px;
	font-size: 32px;
}

.post-content h2 {
	font-style: italic;
	color: #252525;
	font-weight: normal;
}

.dropcap {
	float:left;
	font-family:georgia,times,serif;
	font-size:70px;
	line-height:60px;
	margin:0 6px;
}

/*
	MAIN CONTENT
*/

.large {
	float: left;
	width: 516px;
	padding: 0 42px;
}

.singlelarge {
	margin-left: 264px;
	/* width: 340px; */
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	padding: 0 16px;
	border-left: 1px solid #ddd;
}

/*
	SIDEBAR
*/

.small {
	margin-left: 600px;
	/* width: 356px; */
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	padding: 0 4px 0 0;
}

.singlesmall {
	float: left;
	width: 206px;
	padding: 0 16px 0 42px;
}

.small h3 {

}

.adres {
	border-bottom: 1px solid #ccc;
	padding: 0 24px;
}

/*
	FOOTER
*/

#footer .wrapper{
	overflow: hidden;
}

#footer .wrapper a {
	color: #20d216;
}

#footer .wrapper a:hover {
	color: #ffff83;
}

#footer .wrapper div {
	width: 277px;
	float: left;
	color: #fff;
	padding: 24px 0 24px 42px;
}

#footer .wrapper div img {
	vertical-align: text-top;
}

#footer .wrapper div.payment {
	overflow: hidden;
	width: auto;
	float: none;
	padding: 0 0 24px 0;
}

#footer .wrapper div.payment img {
	float: left;
	margin-right: 12px;
	vertical-align: baseline;
}

#footer .wrapper div ul {
	font-size: 11px;
}

/*
	WIDGETS
*/

#aanbiedingen {

}

#aanbiedingen h3 {
	border: 1px solid black;
}

#aanbiedingen span.oldprice {

}

/*
	GOOGLE MAPS
*/

#map {
	width:500px;
	height:500px;
}

/*
	QUOTES
*/

#wp_quotes {
	margin: 16px 0;
	background: url(images/quote_open_white.gif) top left no-repeat;
}

#wp_quotes div {
	background: url(images/quote_close_white.gif) bottom right no-repeat;
	padding: 12px 32px;
	font-family: georgia, times;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #4d4e53;
	text-align: justify;
	width: 400px;
}

/*
	CONTACT FORM
*/

form.wpcf7-form p {
	font-family: arial, verdana, helvetica;
}

/*
	SHOPPING CART
*/

.webwinkel {
	padding: 0 42px;
}

/*
	SHOPPING - STEPS
*/

.small h1 {
	padding: 8px 0;
}

.small ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.small ol li {
	border-bottom: 1px solid #b9dab8;
	padding: 6px;
	color: #777;
}

.small ol li a {
}

.small ol li.current_step {
	background-color: green;
}

.small ol li.current_step a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
}

/*
	2 COLUMNS
*/

.boxwinkelwagen {
	padding: 0 42px;
}

.box {
	padding: 0 42px;
}

.homebox {
	padding: 0 24px;
}

.homebox h2 {
	font-size: 18px;
	font-family: arial, tahoma;
}

.singlelarge .box {
	padding: 0;
}

.row {
	overflow: hidden;
}

.hol1, .hol2, .hol3 {
	margin-bottom: 24px;
	padding: 0;
	width: 300px;
	height: 340px;
	float: left;
}

.homebox .hol1, .homebox .hol2 ,.homebox .hol3 {
	height: 260px;
}

.box img {
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-right: 12px;
	
	height: 250px;
	width: 250px;
}

.homebox img {
	height: 160px;
}

.box a:hover img {
	border: 1px solid #bc2c19;
}

.box p {
	margin: 10px 0;
}

.box h2.pagetitle {
	font-family: georgia, times;
	font-weight: normal;
	font-style: italic;
	color: green;
	background: url('images/h1.jpg') bottom left repeat-x;
	margin-bottom: 48px;
	display: inline;
	font-size: 32px;
}

/*
	PRODUCT LIST
*/

#productlist h1 {
	padding: 8px 0;
	font-size: 20px;
}

#productlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#productlist ul li {
	color: #777;
}

#productlist ul li a {
	display: block;
	padding: 6px 0;
}

#productlist ul li a:hover {
	background-color: #eee;
}

#productlist ul li.current_product {
	
}

#productlist ul li.current_product a {
	color: green;
	text-decoration: none;
	font-size: 14px;
}

#productlist h2 {
	margin: 0 0 8px 0;
	padding: 8px 0;
	border-bottom: 1px solid #b9dab8;
	font-size: 16px;
	color: #777;
}

#productlist h2 a {
	color: #777;
}

.post h1 {
	font-family: georgia, times;
	font-weight: normal;
	font-style: italic;
	color: green;
	background: url('images/h1.jpg') bottom left repeat-x;
	margin-bottom: 48px;
	font-size: 32px;
	
	display: inline;
}

.post img.thumb {
	vertical-align: text-bottom;
	
	padding: 2px;
	border: 1px solid green;
	margin-right: 12px;
	background-color: #fff;
	
	height: 250px;
	width: 250px;
}

div.post-title {
	overflow: hidden;
}

div.post-title img.download {
	vertical-align: text-bottom;
}



div.post-title table {
	border: none;
	width: 614px;
	border-collapse: collapse;
	padding: 0;
	margin-top: 16px;
}

div.post-title tr td {
	border: none;
	margin: 0;
}

div.post-title tr td.thumbholder {
	width: 280px;
	border: none;
	margin: 0;
	padding: 0;
}

div.post-title tr td.thumbholder a {
}

/* controleer uw bestelling - style */

div.post-content table {
}

div.post-content table tr td {

}

div.price {
	font-size: 20px;
	font-style: italic;
	margin: 0;
	text-align:right;
}

.cartcontainer {
	padding: 0;
}

.box img.shoppingcartthumb {
	width: 100px;
	height: 100px;
}

.box table tr td.addprice {
	text-align: right;
	font-size: 22px;
}

/* check out */

div.payholder {
	padding-top: 42px;
	overflow: hidden;
}

div.payholder div.wpsc_container {
	float: left;
	width: 476px;
	background-color:#fff7a2;
}

div.payholder div.wpsc_container table tr td{
	padding: 6px 12px;
}

div.payholder div.wpsc_container h1 {
	display: block;
	background-color: #fff;
	margin-bottom: 24px;
}

div.sidebarpay {
	text-align: left;
	margin-left: 476px;
	padding: 0 12px;
	border-left: 1px solid #ccc;
}

div.sidebarpay h1 {
	background-image: none;
	font-size: 20px;
	color: #777;
}

div.sidebarpay img {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}

div.melding p {
	border: 1px solid blue;
	padding: 4px;
	background-color: lightblue;
	margin-bottom: 12px;
}

div.terug {
	padding: 0 42px;
}

.box .gallery img {
	width: auto;
	height: auto;
}

.slideshow {
	padding: 0 4px;
}

.slideshow h1 {
	margin-left: 24px;
}

table#homepage {
	background-color: #252525;
	color: #fff;
}

table#homepage tr td {
	vertical-align: top;
	padding: 12px 12px 0 12px;
}

table#homepage tr td h2 {
	color: #6ba766;
	/* padding: 0 6px; */
}

table#homepage tr td.wide {
	width: 60%;
	padding: 12px;
}

table#homepage tr td.narrow {
	width: 40%;
	padding: 12px;
}

table#homepage tr td a {
	color: #20d216;
}

/*
	INSPIRATIE
*/

p {
}

.inspiratiebox {
	padding: 0 4px;
}

div.post-content p {
	margin: 10px 6px;
}

div.post-content p a img {
	border: 2px solid #CFCFCF;
}

/*
	GASTENBOEK
*/

.largegastenboek form {
	margin-bottom: 4px;
}

.largegastenboek fieldset {
	border: none;
	background-color: #6ba766;
	color: #000;
	margin: 0;
	padding: 0 38px;
}

.largegastenboek fieldset p {
	margin: 12px 0;
}

p.ingelogd {
	border-bottom: 1px solid #fff;
}

p.labelholder {
	overflow: hidden;
	margin: 12px 0;
	border: none;
}

p.labelholder label {
	display: block;
	width: 140px;
	float: left;
}

p.labelholder input {
	float: left;
}

.comment-wrap {
	border-top: 1px dotted #252525;
	padding: 12px 38px;
	background-color: #ddd;
}

.comment-wrap p {
	border-top: 1px solid #eee;
	padding: 8px 0;
	text-indent: 8px;
	font-style: italic;
	letter-spacing: 1px;
}

.odd p, .alt p {
	border-top: 1px solid #fff;
}

.odd, .alt {
	background-color: #eee;
}

.largegastenboek {
	padding: 0 4px;
	width: 592px;
	float: left;
}

.largegastenboek .post-content h1 {
	display: block;
	padding: 12px 38px;
	margin-bottom: 0;
}

.largegastenboek h3 {
	padding: 6px 38px;
	margin-top: 24px;
	color: #252525;
}

.largegastenboek .post-content p {
	margin: 32px 38px;
}

.largegastenboek iframe {
	margin-bottom: 4px;
}

input.button {
	margin-left: 140px;
}

cite b {
	color: #1d5919;
}

.largegastenboek dl {
	margin: 32px 0;
}

.largegastenboek dl dd {
	 margin: 0;
}

.largegastenboek table {
	width: 592px;
	border-collapse: collapse;
}

.largegastenboek table tr td {
	width: 220px;
	vertical-align: top;
	padding: 32px 38px 0 38px;
}

div.post-title table.productinfo {
	border-collapse: collapse;
	margin: 12px 0 0 0;
	padding: 0;
	width: 642px;
}

div.post-title table.productinfo tr td {
	vertical-align: top;
}

div.post-title table.productinfo tr td div.singleproduct {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

div.post-title table.productinfo tr td form {
	width: 180px;
	float: right;
	text-align: right;
}

.producttitel {
	float: left;
	width: 160px;
}

/* new code */

.gallery {
	overflow: hidden;
}

#productlist {
	padding-bottom: 20px;
}