/*
Theme Name: Wonder Drink
Theme URI: http://wonderdrink.com/
Author: Sandstrom Partners
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -265px 0 0;
	width: 100%;
}
#content {
	margin: 72px 325px 0 60px;
	}
	body.home #content {
		margin: 0 330px 0 180px;
		text-align: center;
		}
	/* Know Wonder */
	body.page-id-8 #content {
		margin: 160px 410px 0 95px;
		}
#sidebar {
	float: right;
	margin-right: 30px;
/* 	overflow: hidden; */
	width: 235px;
	}
#footer {
	clear: both;
	width: 100%;
	}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "dederon-serif-web-1","dederon-serif-web-2",Georgia,"Bitstream Charter", Times, "Times New Roman", serif; 
/* 	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2",Georgia,"Bitstream Charter", Times, "Times New Roman", serif;  */
	}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#main,
#wrap {
	margin: 0 auto;
	width: 960px;
}
#wrap { 
 }

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body { background: #767676 url('img/bkg-kwd-fill.jpg') repeat-y top center fixed;
 	padding: 0 0 0 40px;
 	}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
small, small sup {
	bottom: 0;
	font-size: 10px;
	line-height: 10px;
	}
	#content small {
	display: block;
	line-height: 12px;
	}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 20px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	}
a:link {
	color: #8a1d03;
}
a:visited {
	color: #8a1d03;
	}
a:active,
a:hover {
	color: #ff4b33;
	outline: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header { height: 59px; position: relative; z-index: 10000; }
#site-title { height: 59px; left: 14px; margin: 0; position: absolute; top: 5px; width: 105px; z-index:10; }
#site-title a:link, #site-title a:visited { background: transparent url('img/kwd-logo.png') no-repeat 0 0; display: block; height: 94px; outline: none; text-indent: -9999px; width: 94px; }
#site-title a:hover, #site-title a:active { background: transparent url('img/kwd-logo.png') no-repeat 0 0; outline: none; }

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto 0 140px;
	}
#access .menu-header ul { list-style: none;	margin: 0; }
#access .menu-header li {
	float: left;
	margin-right: 12px;
	position: relative;
	}
#access a {
	display: block;
	line-height: 59px;
	outline: none;
	padding: 0;
	text-decoration: none;
	}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* Know Wonder */
#menu-item-77 { width: 144px; }
#menu-item-77 a:link, #menu-item-77 a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat 0 0; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#menu-item-77 a:hover, #menu-item-77 a:active { background: transparent url('img/kwd-sprite-nav.png') no-repeat 0 -59px; display: block; }
#menu-item-77.current-menu-item a:link, #menu-item-77.current-menu-item a:visited,
.page-id-10 #menu-item-77 a:link, .page-id-10 #menu-item-77 a:visited,
.page-id-12 #menu-item-77 a:link, .page-id-12 #menu-item-77 a:visited,
.page-id-24 #menu-item-77 a:link, .page-id-24 #menu-item-77 a:visited,
.page-id-48 #menu-item-77 a:link, .page-id-48 #menu-item-77 a:visited,
.page-id-27 #menu-item-77 a:link, .page-id-27 #menu-item-77 a:visited,
.page-id-29 #menu-item-77 a:link, .page-id-29 #menu-item-77 a:visited,
.page-id-31 #menu-item-77 a:link, .page-id-31 #menu-item-77 a:visited,
.page-id-32 #menu-item-77 a:link, .page-id-32 #menu-item-77 a:visited,
.page-id-34 #menu-item-77 a:link, .page-id-34 #menu-item-77 a:visited,
.page-id-37 #menu-item-77 a:link, .page-id-37 #menu-item-77 a:visited,
.page-id-39 #menu-item-77 a:link, .page-id-39 #menu-item-77 a:visited,
.page-id-41 #menu-item-77 a:link, .page-id-41 #menu-item-77 a:visited,
.page-id-43 #menu-item-77 a:link, .page-id-43 #menu-item-77 a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat 0 -118px; }
/* The KWD Story */
#menu-item-78 { width: 155px; }
#menu-item-78 a:link, #menu-item-78 a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat -154px 0; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#menu-item-78 a:hover, #menu-item-78 a:active { background: transparent url('img/kwd-sprite-nav.png') no-repeat -154px -59px; display: block; }
#menu-item-78.current-menu-item a:link, #menu-item-78.current-menu-item a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat -154px -118px; }
/* News */
#menu-item-79 { width: 64px; }
#menu-item-79 a:link, #menu-item-79 a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat -319px 0; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#menu-item-79 a:hover, #menu-item-79 a:active { background: transparent url('img/kwd-sprite-nav.png') no-repeat -319px -59px; display: block; }
#menu-item-79.current-menu-item a:link, #menu-item-79.current-menu-item a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat -319px -118px; }
/* Contact */
#menu-item-80 { width: 96px; }
#menu-item-80 a:link, #menu-item-80 a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat -394px 0; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#menu-item-80 a:hover, #menu-item-80 a:active { background: transparent url('img/kwd-sprite-nav.png') no-repeat -394px -59px; display: block; }
#menu-item-80.current-menu-item a:link, #menu-item-80.current-menu-item a:visited { background: transparent url('img/kwd-sprite-nav.png') no-repeat -394px -118px; }


