/*
Theme Name: Merchandise.nl
Theme URI: http://wordpress.org/
Description: The default Merchandise theme based on the famous Riesdesings.
Version: 1.0
Author: Roy Huiskes
Author URI: http://www.chapter42.com
Tags: blue, custom header, fixed width, three columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group Headers 
######################################################### */
h1 {
	margin: 0;
	}
#fullpageh1 {
	margin-left:10px;
}
h1 a {
	color:#555;
	font-size:18px;
	padding:15px 0px 15px 0px;
	text-decoration:none;
}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	color:#555;
	margin-top: 30px;
	text-align: center;
}

h3 {
	color:#555;
	padding: 0;
	margin: 20px 0 0;
	}
#contentfull h3 {
	padding-left:10px;
}
#contentfull p.postmetadata {
	padding-left:10px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h4 {
	margin:-15px 0px 15px 15px;

}
h6 {
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	margin-top:-35px;
	margin-bottom:3px;
	width:300px;
}	
.splitser {
	clear:both;
	padding:10px 0px 15px 10px;
height: 0;
border: 0;
width:100%;
border-top: 1px dotted #888;
margin-bottom:0px;
}
h3 a{
	color: #555;
	text-decoration: none;
}
h3 a:hover{
	color: #333;
	text-decoration: underline;
}
/* @end */

/* @group Images 
######################################################### */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* @end */

/* @group Lists 
######################################################### */


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	margin-left: 10px;
	padding: 10 0 0 30px;
	text-indent: 0px;
	}

.entry ol li {
	margin:0px;
	padding: 20px 0px 0px 0px;
	}
#content ol li {
	margin:0px;
	padding: 10px 0px 0px 0px;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.postmetadata {
	font-size:10px;
}
#respond {
	font-size:10px;
}
#respond h3 {
	font-size:14px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* @end */

/* @group Form Elements 
######################################################### */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

#headerwidgets {
	background:#fff;
	margin:0;
	height:60px;
	float:right;
}
ul #headerwidgets {
	float:right;
	list-style-type:none;
	margin:0;
}
#headerwidgets li{
	float:right;
	list-style-type:none;
	padding-right: 11px;
	padding-left: 0px;
	margin:0;
}
#headerwidgets h3 {
	margin:0;
}
#headerwidgets h2 {
	margin:0;
}
#headerwidgets img {
	margin:0;
	border:0;
}
#headerwidgets .ngg-widget {
	width:320px;
	height:60px;
	background:#fff;
	margin:0;
	border:0;
}
#headerwidgets .ngg-widget a img{
	cursor: default;
} 
#ngg-webslice h3 {
	margin-top:-5px;
	background:#fff;
	text-indent:-9999px;
	height:1px;
}
#logo {
	float:left;
	padding:5px 0px 0px 8px;
}
/* @end */

/* @group Comments 
######################################################### */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* @end */

/* @group Various Tags & Classes 
######################################################### */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 3px;
	border: 1px solid #fcfe7b;
	background:#fdf3c1;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 60px;
	}

/* @end */

/* @group Captions 
######################################################### */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 2px 6px 15px 11px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption:hover {
	border: 1px solid #888;
	background-color: #ccc;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0px 4px 5px;
	margin: 0;
}

/* @end */

/* CSS & Design by Roy Huiskes chapter42.com 
######################################################### */

body {
	background: url(images/bg1.jpg) top center fixed;
	font: 0.8em Verdana,"Lucida Grande", Lucida, sans-serif;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: white;
	border-left:1px solid #888;
	border-right:1px solid #888;
}

#content {
	float: left;
	width: 532px;
	margin: 0 10px;
}
#contentsingle {
	float: left;
	width: 702px;
	margin: 0 10px;
}
#contenthome {
	float: left;
	width: 960px;
	margin: 0px;
}

#contenthome p{
	margin: 0 10px;
	padding:5px 0px 10px 0px;
}
#contenthome h2{
	color:#555;
	margin: 0 10px;
	font-size:18px;
	padding:15px 0px 10px 0px;
}
#content img {
	border:1px solid #ddd;
	padding:6px;
}
#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#breadfull {
	padding:0px 0px 0px 10px;
}
#input_3 {
	font-size:8px;
}

hr {
	border-bottom:1px dotted #ddd;
}
.left{
	border:1px solid #ddd;
	padding:4px;
	background:#eee;
}
#content td {
	
	color:#555;
}
#content table {
	margin-top:5px;
	background:#fff;
	border:1px solid #eee;
	font-size:11px;
}
#pageimg {
	float:right;
	margin-right:45px;
	margin-top:-22px;
	width:215px;
	height:100px;
}
#breadcrumbs {
	font-size:10px;
	line-height:16px;
}

/* @group Sidebar 1 
######################################################### */

