/*! 	IMPORTS  	*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*! 	COLORS  	*/
/*! 	FONTS  	*/
/*! 	SPACING  	*/
/*! 	RESPONSIVE BREAKPOINTS	*/
/*! 	FONT-SIZING  	*/
/*! 	RETINA DISPLAY IMAGES  	*/
/*! 	CLEARFIX  	*/
/*! 	BOX SIZING  	*/
/*! 	BORDER RADIUS  	*/
/*! 	OPACITY  	*/
/*! 	CENTER-ALIGN BLOCK LEVEL ELEMENT  	*/
/*! 	TEXT OVERFLOW WITH ELLIPSIS 	*/
/*! 	ABSOLUTE POSITIONING	*/
/*! 	ROUNDED BORDER	*/
/*! 	SHADOW	*/
/*! 	LINEAR GRADIENT	*/
/*! 	RESPONSIVE BREAKPOINTS	*/
/*! 	CLEARFIX  	*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
  display: block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*! 	FLEXIBLE IMAGES, VIDEO  	*/
img, object {
  height: auto;
  max-width: 100%;
  width: auto;
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

#adswidget1-quick-adsense iframe, #adswidget2-quick-adsense iframe {
  height: 100%;
}

#adswidget1-quick-adsense .adsense-widget {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

#adswidget2-quick-adsense .adsense-widget {
  width: 160px;
  height: 600px;
  margin: 0 auto;
}

/*! 	BOX SIZING  	*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*! 	TYPOGRAPHY  	*/
body {
  color: #515151;
  font-size: 1em;
  line-height: 1.411764705882353;
  /* 24px / 17px */
  font-family: "HelveticaNeue-Light", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
}

a, a:link, a:visited {
  color: #c54500;
  text-decoration: underline;
}

a:hover, a:active {
  color: #e08566;
}

select, textarea, input {
  font-family: "HelveticaNeue-Light", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #333;
}

input[type="text"] {
  height: 2.13333em;
  border: none;
  border-top: solid 1px #d7d7d7;
  border-left: solid 1px #d7d7d7;
  padding: 0.3125em;
}

select {
  height: 2.13333em;
  padding: 0.3125em;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

p {
  padding: 0 0 1.25em 0;
}

#main ul {
  list-style: disc;
}

#main ol {
  list-style: decimal;
}

#main ul, #main ol {
  padding: 0 0 1.25em 1.5625em;
}

hr {
  border-color: #ccc;
  margin: 1.25em 0;
  padding: 0 0 1.25em;
}

img.alignleft {
  float: left;
  margin: 0 1.25em 1.25em 0;
}
@media screen and (max-width: 640px) {
  img.alignleft {
    float: none;
    margin: 0 0 1.25em 0;
    width: 100%;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1.25em 1.25em;
}
@media screen and (max-width: 640px) {
  img.alignright {
    float: none;
    margin: 0 0 1.25em 0;
    width: 100%;
  }
}

table {
  padding: 0 0 1.25em 0;
}

table td {
  vertical-align: top;
}

a.print-button {
  background: transparent url(../images/print-icon.png) 0 0 no-repeat;
  padding: 0 0 0.625em 1.5625em;
  float: right;
  color: #333;
}

/*! 	RESPONSIVE TESTING  	*/
#rwd-label {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 10px;
  font-size: 10px;
  color: #fff;
  z-index: 20000;
  display: none;
}

#rwd-label a, #rwd-label a:visited {
  color: #fff;
  text-decoration: underline;
}

#rwd-label a.show {
  display: none;
}

body {
  background-color: #c7c5be;
  color: #333;
}

@media screen and (max-width: 768px) {
  #content, #content-blog {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}

#header-image {
  font-size: 17px;
  font-size: 1.0625rem;
  height: 21.76471em;
  padding: 17.64706em 0 1.76471em;
}
@media screen and (max-width: 640px) {
  #header-image {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-top: 13.52941em;
    height: 18.05882em;
  }
}
@media screen and (max-width: 480px) {
  #header-image {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 10.8em;
    height: 14.93333em;
  }
}
@media screen and (max-width: 360px) {
  #header-image {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 9.58333em;
    height: 13.5em;
  }
}
@media screen and (max-width: 320px) {
  #header-image {
    font-size: 10px;
    font-size: 0.625rem;
    padding-top: 10em;
    height: 14em;
  }
}

#header-image a {
  text-decoration: none;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}