#buy-find { right: 0; position: absolute; top: 0; }
ul#buy-find { list-style-type: none; margin: 0; padding: 0; }
#buy-find li { display: block; float: left; height: 59px; margin: 0 12px 0 0; }
#nav-buy { position: relative; width: 116px; }
#nav-buy a:link, #nav-buy a:visited { background: transparent url('img/kwd-sprite-buyfind.png') no-repeat 0 0; display: block; height: 100%; outline: none; text-indent: -9999px; width: 100%; }
#nav-buy a:hover, #nav-buy a:active { background: transparent url('img/kwd-sprite-buyfind.png') no-repeat 0 -59px; display: block; outline: none; }
#nav-buy.active a:link, #nav-buy.active a:visited { background: transparent url('img/kwd-sprite-buyfind.png') no-repeat 0 -118px; }
#nav-find { width: 133px; }
#nav-find a:link, #nav-find a:visited { background: transparent url('img/kwd-sprite-buyfind.png') no-repeat -116px 0; display: block; height: 100%; outline: none; text-indent: -9999px; width: 100%; }
#nav-find a:hover, #nav-find a:active,
.page-id-21 #nav-find a:link, .page-id-21 #nav-find a:visited,
.page-finder #nav-find a:link, .page-finder #nav-find a:visited { background: transparent url('img/kwd-sprite-buyfind.png') no-repeat -116px -59px; display: block; }
#nav-find.active a:link, #nav-find.active a:visited { background: transparent url('img/kwd-sprite-buyfind.png') no-repeat -116px -118px; }
ul#subnav-buy { list-style-type: none; margin: 0; padding: 0; }
#subnav-buy-wrap { display: none; height: 429px; left: -72px; position: absolute; top: 59px; width: 285px; z-index: 20; }
#subnav-buy { /* display: none; */ height: 307px; /* left: -72px; position: absolute; top: 59px; z-index: 20; */ }
#subnav-buy li { display: block; position: relative; width: 285px; z-index: 25; }
#buy-find li #subnav-alice { height: 105px; position: relative;  }
#nav-buy #subnav-alice a:link, #nav-buy #subnav-alice a:visited { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat 0 -115px; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#nav-buy #subnav-alice a:hover, #nav-buy #subnav-alice a:active { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat -285px -115px; display: block; }
#buy-find li #subnav-amazon { height: 88px; position: relative;  }
#nav-buy #subnav-amazon a:link, #nav-buy #subnav-amazon a:visited { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat 0 -219px; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#nav-buy #subnav-amazon a:hover, #nav-buy #subnav-amazon a:active { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat -285px -219px; display: block; }
#buy-find li #subnav-azure { height: 123px; position: relative;  }
#nav-buy #subnav-azure a:link, #nav-buy #subnav-azure a:visited { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat 0 -306px; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#nav-buy #subnav-azure a:hover, #nav-buy #subnav-azure a:active { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat -285px -306px; display: block; }
#buy-find li #subnav-eyelevel { height: 115px; position: relative;  }
#nav-buy #subnav-eyelevel a:link, #nav-buy #subnav-eyelevel a:visited { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat 0 0; display: block; height: 100%; text-indent: -9999px; width: 100%; }
#nav-buy #subnav-eyelevel a:hover, #nav-buy #subnav-eyelevel a:active { background: transparent url('img/kwd-sprite-buy-3.png') no-repeat -285px 0; display: block; }


#subnav-find { background: transparent url('img/kwd-bkg-find.png') no-repeat 0 0; display: none; height: 307px; right: -11px; position: absolute; text-align: center; top: 59px; width: 371px; z-index: 10; }
#subnav-find h4 { color: #ede9c8; font-size: 18px; font-weight: 500; line-height: 20px; margin: 20px 0 6px; }
#subnav-find p { color: #fff; font-size: 12px; font-weight: 500; margin: 0 0 9px; }
#subnav-find ul { padding-left: 10px; }
#subnav-find li { height: 36px; float: none; margin: 0; text-align: left; width: 100%; }
#subnav-find li.controls { height: 45px; } 
#subnav-find form { border-bottom: 1px solid #a5a8a8; clear: both; height:21px; margin-left: 40px; padding: 9px 0 9px 0; width: 280px;  }
#subnav-find label { color: #fff; display: block; float: left; font-size: 12px; font-weight: 500; line-height: 20px; margin-right: 10px; text-align: right; width: 80px; }
#subnav-find input { color: #666; display: block; float: left; font-size: 12px; font-weight: 500; line-height: 12px; width: 100px; }
#subnav-find select { display: block; float: left; font-size: 12px; font-weight: 500;/*  height: 14px; */ width: 140px; }
#subnav-find .btn-submit, #forms .btn-submit { background: transparent url('img/btn-find-sm.png') 0 0 no-repeat; border: none; cursor: pointer; height: 32px; outline: none; text-indent: -9999px; width: 42px; }
/* #subnav-find button { background: #8a1d03; border: none; cursor: pointer; height: 20px; margin: 0 0 0 0; width: 40px; } */
#subnav-find .controls { float: right; margin-top:-6px; width: 42px; }





