/* 
Theme Name: Kitchen Treaty
Theme URL: http://www.kitchentreaty.com
Description: Responsive custom theme for Kitchen Treaty.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/


/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; }
								  
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table { 
	border-collapse: collapse; 
	border-spacing: 0; }
input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
}
	
/* 
	16 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }


/* MAIN CONTAINER */
.container { 
	max-width: 100%;
	margin: 0 auto; }

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }


/* DEFAULT ROW STYLES */
.row { margin-bottom: 1.5em; } /* set according to preference*/
	
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float:left;
	width: 100%;
}

@media ( min-width : 800px ) {
	.col {
		margin-left: 2%;
	}
}


/* RESET MARGINS */
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {
	.span_1 { width: 4.375%; }
	.span_2 { width: 10.75%; }
	.span_3 { width: 17.125%; }
	.span_4 { width: 23.5%; }
	.span_5 { width: 29.875%; }
	.span_6 { width: 30%; }
	.span_7 { width: 42.625%; }
	.span_8 { width: 49.0%; }
	.span_9 { width: 55.375%; }
	.span_10 { width: 64%; }
	.span_11 { width: 68.125%; }
	.span_12 { width: 74.5%; }
	.span_13 { width: 80.875%; }
	.span_14 { width: 87.25%; }
	.span_15 { width: 93.625%; }
	.span_16 { width: 100%; }
}


/*---------STRUCTURE---------*/


@font-face {
    font-family: 'Lavanderia';
    src: url('fonts/lavanderia_regular-webfont.eot');
    src: url('fonts/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lavanderia_regular-webfont.woff') format('woff'),
         url('fonts/lavanderia_regular-webfont.ttf') format('truetype'),
         url('fonts/lavanderia_regular-webfont.svg#Lavanderia') format('svg');
    font-weight: normal;
    font-style: normal;
}					
					
body                     {
	color: #393637;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	background-color: #fafaf8;
	background-image: url("images/bg.jpg");
	margin: 0;
	padding: 0; }
a  {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none }
a:link, a:visited          {
	color: #c7290e;
	text-decoration: underline }
