/*  
Theme Name: Grid Focus
Theme URI: http://5thirtyone.com/
Description: Grid aligned WordPress theme
Version: 1.1
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: white, grid, whitespace, minimal, clean, widgets

Grid Focus was designed and coded by Derek Punsalan. Find
more info about the guy at http://5hthirtyone.com

Notes: Inspired and created for minimalist, content focused blogs 
or websites. Customize, edit, poke, prod, and adapt to your own 
style. Please leave credit where credit is due so that others may
find the source for your site and adapt a suitable version for their
own website.

See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #6ba86a url("images/green-bg.jpg") 0 0 repeat-x;
	color: #333;
	font-size: 62.5%;
	font-family: Helvetica, arial, verdana, sans-serif;
	text-align: center;
}
h1, h3.h1head {
	font-size: 1em;
}
.post-list .post h2,
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
	margin: 0 0 10px 0;
}
a {
	color: #6ba86a;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #5d975a;
}

a img {
	border: none;
}

/* =----------------------------------- oh the convenience */
#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	-moz-box-shadow: 0px 3px 7px #38632f;
	-webkit-box-shadow: 0px 3px 7px #38632f;
	font-size: 1.2em;
	line-height: 1.4em;
}
.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav li a span {
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
}
.nav li a.focus span {
	color: #ccc;
}
.nav li a:hover,
.nav li a.focus {
	color: #fff;
}
.nav .searchField input {
	color: #777;
}
.toggleCategories li a {
	color: #fff;
}
.toggleCategories li a:hover {
	color: #ccc;
}
.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #6ba86a;
}
.post h2, .post h1 {
	line-height: 1.2em;
}
.post {
	margin-bottom: 14px;
}
.entry a,
.leftColumn a,
.rightColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: 1px solid #ddd;
	color: #6ba86a;
	font-weight: bold;
}
.entry a:hover,
.leftColumn a:hover,
.rightColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #6ba86a;
	border-bottom: 1px solid #6ba86a;
}
.leftColumn a,
.rightColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}
.leftColumn h3,
.rightColumn h3,
#commentsContainer h3 {
	font-size: 1.2em;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer {
	clear: both;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- main structure */
#wrapper {
	margin: 0 auto 20px;
	text-align: left;
	background: #fff;
	width: 970px;
	padding: 0 5px;
}
#masthead {
	position: relative;
	padding: 0 0 10px 0
}
#filler {}
#mainColumn {
	float: left;
	margin: 28px 0 0 30px;
	width: 430px;
}
.wideMain #mainColumn {
	width: 700px;
}
.leftColumn {
	float: left;
	margin: 28px 0 0 0;
	overflow: hidden;
	width: 240px;
}
.rightColumn {
	float: left;
	margin: 28px 0 0 30px;
	overflow: hidden;
	width: 240px;
}

.rightColumn .widget_text {
	background: #eee;
	padding-bottom: 7px;
}

/* =----------------------------------- header elements */
#masthead h1, #masthead h3.h1head {
	float: left;
	margin: 15px 0 0 7px;
	position: relative;
	width: 121px;
}
#masthead h1 a, h3.h1head a {
	position: relative;
	display: block;
	width: 121px;
	height: 62px;
	background: #fff url('images/logo.png') 0 0 no-repeat;
}
#masthead h1 a span, h3.h1head a span {
	display: block;
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}
#masthead #opening-hours {
	position: absolute;
	color: #666;
	width: 226px;
	padding: 0 7px;
	right: 0;
	top: 16px;
}
#masthead #order-phone {
	position: absolute;
	color: #666;
	padding: 0 7px;
	width: 226px;
	left: 425px;
	top: 16px;
}
#masthead #opening-hours p {
	font-size: 0.9em;
}
#masthead #order-phone p {
	font-size: 1.9em;
	margin-top: 15px;
	letter-spacing: 1px;
}
#masthead h5,
#masthead h5 {
	font-weight: bold;
	font-size: 1.2em;
}
/* =----------------------------------- intro */

#intro {
	padding: 20px 40px 25px 180px;
	height: 185px;
