/*
Theme Name: Green Gate
Theme URI: http://www.biogreengate.co.uk
Description: Default theme for the Green Gate website
Version: 0.1
Author: Alan Mitchell
Tags: 

*/

/* CSS for bio-greengate.co.uk
------------------------------------------------------------------------------------->*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #b1b1b1;
}
body {
	line-height: 1.5;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* required for firefox */
strong, b {
  font-weight:bold;
}

/* Structure */
body {
  color: #fff;
  font: normal 62.5%/1.4 Verdana, Helvetica, sans-serif;
  background: #23471e url(images/content_bg_superwide.png) no-repeat 50% 0;
}

#wrapper {
  position: relative;
  top: 239px;
  width: 900px;
  margin: 0 auto;
}

#header {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

#hwrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 239px;
  /*background: #fff url(images/header_bg.jpg) no-repeat 50% 122px;*/
}

#content {
  position: relative;
  float: left;
  width: 720px;
  margin: 0 0 0 183px;
  background: transparent url(images/leaf_detail.png) 441px 0 no-repeat;
}

#footer {
  position: relative;
  float: left;
  width: 536px;
  clear: both;
  margin: 10px 0 0 183px;
  padding: 1.2em 0;
  border-top: 1px solid #8FAB3D;
  color: #8FAB3D;
}

#col_1 {
  position: relative;
  width: 545px;
  margin: 0;
  z-index: 2;
}

#logo {
  position: absolute;
  top: 15px;
  left: 132px;
  width: 187px;
  height: 106px;
}

#content h1 {
  position: relative;
  z-index: 2;
}

#content #breadcrumbs {
  font-size: 1em;
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
  color: #92AE40;
  width: 496px;
}

#breadcrumbs a {
  color: #fff;
}

/* TYPOGRAPHY & BLOCK ELEMENTS
------------------------------------------------------------------------------------->*/

/* Links */

a {
  color: #92ae40;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-family: Trebuchet MS, Lucida Sans, Arial;
  font-size: 3.4em;
  font-weight: bold;
  margin: -49px 0 17px 0;
  /*text-indent: -999em;*/
}

h1.aboutus {
  background: transparent url(images/h1/about-us.png) no-repeat 0 0;
  text-indent: -999em;
}

h2 {	
	margin:0.8em 0em 0.8em 0em;
	font-size:2.2em;
	font-weight:bold;
  font-family: Trebuchet MS, Verdana, helvetica, sans-serif;
	letter-spacing:0.01em;
	line-height:1.05em;
  color: #fff;
}


h3 {
	font-size:1.3em;
	margin:1.2em 0em 1.2em 0em;
	font-weight:normal;
	font-weight:bold;
  font-family: Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
}


h4 {
	font-size:1.2em;
	margin:1.2em 0em 1.2em 0em;
	font-weight:bold;
}

h5 {
	font-size:1.4em;
	margin:1.2em 0em 1.2em 0em;
	color: #686868;
	font-weight: bold;
}

/*p {
  font-size: 1.2em;
  margin-bottom: 1.4em;
}*/

p {
	font-size:1.2em;
	margin:1.4em 0em;
}

strong {
	font-weight: bold;
}

ul, ol {
	font-size:1.2em;
	line-height:1.8em;
	margin:0 0 15px 5px;
}

ul li {
  padding: 0 0 5px 12px;
}

ol li {
	margin:0 0 5px 20px;
}

.center, .justified {
	padding: 0 auto 0 auto;
	text-align:center;
}

em {
	font-style: italic;
}

/* Navigation */

.menu ul {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  top: 132px;
  left: 183px;
  line-height: 1;
  list-style: none;
}

.menu ul li {
  float:left;
  color: #8FAB3D;
  background: transparent url(images/nav_seperator.png) right 4px no-repeat;
  margin: 0 0 0 19px;
  padding: 0 20px 0 0;
}

.menu ul li.page-item-2,
.menu ul li.page-item-45 {
  margin-left: 0;
}

.menu ul li.page-item-54,
.menu ul li.page-item-15 {
  background: none;
}

.menu ul li a {
  display: inline;
  color: #333;
  text-decoration: none;
}

.menu ul li.current_page_item a {
  color: #417C3B;
}

#language {
  position: absolute;
  right: 0;
  top: 12px;
  height: 22px;
  margin: 0;
  padding: 0 0 0 50px;
  background: transparent url(images/header_leaf.png) no-repeat 0 50%;
  line-height: 1.5;
  list-style: none;
} 

#language li.active {
  float:left;
  margin: 0;
  padding: 0 15px 0 0;
  color: #417C3B;
  background: transparent url(images/nav_seperator.png) right 7px no-repeat;
}

#language li {
  margin: 0 0 0 14px;
  padding: 0;
  background: none;
  float:left;
  color: #417C3B;
}

#language li a {
  display: inline;
  color: #333;
  text-decoration: none;
}

#language em {
  font-style: normal;
}

#header-contact {
  position: absolute;
  right: 0;
  top: 63px;
  float: right;
}

#header-contact span.tel {
  display:block;
  width: 162px;
  height: 20px;
  background: transparent url(images/telephone.png) 0 0 no-repeat;
  text-indent: -999em;
  text-align: left;
  float: right;
}

