/*
Theme Name: BedrukteTshirts.nl
Theme URI: http://wordpress.org/
Description: Riesdesinged new theme for Bedrukte T Shirts.nl.
Version: 1.0
Author: Richard Theuws
Author URI: http://www.merchandise.nl
Tags: blue, custom header, fixed width, two 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 */
		* {
			padding:0;
			margin:0;
		}
h1 {
	margin: 0;
	}

h1 a {
	color:#666;
	font-size:18px;
	padding:15px 0px 15px 0px;
	text-decoration:none;
}

h2 {
	margin: 20px 0 0 0;
	font-size:16px;
	font-weight:bold;
	}

h2.pagetitle {
	color:#666;
	margin-top: 30px;
	text-align: center;
}

h3 {
	color:#666;
	padding: 0;
	margin: 10px 0 0 0;
	font-size:14px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h4 {
	margin:0px 0px 15px 15px;

}
h6 {
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	margin-top:-5px;
	margin-bottom:5px;
	width:450px;
}	

/* @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 ol {
	margin-left: 0px;
	padding: 0px 0 0 30px;
	text-indent: 0px;
	}
html>body .entry li {
	margin: 10px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	margin-left: 10px;
	padding: 10px 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 20px;
	}
#contentcontent ol {
	margin:0px;
	padding: 10px 0px 0px 30px;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.postmetadata {
	font-size:10px;
}
#breadcrumbs {
	font-size:10px;
}

/* @end */

/* @group Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	border:0;
	}

#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;
	}


/* @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;
	}
cite {
	font-size: 10px;
	font-weight: bold;
}


/* @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: 13px;
	line-height: 17px;
	padding: 5px 0px 4px 5px;
	margin: 0;
}

/* @end */

/* CSS & Design by Richard Theuws http://merchandise.nl */

body {
	color: #666;
	font-size: 12px;
	line-height:16px;
	font-family: Tahoma, Verdana, Arial;
	margin: 0px auto;
	padding: 0px;
	}
p {
	padding:10px 0px 6px 0px;
	line-height:16px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#0f81ab;
	text-decoration:none;
}
.entry a {
	color:#000;
	text-decoration:underline;
}
.entry a:hover {
	color:#0f81ab;
	text-decoration:none;
}
.clearer {
	clear:both;
	}
.entry {
	line-height:18px;
}
.entry p{
	padding:15px 0px 6px 0px;
	line-height:18px;
}
#header {
	height:73px;
	width:960px;
	margin:0 auto;
		}

#header #imageheader {
	width: 483px;
	height: 100%;
	text-indent: -10000px;
	background: url(images/logo.jpg) left top no-repeat;
	float:left;
	
	}

#header #imageheader a {	
	display: block;
	width: 100%;
	height: 100%;
	}
#header #headermenu {
	width:465px;
	height:32px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	float:left;
	text-align:right;
}
#header #headermenu li {
	float:right;
	list-style:none;
}
#header #headermenu li a{
	color:#666;
}
#header #headermenu li a:hover{
	color:#000;
}
#header #fill {
	float:left;
	width:180px;
	height:41px;
}
#header #searchbg {
	float:left;
	height:41px;
	width:234px;
	background:url(images/search-bg.jpg) no-repeat;
	padding:0px 0px 0px 10px;
	line-height:41px;
}
#header #searchbutton {
	float:left;
	height:41px;
	width:63px;
	background:url(images/search-button.jpg) no-repeat;
	margin-left:-13px;
	text-indent:-10000px;
}
#nav {
	width:960px;
	height:42px;
	background:url(images/menu_fill.jpg) repeat-x;
	margin:0 auto;
}
#nav #left {
	width:17px;
	height:100%;
	background:url(images/menu_left.jpg) no-repeat;
	float:left;
}
#nav #right {
	width:17px;
	height:100%;
	background:url(images/menu_right.jpg) no-repeat;
	float:right;
}
#menu li{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:0px 10px 0px 15px;
	list-style:none;
	line-height:42px;
}
.keuze {
	background:url(images/menu_divider.jpg) no-repeat;
	height:42px;
}
.page_item {
	background:url(images/menu_divider.jpg) no-repeat;
	height:42px;
}
#sidebar .page_item {
	background:none;
	height:12px;
}
#main_container{
	width: 960px;
	margin: 0 auto;	
	text-align: left;
}
#lefty {
	width:29px;
	height:411px;
	background:url(images/main-left.jpg) no-repeat;
	float:left;
}
#attn {
	width:960px;
	height:411px;
	background:url(images/main-fill.jpg) #fff repeat-x;
	float:left;
	
}
#inhoud {
	width:416px;
	font-size:14px;
	padding-top:20px;
	padding-left:30px;
	float:left;
	color:#333;
}
#inhoud p{
	font-size:14px;
	padding-top:20px;
	color:#333;
	line-height:22px;
}
#inhoud h2{
	margin-top:25px;
	color:#333;
	line-height:28px;
}
#contentcontent h2 a{
	margin-top:10px;
	color:#666;
}
#afbeelding {
	width:486px;
	height:372px;
	float:left;
	padding-top:20px;
}
#righty {
	width:29px;
	height:411px;
	background:url(images/main-right.jpg) no-repeat;
	float:left;
}
.box {
	width:320px;
	height:203px;
	float:left;
}
.boxtop {
	width:320px;
	height:20px;
	background:url(images/box_top.jpg) no-repeat;
}
.boxtop-middle {
	width:320px;
	height:20px;
	background:url(images/boxtop-middle.jpg) no-repeat;
}
.boxtop-right {
	width:320px;
	height:20px;
	background:url(images/boxtop-right.jpg) no-repeat;
}
.boxfill {
	width:320px;
	height:163px;
	background:url(images/box_center.jpg) no-repeat;
}
.boxfill-middle {
	width:320px;
	height:163px;
	background:url(images/boxcenter-middle.jpg) no-repeat;
}
.boxfill-right {
	width:320px;
	height:163px;
	background:url(images/boxcenter-right.jpg) no-repeat;
}
.boxfill p{
	padding:14px 10px 5px 25px;
	color:#333;
	line-height:20px;
	height:75px;
}
.boxfill h3{
	padding:0px 10px 0px 25px;
	color:#333;
}
.boxfill-middle p{
	padding:14px 10px 5px 25px;
	color:#333;
	line-height:20px;
	height:75px;
}
.boxfill-middle h3{
	padding:0px 10px 0px 25px;
	color:#333;
}
.boxfill-right p{
	padding:14px 10px 5px 25px;
	color:#333;
	line-height:18px;
	height:75px;
}
.boxfill-right h3{
	padding:0px 10px 0px 25px;
	color:#333;
}
.boxbottom {
	width:320px;
	height:20px;
	background:url(images/box_bottom.jpg) no-repeat;
}
.boxbottom-middle {
	width:320px;
	height:20px;
	background:url(images/boxbottom-middle.jpg) no-repeat;
}
.boxbottom-right {
	width:320px;
	height:20px;
	background:url(images/boxbottom-right.jpg) no-repeat;
}
#content {
	width:960px;
	margin-top:10px;
}
#contenttop {
	height:20px;
	width:100%;
	background:url(images/page-top.jpg) no-repeat;
}
#contentfill {
	min-height:400px;
	width:100%;
	background:url(images/page-fill.jpg) repeat-y;
}
#contentbottom {
	
	height:20px;
	width:100%;
	background:url(images/page-bottom.jpg) no-repeat;
}
#contentcontent {
	width:650px;
	margin-left:20px;
	float:left;
}