/* =Content
-------------------------------------------------------------- */

#main {
	background: #c1bd9d url('img/bkg-page-2col.png') repeat-y 0 0;
	border:1px solid #E6E0B7;
	clear: both;
	overflow: hidden;
	padding: 0;
	}
	/* Home Page */
	body.home #main {
		background: #dedabf;
		}
	body.home #container {
		background: transparent url('img/bkg-page-home.jpg') no-repeat 0 0;
		height: 600px;
		position: relative;
		}
	/* Know Wonder */
	body.page-id-8 #container {
		background: transparent url('img/bkg-page-know.jpg') no-repeat 0 0;
		min-height: 630px;
		}
	/* Facts About KWD */
	body.page-id-10 #container {
		background: transparent url('img/bkg-page-plaincols.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	/* Kombucha Questions */
	body.page-id-12 #container {
		background: transparent url('img/bkg-page-plaincols.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	/* Asian Pear & Ginger */
	body.page-id-24 #container {
		background: transparent url('img/bottle-asianpear.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-24 #content .entry-title {
		background: transparent url('img/title-asianpear.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Traditional */
	body.page-id-48 #container {
		background: transparent url('img/bottle-traditional.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-48 #content .entry-title {
		background: transparent url('img/title-traditional.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Essence of Lemon */
	body.page-id-27 #container {
		background: transparent url('img/bottle-lemon.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-27 #content .entry-title {
		background: transparent url('img/title-lemon.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Niagara Grape */
	body.page-id-29 #container {
		background: transparent url('img/bottle-grape.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-29 #content .entry-title {
		background: transparent url('img/title-grape.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Cherry Cassis */
	body.page-id-31 #container {
		background: transparent url('img/bottle-cherry.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-31 #content .entry-title {
		background: transparent url('img/title-cherry.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Essence of Peach */
	body.page-id-32 #container {
		background: transparent url('img/bottle-peach.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-32 #content .entry-title {
		background: transparent url('img/title-peach.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Essence of Juniper Berry, Spearmint & Lemon Myrtle */
	body.page-id-34 #container {
		background: transparent url('img/bottle-juniper.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-34 #content .entry-title {
		background: transparent url('img/title-juniper.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Essence of Mango */
	body.page-id-37 #container {
		background: transparent url('img/bottle-mango.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-37 #content .entry-title {
		background: transparent url('img/title-mango.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Asian Pear & Lemon (can) */
	body.page-id-39 #container {
		background: transparent url('img/can-asianpear.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-39 #content .entry-title {
		background: transparent url('img/title-asianpear-can.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Green Tea & Lemon (can) */
	body.page-id-41 #container {
		background: transparent url('img/can-lemon.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-41 #content .entry-title {
		background: transparent url('img/title-lemon-can.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Tradtional (can) */
	body.page-id-43 #container {
		background: transparent url('img/can-traditional.jpg') no-repeat 0 0;
		min-height: 590px;
		}
	body.page-id-43 #content .entry-title {
		background: transparent url('img/title-traditional-can.png') no-repeat 0 0;
		height: 110px;
		margin-left: 15px;
		text-indent: -9999px;
		width: 281px;
		}
	/* Nutrition Info */
	#nutrition-info {
		border: 1px solid #857e69;
		color: #4f4a3c;
		margin: 0 0 20px 25px;
		padding: 10px 15px 8px;
		width: 225px;
		}
		#content #nutrition-info table {
			border: none;
			margin: 0 -1px 0;
			}
		#content #nutrition-info thead p {
			border-bottom: 2px solid #9f986b;
			padding: 0 0 3px;
			white-space: nowrap;
			}
		#content #nutrition-info thead td {
			padding: 4px 0 0;
			text-align: center;
			}
		#content #nutrition-info thead h3 {
			color: #4f4a3c;
			font-size: 12px;
			font-weight: 600;
			line-height: 14px;
			margin: 0 0 1px;
			text-transform: uppercase;
			}
		#content #nutrition-info thead p {
			font-size: 11px;
			line-height: 18px;
			margin: 0;
			}
		#content #nutrition-info tr.single td {
			border-bottom: 1px solid #9f986b;
			} 
		#content #nutrition-info tr.double td {
			border-bottom: 2px solid #9f986b;
/* 			margin-bottom: -1px; */
			} 
		#content #nutrition-info tr td {
			border: none;
			font-size: 12px;
			line-height: 12px;
			padding: 5px 3px 3px;
			}
			#content #nutrition-info tr td.label {
				padding: 3px 3px 0;
				}
			#content #nutrition-info tr td.label small {
				font-size: 10px;
				line-height: 10px;
				white-space: nowrap;
				}
			#content #nutrition-info tr td.right {
				text-align: right;
				}
			#content #nutrition-info tr td.indent {
				padding-right: 0;
				padding-left: 23px;
				white-space: nowrap;
				}
			#content #nutrition-info tr td small {
				display: block;
				font-size: 10px;
				line-height: 14px;
				margin-bottom: 2px;
				}
		#content p.cert-otco {
			background: url('img/kwd-organic.png') no-repeat -78px 0; display: block; float: right; height: 42px; margin: -60px 225px 0 0; text-indent: -9999px; width: 42px; 
			}
		#content p.cert-usda {
			background: url('img/kwd-organic.png') no-repeat -26px 0; display: block; float: right; height: 42px; margin: -60px 225px 0 0; text-indent: -9999px; width: 42px;; 
			}
		#content #ingredients {
			color: #4f4a3c;
			font-size: 11px;
			line-height: 15px;
			margin: 0 0 0 30px;
			}
			#content #ingredients strong {
/* 				font-size: 12px; */
				font-weight: 600;
				}
				
		
		
		
	/* Contact */
	body.page-id-16 #main {
		background: #c1bd9d url('img/bkg-page-nocol-fill.jpg') repeat-y 0 0;
		}
	body.page-id-16 #container {
		background: transparent url('img/bkg-page-nocol.jpg') no-repeat 0 0;
		}
	body.page-id-16 #content {
		margin: 42px 130px 0 130px;
		}
	body.page-id-16 #content .entry-title {
		height: 0px;
		text-indent: -9999px;
		}
	body.page-id-16 #content #contact-details { list-style: none; margin: 0; }
	body.page-id-16 #content #contact-details li {
		color: #4f4a3c;
		float: left;
		margin-left: 45px;
		padding-top:32px;
		position: relative;
		}
		body.page-id-16 #content #contact-details li#based-in-oregon {
			background: transparent url('img/based-in-oregon.jpg') no-repeat 0 0;
			margin: 0;
			min-height: 162px;
			padding: 0;
			width: 200px;
			}
		body.page-id-16 #content #contact-details li#based-in-oregon p {
			display: block;
			height: 100%;
			text-indent: -9999px;
			width: 100%;
			}
		body.page-id-16 #content h2 {
			font-size: 18px;
			font-weight: 500;
			line-height: 18px;
			margin-bottom: 9px;
			text-transform: uppercase;						
			}
		body.page-id-16 #content p, body.page-id-16 #content address {
			font-size: 15px;
			line-height: 18px;
			margin-bottom: 10px;
			}
		body.page-id-16 #content address { font-style: normal; }
		body.page-id-16 #content em {
			font-size: 13px;
			}
		body.page-id-16 #content #email-form {
			background: transparent url('img/bkg-email-form.jpg') no-repeat 0 0;
			clear: both;
			color: #4f4a3c;
			min-height: 300px;
			padding: 40px 20px 0;
			width: 660px;			
			} 	
			body.page-id-16 #content #email-form h2, body.page-id-16 #content #email-form p {
				margin-left: 225px;
				}
			body.page-id-16 #content #email-form ol { list-style: none; margin: 0; }
			body.page-id-16 #content #email-form label { 
				display: block;
				float: left; 
				margin-right: 20px;
				padding-top: 2px;
				text-align: right;
				width: 205px; 
				}	
			body.page-id-16 #email-form input,
			body.page-id-16 #email-form select {
				margin: 0 0 10px;
				width: 175px;
				}
			body.page-id-16 #email-form #cf2_field_10 {
				height: 125px;
				width: 400px;
				}
			body.page-id-16 #email-form .reqtxt {
				display: block;
				font-size: 11px; 
				font-style: italic;
				margin: -10px 0  5px 230px;
				}
			body.page-id-16 #email-form .emailreqtxt {
				clear: both;
				display: block;
				font-size: 11px; 
				font-style: italic;
				margin: -10px 0 0 230px;
				}
				#li-2-10 .reqtxt {
					display: none;
					}
				fieldset.cf_hidden {
					display: none;
					}
			body.page-id-16 #email-form small {
				font-size: 11px;
				font-style: italic;
				}
			body.page-id-16 #content #email-form p.cf-sb {
				margin-left: 0;
				}
			body.page-id-16 #content #email-form #usermessage2a {
				color: #8a1d03;
				font-size: 14px;
				font-weight: bold;
				margin-left: 230px;
				}
			body.page-id-16 #email-form #sendbutton2,
			body.page-id-16 #email-form input[type="submit"] {
				background: transparent url('img/btn-submit.jpg') no-repeat 0 0;
				border: none;
				cursor: pointer;
				display: block;				
				height: 64px;
				margin: 0 0 0 220px;
				overflow: hidden;
				padding: 0;
				text-indent: -9999px;
				width: 112px;
				}
			body.page-id-16 .entry-content {
				background: transparent url('img/bkg-email-form-btm.jpg') no-repeat left bottom;
				padding: 0 0 20px;
				}
				
	/* Story */
	body.page-id-14 #main {
		background: #c1bd9d;
		}
	body.page-id-14 #container {
		background: transparent url('img/bkg-page-story.jpg') no-repeat 0 0;
		height: 590px;
		}
	body.page-id-14 #content {
		color: #4f4a3c;
