/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
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

*/



/* Begin Typography & Colors */
html {
	overflow-x: auto;
	height:100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #00853F;
	margin: 0 12px;
	padding: 0;
}
#bot {
	width: 760px;
	float: left;
	clear: both;
	background-image: url(images/bkg_bot.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-bottom: 32px;
	z-index: 30;
}
* html #bot {  /* This is the Tan hack */
	width: 770px; 
	w\idth: 760px;
}
#content {
	width: 570px;
	position:relative;
	font-size: 12px;
	margin: 0;
	padding: 0;
	z-index: 40;
}

* html #content {  /* This is the Tan hack */
	width: 580px; 
	w\idth: 570px;
}

#sidebar {
	width: 190px;
	float: right;
	position: relative;
	z-index: 50;
}
* html #sidebar {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 190px;
}

#sidebar ul{
	margin: 10px;
	padding: 0;
	width: 150px;
	position: relative;
	font-size: 12px;
	line-height: 14px;
}
#sidebar ul li ul li{
	padding-bottom: 4px;
	font-size: 12px;
	line-height: 14px;
}

.widecolumn .entry p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 16px;
}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

.narrowcolumn p, .narrowcolumn h1, .narrowcolumn h2 {
	padding: 6px 16px 6px 16px;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer	{
	width: 760px;
	float: left;
	clear: both;
	background-color: #FFF;
	z-index: 100;
}
#footer p {
	font-size: 10px;
	text-align: center;
}
* html #footer {  /* This is the Tan hack */
	width: 770px; 
	w\idth: 760px;
}

small {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	padding: 0 16px 4px;
	}
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 14px;
	line-height : 18px;
	color: #00853F;
}

h2.pagetitle {
	font-size: 14px;
	}

h3 {
	font-size: 14px;
	line-height : 18px;
}

.entry p a:visited {
	color: #00853F;
	margin: 0 0 10px 0;
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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

a, h2 a:hover, h3 a:hover {
	background: transparent;
	color: #0C6;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #0C6;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	}
/* End Typography & Colors */



/* Begin Structure */

#wrap {
	border: 0;
	width: 760px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	background-color: #FFF;
	z-index: 1;
}
#top {
	width: 760px;
	height: 30px;
	position: relative;
	overflow: hidden;
	background-color: #00853F;
	z-index: 2;
}
#topl	{
	width: 500px;
	float: left;
	display: inline;
	z-index: 3;
	text-align: left;
}
* html #topl {  /* This is the Tan hack */
	width: 510px; 
	w\idth: 500px;
}
#topr	{
	width: 250px;
	float: right;
	display: inline;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	z-index: 4;
}
* html #topr {  /* This is the Tan hack */
	width: 260px; 
	w\idth: 250px;
}
#topl h1, #topr h1 {
	font-size: 10px;
	color: #FFF;
	padding: 0 16px;
}
#top a:link, #top a:visited, #top a:active {
	background: transparent;
	color: #FFF;
	text-decoration: none;	
}
#top a:hover {
	color: #EFEFEF;
}

/* Link Elements
=====================================================================*/

a {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	background: transparent;
	color: #00853F;
	text-decoration: none;	
}

a:hover {
	background: transparent;
	color: #0C6;
	text-decoration: none;
}

img {
    vertical-align: top;
}

#header {
	width: 760px;
	height: 100px;
	position: relative;
	visibility: visible;
	background-image: url(/images/main/headerlogo.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 10;
}
#logo	{
	width: 165px;
	height: 94px;
	float: left;
	clear: both;
	margin: 3px 0 0 15px;
	display: inline;
	z-index: 11;
}
* html #logo {  /* This is the Tan hack */
	width: 175px; 
	w\idth: 165px;
}
#logo a {
	display: block;
	width: 165px;
	height: 94px;
	text-indent: -9999px;
	text-decoration: none;
}
#ada {
	width: 760px;
	height: 32px;
	float: left;
	clear: both;
	background-image: url(/images/headers/ada.gif);
	background-repeat: no-repeat;
}
#ada h2 {
	display:block;
	width:760px;
	height:32px;
	text-indent:-9999px;
	text-decoration:none;
}
ul {
	list-style:none;
}
div {
	text-align: left;
}