a:hover, a.active           {
	color: #e9c434;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 12px }
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5              {
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.2;  }
h1                   {
	font-weight:300;
	color: #c7290e;
	font-size: 26px; }
h2 {
	font-weight: 300;
	color: #c7290e;
	font-size: 26px; }
h3                   {
	color: #9c9a9b;
	font-weight: normal;
	font-size: 17px; }
h4     {
	color: #9c9a9b;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 13px;}
h4 a, h5 a {
	color: #9c9a9b !important;
}
h5     {
	color: #9c9a9b;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper                               {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1130px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: visible }
.clear {
	clear: both }
img[alt] {
	text-align: center !important;
	color: #9c9a9b !important;
	font-style: italic;
}
/*Header*/
.header                           {
	height: 280px;
	position: relative;
	margin: 0; }
.header .logo          {
	position: absolute;
	z-index: 20;
	top: 5px;
	left: 15px;
	margin: 0; }
.headerad {
	float: right;
	margin: 5px 0 0;
}
.topnav {
	clear: right;
	overflow: hidden;
	text-align: right;
	margin: 0;
}
.topnav ul {
	display: inline-block;
}

.topnav ul li {
	display: inline-block;
	margin-right: 12px;
}
.topnav a {
	color: #9c9a9b;
	font-style: italic;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.topnav a:hover {
	color: #c7290e;
}
.topnav .searchform {
	width: 160px;
	display: inline-block;
}
	.topnav .searchinput, .topnav .searchsubmit {
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
	}
.topnav .social {
	display: inline-block;
	margin-right: 17px;
}
.social a {
	font-size: 22px;
	vertical-align: middle;
}
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.sep          {
	background-image: url("images/sep.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 41px }
/*Content*/
#content                      {
	margin: 30px 0 0;
	max-width: 700px;
	float: right; }
#content img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.pagecontent h2.pagetitle, h2.archivetitle {
	font-size: 26px;
	margin-top: 0 }
.pagecontent ul, .post ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px }
.pagecontent ul li, .post ul li  {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	padding-left: 11px }
.pagecontent ol, .post ol  {
	margin: 0 0 15px 20px;
	padding: 0; }
.pagecontent ol li, .post ol li  {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
	margin-bottom: 9px; }

/*Sidebar*/
.sidebar            {
	color: #9c9a9b;
	margin-top: 35px;
	font-size: 97%;
	line-height: 1.5;
	display: inline;
	max-width: 330px;
	min-width: 300px;
	float: left }
h3.widgettitle, .widget h3         {
	color: #393637;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 8px }
.lowersidebar h3 {
	text-align: center;
	background: url(images/sep2.png) 0 center no-repeat;
	margin: 10px 0 15px;
}
.lowersidebar h3 span {
	background-image: url(images/bg.jpg);
	padding: 0 10px;
}
.topsidebar, .lowersidebar   { 
	clear: both;
	overflow: hidden;
}
.leftsidebar      {
	max-width: 160px;
	width: 48%;
	float: left }
.rightsidebar   {
	width: 45%;
	max-width: 150px;
	float: right }
.widget      {
	margin-bottom: 30px }
.widget a:link, .widget a:visited, .widget a:active     {
	color: #393637;
	text-decoration: none }
.widget a:hover     {
	color: #c7290e;
	text-decoration: none }
.widget ul   { }
.widget ul li         {
	background-image: none;
	list-style-type: none;
	padding: 0 }
.widget p   {
	margin-top: 6px;
	margin-bottom: 2px }
.leftsidebar select, .rightsidebar select {
	color: #393637;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding: 5px;
	width: 160px;
	border-style: none }
.leftsidebar select {
	width: 125px;
}
.topsidebar .ad, .lowersidebar .ad {
	padding: 15px 1px 10px;
	background-color: #ebeaeb;
	overflow: hidden;
}
.topsidebar .ad .textwidget, .lowersidebar .ad .textwidget {
	width: 300px;
	margin: 0 auto;
}
.sidebar .about h3 {
	text-align: center;
	width: 64%;
	line-height: 1.2;
}
.sidebar .about h3 em {
	font-family: "Lavanderia", "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
	font-style: normal;
	letter-spacing: normal;
	font-size: 22px;
	background: url(images/doodle1.png) center center no-repeat;
	padding: 5px 5px 5px 10px;
	margin-right: -2px;
}
.sidebar .about p {
	text-align: center;
	width: 64%;
	color: #9c9a9b;
}
.sidebar .about img {
	float: right;
	width: 33%;
	max-width: 107px;
}
.sidebar .about a {
	color: #c7290e;
	font-size: 11px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-decoration: none;
}
.sidebar .about a:hover {
	color: #e9c434;
}
.sidebar .social {
	text-align: center;
	float: none;
}
.sidebar .social a {
	font-size: 28px;
	color: #769580;
}
.sidebar .subscribe {
	background: url(images/apple.jpg) no-repeat;
	padding-left: 29%;
	text-align: center;
	min-height: 114px;
}
.sidebar .subscribe h3 {
	padding-top: 16px;
	text-align: center;
}
.sidebar .subscribe p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.emailform  {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ebeaeb;
	overflow: hidden;
	margin-top: 5px; }
.emailinput  {
	color: #888687;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	font-style: italic;
	width: 78%;
	margin: 0;
	float: left;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	border-style: none }
.emailsubmit  {
	color: #c7290e;
	font-size: 12px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: 5px 8px;
	width: 22%;
	display: inline-block;
	vertical-align: middle;
	border-style: none }
.emailsubmit:hover {
	color: #e9c434 }
.sidebar .recentposts ul {
	overflow: hidden;
}
.sidebar .recentposts ul li {
	width: 32%;
	float: left;
	clear: none;
	display: inline-block;
	margin: 0 2% 15px 0;
	padding: 0;
}
.sidebar .recentposts ul li:nth-child(3n) {
	margin: 0 0 15px 0;
}
.sidebar .recentposts ul li:nth-child(3n+1) {
	clear: both;
}
.sidebar .recentposts ul li .title {
	display: none;
}
.sidebar .recentposts li img {
	width: 100%;
	height: 100%;
}


.leftsidebar .recentposts ul li {
	width: 100%;
	float: none;
	clear: none;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0;
}


.catwidget h3, .recipes-widget h3 {
	font-family: "Lavanderia", "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 36px;
	text-transform: none;
	letter-spacing: normal;
	color: #c7290e;
	text-align: center;
	background: url(images/sep2.png) 0 center no-repeat;
	margin: 5px 0 25px;
}
.catwidget h3 span, .recipes-widget h3 span {
	background-image: url(images/bg.jpg);
	padding: 0 10px;
}
.catwidget h4 {
	color: #393637;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 5px;
}
.recipes-widget ul {
	text-align: center;
}
.recipes-widget ul li a  {
	color: #393637;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
.catwidget h4 a {
	color: #393637 !important;
}
.catwidget ul li, .recipes-widget ul li ul li a {
	text-align: center;
	list-style-type: none;
	font-size: 12px;
	line-height: 2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	color: #888687;
}
.recipes-widget ul li ul.sub-menu {
	margin-bottom: 20px;
}
.catwidget ul a:link, .recipes-widget .sub-menu a:link {
	color: #888687;
}
.catwidget ul a:visited, .recipes-widget .sub-menu a:visited {
	color: #aaa9a9;
}
.catwidget ul a:hover, .catwidget h4 a:hover, .recipes-widget .sub-menu a:hover {
	color: #c7290e !important;
}
.catwidget ul a:active, .recipes-widget .sub-menu a:active {
	color: #c7290e;
}
/*Post Styles*/
.post {
	background: url(images/sep.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	margin-bottom: 50px;
}
.singlepost {
	margin-bottom: 35px;
}
.post h2.posttitle {
	margin: 0 0 4px;
	text-align: center;
	font-size: 26px;
}
.post h2.posttitle a    {
	color: #c7290e;
	text-decoration: none }
.post h2.posttitle a:hover           {
	color: #e9c434;
	text-decoration: none }

.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta {
	text-align: center;
	color: #757273;
	font-size: 10px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.postmeta a         {
	color: #757273;
	text-decoration: none }
.postmeta em {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #9c9a9b;
}
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #c7290e;
	text-decoration: none }
.postmeta .ccount {
	display: inline-block;
}
.metabottom               {
	margin: 0; }
.postnav {
	margin-bottom: 50px;
	padding: 12px 2px 10px;
	overflow: hidden;
	border-top: 1px solid #ebeaeb;
	border-bottom: 1px solid #ebeaeb }
.metabottom .left     {
	line-height: 20px;
	width: 60%;
	float: left;
	text-align: left; }
.metabottom .right     {
	line-height: 20px;
	text-align: right;
	width: 40%;
	float: right }


.post img     {
	width: auto !important;
	height: auto;
	max-width: 580px }
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post blockquote        {
	color: #757273;
	font-size: 110%;
	font-style: italic;
	margin: 25px 0;
	overflow: hidden;
	border: 1px solid #ebeaeb;
	border-bottom: 5px solid #c7290e;
	padding: 30px }
.post blockquote p:first-child {
	margin-top: 0;
}
.post blockquote p:last-child {
	margin-bottom: 0;
}
.post blockquote h4 {
	font-family: "Lavanderia", "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	margin: 10px 0 20px;
	color: #5e8269;
}
.post blockquote .wp-caption.alignright {
	margin: 0;
	float: right;
}
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #9c9a9b;
	font-size: 90%;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	margin: 0; }
/* Recipe Styles */
.recipe                          {
	background-color: #ffffff;
	border: 1px solid #ebeaeb;
	margin: 35px 0 25px;
	padding: 30px 30px 20px; }
.recipe h2                     {
	margin: 0px 0 10px;
	 }
.recipe h3                    {
	color: #c7290e;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 13px;
	clear: left; }
.recipe h4 {
	color: #393637;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 13px; }
.recipe h5 {
	font-weight: normal;
	margin-bottom: 10px;
}
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.ingredients h3 {
	
}
.directions h3 {
	margin-bottom: 5px;
}
.recipe ol li:last-child, .recipe ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.recipe .recipemeta, .recipe .summary   {
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .notes  {
	color: #757273;
	font-style: italic;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0;
	clear: left }
.recipe .notes p:last-child {
	margin-bottom: 0;
}
.recipe .source   {
	color: #757273;
	font-size: 12px;
	line-height: 17px;
	margin-top: 25px;
	clear: left }
.recipe .source p {
	margin: 0;
}
.recipe .time           {
	color: #757273;
	font-size: 11px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	margin: 0 0 15px; }
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong, .options strong  {
	color: #9c9a9b;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-size: 12px;
}
.recipe .ingredients {
	margin-bottom: 20px }
.recipe .photo {
	display: block;
	margin-bottom: 5px;
	width: 145px !important;
	height: 145px !important;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	float: right;
	clear: right;
	margin-left: 15px; }
	
.recipe .rating {
	float: right;
	width: 145px;
	clear: right;
	font-size: 11px;
	font-style: italic;
	color: #9c9a9b;
	line-height: 1.4;
	text-align: center;
	margin: 30px 0 10px 10px;
}
	.recipe .rating small {
		font-size: 10px;
		color: #9c9a9b;
		display: block;
		text-align: center;
		margin-top: 8px;
	}
		.recipe .rating small a {;
			color: #9c9a9b;
		}
.printbutton         {
	text-align: center;
	width: 145px;
	clear: right;
	float: right;
}
.printbutton a {
	display: block;
	text-decoration: none;
	color: #393637;
	font-size: 11px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .03em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	line-height: 35px;
	background: url(images/doodle2.png) center center no-repeat;
}
.printbutton a em {
	text-transform: lowercase;
	font-style: italic;
	color: #c7290e;
	font-size: 12px;
	margin-right: 1px;
}
.printbutton a img {
	vertical-align: middle;
}
.printbutton a:hover, .printbutton a:hover em {
	color: #c7290e;
}
.printbutton img { }

/* Recipe Summary */
.recipesummary {
	margin: 0 0 25px;
	padding: 25px 30px 25px;
	overflow: hidden;
}
.recipesummary h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: normal;
}
.recipesummary .summary p {
	font-size: 95%;
	margin-top: 0;
}
.recipesummary .attributes p a {
	display: inline-block;
	text-decoration: none;
	background-color: #757273;
	color: #ffffff;
	padding: 1px 7px;
	margin-right: 5px;
	font-size: 12px;
}
	.recipesummary .attributes p a:hover {
		background-color: #c7290e;
	}
.recipesummary .attributes, .recipesummary .options {
	display: inline-block;
	margin-right: 7px;
	color: #757273;
}
.recipesummary .options a {
	color: #757273;
	font-size: 11px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0 3px;
}
.recipesummary .attributes {
	text-transform: uppercase;
}
.recipesummary .options {
}
.recipesummary .time p {
	display: inline-block;
	clear: none;
}
.recipesummary .photo {
	display: inline-block !important;
	width: 140px !important;
	height: 140px !important;
}
.recipesummary .rating {
	margin: 0 0 0;
	display: inline-block;
	float: left;
	text-align: center;
}
	.recipesummary .rating small {
		font-size: 10px;
		color: #9c9a9b;
		display: block;
		text-align: center;
	}
		.recipesummary .rating small a {;
			color: #9c9a9b;
		}
	.recipesummary .ratingSummary {
		display: none;
	}
.recipesummary .skiptorecipe {
	float: right;
	clear: right;
	width: 140px;
	text-align: center;
	margin-top: 0;
}
.recipesummary .skiptorecipe a {
	display: inline-block;
	text-decoration: none;
	color: #393637;
	font-size: 11px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .03em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	line-height: 35px;
	min-width: 110px;
	background: url(images/doodle2.png) center center no-repeat;
}
.recipesummary .skiptorecipe a:hover {
	color: #c7290e;
}
.recipesummary .share {
	margin: 0 0 0;
	display: inline-block;
	float: left;
}
.recipesummary .yummly {
	margin: 23px 0 0 15px;
	display: inline-block;
	float: left;
}
/* Post Bottom */
p.disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
	color: #9c9a9b;
	margin: 10px 0 35px;
}

.authorbox {
	background-color: #ffffff;
	border: 1px solid #ebeaeb;
	margin: 25px 0 35px;
	padding: 20px;
	overflow: hidden;
}
.authorbox .avatar {
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;
}
.authorbox .more {
	text-align: left;
}
.authorbox h4 {
	margin: 10px 0 10px;
	color: #c7290e;
	text-transform: none;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
}
.essb_links ul li {
	background-image: none !important;
	margin: 0;
	padding: 0;
}
.essb_links ul li:before {
	display: none !important;
}
.addthis_toolbox  {
	margin: 25px 0 10px }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 80px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
.innerpost, .innerpostad {
	overflow: hidden; }
.innerpostad {
	width: 300px;
	margin: 0px auto 50px;
}
.more {
	text-align: center;
	margin: 20px 0;
}
a.more-link {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 12px;
}
/*Teaser Post Styles*/
.teaserpost {
	width: 48%;
	float: left;
	margin-bottom: 50px;
	padding-bottom: 0;
	background-image: none;
}
.teaserpost.oddpost {
	margin-right: 4%;
	clear: left;
}
.teaserpost .postthumb {
	margin-bottom: 10px;
}
.teaserpost .postthumb img {
	width: 100% !important;
	height: auto;
}
.teaserpost h2 {
	font-size: 20px;
}
.teaserpost p {
	text-align: center;
}
.teaserpost .more {
	margin: 0;
}
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle   {
	margin-bottom: 15px }
.archives       {
	overflow: hidden }
.archivepost          {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 15px;
	width: 22%;
	float: left }
.archivepost.last {
	margin-right: 0;
}
.archivepost img  {
	width: 100% !important;
	height: auto }
.archivepost a  {
	text-decoration: none }
.archivepost .date          {
	color: #9c9a9b;
	font-size: 10px;
	text-align: center;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	display: block;
	float: none }
.archivepost .title        {
	font-size: 13px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	text-align: center;
	display: block;
	margin: 6px 0 3px }
.archiveslist, .subcategories     {
	color: #6b6963;
	font-size: 97%;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 1%;
	-webkit-column-count: 4;
	-webkit-column-gap: 1%;
	column-count: 4;
	column-gap: 1%; }
.archiveslist li, .subcategories li ul li  {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	padding-left: 11px }
.subcats h4 {
	color: #393637;
	font-size: 12px;
}
.subcats {
	overflow: hidden;
	background: url(images/sep.jpg) 0 bottom no-repeat;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.archiveslist a:link, .subcategories a:link  {
	color: #6b6963;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #919394;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #c7290e }
.archiveslist a:active, .subcategories a:active   {
	color: #c7290e }
.archiveslist em     {
	color: #9c9a9b;
	font-size: 10.5px }

.linkdirectory li.linkcat  {
	background-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0 }
.linkdirectory h3    {
	color: #9c9a9b }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #393637;
	text-decoration: none }
.linkdirectory a:visited {
	color: #888685;
	text-decoration: none }
.linkdirectory a:active {
	color: #393637;
	text-decoration: none }
.linkdirectory a:hover {
	color: #c7290e;
	text-decoration: none }
.relatedposts {
	margin-bottom: 25px }
.affiliateitems {
	overflow: hidden;
}
.affiliateitems h4 small {
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 10px;
	
}
.affiliateitems .archivepost          {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-right: 2.5%;
	margin-bottom: 15px;
	width: 18%;
	float: left }
	.affiliateitems .archivepost:nth-child(5n) {
		margin-right: 0;
	}
	.shop .archivepost:nth-child(4n) {
		margin-right: 0;
	}
	.shop .archivepost:nth-child(4n+1) {
		clear: left;
	}
.shop .archivepost a.more-link {
	color: #ffffff;
	background-color: #888685;
	padding: 3px 10px;
}
	.shop .archivepost a.more-link:hover {
		background-color: #c7290e;
	}
.pagecontent .tagindex  {
	margin: 10px 0 10px;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a    {
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 3px;
	width: 19px;
	height: 19px;
	float: left;
	border: solid 1px #ebeaeb }
.tagindex a:link   {
	color: #919394;
	text-decoration: none }
.tagindex a:visited    {
	color: #9c9a9b;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #c7290e }
.tagtitle   {
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	color: #9c9a9b;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #9c9a9b;
	font-style: italic;
	margin-left: 10px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
}
.tagtitle em a  {
	color: #9c9a9b;
	font-size: 10px }
.tagtitle a:hover  {
	color: #c7290e }
.relatedposts  {
	margin-top: 40px;
	margin-bottom: 40px }
.relatedposts ul, relatedposts ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 }
/*----FORMS----*/
#submit, .submitbutton          {
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 14px;
	background-color: #c7290e;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 12px 5px;
	border-style: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px     }
#submit:hover, .submitbutton:hover        {
	background-color: #e9c434 }
.commentinput, .styledinput, .captchainput           {
	color: #919394;
	font-size: 13px;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #f3f3f4;
	background-image: none;
	margin-bottom: 5px;
	padding: 7px;
	border: solid 1px #fff }
.commentinput:focus, .styledinput:focus, .captchainput:focus      {
	color: #393637;
	background-color: #f3f3f4 }
.commentinput {
	width: 475px }
.searchform  {
	border: 1px solid #ebeaeb;
	background-color: #fff; }
.searchinput  {
	color: #9c9a9b;
	font-size: 12px;
	line-height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: transparent;
	width: 80%;
	height: 35px;
	padding: 0 12px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	border-style: none }
.searchsubmit  {
	color: #c7290e;
	font-size: 14px;
	line-height: 35px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	width: 18%;
	height: 35px;
	display: inline-block;
	padding: 0 6px;
	margin: 0 0 0 -5px;
	vertical-align: middle;
	text-align: right;
	border-style: none }
.searchsubmit:hover {
	color: #e9c434 }
.searchsubmit:active {
	position: relative;
	top: 1px }
#searchform2 {
	width: 300px }
#searchform2 .searchinput {
	color: #919394;
	background-color: #f3f3f4;
	width: 240px }
.label  {
	margin-bottom: 2px }
.wpcf7-form  { }
.wpcf7-form .styledinput {
	width: 350px }
.wpcf7-form .captchainput { }
.wpcf7 p {
	margin: 0;
	padding: 0 }
/*Footer*/
.footer                                {
	color: #9c9a9b;
	font-size: 88%;
	text-align: center;
	max-width: 700px;
	float: right;
	overflow: hidden;
	padding: 50px 0 25px;
	margin-top: 40px;
	background: url(images/sep.jpg) center top no-repeat;
}
.footer a:link, .footer a:visited, .footer a:active     {
	color: #9c9a9b;
	text-decoration: none }
.footer a:hover     {
	color: #c7290e }
.footer .subscribe {
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: 1px solid #ebeaeb;
}
.footer .subscribe h3 {
	color: #393637;
	display: inline-block;
	width: 28%;
	font-family: "Lavanderia", "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
	vertical-align: middle;
	margin: 5px 1% 0;
}
.footer .subscribe p {
	display: inline-block;
	width: 24%;
	font-size: 11px;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	vertical-align: middle;
	margin: 0;
}
.footer .emailform {
	display: inline-block;
	width: 43%;
	vertical-align: middle;
	margin: 0 0 0 1%;
}
.footer .social {
	text-align: center;
	display: inline-block;
	margin: 35px 0 25px;
}
.footer .social a {
	color: #393637;
	margin: 0 3px;
}
.footer .social a:hover {
	color: #c7290e
}

.footernav {
	text-align: center;
	width: 100%;
	display: block;
	clear: both;
	margin: 5px 0 15px;
	font-size: 13px;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.footernav ul {
	text-align: center;
}
.footernav ul li {
	display: inline-block;
	margin: 0 5px;
}
.copyright          {
	font-size: 11px;
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center; }
.copyright a {
	text-decoration: underline !important;
}
.footerad    {
	clear: both;
	width: 728px;
	margin: 25px auto;
	 }
/*Comments*/
#comments           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	font-size: 97%;
	line-height: 1.5;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px }
#commentlist li         {
	margin: 0;
	border-bottom: 1px solid #ebeaeb;
	padding: 20px 10px 20px 60px }
#commentlist li.pingback {
	padding-bottom: 12px;
}
#commentlist li.bypostauthor       {
	background-color: #ffffff }
#commentlist li p    {
	margin: 2px 0px 10px 0;
	padding: 0 }
.commentmeta, .commentmeta a        {
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	color: #757273;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #9c9a9b;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.commentmeta strong          {
	color: #c7290e;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: normal }
.commentmeta strong a            {
	color: #c7290e;
	font-size: 13px;
	text-decoration: none }
.commentmeta a:hover         {
	color: #e9c434;
	text-decoration: underline }
.commentnumber       {
	display: inline }
#commentlist .avatar   {
	float: left;
	margin-left: -60px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px; }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #9c9a9b;
	font-size: 11px;
	line-height: 15px;
	background-color: #eeebe8;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 10px 7px }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #9c9a9b;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #de656c;
	font-weight: bold;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #fff;
	background-color: #e9c434 }
.commentnav .alignright a {
	color: #9c9a9b;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #de656c;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li         {
	background-image: none;
	padding: 10px 10px 10px 70px;
	list-style-type: none;
	border: none }
#commentlist li ul li ul li         {
	background-image: none;
	padding: 10px 0 10px;
	margin: 0;
	list-style-type: none;
	border: none }
#cancel_reply, #cancel_reply a       {
	color: #c7290e;
	font-size: 11px;
	font-weight: bold }
p.thdrpy {
	padding: 0;
	margin: 0 !important;
}
.thdrpy a       {
	color: #ffffff;
	background-color: #9c9a9b;
	font: 9px Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 2px;
	text-decoration: none }
.thdrpy a:hover   {
	background-color: #c7290e;
	text-decoration: none }
/*----PAGE NUMBERS----*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	word-spacing: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none }
#wp_page_numbers    {
	font-size: 11px;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	height: 15px;
	clear: both }
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: center;
	width: 100% }
#wp_page_numbers li {
	display: inline }
#wp_page_numbers a        {
	color: #9c9a9b;
	padding: 3px 5px;
	border: solid 1px #eaf0e8 }
#wp_page_numbers li.space       {
	color: #9c9a9b;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.active_page a:hover      {
	color: #fff;
	background-color: #c7290e }
#wp_page_numbers li.page_info       {
	color: #9c9a9b;
	text-transform: lowercase;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #e9c434 }
#wp_page_numbers li.active_page a     {
	color: #fff;
	background-color: #c7290e }
	


/*----MAIN Menu----*/
@media ( min-width : 800px ) {
.slicknav_menu {
	display: none;
}
#main {
    margin: 0;
    width: auto;
    display: inline-block;
    float: right;
    width: 100%;
    border-top: 1px solid #ebeaeb;
    border-bottom: 1px solid #ebeaeb;
    margin: 0px 0 25px;
    padding: 14px 0;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 12px;
}
.main-menu {
	text-align: right;
}
.main-menu a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	text-align: center;
    color: #393637;
}
	.main-menu li.recipeindex a {
		background: url(images/doodle2.png) center center no-repeat;
		padding: 8px 10px 8px 18px;
	}
.main-menu a:hover {
	color: #c7290e;
}
.main-menu > li {
	display: inline-block;
	color: #fff;
	margin: 0 2px;
}
.main-menu li {
	position: relative;
}
/*Submenu Level 1*/
.main-menu li ul {
	left: -9999px;
	display: block;
	position: absolute;
	background-color: #5e8269;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	width: 160px;
}
	.main-menu li ul a {
		color: #ffffff;
		text-align: left;
	}
	.main-menu li ul a:hover {
		color: #ffffff;
		background-color: #769580;
	}
/*Submenu Level 2*/
.main-menu > li > ul ul {
	background-color: #769580;
	top: 0;
}
.main-menu li:hover > ul {
	left:100%; 
}
.main-menu > li:hover > ul {
	left: 0;
}
.main-menu > li ul ul a:hover {
	color: #ffffff;
	background-color: rgba(255,255,255,.2);
}

}

/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
  src: url('fonts/fontello.eot?56033232');
  src: url('fonts/fontello.eot?56033232#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?56033232') format('woff'),
       url('fonts/fontello.ttf?56033232') format('truetype'),
       url('fonts/fontello.svg?56033232#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-plus:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-star:before { content: '\e818'; } /* '' */
.icon-clock:before { content: '\e819'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */

.icon-rss:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e80a'; } /* '' */
.icon-instagram:before { content: '\e80e'; } /* '' */
.icon-gplus:before { content: '\e80b'; } /* '' */
.icon-pinterest:before { content: '\e80c'; } /* '' */

.icon-rss-1:before { content: '\e800'; } /* '' */
.icon-twitter-1:before { content: '\e803'; } /* '' */
.icon-facebook-1:before { content: '\e804'; } /* '' */
.icon-instagram-1:before { content: '\e806'; } /* '' */
.icon-gplus-1:before { content: '\e807'; } /* '' */
.icon-pinterest-1:before { content: '\e809'; } /* '' */

.icon-arrow-up:before { content: '\e815'; } /* '' */
.icon-arrow-left:before { content: '\e816'; } /* '' */
.icon-arrow-down:before { content: '\e817'; } /* '' */
.icon-arrow-right:before { content: '\e810'; } /* '' */
.icon-left:before { content: '\e811'; } /* '' */
.icon-right:before { content: '\e812'; } /* '' */
.icon-down:before { content: '\f078'; } /* '' */
.icon-up:before { content: '\f077'; } /* '' */
.icon-close:before { content: '\f00d'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