/* 		line-height: 18px; */
		margin: 75px 350px 0 150px;
		}
	body.page-id-14 #content .entry-title {
		color: #8a1b04;
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		margin-bottom: 10px;
		text-transform: uppercase;
		}
	/* Facts */
	body.page-id-10 #content {
		color: #4f4a3c;
		margin: 42px 325px 0 0;
		}
	body.page-id-10 #content .entry-title {
		color: #8a1b04;
		font-size: 21px;
		font-weight: 500;
		line-height: 24px;
		margin: 0 0 20px 185px;
		}
	body.page-id-10 #content .entry-content h2 {
		float: left;
		font-size: 14px;
		margin: 0;
		text-align: right;
		width: 160px;
		}
	body.page-id-10 #content .entry-content p {
		float: right;
		width: 450px;
		}
	body.page-id-10 #content .entry-content hr {
		background: transparent url('img/kwd-hr.png') 370px 0 no-repeat;
		border: 0;
		clear: both;
		height: 5px;
		margin: 0 0 18px;
		}
	/* Questions */
	body.page-id-12 #content {
		color: #4f4a3c;
		margin: 42px 325px 0 0;
		}
	body.page-id-12 #content .entry-title {
		color: #8a1b04;
		font-size: 21px;
		font-weight: 500;
		line-height: 24px;
		margin: 0 0 20px 280px;
		}
	body.page-id-12 #content .entry-content h2 {
		float: left;
		font-size: 14px;
		font-weight: 500;
		margin: 0 0 0 25px;
		text-align: right;
		text-transform: uppercase;
		width: 235px;
		}
	body.page-id-12 #content .entry-content p {
		float: right;
		padding-right: 15px;
		width: 340px;
		}
	body.page-id-12 #content .entry-content hr {
		background-color: #fff;
		border: none;
		clear: both;
		height: 1px;
		margin: 0 0 18px 25px;
		}
	/* News */
	body.category-news #main,
	body.single-post #main {
		background: #c1bd9d url('img/bkg-page-news-fill.jpg') repeat-y 0 0;
		}
	body.category-news #container,
	body.single-post #container {
		background: transparent url('img/bkg-page-news.jpg') no-repeat 0 0;
		float:left;
		margin:0 -290px 0 0;
		min-height: 600px;
		width:100%;
		}
	body.category-news #content,
	body.single-post #content {
		margin: 0 320px 0 0;
		padding-top: 74px;
		}
	body.category-news .entry-content,
	body.single-post .entry-content	{
		color: #4F4A3C;
		}
	body.category-news .entry-content h2,
	body.single-post .entry-content h2	{
/* 		color: #333; */
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 9px;
		}
		#content .footnotes {
		border-top: 1px solid #888;
