/*

	Theme Name: Wild Yeast
	Description: This is the Wild Yeast theme created for the Genesis Framework.
	Author: Susan Tenney
	Author URI: http://www.wildyeastblog.com/

	Version: 1.9

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.9
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 

*/

 
/* Table of Contents

	01 Import Fonts
	02 CSS Reset and Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px
*/

/*

01 Import Fonts
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.eot');
    src: url('MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('MonoSocialIconsFont-1.10/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*

02 CSS Reset and Defaults

---------------------------------------------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {

	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}

em {
	font-style: italic !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #fff;
	background-image: url('images/cutbdbg.jpg');
	background-repeat: repeat;

	font-family: 'Georgia', serif;
	color: #1e1e1e;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-align: left;
}

/* these elements use accent font */
.widgettitle, .genesis-nav-menu, .site-description, .entry-meta, .more-link,
.gototop, textarea, input, .pagination, 
.comment-meta time, .comment-header .says, .comment-respond, .comment-reply-link, .entry-comments h3,
.essb_network_name, .recipe-list-nav-link, .breadcrumb {
 	font-family: "Century Gothic", "Courier New", Courier, Helvetica, Arial, sans-serif;
}

.site-description {
 	font-family: "Courier New", Courier, Helvetica, Arial, sans-serif;

}

strong {
  font-weight: bold;
}

body, input, select, textarea,
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*default link styles */
a, a:visited {
	color: #993300;
color: #ff8000;
color: #d66b00;
color: #b65b00;
	text-decoration: none;
}

a:hover, a:active {
	color: inherit;
	text-decoration: underline;
}

a, a:visited, button,
input[type="button"], input[type="submit"], .btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}




/*

03 Typography

-------------------------------------------------------------------------------------------------------
	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:
	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	15/ / 16 = 		0.9375rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem

	Further reading on the use and compatibility of rems:
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/



/* 03a - Font Color ----------- */

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled
 {
	color: #000;
}


/* random quote */

#custom-random-quote p {
  color: #7e7655;
  font-family: "Courier New", Courier,  serif; 
  text-align: left; 
line-height: 1.2;
}

#custom-random-quote span.random_quote_text {
  font-size: 14px;
  font-size: 0.875rem; 
}

#custom-random-quote span.random_quote_author {
  font-size: 11px;
  font-size: 0.6875rem; 
}


/* 03c - Font Size ----------- */