/*	background: #fff url('images/intro-winter2.jpg') 0 0 no-repeat; */
	background: #fff url('images/intro-summer.jpg') 0 0 no-repeat;
}
#intro h2 {
	letter-spacing: 0px;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 3px 0;
	color: #333;
	width: 520px;
}
#intro h3 {
	width: 400px;
	letter-spacing: 0px;
	font-size: 1.0em;
	line-height: 1.1em;
	margin: 0 0 3px;
	color: #333;
}
#intro p {
	font-size: 0.9em;
	width: 500px;
	line-height: 1.1em;
	color: #333;
	letter-spacing: 0px;
}
#intro h2 a,
#intro p a,
#intro h3 a {
	color: #6ba86a;
}
#intro h2 a:active,
#intro p a:active,
#intro h3 a:active,
#intro h2 a:hover,
#intro p a:hover,
#intro h3 a:hover {
	color: #5d975a;
}
/* =----------------------------------- top + bottom navigation */
.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	background: #eee;
}
.nav li {
	border-right: 1px solid #ccc;
	display: block;
	float: left;
}
.nav li a.active {
	background: #6ba86a;
}
.nav li a {
	display: block;
	padding: 7px 4px 0 7px;
	width: 130px;
	height: 42px;
}
.nav li a:hover {
	background: #5d975a;
}
.nav li a.active,
.nav li a.active span,
.nav li a:hover span {
	color: #eee;
}
.nav li.searchField {
	float: right;
	border: 0;
}
.nav .searchField div {
	margin: 9px 8px 0 0;
}
.nav .searchField span {
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	display: block;
	padding: 2px;
}
.nav .searchField input {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px;
	width: 210px;
}
.toggleCategories {
	background: #6ba86a;
}
.toggleCategories ul,
.toggleCategories2 ul {
	padding: 8px 0px 7px;
}
.toggleCategories ul li {
	display: block;
	padding: 0 0 0 7px;
	float: left;
	width: 102px;
}
.toggleCategories li a {
	margin: 3px 0 4px 0px;
}
.toggleCategories li a.active {
	border-bottom: 1px solid #fff;
}

/* =----------------------------------- meta lead for each post */
.postMeta {
	border-top: 1px solid #ccc;
	text-align: right;
	margin-bottom: 14px;
	position: relative;
}
.post-list .postMeta {
	margin-top: 21px;
	margin-bottom: 0;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	right: 0;
}
.postMeta span.date {
	background: #fff;
	padding: 0 4px;
}
.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0 0 21px 0;
}
.post h1 {
	margin-bottom: 10px;
	padding: 0 7px;
}
.post h2,
.post h3,
.post h4 {
	margin: 21px 0 7px;
}
.post-list .post h2 {
	margin-top: 14px;
}

.sticky-post {
	padding: 0 0 0 0;
	background: #fffbcc;
	-moz-box-shadow: 0px 3px 7px #ccc;
	-webkit-box-shadow: 0px 3px 7px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* =----------------------------------- entry body */
.entry {
	padding: 0 7px;
	overflow: hidden;
}
.entry p {
	line-height: 1.6em;
	margin: 0 0 10px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0 14px;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	border-left: 1px solid #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 21px;
	padding-left: 10px;
}
.entry img,
.entry a img {
	background: #fff;
	border: 1px solid #bbb;
	padding: 2px;
}
.entry a:hover img {
	border-color: #6ba86a;
}

.entry.meta {
	background: #eee;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
.entry.meta p {
	margin: 5px 1px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #6ba86a;
	border-color: #6ba86a;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.rightColumn h3,
.leftColumn h3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 0;
	padding: 7px 7px;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul {
	padding: 0 3px;
}
.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style: circle;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	padding: 0 7px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
.widgetContainer p {
	margin: 0 0 10px 0;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 7px 0;
	border-top: 1px solid #6ba86a;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 8px;
}
.commentlist .comment-meta {
	margin: 0 0 0 28px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 8px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
	margin-left: 8px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p {
	margin: 0 0 4px 8px;
}

label {
	font-weight: bold;
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}
#commentform #submit {
	margin-left: 8px;
	padding: 0 4px ;
}

/* =----------------------------------- boring footer */
#footer {
	border-top: 1px solid #6ba86a;
	margin: 35px 0;
	height: 60px;
}
#footer p {
	padding: 14px 3px;
	font-size: 0.9em;
}
#footer p.copyright {
	padding: 14px 3px;
}

/* =----------------------------------- floats + clearing rule */
.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}

