* {
	margin: 0;
	padding: 0;
}

body {
	color: #381111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background: black;
}

/* TAG REDEFINITION */
a {
	color: #9c1c1f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 10px 0 10px 20px;
}
h1 {
	color: #135e57;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 7px 0;
}
h2 {
	color: #135e57;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 7px 0;
}
img {
	border: 0;
}
ol, ul {
	list-style-position: outside;
	margin-left: 20px;
}
option {
	padding: 0 5px;
}
p {
	margin: .5em 0 .5em 0;
}
td {
	vertical-align: top;
}
input, textarea {
	margin: 2px;
	padding: 0 .3em;
}

/* ELEMENTS */
table.collapsed {
	border-collapse: collapse;
}
td.instructions {
	font-style: italic;
	padding: 0 0 10px 10px;
}
td.question {
	padding-right: 5px;
}
tr.colorA {
	background-color: #dbeccb;
}
input.text, textarea.text {
	border: 1px solid black;
	background: #e3d2d6;
}
input.text {
	height: 20px;
}
input.text:focus, textarea.text:focus {
	background: white;
}
input.button {
	margin: 0;
}
textarea.robust, input.robust {
	width: 500px;
}
#col_right input.robust {
	width: 350px;
}
.image_right {
	float: right;
	margin: 0 5px 10px 10px;
}
.image_left {
	float: left;
	margin: 0 10px 10px 0;
}
.image_right img, .image_left img {
	border: 1px solid #caabb1;
}
.image_right .no_border, .image_left .no_border {
	margin-bottom: 5px;
	border: 0;
}
.image_right .caption, .image_left .caption {
	font-size: .9em;
	font-style: italic;
	padding: 3px 3px 5px 3px;
	background: #f0cbd2;
	border-top: 1px solid #caabb1;
	border-left: 1px solid #caabb1;
}
.ul {
	text-decoration: underline;
}

/* ADMIN REPORTS */
div.report {
	color: white;
	padding: 2px;
	margin-top: 5px;
	background: #712855;
	border: 1px dashed black;
}
div.error_report {
	padding: 4px;
	margin-bottom: 10px;
	background: white;
	border: 1px dashed #712855;
}
.error_report span.report_hdr {
	color: #900000;
	font-weight: bold;
}

/* SITE STRUCTURE */
#container {
	position: relative;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background: url('https://www.wildfermentation.com/images/body_bg.jpg') repeat-y;
}
#header_stripe {
	position: absolute;
	left: -5%;
	width: 105%;
	height: 28px;
	margin: 0 auto;
	background: url('https://www.wildfermentation.com/images/header_bg.gif') repeat-x;
	border-bottom:5px solid black;
}
#menu {
	height: 30px;
	margin: 0 auto;
	width: 780px;
}
#menu_start { 
	width: 330px;
	height: 33px;
	background: url('https://www.wildfermentation.com/images/menu_start.gif') no-repeat;
}
#header {
	height: 113px;
	margin-top: -3px; /* IE Hack */
	background: url('https://www.wildfermentation.com/images/header.jpg') no-repeat;
}
html>body #header {
	margin: 0;
}
#subheader {
	position: relative;
	height: 22px;
	background: url('https://www.wildfermentation.com/images/subheader.gif') no-repeat;
	overflow: visible;
}
#body {
	position: relative;
	padding-bottom: 25px;
	background: url('https://www.wildfermentation.com/images/subbody_bg.gif') bottom left no-repeat;
}
#footer {
	font-size: .85em;
	height: 18px;
	color: white;
	padding-left: 25px;
	background: url('https://www.wildfermentation.com/images/footer_bg.jpg') no-repeat;
}

/* HEADER */
#header {
	position: relative;
}
#return_home {
	position: absolute;
	top: -20px;
	z-index: 15;
	width: 330px;
}
#return_home img {
	width: 330px;
	height: 110px;
}
#searchform div {
	position: absolute;
	left: 522px;
	top: 8px;
}
#searchform input {
	float: left;
}
#searchform .text {
	width: 155px;
	background: none;
}
#searchform .text:focus {
	background: white;
}
#searchform .button {
	margin: 2px 0;
}

/* SUBHEADER */
#subheader div {
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 10px;
	font-weight: bold;
}