h1, h2, h3
{
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1
 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.wp-caption
{
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer p {
	font-size: 12px;
	font-size: 0.75rem;
}

/*

04 Layout

---------------------------------------------------------------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1029px; 
	background-color: #fff;

	padding: 48px;
	padding-top: 10px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 6px solid #9e9ea6;
	border-right: 6px solid #9e9ea6;
}
.site-inner {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-top: 2.5rem;
padding-top: 20px;
padding-top: 1.25rem;
}


/* 1029px CSS Grid ----------- */

/* 1-sidebar layout */

	.content-sidebar .content-sidebar-wrap,
	.full-width-content .content,
	.full-width-content .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		width: 100%; /* 1029px / 1029px */
	}

	.content-sidebar .content,
	.sidebar-content .content,
	.title-area {
		width: 65.277777777%; /* 672px / 1029px */
		width: 60.277777777%; /* 672px / 1029px */
	}

	.sidebar {
		width: 30.5555555%;  /* 315px/1029px */
	}

/* 2-sidebar layout */

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 76.38484%; /* 786px / 1029px for content + primary sidebar */
	}

	.content-sidebar-sidebar aside.sidebar-secondary {
		width: 18.950437%; /* 195/1029px */ 
	}

	.content-sidebar-sidebar .sidebar,
	.sidebar-content-sidebar .sidebar,
	.sidebar-sidebar-content .sidebar {
		width: 24.80916%; /* 195px / 786px for secondary sidebar*/
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 69.083969%; /* 543px / 786px  */
	}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.site-header .widget-area {
	width: 30.555555555%; /* 315px / 1029px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.site-footer .gototop,
.sidebar-secondary,
.title-area {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary,
.content-sidebar-sidebar aside,
.footer-widgets-3,
.sidebar,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area {
	float: right;
}


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

.site-header {
	min-height: 214px;
	overflow: hidden;
}

.site-title {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1;
}

.site-description {
	margin: 16px 0;
	margin: 1rem 0;
	display: block;
	overflow: hidden;
	width: 375px;
	color: #fff;
	text-shadow: 2px 2px 2px #000000;
	padding-left: 25px;
	width: 460px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

.header-image .site-title {
	margin: 0;
}

.header-full-width .site-title,
.header-full-width .site-title a,
.header-full-width .title-area {
	width: 100%;
}

.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
	display: block;
	float: left;
	overflow: hidden;
	width: 100%;
}

.header-image .site-title a {text-indent: -9999px; line-height: 150px;}

.header-image .title-area {
    	background: url( 'images/Blog-Header-Wild-Yeast.jpg' ) no-repeat;
	min-height: 214px;
}



/* Main Content ----------- */

.content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content-sidebar main.content {
	padding-right: 50px;
	border-right: 1px solid #ccc;
	border-right: 1px solid #9e9ea6;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-title, .entry-title a {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	color: inherit;
	font-variant: small-caps;
	opacity: 0.9;
}

.single h1.entry-title {
	margin-bottom: 0px;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.entry-content p {
	margin-bottom: 16px;
	margin-bottom: 1rem;

}

.entry-content img.bordered {
	padding: 3px;
	border: 1px solid;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
	color: #999;
}

blockquote p {
	font-style: italic;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
	font-size: 32px;
	font-size: 2rem;
}

.faq h4 {
  font-weight: bold;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

/* Post Info & Meta ----------- */


.entry-meta {
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
	color: #636363;	
}

.entry-header .entry-meta,
.entry-footer .entry-meta {
	clear: both;
	line-height: 1.5;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.home .entry-header p.entry-meta {
        border-bottom: 1px dotted #ccc; 
        border-top: solid 2px #565;
        margin:10px 0 10px 0;
	padding:5px 0 5px 0;
	text-align: right;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	padding-top: 14px;
	padding-top: 0.875rem;
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}

.entry-footer p.entry-meta  {
text-align: right;
}
.entry-footer p.entry-meta span.entry-categories{
float: left;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Column Classes ----------- */

.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth,
.one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds 
{
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half, .three-sixths, .two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third, .two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths, .two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */



p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}


p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
	padding: 16px;
	padding: 1rem;
}





/*

05 Menus

---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
	font-weight: normal;
	font-size: 17px;
	font-size: 1.0625rem;
	font-size: 14px;
}


.site-header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.nav-primary .wrap {
  margin: 0 auto;
  text-align: center;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 3px solid #ccc;
	border-bottom: 3px solid #9e9ea6;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: none;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a,
.genesis-nav-menu a:link,
.genesis-nav-menu a:hover,
.genesis-nav-menu a:active,
.genesis-nav-menu a:visited
 {
	display: block;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
	position: relative;
	color: inherit; /* do not use default link color */
}


/* not sure when class highlight-menu-item is invoked
.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #C2BFA3;
}
*/

/* sub menu */
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #eee;
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	padding: 0.625rem;
	position: relative;
	width: 170px;
	line-height: 1.2;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
.site-header .genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
/*background: url(images/arrow-down.png) no-repeat;*/
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 3px ;
	font-variant: normal;
}

.genesis-nav-menu input, .sidebar input, .sidebar input[type="submit"] {
	padding: 3px;
	padding: 0.1875rem;
vertical-align: middle;
}

/* rss and twitter not used
.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}
*/




/* Headings --------------------------------------------------------------------------------- */


h1,
h2,
h3,
h4,
h5,
h6
 {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}


.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/* Lists -------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

div.wyrecipe {
  clear: both;
  background-color: #ddd;
  padding: 10px;
  margin-bottom: 10px;
}


/* Post Navigation ----------------------------------------------------------------------- */

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled 
{
/*	background-color: #E5E6D3; */
/*background-color: #eeeeee;*/
/*	border-radius: 3px; */
	cursor: pointer;
	padding: 8px;
	padding: 0.5rem;
	font-size: 14px;
	font-size: 0.875rem; 

}

/*.pagination li a:hover,*/
.pagination li.active a {
	background-color: #bbbbbb;
}


/* Comments ----------------------------------------------------- */

.entry-comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
.entry-comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.entry-comments h3 {
/*	display: inline;*/
	width: 50%
}

#author,
#email,
#url {
	width: 50%;
}

/*.comment-meta,*/
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.comment-meta a,
.comment-meta a:hover
 {
	color: inherit;
	text-decoration: none;
}

.comment-meta time {
	font-size: 12px;
	font-size: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 4px;
	margin-top: 0.25rem;
	padding: 16px;
	padding: 1rem;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-list .children li {
padding-left: 48px;
padding-left: 3rem;
padding-right: 0px;
}

.comment .says {
	display: none;
}

div.comment-reply {
	width: 100%;
	display: inline-block;
}

a.comment-reply-link {
	float: right;
	text-transform: lowercase;
	font-variant: small-caps;

}

a.comment-reply-link:before {
	content: '[';

}

a.comment-reply-link:after {
	content: ']';

}

.comment-header {
	overflow: hidden;
	background-color: rgba(167, 156, 136, 0.06);
	padding: 5px;
}

.comment {
}

.comment-content {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.comment-content p {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.bypostauthor > article .comment-content {
	font-style: italic;
}

.entry-comments .pagination {
	margin-top: 32px;
	margin-top: 2rem;
}

.form-allowed-tags {
	display: none; 
}


/* Sidebars -------------------------------------------------------- */

.social-icon, a.social-icon:before, .essb_item a:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
text-decoration: none;
}

.sidebar .social-icon {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 1;
}

.sidebar a {
	color: inherit;
}

.sidebar a.social-icon {
	color: #c1baab;
}

.sidebar a.social-icon:hover {
/*	color: #666; */
	color: rgba(167, 156, 136, 1);
	text-decoration: none;
}

.sidebar {
	font-size: 14px;
	font-size: 0.875rem;
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.widgettitle
 {
	font-size: 16px;
	font-size: 1rem;
}

.sidebar .widgettitle
 {
	border-bottom: 1px solid #ccc;
}

.sidebar .widget {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}



/*

11 Footer

---------------------------------------------------------------------------------------------------- */



.site-footer {

	clear: both;

}



.site-footer .wrap {

	border-top: 2px solid #1e1e1e;

	overflow: hidden;

	padding: 32px 0;
	padding: 2rem 0;

}



.site-footer .creds {

	text-align: right;

}



.site-footer .creds,

.site-footer .gototop {

	margin: 8px 0;

	margin: 0.5rem 0;

}



/* 11a - Footer Widgets ----------- */



.footer-widgets {

	border-top: 2px solid #1e1e1e;

	clear: both;

	line-height: 1.5;

	overflow: hidden;

	padding: 32px 0 16px;

	padding: 2rem 0 1rem;

}



.footer-widgets p {

	margin-bottom: 16px;

	margin-bottom: 1rem;

}



.footer-widgets .widget {

	margin-bottom: 24px;

	margin-bottom: 1.5rem;

}



.footer-widgets .widget-area ul li {

	list-style-type: none;

	margin-bottom: 6px;

	margin-bottom: 0.375rem;

	word-wrap: break-word;

}



.footer-widgets-1 {

	margin-right: 4.166666666%; /* 48px / 1152px */

}





/*

12 Forms & Buttons

---------------------------------------------------------------------------------------------------- */



input,

select,

textarea {

	background-color: #fff;

	border: 1px solid #eee;

/*	border-radius: 3px; */

	box-shadow: 0 0 5px #eee inset;

	padding: 16px;

	padding: 1rem;

	width: 100%;

}


.site-header .search-form {

	float: right;

	margin-top: 56px;

	margin-top: 3.5rem;

	width: 100%;

}



button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #c1baab;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px;
	padding: 1rem;
	width: auto;
}

.sidebar input[type="submit"] {
font-size: 12px;
padding: 5px;
vertical-align: middle;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	/*background-color: #bbb;*/
opacity: 0.5;

}



.enews input[type="submit"],

.search-form input[type="submit"] {

	border: 0;

	clip: rect(0, 0, 0, 0);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute;

	width: 1px;

}



/* 12a - Gravity Forms ----------- */



.content div.gform_wrapper input,

.content div.gform_wrapper select,

.content div.gform_wrapper textarea,

.content div.gform_wrapper .ginput_complex label {

	font-size: 16px;

	font-size: 1rem;

	padding: 16px;

	padding: 1rem;

}



.content div.gform_wrapper input[type="submit"] {

	padding: 16px 24px;

	padding: 1rem 1.5rem;

}



.content div.gform_wrapper .ginput_complex label {

	padding: 0;

}



div.gform_wrapper li,

div.gform_wrapper form li {

	margin: 16px 0 0;

	margin: 1rem 0 0;

}





/*

13 Images & Captions

---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	border: 1px solid #fff;
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
}

.comment-list li.bypostauthor > article .avatar {
	border: 2px solid #b65b00;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}



img.alignnone {

	display: inline;

	margin-bottom: 12px;

	margin-bottom: 0.75rem;

}

.wp-caption {
	text-align: center;
}

img.alignleft,

.post-image,

.wp-caption.alignleft {

	display: inline;

	margin: 0 24px 24px 0;

	margin: 0 1.5rem 1.5rem 0;

}



img.alignright,

.wp-caption.alignright {

	display: inline;

	margin: 0 0 24px 24px;

	margin: 0 0 1.5rem 1.5rem;

}



p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
margin-top: 4px;
margin-top: 0.25rem;
font-style: italic;

}



.gallery-caption {

}





/*

14 Media Queries

---------------------------------------------------------------------------------------------------- */



/* Desktops, laptops and iPads (landscape) ----------- */



@media only screen and (max-width: 1024px) {



	.site-container {

		max-width: 960px;

	}	



}



/* iPads (portrait) ----------- */



@media only screen and (max-width: 768px) {



	.site-container {

		padding: 0 5%;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

	.wrap,

	.site-footer .creds,

	.site-footer .gototop,

	.site-header .widget-area,

	.site-inner,

	.title-area,

	.site-container .sidebar,

	.site-container .content,

	.site-container .content-sidebar-wrap,

	.site-container .sidebar-secondary {

		width: 100%;

	}



	.genesis-nav-menu li,

	.site-footer .creds,

	.site-footer .gototop,

	.site-header ul.genesis-nav-menu,

	.site-header .search-form {

		float: none;

	}



	.genesis-nav-menu,

	.site-description,

	.site-footer .creds,

	.site-footer .gototop,

	.site-header .search-form,

	.title-area {

		text-align: center;

	}



	.genesis-nav-menu a {

		padding: 20px 16px;

		padding: 1.25rem 1rem;

	}


	.site-header .search-form {

		margin: 32px auto 0;

		margin: 2rem auto 0;

		width: 50%;

	}

.site-title {

		margin: 16px 0;

		margin: 1rem 0;

	}



	.genesis-nav-menu li.right {

		display: none;

	}



	.site-footer .wrap {

		padding: 24px 0;

		padding: 1.5rem 0;

	}



	.footer-widgets-1,

	.site-header .genesis-nav-menu {

		margin: 0;

	}



}



/* iPhones (portrait and landscape) ----------- */



@media only screen and (max-width: 480px) {



	html {

		font-size: 87.5%; /* 14px base */

	}



	.site-header .search-form {

		width: 100%;

	}



	.archive-page,

	.five-sixths,

	.four-fifths,

	.four-sixths,

	.one-fifth,

	.one-fourth,

	.one-half,

	.one-sixth,

	.one-third,

	.three-fifths,

	.three-fourths,

	.three-sixths,

	.two-fifths,

	.two-fourths,

	.two-sixths,

	.two-thirds {

		margin: 0;

		width: 100%;

	}



}


/* YeastSpotting Styles */
table.yeastspotting, table.ysindex {
   border: 0;
   margin-top: 0px;
   border-collapse: collapse;
}

.yeastspotting td, .ysindex td {
  padding: 5px;
  color: #a0522d;
  text-align: left;
  vertical-align: middle;
}

.yeastspotting tr {
  border-bottom: 1px dotted black;
}

.yeastspotting tr td:first-child {
  width: 200px;
}

.yeastspotting th, .ysindex th {
   border: 0;
  padding: 3px;
  color: #000000;
  font-size:120%;
  font-weight:normal;
  text-align: left;
  padding-left:20px;
  font-variant:small-caps;
}

.yeastspotting th {
  border-bottom: 2px solid black;
  padding-top:30px;
}

.ysindex th {
  padding-top:10px;
}

.yeastspotting ul {
}
.yeastspotting ul li {
  margin-left:0;
  list-style-type:none;
}

.ysinfo 
{
  margin-top: 10px;
  padding:10px 10px 10px 10px;
  background: #E5E6D3;
  background: rgba(167, 156, 136, 0.1);
  border:#000 1px solid;
  font-Size: 90% ;
}

ul.yeastspotting-archive-list li {
	list-style-type: none;
}

.ysinfo form {
  display: inline;
}

.ysinfo input {
  width: 40%;
  padding:8px;
  padding: 0.5rem;
}

/* Plugins */
/* DD Form Mailer */
form.ddfm .fmradio input {
  width: auto;
  margin-right: 3px;
}

form.ddfm .fmradio label {
  padding-left: 3px;
}



a.pinit-button {
	opacity: 0.8;
}

.recent_posts_widget ul li:nth-child(odd) {
	float: left;
}

.recent_posts_widget ul li:nth-child(even) {
	float: right;
}

.recent_posts_widget li {
  max-width: 49%;
}


div.recent_posts_widget {
	overflow: hidden;
	width:100%;
}

#recipe-list-nav a, .recipe-index-section ul a {
	color: inherit;
}

#recipe-list-nav ul {
	width: 100%;
overflow: hidden;
}

#recipe-list-nav ul li {
	list-style-type: none;
	font-variant: small-caps;
	margin: 0px ;
	padding: 0px ;
	border: none;
	float: left;
	width: 50%;
	font-size: 16px;
	font-size: 1rem;
}

#recipe-list-nav ul li, .recipe-index-section h3 {
	font-variant: small-caps;
	opacity: 0.8;
}
.recipe-index-section h3 {
	border-bottom: 2px solid #eee;
}

