/* v1.0 | 20080212 */

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, sub, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

@font-face {
	font-family: 'GoodDogNewRegular';
	src: url('../fonts/gooddognew-webfont.eot');
	src: local('☺'), url('../fonts/gooddognew-webfont.woff') format('woff'), url('../fonts/gooddognew-webfont.ttf') format('truetype'), url('../fonts/gooddognew-webfont.svg#webfontxfe9rU4G') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GoodDogRegular';
	src: url('../fonts/gooddog-webfont.eot');
	src: local('☺'), url('../fonts/gooddog-webfont.woff') format('woff'), url('../fonts/gooddog-webfont.ttf') format('truetype'), url('../fonts/gooddog-webfont.svg#webfontZWChH2y4') format('svg');
	font-weight: normal;
	font-style: normal;
}

.good-dog {font-weight: normal; font-style: normal; line-height:normal; font-family: 'GoodDogRegular', 'arial narrow', sans-serif!important;}
.good-dog-new {font-weight: normal; font-style: normal; line-height:normal; font-family: 'GoodDogNewRegular', 'arial narrow', sans-serif!important;}

html {
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	color: #5B544C;
	height: 100%;
	font-size: 11px;	
}

body, html, #non-footer, #wrap, #header { /* iPad etc.*/
	min-width: 1000px;
	position: relative;
}

.alignleft {
	margin: 10px 20px 10px 0;
	float: left;
}

.alignright {
	margin: 10px 0 10px 20px;
	float: right;
}

#content img.border {
	border: 8px solid #f3e7d9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


#non-footer {
	min-height: 100%;
	background: url(../images/global/wrapper-bg.gif) repeat-y top center;
}

body.split {background: #c2e7f9 url(../images/global/gradient.png) center top no-repeat}
body.split #wrap {background: url(../images/global/bg-split.jpg) center top no-repeat}

body.organic, body.organic #header {
	background: #f9ebbe url(../images/global/bg-organic.jpg) center top no-repeat
}

body.gluten-free, body.gluten-free #header {
	background: #c5e5f5 url(../images/global/bg-gluten.png) center top;
}

body.gluten-free #header {
	background-position: 150% 0;
}

#header {
	height: 120px;
}

a, a:link, a:active {
	color: #67A33D;
}

h1.logo {
	width: 1000px;
	position: absolute;
	width: 88px;
	left: 50%;
	top: 15px;
	z-index: 11;
}

h1.logo a {
	text-indent: -5000px;
	display: block;
	overflow: hidden;
	width: 88px;
	height: 83px;
}

h1.logo img {
	position: absolute;
	left: 0;
}

h1.left {margin-left: -480px}
h1.right {margin-left: 392px}

#nav {
	background: url(../images/global/hills.png) center top repeat-x;
	height: 80px;
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	top: 100px;
	min-width: 1000px;	
}

#nav ul {
	width: 745px;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -465px;
}

#nav li {
	float: left;
}

#nav ul a {
	background-image: url(../images/global/nav.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	height: 118px;
	float: left;
	position: relative;
}

#nav li.home {
	padding: 80px 60px 0 0;
}

#nav li.home a {
	width: 55px; 
	background: #67A33D url(../images/global/nav-home.png) no-repeat center 4px;
	height: 30px;
}

#nav li.home a:hover {background-position: center -26px;}

#nav li.story a {width: 133px; background-position: 0 37px;}
#nav li.story a:hover, #nav li.story a.current {background-position: 0 -81px}

#nav li.organic a {width: 130px; background-position: -130px 37px;}
#nav li.organic a:hover, #nav li.organic a.current {background-position: -130px -81px}

#nav li.gluten a {width: 132px; background-position: -263px 37px;}
#nav li.gluten a:hover, #nav li.gluten a.current {background-position: -263px -81px}

#nav li.buy a {width: 129px; background-position: -395px 37px;}
#nav li.buy a:hover, #nav li.buy a.current {background-position: -395px -81px}

#nav li.talk a {width: 91px; background-position: -526px 37px;}
#nav li.talk a:hover, #nav li.talk a.current {background-position: -526px -81px}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 33px;
	background: #fff url(../images/global/wrapper-bg.gif) top right repeat-y;	
}

#content {
	float: left;
	width: 724px;	
	line-height: 18px;
	font-size: 12px;
	padding: 50px;
}

#content h1, #content h2, #content h3 {
	font-weight: normal;
	color: #83B43F;
	font-family: "GoodDogNewRegular", arial, sans-serif;
	line-height: normal;
}

h1 {font-size: 34px;}
h2 {font-size: 24px;}
h3 {font-size: 16px;}
h4 {
	font-weight: normal;
	color: #006838;
}

#content ul {
	list-style: disc;
	padding-left: 20px;
}

#content ol {
	list-style: decimal;
	padding-left: 20px;
}

#content ol, #content ul, #content p {
	margin: 12px 0;
}

#sidebar {
	width: 176px;
	float: left;
	background: #d1e1a6;
	padding-top: 15px;
}

#info-box {
	background: #c8dc7c;
	padding: 15px 22px;
	border-top: 1px dashed #67A33D;
	color: #1A1A1A;
	margin-top: 15px;
	line-height: 14px;
}

#info-box h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #3F9C42;
	line-height: 16px;
}

#info-box .bullet-link {
	padding: 10px 0 0 5px;
}

#info-box .bullet-link a {
	font-size: 13px;
	color: #589035;
	text-decoration: none;
}

#info-box .bullet-link img {
	margin: 2px 0 -2px 5px;
}

#approach {padding-top: 8px;} 