/* List Elements
=====================================================================*/

ul li 
{
	font-size: 15px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #EFEFEF;
}

#sidebar ul li {
	font-size: 15px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
}

#content ul li {
	font-size: 12px;
	margin: 0 16px 6px;
	padding: 0;
	background-color: #FFF;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

li a:hover {
	background-color: #FCFCFC;
}

/* Navigation 2.0
-------------------------------------------------------------- */
#nav {
	width: 760px;
}

* html #nav {  /* This is the Tan hack */
	width: 770px; 
	w\idth: 760px;
}

.navdrop {padding:0px 0px 0px 0px; margin:0; list-style:none; height:50px; position:relative; z-index:500;}
.navdrop li.topp {display:block; float:left;}
.navdrop li a.top_link {display:block; float:left; height:50px; width: 82px; cursor:pointer; text-indent: -999em; background: url(http://www.granolagourmet.com/images/main/home.jpg) no-repeat; }
.navdrop li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:50px; background:url(http://www.granolagourmet.com/images/main/home.jpg) right bottom;}
.navdrop li:hover > a.top_link {color:#000; background: url(http://www.granolagourmet.com/images/main/home.jpg) no-repeat; line-height:25px; background-position: 0% -50px;}

.navdrop li a.res_link {display:block; float:left; height:50px; width: 115px; cursor:pointer; text-indent: -999em; background: url(http://www.granolagourmet.com/images/main/resources.jpg) no-repeat;}
.navdrop li a.res_link span {float:left; display:block; padding:0 20px 0 10px; height:50px; background:url(http://www.granolagourmet.com/images/main/resources.jpg) right bottom;}
.navdrop li:hover > a.res_link {color:#000; background: url(http://www.granolagourmet.com/images/main/resources.jpg) no-repeat; line-height:25px; background-position: 0% -50px;}

.navdrop li a.blog_link {display:block; float:left; height:50px; width: 144px; cursor:pointer; text-indent: -999em; background: url(http://www.granolagourmet.com/images/main/blog.jpg) no-repeat;}
.navdrop li a.blog_link span {float:left; display:block; padding:0 20px 0 10px; height:50px; background:url(http://www.granolagourmet.com/images/main/blog.jpg) right bottom;}
.navdrop li:hover > a.blog_link {color:#000; background: url(http://www.granolagourmet.com/images/main/blog.jpg) no-repeat; line-height:25px; background-position: 0% -50px;}

.navdrop li a.test_link {display:block; float:left; height:50px; width: 136px; cursor:pointer; text-indent: -999em; background: url(http://www.granolagourmet.com/images/main/testimonials.jpg) no-repeat;}
.navdrop li a.test_link span {float:left; display:block; padding:0 20px 0 10px; height:50px; background:url(http://www.granolagourmet.com/images/main/testimonials.jpg) right bottom;}
.navdrop li:hover > a.test_link {color:#000; background: url(http://www.granolagourmet.com/images/main/testimonials.jpg) no-repeat; line-height:25px; background-position: 0% -50px;}

.navdrop li a.events_link {display:block; float:left; height:50px; width: 88px; cursor:pointer; text-indent: -999em; background: url(http://www.granolagourmet.com/images/main/events.jpg) no-repeat;}
.navdrop li a.events_link span {float:left; display:block; padding:0 20px 0 10px; height:50px; background:url(http://www.granolagourmet.com/images/main/events.jpg) right bottom;}
.navdrop li:hover > a.events_link {color:#000; background: url(http://www.granolagourmet.com/images/main/events.jpg) no-repeat; line-height:25px; background-position: 0% -50px;}

.navdrop li a.store_link {display:block; float:left; height:50px; width: 195px; cursor:pointer; text-indent: -999em; background: url(http://www.granolagourmet.com/images/main/order_now.jpg) no-repeat;}
.navdrop li a.store_link span {float:left; display:block; padding:0 20px 0 10px; height:50px; background:url(http://www.granolagourmet.com/images/main/order_now.jpg) right bottom;}
.navdrop li:hover > a.store_link {color:#000; background: url(http://www.granolagourmet.com/images/main/order_now.jpg) no-repeat; line-height:25px; background-position: 0% -50px;}

.navdrop table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.navdrop a:hover {visibility:visible; position:relative; z-index:200;}
.navdrop li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.navdrop ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.navdrop ul.sub1 {width:220px;}
.navdrop ul.sub2 {width:150px;}
.navdrop ul.sub3 {width:150px;}
.navdrop ul.sub4 {width:195px;}
.navdrop ul.sub5 {width:195px;}

.navdrop :hover ul {left:0; top:50px; background: #EFEFEF; padding: 5px 0; white-space:nowrap; height:auto; z-index:300;}
.navdrop :hover ul li {display:block; height:25px; position:relative; font-weight:normal; width:auto;}
.navdrop :hover ul li a {display:block; font-size:15px; height:25px; line-height:20px; width:auto; padding:0 10px; text-decoration:none;}
.navdrop :hover ul li a:hover {background:#00853F; color:#fff;}
	
/* Email Subscription Form
-------------------------------------------------------------- */

.hide {
	display: none;
}

#email {
		width: 220px; 
		float: right;
		padding: 30px 18px 0px 0px;
		z-index: 12;
}

* html #email {  /* This is the Tan hack */
	width: 230px; 
	w\idth: 220px;
	padding: 0px;
}

#email input[type="text"] {
	position:relative;
	top:-4px;
	background-color: #FFF;
	border: 1px solid #00573D;
	padding:4px;
	color: #00853F;
	font-size: 10px;
	margin: -5px 0;
}

#email input[type="image"] {
		position: relative;
		top: 3px;
		left: 3px;
}

#email p {
	margin-bottom: 10px;
}

#social {
	width: 28px; 
	float: right;
	padding: 20px 10px 0px 0px;
}

* html #social {  /* This is the Tan hack */
	width: 38px; 
	w\idth: 28px;
}

#social img {
	padding-bottom: 8px;
}

.narrowcolumn {
	margin: 0;
	padding: 0;
	float: left;
}

.widecolumn {
	padding: 16px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	clear: both;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	font-size : 18px;
	line-height : 24px;
	color: #00853F;
}
h2 {
	font-size: 14px;
	line-height : 18px;
	color: #00853F;
}

h3 {
	padding: 0;
	margin: 30px 0 0 16px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */

img	{
	border:0;
	vertical-align: top;
}

p img {
	padding: 0;
	}

/*	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;
	margin: 0 0 32px 16px;
}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

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

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */

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

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

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

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.nutriTable {
	width: 400px;
	margin: 6px 16px;
    border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-spacing: 0;
    border-collapse: collapse;
}

.nutriTable td, .nutriTable th {
	border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 0 4px;
}

.tableSpace {
	height: 2px;
	background-color: #000;
}

caption {
	text-align: left;
}

#flavors	{
	width: 190px;
	float: right;
	position: relative;
}
* html #flavors {  /* This is the Tan hack */
	width: 200px; 
	w\idth: 190px;
}
#flavors p	{
	margin: 4px 8px;
}

.nutrilabel {
	width: 265px;
	margin: 10px;
	float: left;
	position: relative;
}

.nutrilabel h2, .nutrilabel p {
	padding: 9px 0 6px 0;
}

.star {
	width: 570px;
	height: 135px;
}
.star img {
    float: left;
    page-break-before: right;
    display: inline;
    margin: 0px;
    padding: 16px 18px;
    letter-spacing: -3em;
    white-space: nowrap;
    border: 0 none;
	vertical-align: middle;

}
/* End Various Tags & Classes*/