.recipe-index-section h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

.recipe-index-section {
	clear: both;
}

.recipe-index-section ul li {
	list-style-type: none;
}

a.recipe-list-nav-link {
	float: right;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-variant: small-caps;
}

a.recipe-list-nav-link:before {
	content: '[';
}
a.recipe-list-nav-link:after {
	content: ']';
}

/* Easy Social Share Buttons */

.essb_item a, .essb_item a:before {
background: rgba(256,256,256,0.3);
color: #1e1e1e;
font-size: 32px;
font-size: 2rem;
line-height: 36px;
vertical-align: middle;	
}

.essb_t_nb {
    font-weight: 200 !important;
    font-size: 12px !important;
}

.essb_displayed_sidebar {
	margin-left: 10px !important;
}
.essb_displayed_sidebar .essb_item {
margin-top: 5px !important;

}

#essb_displayed_shortcode {
	margin: -10px;
}
#essb_displayed_shortcode li a {
	padding: 0 !important;
	margin: 0 !important;
}

.essb_link_facebook a:before, a.social-icon.facebook:before {
 	content: '\E027';
	
}
a.social-icon.facebook.circle:before {
 	content: '\E227';
}
.essb_link_facebook a:hover:before, a.social-icon.facebook:hover:before {
	color: #748ea5;
}