#header-contact span.tel-it {
 display:block;
  width: 162px;
  height: 20px;
  background: transparent url(images/telephone-it.png) 0 0 no-repeat;
  text-indent: -999em;
  text-align: left;
  float: right; 
}

#header-contact span.email {
  display:block;
  float: right;
  text-align: right;
  margin-top: 3px;
  font-size: 1.2em;
  clear: both;
}

#footer-links {
  float: right;
}

/* Forms */

/* #col_1_banner (Leaf details) */

#col_1_banner {
  position:absolute;
  left: -183px;
  top: -47px;
  width: 193px;
  height: 340px;
  background: transparent url(images/leaf_bg1.png) 0 0 no-repeat;
  z-index: 0;
}

#cutlery-lrg {
  position: absolute;
  top: -60px;
  right: -211px;
}
 
 
/* HOMEPAGE
------------------------------------------------------------------------------------->*/

body.home {
    background: #254920 url(images/home_bg_superwide.png) no-repeat 50% 0;
}

.home #header {

}

.home #hwrapper {
  height: 360px;
  /*background: #fff url(images/home_header_bg.jpg) 50% 120px no-repeat;*/
}

.home #wrapper {
  top: 360px;
}

.home #col_1_banner {
  position: absolute;
  width: 441px;
  height: 360px;
  left: -247px;
  top: -325px;
  background: transparent url(images/home_cup.png) 0 0 no-repeat;
  z-index: 1;
}

.home h1 {
  position: absolute;
  width: 658px;
  height: 99px;
  background: transparent url(images/home_header_text.png) 0 0 no-repeat;
  text-indent: -999em;
  left: 182px;
  top: 212px;
  margin: 0;
  z-index: 100;
}

.home h1#home_text_it {
  background: transparent url(images/home_header_text_it.png) 0 0 no-repeat;
}

.home #col_1 {
  position: relative;
  float:left;
  width: 256px;
  margin: 0 34px 0 0;
}

.home #col_2 {
  position: relative;
  float:left;
  width: 237px;
}

/*.home h2#welcome {
  margin-top: 27px;
  text-indent: -999em;
}

.home h2#featured-product {
  text-indent: -999em;
  margin-top: 27px;
}

.home h2#welcome {
  width: 96px;
  height: 18px;
  background: transparent url(images/h2/welcome.png) 0 0 no-repeat;
}*/

/*.home h2#featured-product {
  width: 175px;
  height: 18px; 
  background: transparent url(images/h2/featured_product.png) 0 0 no-repeat;
}*/

.home #content {
  background: transparent url(images/home_content_leaf_bg.gif) 125px 0 no-repeat;
}

#featured-product-img {
  position:absolute;
  top: 28px;
  left: 227px;
  width: 166px;
  z-index: 1;
  /*background: transparent url(images/featured_product.png) 0 0 no-repeat;*/
}

.product-title {
  font-weight: bold;
  font-size: 115%;
}

/* WORDPRESS STYLES 
------------------------------------------------------------------------------------->*/


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

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

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	/*letter-spacing: -1px;*/
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

#col_1.product_detail {
  width: 248px;
  float: left;
  padding-top: 1px;
  margin-top: 12px;
  background: transparent url(images/product_col_1_bg.png) 0 0 no-repeat;
}

#col_2.product_detail {
  position: relative;
  float:left;
  width: 237px;
  margin-top: 12px;
}

.product_detail dl,
.product_detail p {
  margin: 0 12px 12px;
}

.product_detail h2 {
  margin: 12px;
}

.product_detail dl {
  float: left;
  font-size: 1.4em;
}

.product_detail dt {
  float: left;
  width: 82px;
  margin: 0 0 6px 0;
  padding: 0;
  color: #C7E86A;
  font-weight: bold; 
  clear: both;
}

.product_detail dd {
  float: left;
  width: 135px;
  margin: 0 0 6px 0;
  padding: 0;
  color: #fff;
}

.category ul {
 list-style-type: none;
 margin: 24px 0 0;
}

li.cat-item {
  float: left;
  width: 246px;
  min-height: 110px;
  background: transparent url(images/product_col_1_bg.png) no-repeat 0 0;
  padding: 0;
  margin: 0 24px 0 0;
  position: relative;
  overflow: visible;
}

li.cat-item a {
  width: 133px;
  margin:12px;
	font-size:1.7em;
	font-weight:bold;
  font-family: Trebuchet MS, Verdana, helvetica, sans-serif;
	letter-spacing:0.01em;
	line-height:1.05em;
  color: #fff;
  display: block;
}

li.cat-item.cat-id-20 a,
li.cat-item.cat-id-26 a {
  font-size: 1.4em;
}

.products-list {
  clear: both;
}

.product-list ul {
  list-style-type: none;
  margin: 24px 0 0 0;
  padding: 0;
}

.product-list li {
  float: left;
  width: 246px;
  min-height: 110px;
  background: transparent url(images/product_col_1_bg.png) no-repeat 0 0;
  padding: 0;
  margin: 0 24px 0 0;
  position: relative;
  list-style-type: none;
  overflow: visible;
}

.product-list li a {
  width: 133px;
  margin:12px;
	font-size:1.7em;
	font-weight:bold;
  font-family: Trebuchet MS, Verdana, helvetica, sans-serif;
  color: #fff;
  display: block;
}

.category-list .wp-category-image,
.product-list .wp-post-image {
  position: absolute;
  right: 10px;
  top: -18px;
}