#sidebar1 h3{
	color:#000;
	font-size:12px;
	border: 1px solid silver;
	padding: 5px 0 5px 4px;
	background-image: url(images/sidebarh3.png);
}
#sidebar1 h2{
	color:#000;
	font-size:12px;
	border: 1px solid silver;
	padding: 5px 0 5px 4px;
	background-image: url(images/sidebarh3.png);
}
#sidebar1 {
	float: left;
	width: 170px;
	font-size:11px;
}

#sidebar1 ul {
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar1 ul li ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	padding-bottom:8px;
	background: url(images/sidebarulbg.png) no-repeat;
}
.ngg-widget {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/sidebarulbg.png) no-repeat;
}
#sidebar1 ul li ul li{
	padding-left:0px;
	margin-left:0px;
	padding:8px 0px 0px 0px;
}
#text-9 .textwidget a{
	margin-top:20px;
	display:block;
	height:45px;
	width:160px;
	text-indent:-9999px;
	background: url(images/nieuw-aanbieding.png) top center;
}
#text-9 .textwidget a:hover {
	display:block;
	height:45px;
	width:160px;
	text-indent:-9999px;
	background: url(images/nieuw-aanbieding.png) bottom center;
}
#text-10 .textwidget {
	
	padding: 10px;
	line-height:14px;
	margin:0px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/sidebarulbg.png) no-repeat;
}
/* @end */

/* @group Sidebar 2 
######################################################### */

#sidebar2 {
	float: right;
	width: 230px;
	font-size:11px;
}

#sidebar2 ul {
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar2 ul li ul {
	padding-left: 20px;
	list-style-type: disc;
	margin:0px;
	padding-bottom:8px;
}
#sidebar2 ul li ul li{
	/* list-style-type:square;
*/	padding:8px 0px 0px 0px;
	margin:0px;
}


#sidebar2 h3{
	color:#000;
	font-size:12px;
	border: 1px solid silver;
	padding: 5px 0 5px 4px;
	background-image: url(images/sidebarh3.png);
}
#sidebar2 h5{
	font-size:16px;
	padding: 5px 0 5px 4px;
	margin:0px;
}
#sidebar2 .widget {
	width:220px;
	padding-bottom:8px;
	background: url(images/sidebarulspan.png) no-repeat 0 bottom;
}


#sidebar2 .textwidget {
	padding: 10px;
	list-style-type: disc;
	text-align:center;
	font-size:12px;
	line-height:18px;
	margin:0px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/sidebarulbg.png) no-repeat;
}
.customvalue {
	padding: 10px 0px 10px 4px;
	list-style-type: disc;
	font-size:11px;
	margin:0px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/sidebarulbg.png) no-repeat;
}
.customvalue img{
	padding: 10px 0px 10px 0px;

}
.slideshow {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
/* @end */

/* @group Navigation 
######################################################### */

#nav {
	display: inline;
	background-image: url(images/menu.png);
	width: 950px;
	height: 40px;
	margin:10px 0px 20px 0px;
	padding: 0;
}

ul#nav {
	display: inline;
	float: left;
	list-style-type: none;
}

ul#nav li{
	float:left;
	line-height: 40px;
	padding-left: 24px;
}

ul#nav li a{
	color: #9ec0ec;
	font-weight: bold;
	font-size: 1 em;
	text-decoration: none;
}
ul#nav li a:hover{
	color: #b3d3e4;
	text-decoration: underline;
}
ul#nav li a:active{
	color: #fff;
	text-decoration: underline;
}

ul#topnav {
	float: right;
	list-style-type: none;
	padding-top:2px;
}

ul#topnav li{
	float:left;
	padding-right: 5px;
	padding-left: 5px;
	border-right:1px solid gray;
}
ul#topnav li#topnavend {
	border:none;
}
ul#topnav li a {
	font-size: 0.9em;
	color: gray;
	text-decoration: none;
}

ul#topnav li a:hover {
	text-decoration: underline;
	color: #515151;
}

/* @end */

#banners {
	width:600px;
	float: right;
}

.clear {
	clear: both;
}

.searchcontainer {
	float: right;
	margin:0;
	padding:0;
}
.searchfield{
	color: gray;
	margin-top:12px;
	
}
.searchbutton{
	float: right;
	padding-right:5px;
	padding-left:5px;
}

/* @group GravityForms 
######################################################### */

#gform_wrapper_1 {
	padding-bottom:8px;
	background: url(images/sidebarulspan.png) no-repeat 0 bottom;
}
#gform_wrapper_1 textarea{
width: 156px;
}

#sidebar2 .gfield li, .top_label
  {
	list-style-type: none;
	list-style-image: none;
}

#gform_wrapper_1 ul li {
	list-style-type:none;
}

#input_3 {
	font-size: 70%;
}