/* BODY */
#col_left {
	float: left;
	width: 205px;
	padding-bottom: 15px;
}
#col_left .box {
	background: #f1f7f2;
	padding-bottom: 1px;
}
#col_left .box .box_title {
	font-weight: bold;
	padding-top: 10px;
	margin: 10px;
}
#col_left .box ul {
	margin: 0;
}
#col_left .box li {
	list-style: none;
}
#col_left .box li, #col_left .box ul a {
	height: 1%; /* IE 6 Hack */
}
html>body #col_left .box li, html>body #col_left .box ul a {
	height: auto;
}
#col_left .box li.colorA {
	background: url('https://www.wildfermentation.com/images/col_left_li_bg.jpg') 1px 0px repeat-y;
}
#col_left .box li a {
	display: block;
	color: black;
	padding: 3px 10px;
}
#col_left .box li a:hover {
	text-decoration: none;
	padding: 3px 10px 3px 5px;
	border-left: 5px solid #9c1c1f;
}
#col_left .box .date {
	color: #3e3e3e;
	font-size: .8em;
	text-decoration: underline;
}
#col_left .box .title {
	color: #9c1c1f;

}
#col_left .box .none {
	padding: 3px 10px;
	font-style: italic;
}
#col_left .spacer {
	height: 10px;
	background: url('https://www.wildfermentation.com/images/col_left_spacer.gif') no-repeat;
	overflow: hidden;
}
#col_left .end {
	height: 4px;
	background: url('https://www.wildfermentation.com/images/col_left_bottom.gif') no-repeat;
	overflow: hidden;
}
#col_right {
	padding-right: 100px;
	margin-left: 215px;
}
#subbody {
	clear: both;
	width: 490px;
	height: 24px;
	background: url('https://www.wildfermentation.com/images/subbody_bg.gif') no-repeat;
}

/* Newsletter Form */
#newsletter {
	padding: 5px 0 10px 10px;
}
#newsletter input {
	float: left;
}
#newsletter #email {
	width: 109px;
}

/* FOOTER */
#footer a {
	color: white;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* CONTACT PAGE */
textarea.robust, input.robust {
	width: 300px;
}
#contact_info {
	float: right;
	width: 55%;
	font-size: .9em;
	margin: 0 0 20px 10px;
}
#contact_info td {
	padding: 2px 5px 10px 5px;
}
#contact_info .title {
	color: #dbeccb;
	font-variant:small-caps;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
	background: #135e57;
}
#contact_form_title {
	width: 50%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 20px; 
	margin: 15px 0 0 0;
	background: url('https://www.wildfermentation.com/images/title_bg.gif');
	border-left: 1px solid #bbc5ac;
	clear: right;
}
#contact_form {
	min-height: 190px;
	padding: 15px 5px 15px 20px;
	background: url('https://www.wildfermentation.com/images/yeast_edging.jpg') no-repeat;
	border-top: 1px solid #bbc5ac;
	border-left: 1px solid #bbc5ac;
}
#contact_form ul {
	padding-bottom: 15px;
}

.ngg-galleryoverview { clear: none !important; }

/* BOOK PAGES */

#book_cover, #book_details {
	font-size: .9em;
	margin: 0 0 10px 10px;
}
#buynow {
	height: 25px;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	margin: 10px 10px 0 10px;
}
#buynow img {
	float: right;
	width: 90px;
}

#book_menu_title, #book_menu {
	width: 35%;
	float: right;
	padding: 5px;
}
#book_menu_title {
	font-weight: bold;
	margin: 10px 0 0 10px;
	background: #f0cbd2;
	border: 1px solid #bbc5ac;
	border-bottom: none;
}
#book_menu {
	clear: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	background: white;
	border: 1px dashed #bbc5ac;
}
#book_menu ol {
	list-style-type: lower-roman;
	margin-left: 25px;
}
#book_menu a {
	color: black;
}
#book_menu a:hover {
	color: #9c1c1f;
	text-decoration: none;
}
.info_box {
	position: relative;
}
.backtotop {
	position: absolute;
	top: 5px;
	left: 320px;
	width: 30%;
	text-align: right;
}
#forward_title, #tableofcontents_title, #recipies_title, #praise_title, #international_title {
	width: 50%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 15px; 
	margin: 15px 0 0 0;
	background: url('https://www.wildfermentation.com/images/title_bg.gif');
	border-left: 1px solid #bbc5ac;
}
#forward, #tableofcontents, #recipies, #praise, #international {
	min-height: 190px;
	padding: 15px 5px 15px 15px;
	background: url('https://www.wildfermentation.com/images/yeast_edging.jpg') no-repeat;
	border-top: 1px solid #bbc5ac;
	border-left: 1px solid #bbc5ac;
}
#tableofcontents ul {
	list-style: none;
	margin: 0;
}
#tableofcontents li {
	padding: 0 0 5px 0;
}
#tableofcontents strong {
	color: #9c1c1f;
	font-variant:small-caps;
	font-weight: normal;
}
#praise .attrib {
	color: #9c1c1f;
	font-style: italic;	
	margin: 5px 0 10px 10px;
}