.essb_link_twitter a:before, a.social-icon.twitter:before {
	content: '\E086';
}
a.social-icon.twitter.circle:before {
 	content: '\E286';
}
.essb_link_twitter a:hover:before, a.social-icon.twitter:hover:before {
	color: #65a1a1;
}

.essb_link_pinterest a:before, a.social-icon.pinterest{
 content: '\E064';
}
a.social-icon.pinterest.circle:before {
 	content: '\E264';
}
.essb_link_pinterest a:hover:before, a.social-icon.pinterest:hover:before {
	color: #ad5d63;
}

.essb_link_google a:before, a.social-icon.google {
 content: '\E039';
}
a.social-icon.google.circle:before {
 	content: '\E239';
}
.essb_link_google a:hover:before, a.social-icon.google:hover:before {
 	color: #dd4c39;
}

.essb_link_mail a:before, a.social-icon.email {
 content: '\E024';
}
a.social-icon.email.circle:before {
 	content: '\E224';
}
.essb_link_mail a:hover:before, a.social-icon.email:hover:before {
	color: #4584f2;
}

.essb_link_rss a:before, a.social-icon.rss {
 content: '\E071';
}
a.social-icon.rss.circle:before {
 	content: '\E271';
}
.essb_link_rss a:hover:before, a.social-icon.rss:hover:before {
	color: #d55023;
}


.essb_links .essb_icon {
display: none !important;
}

.essb_item a:hover {
	background: #ffffff;
background: rgba(256,256,256,0.8);


}

/* legacy */
ul.nobull li {
	list-style-type: none;
}