#approach a { 
	text-decoration: none;
	color: #589035;
	font-size: 13px;
}

#approach img {
	margin-bottom: -2px;
}


#product-search {
	margin: 5px 5px 10px 5px;
	padding: 5px 10px;
}

#product-search label {
	display: block;
	font-size: 10px;
	float: left;
	cursor: pointer;
	padding: 5px 5px 5px 4px;
	margin: 5px 5px 5px -5px;
}

#product-search label input {
	position: relative;
	bottom: -1px;
	margin: 0;
	width: 12px;
	float: none;
}

#product-search h3 {
	color: #3F9C42;
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
}

.search input.text {
	border: 1px solid #67a33d;
	background: #eaf1d9;
	color: #7a7167;
	width: 100px;
	padding: 2px 5px;
	margin-right: 4px;
	clear: left;	
}

.search input {
	float: left;
}

#subnav {
	background: #d1e1a6 url(../images/global/subnav.png) center bottom no-repeat;
	padding: 0 0 22px 0;
	border-bottom: 1px dashed #67A33D;	
	margin: 0 5px;
}

#subnav ul {
	background: url(../images/global/subnav-top.png) center -20px no-repeat;
	padding: 20px 15px 0 15px;
}

#subnav ul ul {
	background: none;
	padding: 0 0 0 10px;
}

#subnav ul ul a {
	background: none;
}

#subnav .current_page_item ul a {
	font-weight: normal;
	color: #7A7167;	
}

#subnav a {
	font-weight: normal;
	text-decoration: none;
	color: #7A7167;
	font-size: 12px;
	background: url(../images/global/subnav-bullet.png) 0 -60px no-repeat;
	padding: 3px 0 3px 20px;
	display: block;
	line-height: 15px;
	height: 1%;/*ie6*/
}

#subnav a:hover, #subnav .current_page_item a, #subnav .current_page_item ul a:hover {
	color: #006838;
	background-position: 0 4px;
}

#subnav .current_page_item a {font-weight: bold;}	

form#search {
	position: absolute;
	right: 0;
	left: 50%;
	width: 170px;
	margin-left: 330px;
	top: 13px;
}

form#search fieldset {padding-bottom: 5px;}

form#search input.text {
	text-align: right;
	background: #fff;
	width: 114px;
}

#content form.search {margin-top: 20px}

#footer {
	font-size: 11px;
	height: 30px;
	margin-top: -30px;
	clear: both;
	position: relative;
}

#footer div.wrap {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -486px;
}

#footer ul {
	float: left;
}

#social li {
	padding: 0 2px;	
	position: relative;
}

#social .popup {
	position: absolute;
	left: 0;
	bottom: 30px;
	border: 1px solid #daeae8;
	background: #eaf5f6;
	width: 170px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display: none;
}

#social #twitter {
	width: 150px;
}

#social .popup a {
	display: block;
	color: #7A7167;	
	margin: 0;
	padding: 5px 6px;
}

#social .popup a:hover {
	background: #d7eff9;
}

#footer li {
	float: left;
}

#footer a {
	color: #7A7167;
	text-decoration: none;
}

#footer-nav {
	margin: 8px 0 0 0;
}

#footer-nav a {
	padding: 0 10px;
}

span.__1 {
	border-bottom: 2px dotted #83B43F;
}

.results {
	margin: 20px 0;
}

.result h3 a {
	color: #83B43F;
	text-decoration: none;
}

#content .result p {
	margin: 6px 0 0 0;
}

.result {
	cursor: pointer;
	overflow: hidden;
	height: 1%;/*ie6*/	
	padding: 10px;
	border-bottom: 1px solid #d1e1a6;
}

.result:hover {
	background: #eef4de;
}


/* contact form */
.linklove, .cf_hidden {display: none}

select {margin: 8px 0 12px 0;}

#content .cform ol {
	list-style: none;
	padding: 0;
}

.cform select {
	margin-right: 10px;
}

.cform input.single, .cform textarea, input.TextField, .wp-email textarea  {
	  border: 1px solid #ddd;
	  font-size: 14px;
	  margin-right: 10px;
	  padding: 5px;
	  margin-top: 5px;
	  margin-bottom: 10px;
	  width: 320px;
	  font-family: 'trebuchet ms', sans-serif;
}

input#imageverify {
	width: 100px;
}

.cform label {
	display: block;
	clear: left;
}

.cform span.reqtxt, .cform span.emailreqtxt {
	color: #ddd;
}

legend {
	color: #666;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: normal;
}

#wp-email-button {text-align: left!important}
#wp-email-required {display: none}

.cform input.sendbutton, #wp-email-submit	{ 	
	border:none!important;
	background:transparent url(../images/global/submit-btn.png) no-repeat 0 0;
	color:#FFFFFF;	
	cursor:pointer;
	font-size: 12px;
	height:30px;
	line-height:26px;
	margin: 0px 7px 10px 0px;
	padding: 0 0 0 0;
	width:81px;
}
.cform input.sendbutton:hover, #wp-email-submit:hover { 
	background-position:0 -30px;
}

.cf_info {
	margin: 10px 0;
	font-size: 14px;
	font-style: italic;
}

.failure {
	color: red;	

}

.cform .cf_li_err input, .cform .cf_li_err textarea {
	border: 1px solid red;
}

.cform {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #ddd;	
}

/*our partners + values */

ul#values-list {
	list-style: none;
	font-size: 20px;
	padding: 0;
}

ul#values-list li {
	overflow: hidden;
	padding: 20px 0 5px 0;
}

ul#values-list img.alignleft {
	border: 0;
	margin: -10px 15px 0 0;
}