#footer {
	width:940px;
	height:30px;
	background:#ddd;
	color:#666;
	font-size:10px;
	line-height:30px;
	text-align:center;
	margin-left:10px;
	margin-top:10px;
}
h1.budget {
	text-indent:-10000px;
	width:320px;
	height:30px;
	background:url(images/budget.png) top center no-repeat;
}
h2.budget {
	text-indent:-10000px;
	width:320px;
	height:37px;
	background:url(images/budgetknop.png) top center no-repeat;
	margin-top:0px;
}
a:hover h2.budget {
	background-position: bottom center;
}
h1.kwaliteit {
	text-indent:-10000px;
	width:320px;
	height:30px;
	background:url(images/kwaliteit.png) top center no-repeat;
}
h2.kwaliteit {
	text-indent:-10000px;
	width:320px;
	height:37px;
	background:url(images/kwaliteitknop.png) top center no-repeat;
	margin-top:0px;
}
a:hover h2.kwaliteit {
	background-position: bottom center;
}
h1.maat {
	text-indent:-10000px;
	width:320px;
	height:30px;
	background:url(images/maat.png) top center no-repeat;
}
h2.maat {
	text-indent:-10000px;
	width:320px;
	height:37px;
	background:url(images/maatknop.png) top center no-repeat;
	margin-top:0px;
}
a:hover h2.maat {
	background-position: bottom center;
}
hr {
	border-bottom:1px dotted #ddd;
}
.left{
	border:1px solid #ddd;
	padding:4px;
	background:#eee;
}

#sidebar li {
	list-style:none;
	padding:10px 0px 0px 0px;
}
.hr {
  height: 10px;
  border-bottom:1px dotted #666;
  margin-bottom:10px;
}
#sidebar2 li {
	list-style:none;
}
#sidebar2 h3 {
	margin-top:-18px;
	text-indent:-10000px;
}
#sidebar {
	width:250px;
	margin-left:25px;
	float:left;
	line-height:19px;
}
#sidebar h3 {
	font-size:14px;
	padding-left:0px;
	border-bottom:3px double #666;
	padding-top:10px;
	margin-bottom:5px;
}

/* @end */


/* @group Navigation */



.clear {
	clear: both;
}

.searchcontainer {
	float: left;
	width:250px;
	margin:0;
	padding:0;
}
.searchfield{
	color: gray;
	margin-top:12px;
	width:210px;
	border:0;
}
.searchbutton{
	float: right;
	padding-right:5px;
	padding-left:5px;
}

/* @group GravityForms */


/* @end */



#input_1_1 {
	width:230px;
}
#input_1_2 {
	width:230px;
}
#input_1_4 {
	width:230px;
}
.button {
  text-indent:-9999px;
  background:url(images/versturen.png) no-repeat top center;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  width:250px;
  height:49px;
  border:0;
  text-transform:capitalize;
  display:block;
  position:relative;
}
.button:hover {
  cursor: pointer; /* cursor: hand; for IE5 */
}

.clr {
border:1px solid #bbb;
}
table {
	margin-top:15px;
}
.txtclr {
	font-size:11px;
}
li .current_page_item a { 
	color: #000;
	font-weight:bold;
	 }

#menu li.current_page_parent a{ 
	color: #029ADB;
	font-weight:bold;
	 }
#menu li.current_page_item a{ 
	color: #029ADB;
	font-weight:bold;
	 }
#menu li.current_page_ancestor a{ 
	color: #029ADB;
	font-weight:bold;
	 }