/* 		color: #888; */
		font-size: 11px;
		line-height: 13px;
		margin-top: 18px;
		padding-top: 9px;
		}
		#content .footnotes p {
			margin-bottom: 9px;
			}

	.category-news #content .page-title {
		height: 0;
		margin: 0;
		text-indent: -9999px;	
		}
	#sidebar-news {
		float: right;
		margin-top: 74px;
		margin-right: 20px;
		padding-top: 5px;
		width: 270px;
		}
		#sidebar-news h3 {
			border-bottom: 2px solid #ddd8aa;
			color: #4f4a3c;
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 18px;
			padding-bottom: 13px;
			text-transform: uppercase;
			}
		#sidebar-news ul {
			border-bottom: 2px solid #ddd8aa;
			list-style-position: outside;
			list-style-type: disc;
			margin: 0 0 18px 0;
			padding: 0 20px 5px;
			}
		#sidebar-news li {
			font-size: 12px;
			line-height: 15px;
			margin-bottom: 15px;
			}	
		#sidebar-news a:link, #sidebar-news a:visited {
			color: #4f4a3c;
			text-decoration: none;
			}
		#sidebar-news a:hover, #sidebar-news a:active,
		#sidebar-news li.current_page_item a {
			color: #8a1d03;
			}
		#sidebar-news a:hover, #sidebar-news a:active {
			outline: none;
			text-decoration: underline;
			}
		.category-news #content .entry-title,
		.single-post #content .entry-title {
			color: #4f4a3c;