#sidebar1 .widget {
	padding-bottom:8px;
	background: url(images/sidebarulspan.png) no-repeat 0 bottom;
}
#sidebar1 #text-9 {
	padding-bottom:8px;
	background: #fff;
}
.validation_message {
	color:#e80101;
}
.validation_error {
	padding: 10px 0px 10px 4px;
	list-style-type: disc;
	font-size:11px;
	margin:0px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background: url(images/sidebarulbg.png) no-repeat;
	color:#e80101;
}
#gforms_confirmation_message {
	color:#e80101;
}
#gform_1 .gform_heading {
	width:220px;
	padding:0;
	margin:0;
}
h3 .gform_title {
	padding:0;
	margin:0;
}
#gform_1 .gform_body {
	background: url(images/sidebarulbg.png) no-repeat;
	width:210px;
	padding:5px 0px 10px 8px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
#gform_1 .gform_footer {
	width:210px;
	padding:5px 0px 10px 8px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;	
	
}

ul #gform_fields li {
	list-style-type:none;
	
}
#input_1_3 {
	font-size:10px;
}


#input_2_3 {
	width:400px;
}
#gform_2 {
	text-align:left;
}
#gform_2 .gform_footer {
	padding:0;
	margin-top:-110px;	
}
.button {
  text-indent:-9999px;
  background:url(images/versturen.jpg) no-repeat #fff;
  margin-top:-10px;
  margin-left:20px;
  margin-right:auto;
  width:162px;
  height:44px;
  border:0;
}

.button:hover {
  cursor: pointer; /* cursor: hand; for IE5 */
}

/* miscellaneous 
######################################################### */



#customers {
	font-size:10px;
	float:left;
	width:250px;
	padding-left:10px;
}
#links {
	font-size:10px;
	float:left;
	width:270px;
}

#slideshow-2 ul {
	border-left: 1px solid silver;
	border-right: 1px solid silver;	
}
.slideshow-widget {
	display:block;
	margin-left:0px;
	padding-top:5px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
}
.user-answer {
	height:100px;
	width:500px;
}
.question-content {
	font-weight:bold;
}
.entry p {
	padding:10px 0px 5px 0px;
	line-height:18px;
}
li .current_page_item a { 
	color: #000;
	font-weight:bold;
	 }

#nav li.current_page_parent a{ 
	color: #fff;
	font-weight:bold;
	 }
#nav li.current_page_item a{ 
	color: #fff;
	font-weight:bold;
	 }
#nav li.current_page_ancestor a{ 
	color: #fff;
	font-weight:bold;
	 }
	 
/* shopping cart css 
######################################################### */

.product-titel {
	width:140px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	padding:3px 0px 5px 0px;
}
.bestel-knop {
	
	padding:0px 0px 5px 0px;
}
#wp_paypal_shopping_cart_widgets a{
	text-indent:-9999px;
	background:url(images/uw-aanvraag.jpg) top center no-repeat #fff;
	width:173px;
	height:52px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#wp_paypal_shopping_cart_widgets a:hover {
	background:url(images/uw-aanvraag.jpg) bottom center no-repeat #fff;
	}
#wp_paypal_shopping_cart_widgets h3{
	margin:0;
	padding:0;
	background:#fff;
	border:0;
	height:1px;
}
#sidebar2 #wp_paypal_shopping_cart_widgets{
	
	background:none;
	border:0;
	height:40px;
}
.knop-bekijk a {
	background:url(images/bekijk-producten.jpg) top center no-repeat #fff;
	width:173px;
	height:52px;
	position:relative;
	text-indent:-9999px;
	margin-bottom:-10px;
	display:inherit;
}
.knop-bekijk a:hover {
	background:url(images/bekijk-producten.jpg) bottom center no-repeat #fff;
	}
	/* footer
######################################################### */
#footer {
	margin:0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #eee;
	border-left:1px solid #888;
	border-right:1px solid #888;
	border-top:1px solid #ddd;
	font-size:10px;
	color:#999;
	height:320px;
}
.footercol a {
	color:#999;
}
.footercol {
	margin:0;
	padding:0;
	font-size:10px;
	padding-top:5px;
	background-color: #eee;
	width:192px;
	height:310px;
	float:left;
	color:#999;
}
.footercol ul {
	list-style-position:inside;
	margin:5px;
	padding:0px;
}
.footercol li {
	list-style:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
}
.footercol li a{
	background-image: url(images/footer-list.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:7px;
	color:#999;
	text-decoration:none;
}
.footercol li a:hover{
	background-position: bottom left;
}
.footercol h2 {
	margin:10px 5px 5px 5px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
.footercol p {
	margin:5px;
	font-size:10px;
}

/* cart
######################################################### */

.shopping_cart{
font-size:12px;
}
.shopping_cart h2{
font-size:14px;
}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

.wp_cart_button:hover{
	opacity:0.7;
}
