/*
Theme Name:     Piet Buxus
Theme URI:      http: //www.pietbuxus.nl/
Description:    Child theme van Twenty Eleven 
Author:         Conrad Maayen
Author URI:     http: //www.c-internet.nl/
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

a{ color: #6bc069; }

body{
/* background: #727D82; */
}

header#branding{
/* background: #29305C;
color: #B3BDC1; */
}

/*
header#branding h1, header#branding h2, header#branding a{ color: #B3BDC1; }

*/

header#branding .wrapright{
 position: absolute;
 height:25px;
 top: 2em;
 font-size: 18px;
 right: 5.6%; 
}
header#branding .wrapright2 {
 	top: 4em;	
	position: absolute;
	right: 5.6%; 
	font-weight: bold;
	font-size: 20px;
}
header#branding .wrapright2 span {
 	font-weight: bold;
	color: #6bc069;
}


/* 
#respond{ background: #E7DFD6; }

*/

.welcome{
margin: 15px 60px;
background: #fbffd8;
border: 1px solid #f6ff96;
padding: 25px 15px 5px 15px;
text-align: center;
font-weight: bold;
}

.product, .product-cat{
	border:10px solid #dfdfdf;
	float:left;
	margin:0 40px 20px 0;
	outline:1px solid #bfbfbf;
	position:relative;
}
.product img, .product-cat img{
		max-width:100%;
}
.product-title, .cat-title{
		background:rgba(0,0,0,.8);
		color:#FFF;
		display:block;
		position:absolute;
        bottom:0;
		left:0;
		padding:10px 0;
		text-align:center;
		width:100%;
}
#prouct-img{
	float:left;
	width:100%;
}
#product-desc{
	float:right;
	width:50%;
}

.entry-content td, .comment-content td {
border-top: 0px;
padding: 6px 10px 6px 0;
}

#contactBlock {
	padding: 10px 10px;
	position: relative;
	float:right;
	width: 210px;
	margin-top: -72px;
	margin-right: 20px;
}