/* Order Form */
#order_form {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
	z-index: 99;
}
#order_form div {
	width: 400px;
	text-align: left;
	padding: 10px 0 10px 10px;
	margin: 0 auto;
	background: white;
	border: 3px solid black;
}
#order_form table {
	width: 100%;
	margin-bottom: 10px;
}
#order_form fieldset {
	width: 300px;
	padding: 5px;
}
#order_form legend {
	color: #9c1c1f;
	font-weight: bold;
}
#order_form fieldset select {
	width: 100%
}
#order_form .submit_button {
	vertical-align: middle;
	text-align: center;
}
#order_form .other_loc {
	font-style: italic;
	padding: 0 10px 0 0;
}

/* RESOURCES PAGES */

#qa_preview {
	font-size: .9em;
	padding-bottom: 10px;
}
#qa_preview .question {
	font-style: italic;
	padding: 5px 10px;
}
#qa_preview .answer {
	font-style: italic;
	padding: 5px 10px 0 10px;
}
#col_left .box .title {
	color: #135e57;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	padding: 5px 10px 0 10px;
	background: url('https://www.wildfermentation.com/images/col_left_li_bg.jpg') 1px 0px repeat-y;
	border-bottom: 1px dotted #135e57;
}
#qa_preview p:first-child {
	margin: 0 0 .5em 0;
}
.answer .count {
	text-align: right;
}
.answer .count a {
	color: #af969b;
	font-style: normal;
}
.answer .count a:hover {
	color: #9c1c1f;
	text-decoration: none;
}

#sub_menu_title, #sub_menu {
	width: 35%;
	float: right;
	padding: 5px;
}
#sub_menu_title {
	font-weight: bold;
	margin: 10px 0 0 10px;
	background: #f0cbd2;
	border: 1px solid #bbc5ac;
	border-bottom: none;
}
#sub_menu {
	clear: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	background: white;
	border: 1px dashed #bbc5ac;
}
#sub_menu ol {
	list-style-type: lower-roman;
	margin-left: 25px;
}
#sub_menu a {
	color: black;
}
#sub_menu a:hover {
	color: #9c1c1f;
	text-decoration: none;
}
.info_box {
	clear: right;
	position: relative;
}
.info_box p {
	margin: .5em 0 .75em 0;
}
.backtotop {
	position: absolute;
	top: 5px;
	left: 320px;
	width: 30%;
	text-align: right;
}

/* Food Activism */
.info_box .title {
	width: 50%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 15px; 
	margin: 15px 0 0 0;
	background: url('https://www.wildfermentation.com/images/title_bg.gif');
	border-left: 1px solid #bbc5ac;
}
.info_box .summary {
	min-height: 190px;
	padding: 15px 5px 15px 15px;
	background: url('https://www.wildfermentation.com/images/yeast_edging.jpg') no-repeat;
	border-top: 1px solid #bbc5ac;
	border-left: 1px solid #bbc5ac;
}

/* Fermentation Links */
.info_box .subcategories {
	padding: 5px 15px;
	border-top: 1px solid #bbc5ac;
	border-left: 1px solid #bbc5ac;
	background: #edf5e5;
}
.link_url {
	/* clear: both; */
	font-size: .9em;
}
.link_url a {
	color: #af969b;
}
.link_url a:hover {
	color: #9c1c1f;
	text-decoration: none;
}
.link_title {
	font-weight: bold;
	border-bottom: 1px dashed #af969b;
}
.link_summary {
	font-size: .9em;
	font-style: italic;
	margin: 2px 0 20px 0;
}

hr { color: #c8bc99; background-color: #c8bc99; height: 1px; border: 0; margin: 1.6em 0; }
h3.widget-title { margin-top: 1em; }
li.recentcomments { margin-top: .5em; }

/* nav menu */ 
.navitem {     background-color:#F1F8F1;
    height: 18px;
    border-bottom: 5px solid black;
	border-left: 1px solid black;
    padding: .3em .5em;
    font-size: 1.2em;
}
.black {color: black;}
.navitem:hover, .black:hover {color: #9c1c1f;}

#menu_end {position: absolute;}
#right {border-right: 1px solid black;}




/* Share This plugin overrides */

#content .addtoany_share_save_container {
    clear: none;
}

/* Make reCAPTCHA smaller */

/* .recaptScale {
    transform: scale(0.5);
    -webkit-transform: scale(0.64);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    clear: both;
    padding-top: 10px;
} */