/* 			color: #8A1B04; */
			font-size: 22px;
			font-weight: 500;
			line-height: 27px;
			margin-bottom: 10px;
/* 			text-transform: capitalize; */
			}
		.category-news .entry-date,
		.single-post .entry-date {
			clear: both;
			color: #8a1d03;
			float: left;
			text-align: center;
			width: 150px;
			}
		.category-news .entry-date .day,
		.single-post .entry-date .day {
			display: block;
			font-size: 30px;
			line-height: 30px;
			margin-bottom: 8px;
			}
		.category-news .entry-date .month,
		.single-post .entry-date .month {
			display: block;
			font-size: 14px;
			line-height: 14px;
			margin-bottom: 2px;
			text-transform: uppercase;
			}
		.category-news .entry-date .year,
		.single-post .entry-date .year {
			display: block;
			font-size: 16px;
			line-height: 16px;
			}

	body.category-news .post,
	.single-post .post {
			float: right;
			width: 490px;
			}
	/* Find */
	body.page-id-21 #main,
	body.page-finder #main {
		background: #c1bd9d url('img/bkg-page-nocol-fill.jpg') repeat-y 0 0;
		}
	body.page-id-21 #container,
	body.page-finder #container {
		background: transparent url('img/bkg-page-nocol.jpg') no-repeat 0 0;
		min-height: 600px;
		}
	body.page-id-21 #content,
	body.page-finder #content {
		margin: 42px 0 0 145px;
		}
	body.page-id-21 #content .entry-title,
	body.page-finder #content .entry-title {
		color: #8A1B04;
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		margin:0 0 20px 0;
		text-transform: uppercase;
		}
	body.page-finder #content .alert {
		color: #4f4a3c;
		font-style: italic;
		}
	
	body.page-finder #content .result {
		color: #4f4a3c;
		float: left;
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 18px;
		padding: 0 20px 0 0;
		width: 240px;
		}
		body.page-finder #content .result-company {
			font-size: 14px;
			font-weight: bold;
			}
		body.page-finder #content .result-url {
			font-size: 13px;
			font-style: italic;
			}
	body.page-finder #content .search-container {
		background: url('img/bkg-search-results-form.png') no-repeat 0 0;
		clear: both;
		height: 325px;
		margin: 0 auto 45px 122px;
		width: 425px;
		}		
	body.page-finder #content .search-container h5 {
		color: #8a1d03;
		font-size: 18px;
		margin: 0 0 3px;
		padding-top: 30px;
		text-align: center
		}				
	body.page-finder #content .search-container p {
		color: #4f4a3c;
		font-style: italic;
		margin: 0 0 9px;
		text-align: center;
		}
	body.page-finder #content .paging {
		clear: both;
		color: #4f4a3c;
		font-size: 24px;
		margin-right: 150px;
		text-align: center;
		}		
	body.page-finder #content .paging h4 {
		color: #4f4a3c;
		font-size: 12px;
		margin: 0;
		text-transform: lowercase;
		}		
	body.page-finder #content .paging a {
		font-size: 16px;
		}
	body.page-finder #content li.controls { height: 45px; } 
	body.page-finder #content form { border-bottom: 1px solid #a5a8a8; clear: both; height:21px; margin: 0 auto; padding: 9px 0 9px 0; width: 280px;  }
	body.page-finder #content label { color: #4f4a3c; display: block; float: left; font-size: 12px; font-weight: 500; line-height: 20px; margin-right: 10px; text-align: right; width: 80px; }
	body.page-finder #content input { color: #666; display: block; float: left; font-size: 12px; font-weight: 500; line-height: 12px; width: 100px; }
	body.page-finder #content select { display: block; float: left; font-size: 12px; font-weight: 500;/*  height: 14px; */ width: 140px; }
	body.page-finder #content button { background: transparent url('img/btn-find-sm.png') 0 0 no-repeat; border: none; cursor: pointer; height: 32px; text-indent: -9999px; width: 42px; }
	body.page-finder #content .controls { float: right; margin-top:-6px; width: 42px; }