.widget_latest_products {
	background: #e97e00 url('images/products-bg.png') 0 0 repeat-x;
	padding: 0 0 20px 0;
	-moz-box-shadow: 0px 3px 7px #ccc;
	-webkit-box-shadow: 0px 3px 7px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.widget_latest_products h2,
.widget_latest_products h3,
.widget_latest_products ul,
.widget_latest_products li,
.widget_latest_products a,
.widget_latest_products a:hover,
.widget_latest_products a:active,
.widget_latest_products a:visited{
	color: #fff;
}
.widget_latest_products a {
	border-color: #ffc454;
}
.widget_latest_products a:hover,
.widget_latest_products a:active {
	border-color: #fff;
}
.widget_latest_products h3 {
	border: none;
	margin: 0 0 7px 0;
	padding: 0 0 0 7px;
}
.widget_latest_products h3 a {
	font-weight: bold;
}
.widget_latest_products h2 {
	margin: 0 0 0 7px;
}
.widget_latest_products ul {
	margin: 0 0 10px 0;
}
.widget_latest_products li a {
	font-weight: bold;
}

#shopping-cart {
	background: #eee;
	padding: 0 0 14px 0;
}

#shopping-cart p {
	padding: 0;
}
.rightColumn a {
	font-weight: bold;
}
#shopping-cart #sliding_cart {
	padding: 0 7px;
}
.wpsc_product_price {
	float: left;
}

#shopping-cart table.shoppingcart th {
	border-bottom: #ccc;
}
#shopping-cart table.shoppingcart th#product {
	width: 190px;	
}


span.price {
	font-weight: bold;
	color: #c00;
}

.sociable ul {
	margin-left: -4px;
}
.sociable a,
.sociable a:active,
.sociable a:hover {
	border: none;
	padding: 2px 4px;
}
.sociable a img {
	border: none;
}

div.wpsc_loading_animation {
  visibility: hidden;
 margin-top: 3px;
 margin-left: 6px;
}
div.wpsc_loading_animation img {
	margin-bottom:-3px;
	border: none;
}
#loadingindicator{
 visibility: hidden; 
 font-size: 7pt;
 font-weight: normal;
 }

#loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
  border: none;
 }
 
table.productcart tr.firstrow td {
 font-weight:bold;
 background-color: #eee;
 padding: 2px 4px;
 border-left: 1px solid white;
}
table.productcart tr.firstrow td.product {
	width: 340px;
}
table.productcart tr.firstrow td.quantity {
	width: 155px;
}
table.productcart tr.firstrow td.remove {
	width: 85px;
}
table.productcart input {
	width: 24px;
}
table.productcart tr td {
 padding: 2px 4px;
}
table.productcart tr.firstrow td.firstcol{
 border-left: none;
}

button.subscribe,
button.make_purchase,
button.remove_button,
button.update_button,
.cart-button,
.shop-button {
	background: #fdb32a;
	display: block;
	padding: 4px;
	text-align: center;
	border: 1px solid #eda31a;
	font-weight: bold;
	color: #fff;
	-moz-box-shadow: 1px 1px 2px #aaa;
	-webkit-box-shadow: 1px 1px 2px #aaa;
}
.shop-button {
	float: left;
	width: 100px;
	margin: 0 0 0 30px;
}
.cart-button {
	width: 180px;
	margin: 20px 0 0 0;
}
.cart-button a,
.cart-button a:hover,
.cart-button a:active,
.shop-button a,
.shop-button a:hover,
.shop-button a:active {
	color: #fff;
	font-weight: bold;
	border: none;
}

button.subscribe,
button.make_purchase,
button.remove_button,
button.update_button {
	margin: 0 0 0 0;
	padding: 2px 4px;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	display: inline-block;
}
button.remove_button {
	background: #f00;
	border-color: #c00;
}
button.update_button {
	background: #999;
	border-color: #666;
}
button.make_purchase {
}
p.validation-error {
	margin: 0;
}
.validation-error {
	color: #f00;
}
.validation-error input {
	border-color: #f00;
}
.wpsc_checkout_table td {
	vertical-align: top;
	padding-bottom: 10px;
}


.wp-caption-text {
	font-style: italic;
	font-size: 0.9em;
	color: #666;
}

div.product-list {
	clear: both;
	margin-top: 28px;
	padding-top: 0px;
	border-top: 1px solid #ccc;
}

p.single_additional_description {
	margin: 0 0 40px 0;
	padding: 0;
	color: #888;
}

#newsletterform p {
	margin-bottom: 7px;
}

p.soldout {
	margin: 40px 0;
	font-weight: bold;
	clear: both;
	
}