#header-image .site-name {
  padding-top: 0;
  margin: 0 auto;
  width: 74%;
}
@media screen and (max-width: 480px) {
  #header-image .site-name {
    width: 78%;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  #header-image .site-name {
    width: 87%;
  }
}

#header-image .site-description {
  padding-top: 0.625em;
  color: #000;
  margin: 0 auto;
  width: 50%;
  display: none;
}

.menu {
  background-color: #fff;
  background-image: none;
  clear: both;
  filter: none;
  margin: 0 auto;
}

.menu a {
  background-color: #fff;
  background-image: none;
  text-decoration: none;
  color: #333;
  text-shadow: none;
  font-weight: 300;
  border-left: solid 1px #c7c5be;
}

.menu .current_page_item a, .menu .current-menu-item a {
  color: #c54500;
  background-color: #fff;
  background-image: none;
}

.menu a:hover, .menu a:active {
  background-color: #fff;
  background-image: none;
  text-decoration: none;
  color: #c54500;
  text-shadow: none;
}

.js .main-nav .menu {
  top: 33px;
}

#wrapper {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  border: none;
}

#footer, #footer a, #footer a:visited, #footer a:link {
  color: #fff;
}

#footer a:hover, #footer a:active {
  color: #fff;
  text-decoration: none;
}

.widget-wrapper {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0.9375em 1.25em 1.25em;
  border: solid 1px #c7c5be;
}

.widget-title h3, .widget-title-home h3 {
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0.625em;
}

#text-3, #text-4, #text-about-intro {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #c54500;
}

h1.entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 300;
  padding: 0.83333em 0 0.41667em;
  color: #333;
}

h2.entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #333;
}

h2.entry-title a, h2.entry-title a:link, h2.entry-title a:visited {
  text-decoration: none;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  color: #c54500;
}

h2.entry-title a:hover, h2.entry-title a:active {
  color: #e08566;
}

#content-blog .post, #content-archive .post, #content-search .post {
  border-top: 1px solid #c7c5be;
  padding: 1.25em 0;
}

.post-image {
  float: left;
  width: 33.15881%;
  margin-right: 3.4904%;
}
@media screen and (max-width: 360px) {
  .post-image {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 1.17647em;
  }
}

@media screen and (max-width: 360px) {
  .post-image img {
    width: 100%;
  }
}

.post-excerpt {
  float: left;
  width: 63.35079%;
}
@media screen and (max-width: 360px) {
  .post-excerpt {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.post-full-image {
  padding: 0.625em 0 1.25em;
  display: block;
}

#related-recipes h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
  color: #333;
  padding: 0.5em 0;
}

#related-recipes h3 {
  font-weight: 700;
  color: #333;
  padding-bottom: 0.3125em;
}

#header {
  background-color: #fff;
}

#header .menu {
  float: left;
  width: 59.57447%;
}

#header .social-icons {
  line-height: normal;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 40.42553%;
  float: right;
  padding: 10px 10px 0;
}
@media screen and (max-width: 360px) {
  #header .social-icons {
    width: 45%;
  }
}
@media screen and (max-width: 320px) {
  #header .social-icons {
    width: 50%;
  }
}

#header .rss-icon, #header .yelp-icon, #header .vimeo-icon, #header .youtube-icon, #header .twitter-icon, #header .facebook-icon, #header .linkedin-icon, #header .rss-feed-icon, #header .instagram-icon, #header .pinterest-icon, #header .foursquare-icon, #header .googleplus-icon, #header .google-plus-icon, #header .stumbleupon-icon, #header .stumble-upon-icon {
  display: inline;
  margin: 1px;
  padding-left: 3px;
}

#content h1, #content-archive h1, h1.title-404, h6.title-search-results, h6.title-archive {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 0 0 0.41667em;
  font-family: "PT Sans",sans-serif;
}

.error404 h6 {
  padding-bottom: 10px;
}

#content h3 {
  color: #333333;
  font-family: "PT Sans",sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.625em;
}

.recipe-list {
  padding-bottom: 1.25em;
}

#text-about-images img {
  line-height: 1px;
  width: 100%;
  height: auto;
  margin-bottom: 1.25em;
}

#recipes-left {
  float: left;
  width: 48%;
  margin-right: 4%;
}

#recipes-right {
  float: left;
  width: 48%;
}

.widget_wysija p {
  padding-bottom: 0;
}

.widget_wysija input.widget-submit {
  margin-top: 0;
}