#content {
	margin-bottom: 36px;
}
#content {
	color: #222;
	font-size: 13px;
	line-height: 20px;
	}
	body.home #content {
		font-size: 14px;
		line-height: 24px;
		}
	body.home #content p {  
		text-shadow: 0 0 70px #FFFFbE;
		}



	body.page-id-24 #content, 
	body.page-id-48 #content, 
	body.page-id-27 #content, 
	body.page-id-29 #content, 
	body.page-id-31 #content, 
	body.page-id-32 #content, 
	body.page-id-34 #content, 
	body.page-id-37 #content, 
	body.page-id-39 #content,
	body.page-id-41 #content, 
	body.page-id-43 #content {
		margin: 20px 350px 0 50px;
		}
	body.page-id-24 .entry-content h2, 
	body.page-id-48 .entry-content h2, 
	body.page-id-27 .entry-content h2, 
	body.page-id-29 .entry-content h2, 
	body.page-id-31 .entry-content h2, 
	body.page-id-32 .entry-content h2, 
	body.page-id-34 .entry-content h2, 
	body.page-id-37 .entry-content h2, 
	body.page-id-39 .entry-content h2,
	body.page-id-41 .entry-content h2, 
	body.page-id-43 .entry-content h2 {
		color: #4f4a3c;
		font-size: 14px;
		font-style: italic;
		font-weight: 500;
		line-height: 20px;
		margin-bottom: 20px;
		text-align: center;
		width: 310px;
		}

	
#content p,
#content ul,
#content ol,
#content hr {
	margin-bottom: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
/* #content h2, */
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 30px 0;
}
	body.home .hentry {
		margin: 220px 0 0;
		position: relative;
		}


.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	}
	/* Home Page */
	body.home #bottles {
		height: 555px;
		position: absolute;
		right: 93px;
		top: 45px;
		width:220px;
		}
	body.home #bottles ul {
   		height: 555px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 220px;
		}
		body.home #bottles li {
    		height: 555px;
    		top: 0; 
		    left: 0; 
			width: 220px;
			}
	body.home #content .entry-title,
	body.home #content .entry-content h2 {
		height: 1px;
		line-height: 0;
		margin: 0;
		text-indent: -9999px;
		}
	body.home #content .home-feature-article { background: url('img/raw-vs-pasteurized-kombucha.png') no-repeat 0 0; display: block; height:176px; left: -180px; margin: 0; position: absolute; top: 95px; width: 194px; z-index: 10; }
	body.home #content .home-feature-article a { display: block; height: 100%; text-indent: -9999px; width: 100%; }
	body.home #content p.organic { background: url('img/kwd-organic.png') no-repeat 0 0; display: block; height:59px; left: -154px; margin: 0; position: absolute; text-indent: -9999px; top: 280px; width: 144px; z-index: 10; }
	body.home #content p.products {  
		display: block;
		font-size: 12px;
		height: 190px;
		left: 30px;
		line-height:15px;
		margin: 0;
		position: absolute;
		top: 165px;
		width: 390px;
		}
	body.home #content p.products a:link, body.home #content p.products a:visited { 
		color: #816852;
		display: block;
		padding-top: 185px;
		outline: none;
		}
	body.home #content p.products a:hover { 
		text-decoration: none;
		}	
	
	/* Know Wonder */
	body.page-id-8 #content {
		color: #4f4a3c;
		line-height: 18px;
		}
	body.page-id-8 #content .entry-title {
		line-height: 0;
		margin: 0;
		text-indent: -9999px;
		}
	body.page-id-8 #content .entry-content strong {
		color: #8a1d03; 
		font-size: 17px; 
		font-weight: 500;
		text-transform: uppercase;
		}
	body.page-id-8 #content .entry-content img.alignleft {
		margin: -85px 20px 5px 0;
		}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	color: #4F4A3C;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #333;
	color: #4F4A3C;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #4F4A3C;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}
.entry-meta a,
.entry-utility a {
	color: #4F4A3C;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 20px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* Sidebars */

#sidebar { 
	margin-top: 33px;
	}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	}
	
#sidebar h2 { color: #a5a073; font-size: 12px; font-style: italic; font-weight: 500; margin-left: -4px; }
#sidebar #hd-bottles { background: transparent url('img/kombucha-hd-bottles.png') no-repeat 4px 0; height: 22px; margin: 10px 0 5px; text-indent: -9999px; width: 100%; }
#sidebar #hd-cans { background: transparent url('img/kombucha-hd-cans.png') no-repeat 4px 0; height: 22px; margin: 5px 0; text-indent: -9999px; width: 100%; }

#sidebar ul { list-style-type: none; padding: 0; margin: 0 0 10px; }
#sidebar ul li { line-height: 20px; margin-bottom: 0; } 
#sidebar ul li a:link,
#sidebar ul li a:visited { border: 1px solid transparent; color: #4F4A3C; display: inline-block; font-size: 12px; line-height: 16px; outline: none; padding: 4px 6px 2px; text-decoration: none; text-transform: uppercase; } 
#sidebar ul li a:hover,
#sidebar ul li a:active { border: 1px solid transparent; color: #8a1d03; font-size: 12px; line-height: 16px; padding: 4px 6px 2px; text-decoration: none; text-transform: uppercase; } 
#sidebar ul li.current-menu-item a { background: #dbd7bb; border: 1px solid #c7c299; color: #8a1d03; }
#sidebar ul#menu-know-wonder { background: url('img/kwd-hr.png') no-repeat 45% bottom; padding-bottom: 13px; }
#sidebar { background: url('img/kwd-hr.png') no-repeat 45% bottom; padding-bottom: 5px; }
	
	
	
/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #222;
	margin-bottom: 20px;
	}
	#footer a:link, #footer a:visited { color: #222; text-decoration: underline; }
	#footer a:hover, #footer a:active { text-decoration: none;}
#colophon {
	overflow: hidden;
	padding: 7px 0;
}
#fb {
	float: left;
	height: 28px;
	margin: 0 0 0 32px;
	}
	#fb a:link, #fb a:visited {
		background: transparent url('img/kwd-fb.png') no-repeat 0 0;
		display: block;
		height: 28px;
		padding: 6px 0 0 36px;
		text-decoration: none;
		}
.menu-footer ul { list-style: none;	margin: 0 0 0 250px; }
.menu-footer li {
	border-left: 1px solid #222;
	float: left;
	line-height: 15px;
	margin-top: 8px;
	padding: 0 9px 0;
	position: relative;
	}
	.menu-footer li#menu-item-73 { border-left: none; }

#copyright {
	display: block;
	float: right;
	height: 28px;
	margin: 0;
	padding: 6px 32px 0 0;
	}

#footer .disclaim {
	color: #555;
	text-align: center;
	}

#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrap {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* Contact Form */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	right: -200px;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 200px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}	

/* Coupon */

#coupon {
	background: transparent url('img/bkg-coupon.png') no-repeat 0 0;
	color: #222;
	display: none;
	height: 290px;
	left: -268px;
	position: fixed;
	top: 150px;
	width: 337px;
	z-index: 100;
	}
	#coupon h3 {
		font-size: 32px;
		line-height: 22px;
		padding: 30px 106px 10px 30px;
		text-align: center;
		}
	#coupon h3 span {
		font-size: 24px;
		}
	#coupon p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0;
		padding: 0 96px 10px 25px;
		text-align: center;
		}
	#coupon .button {
		cursor: pointer;
		height: 290px;
		position: absolute;
		right: 0;
		top: 0;
		width: 76px;
		}
	#coupon form { 
		margin-left: 30px;
		width: 205px;
		}
	#coupon ol {
		line-height: 15px;
		list-style-type: none;
		margin: 0;
		}
		#coupon ol li {
			padding-top: 5px;
			}
		#coupon #li--2 {
			float: left;
			width: 130px;
			}
		#coupon #li--3 {
			float: right;
/* 			padding-top: 20px; */
			width: 60px;
			}
		#coupon #li--4 {
			clear: both;
			float: left;
			width: 130px;
			}
			
	#coupon label {
		display: block;
		font-size: 10px;
		line-height: 15px;
		padding-left: 5px;
		}
	#coupon input,
	#coupon select {
		color: #222;
		font-size: 11px;
		line-height: 15px;
		}
	#coupon #cf_field_1 {
		width: 200px;
		}
	#coupon #cf_field_2,
	#coupon #cf_field_4 {
		width: 125px;
		}
	#coupon .reqtxt,
	#coupon .emailreqtxt {
		display: none;
		}
	#coupon #usermessagea {
		font-size: 14px;
		padding: 0 96px 0 25px;
		text-align: center;
		}
		#coupon #usermessagea.failure {
			color: #8a1d03;
			}
	#coupon p.cf-sb {
		clear: right;
		float: right;
		line-height: 15px;
		padding: 10px 0 0;
		width: 57px;
		}
	#coupon #sendbutton {
		background: transparent url('img/btn-send.png') 0 0 no-repeat;
		border: 0;
		cursor: pointer;
		display: block;
		height: 37px;
		margin: 0;
		outline: none;
		padding: 0;
		text-indent: -9999px;
		width: 58px;
		}
		
body.page-template-page-trade-php #container {
		background: #c1bd9d url('img/bkg-page-news-fill.jpg') repeat-y 0 0;
/* 		background: transparent url('img/bkg-page-news.jpg') no-repeat 0 0; */
		float:left;
		margin:0 -290px 0 0;
		min-height: 600px;
		width:100%;
	}
	
/*
	#sidebar-news {
		float: right;
		margin-top: 74px;
		margin-right: 20px;
		padding-top: 5px;
		width: 270px;
		}
		#sidebar-news h3 {
			border-bottom: 2px solid #ddd8aa;
			color: #4f4a3c;
			font-size: 18px;
			line-height: 18px;
			margin-bottom: 18px;
			padding-bottom: 13px;
			text-transform: uppercase;
			}
*/

		
