/*
Theme Name: Simply Recipes, Streamlined
Theme URI: http://www.simplyrecipes.com/
Author: Jesse Gardner
Author URI: http://plasticmind.com
Description: A custom built theme for Simply Recipes
Version: 1.0

Last Update: 12-07-12;

*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}

/* Simply Recipes Styling
 * Design by Jesse Gardner, http://plasticmind.com
 * Last update: 9-4-2012
 */


/* DEBUG */

/*
.site-header {
  background: rgba(200,0,0,.2) !important;
}
.content-area {
  background: rgba(0,0,200,.1) !important;
}
.widget-area {
  background: rgba(0,200,0,.1) !important;
}
*/


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

#page {
  width: 956px;
  margin: 12px auto;
  overflow: hidden;
}
.site-main {
  margin: 0 6px;
}
.content-area,
.widget-area,
#primary {
  float: left;
  position: relative;
}
.widget-area {
  margin: 8px 0 20px 0;
}
#primary {
  margin: 20px 0;
  width: 570px;
  left: 165px; /* 10px margin */
}
#sidebar-left {
  left: -570px;
  width: 155px;
}
#sidebar-right {
  float: right;
  width: 190px;
  margin-top: 20px;
}
.site-footer {
  clear: both;
}
.center-module {
  clear: both;
  padding: 10px 0;
}

/* =Shared Typography
------------------------------------------- */
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Verdana, Arial, sans-serif;
}
.entry-title,
.widget-title,
.widgettitle,
.main-navigation,
.comments-area h2,
.comments-area h3,
.recipe-callout h2,
.recipe-callout h3,
.print-dropdown h3,
#subscribe-center h3,
.center-module h3,
.page-title,
.entry-list-header,
.entry-content h3,
.related-entry-thumbs h3,
.previously h4 {
  line-height: 1.2;
  font-family: Georgia, serif;
}
.entry-title,
.page-title,
.comments-area h2,
.comments-area h3,
.recipe-callout h2,
.center-module h3,
.related-entry-thumbs h3 {
  font-size: 20px;
}
.main-navigation {
  font-size: 16px;
}
.widget-title,
.widgettitle,
#subscribe-center h3,
.entry-list-header {
  font-size: 14px;
}
.entry-content h4 {
  font-size: 13px;
}
.widget,
#nav-single,
.comments-area h3 small,
.comment-notes,
.comment,
.recipemeta-label,
#subscribe-center {
  font-size: 11px;
}
.site-footer,
.entry-meta,
.comment footer {
  font-size: 10px;
}
em,i {
  font-style: italic;
}
b,
strong,
.widget-title,
.widgettitle,
.recipemeta-label,
.recipe-callout h3,
.print-dropdown h3,
#subscribe-center h3,
.entry-content h4 {
  font-weight: bold;
}
.recipe-callout h3,
.print-dropdown h3 {
  text-transform: uppercase;
}
.entry-title a,
.site-footer a,
.widget a,
.entry-meta a,
#categories-3 li a:hover {
  text-decoration: none;
}
.site-footer a:hover,
.widget a:hover,
.entry-meta a:hover {
  text-decoration: underline;
}
.entry-content h4 {
  padding-top: 1em;
  margin: .5em 0;
}


/* =Shared Colors
------------------------------------------- */

body {
  background: #aca391 url(/wp-content/themes/simply/i/body.png) top left;
}
a {
  color: #600;
  -moz-transition: color .4s linear; -ms-transition: color .4s linear; -o-transition: color .4s linear; -webkit-transition: color .4s linear;
  transition: color .4s linear;
}
a:hover,
a:active,
.entry-title a:hover,
#nav-single a:hover,
.yield,
.cooktime,
.preptime,
.prepdays {
  color: #c63;
  -moz-transition: color .1s linear; -ms-transition: color .1s linear; -o-transition: color .1s linear; -webkit-transition: color .1s linear;
  transition: color .1s linear;
}

body,
button,
input,
select,
textarea {
  color: #282828;
}
.widget,
.entry-title,
.entry-title a,
.recipe-callout h2,
.recipe-callout h3,
.recipemeta-label,
.print-dropdown h3,
.entry-list-header,
.entry-content h4 {
  color: #4f1f06;
}
.site-footer,
.site-footer a {
  color: #fedeb7;
}
.site {
  background: #fff;
}
.site-footer {
  background: #943609;
}
.entry-meta,
.comment footer {
  color: #666;
}
.main-navigation a {
  color: #fff;
}
.main-navigation a:hover {
  color: #ffa904;
}
.widget {
  background: #fdefdb;
  border: solid 1px #e1c6b9;
}
#nav-single,
#nav-single a {
  color: #ba8c8c;
}


/* =Tools
------------------------------------------- */

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}

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

.floatimgright,
.alignright {
float: right;
margin: 6px 0 12px 12px;
}
.alignleft,
.floatimgleft,
.floatimgleftnotop {
float: left;
margin: 6px 12px 12px 0;
}
.entry-content img,
#author-info img {
padding: 2px;
border: solid 1px #efe7da;
}

/* =Banner
------------------------------------------- */
.site-header {
  height: 111px;
  background: transparent url(/wp-content/themes/simply/i/banner-css.png?v=2) repeat-x top left;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.site-description {
  display: none;
}
.site-title {
  position: absolute;
  left: 12px;
  top: 12px;
}
.site-title a {
  display: block;
  height: 60px;
  width: 340px;
  background: transparent url(/wp-content/themes/simply/i/logo.png) no-repeat top left;
  text-indent: -999em;
}
/* Site Search */
.site-header .site-search {
  position: absolute;
  top: 12px;
  right: 12px;
}
.site-search .sitesearch-field {
  font-size: 11px;
  border-radius: 10px;
  border: inset 1px #eee;
  width: 300px;
  color: #be3a1f;
  padding: 2px 5px;
  background-position: 6px !important;
  font-weight: bold;
}
.site-search .sitesearch-button {
  position: relative;
  top: 10px;
  opacity: .9;  
}
.site-search .sitesearch-button:hover {
  opacity: 1;
  top: 9px;
}
iframe[name="googleSearchFrame"] {
  height: 1450px;
}


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

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  top: 72px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0 18px;
  white-space: nowrap;
  line-height: 36px;
}
.main-navigation ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  display: none;
  float: left;
  position: absolute;
    top: 1.5em;
    left: 0;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
  cursor: pointer;
}
.main-small-navigation .menu {
  display: none;
}

/* Font Resizer */

#fontsize {
position: absolute;
bottom:2px;
right:12px;
  width:80px;
  text-align:right;
  }
#fontsize a {
  display: inline-block;
  position: relative;
  top: 10px;
  padding: 0;
  outline: none;
}
#fontsize a:hover {
  top: 9px;
}
#fontsize a.disabled {
  opacity: .8 !important;
  cursor: default !important;
}
#fontsize a.disabled:hover {
top: 10px;
}

/* = CONTENT
------------------------------------------- */
#content {
  padding: 0 25px;
}
.site {
  position: relative;
  border: solid 2px #4f1f06;
  -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; -webkit-border-radius: 12px;
  border-radius: 12px;
}

/* = ENTRY
------------------------------------------- */

.home .hentry,
.home .hrecipe {
  padding: 12px 0 18px;
}

.hentry p,
.hrecipe p {
  margin-bottom: 10px;
}
.single .entry-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.hentry ul li,
.hrecipe ul li,
.previously li {
  background: transparent url(/wp-content/themes/simply/i/bullet-square.gif) no-repeat left 2px;
  padding-left: 15px;
  margin-top: 3px;
  line-height: 1.4;
}
.entry-title,
.page-title,
#respond h3,
.center-module h3,
.related-entry-thumbs h3,
.previously h4 {
  padding: 15px 0 4px;
  margin-bottom: .5em;
  line-height: 1.2;
  background: transparent url(/wp-content/themes/simply/i/u-black.gif) repeat-x left bottom;
}
.entry-title {
  padding: 15px 24px 2px 0;
  margin-bottom: 0;
}
.entry-meta {
  margin-top: 6px;
  padding-bottom: 0;
}
.entry-meta p {
  margin: 0;
}
.entry-meta a {
  text-decoration: underline;
}
.byline-date {
text-decoration: none !important;
  color: #666;
}
.byline-date:hover {
  color: #222;
}
.featured-image {
  float: left;
  margin: 0 10px 12px 0;
}
.featured-image img {
  border: solid 1px #efe7da;
  padding: 2px;
}
footer.entry-meta {
  background: transparent url(/wp-content/themes/simply/i/u-black.gif) repeat-x top left;
  padding-top: 15px;
}

/* Content Navigation */

/* Single Entries */

.single .hentry,
.single .hrecipe {
  padding: 0 0 40px;
}
.single .featured-image {
  margin-top: 10px;
  float: none;
}


/* Linkto Box */
.center-module p {
  margin-bottom: 1em;
}
#linkto {
padding-top: 25px;
}
#linkto a {
  display: block;
}
#linkto code { 
  font-size: 10px;
  padding: 3px 6px;
  background: #ffefdc;
  display: block;
  border: solid 1px #e0aa80;
  padding-bottom: 25px;
  overflow: scroll;
}

/* = Latest Posts Box */ 

#latest li {
  background: url("/wp-content/themes/simply/i/bullet-square.gif") no-repeat scroll left 2px transparent;
  line-height: 1.4;
  margin-top: 3px;
  padding-left: 15px;
}
#latest li a {
  text-decoration: none;
}
#latest li a:hover {
  text-decoration: underline;
}
#latest .column1 {
  width: 250px;
  float: left;
}
#latest .column2 {
  width: 250px;
  float: right;
}

/* Subscribe Box */

#subscribe-center {
  margin: 30px 0 0 0;
  padding: 10px 12px;
  border: solid 1px #e8d1c3;
  height: 30px;
  background: #ffefdc url(/wp-content/themes/simply/i/logo-subscribecenter.png) no-repeat 7px 7px;
  }
#subscribe-center p { 
float: left;
font-size: 13px;
padding: 0 0 0 40px;
margin: 4px 9px 0 0;
color: #111;
}
#subscribe-center h3 {
  padding-bottom: 6px;
}
#subscribe-center .field {
  border: 1px inset;
  border-radius: 12px;
  color: #BE3A1F;
  font-size: 11px;
  padding: 3px 5px;
  width: 225px;
  float: left;
  margin-top: 3px;
}
#subscribe-center .button {
  position: relative;
  left: 5px;
}

/* RELATED ENTRIES */

.related-entry-thumbs {
clear: both;
  padding: 0;
  margin: 30px 0;
overflow: auto;
  font-size: 11px;
}
.related-entry-thumbs li {
position: relative;
  text-align: center;
  width: 33%;
  float: left;
}
.related-entry-thumbs div {
  width: 100%;
    margin: 0;
}
.related-entry-thumbs img {
width: 160px;
  height: auto;
}
.related-entry-thumbs a:hover img {
  background-color: #fb0;
  border-color: #ea0;
}

/* CENTER COLUMN ADS */

.site-content .ad,
.site-content .ad-before-comments {
  clear: both;
  padding-top: 40px;
  margin: 0 0 40px 105px;
}
.site-content .ad img,
.site-content .ad-before-comments img {
  border:none;
  padding:0;
}
#bottom-banner-ad {
  margin-left: 0;
}
.site-content .ad-before-comments {
  margin-left: 27px;
}

/* =Pages
------------------------------------------- */

/* Page Templates */

.page .entry-header {
margin-bottom: 1em;
}
.page .entry-content h3 {
margin: 1em 0 .5em 0;
}

/* Page Template: Wide */

.page-wide #primary {
  width: 680px;
  left: 150px; /* 10px margin */
  margin-top: 0;
}
.page-wide #sidebar-left {
  left: -680px;
}

/* Page Template: Skinny */
.page-skinny #page {
  width: 441px;
}
.page-skinny #primary {
  width: 425px;
  left: 0px; /* 10px margin */
  margin: 0;
  padding: 0;
}
.page-skinny .site-footer {
  height: 10px;
}
.page-skinny .site-header .site-search,
.page-skinny #fontsize {
  display: none;
}

/* Index page */

.page .entry-content h4 {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  clear: left;
  padding-top: 10px;
}
.page .entry-content li {
  padding-bottom: 4px;
}

/* Press page */

#post-10303 .entry-content li {
  clear: both;
  background: none;
  padding-left: 0;
}
#post-10303 .entry-content img {
  padding: 0;
  border: none;
}

/* = 404 PAGE
------------------------------------------- */
.error404 .site-content {
margin-top: 12px;
}
.error404 .entry-content {
padding-top: 12px;
}
.error404 .entry-content .site-search {
margin: 10px 0;
}
.error404 .entry-content .sitesearch-field {
  width: 400px;
  border: solid 1px #ccc;
  padding: 1px 6px 3px;
  font-size: 13px;
  font-weight: normal;
}
.error404 .hentry {
  padding-left: 0;
  padding-right: 0;
  clear: both;
  border-top: solid 1px #c9ac9f;
}
.error404 .entry-content .entry-title {
  background: none;
  margin: -2px 0 0 0;
  padding: 0;
}

/* = HOME PAGE
------------------------------------------- */

.home .hentry,
.home .hrecipe,
.home .previously-on {
  clear: both;
  border-top: solid 1px #c9ac9f;
}
.home .entry-title {
  background: none;
  margin: 0;
  padding: 0;
}
.home .summary {
  margin-left: 196px;
}

/* STRUCTURE */

.home #primary {
  width: 465px;
}
.home #primary .site-content {
  margin: 0;
  padding: 0;
}
.home #sidebar-left {
  left: -465px;
}
.home #sidebar-right {
  width: 300px;
}

/* FEATURED ENTRY */

.home #primary .feature-primary {
  padding: 0;
  border: none;
}
.home #primary .feature-primary .entry-title,
.home #primary .feature-primary .entry-details {
  margin-top: 10px;
}
.home #primary .feature-primary .featured-image {
  margin: 0;
  float: none;
}
.home #primary .feature-primary .featured-image img {
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}

/* RECENT LIST */

.entry-list-header {
padding: 24px 0 12px 0;
clear: both;
font-weight: bold;
}
.recent-list .entry-header,
.recent-list .entry-meta,
.recent-list .summary {
margin-left: 200px;
}
.recent-list .entry-meta {
  margin-top: 2px;
  margin-bottom: 3px;
}

/* PREVIOUSLY ON */

.home .previously-on {
  line-height: 1;
  border-top: solid 1px #c9ac9f;
  padding: 15px 0 45px;
  background: url(/wp-content/themes/simply/i/flourish.gif) no-repeat center bottom;
}
.home .previously-on li {
  padding-left: 15px;
  margin-bottom: 15px;
  background: url(/wp-content/themes/simply/i/bullet-square.gif) no-repeat top left;
}
.home .previously-on span {
color: #888;
font-size: 11px;
}

/* PAGE NAVIGATION */
.paging-navigation a {
text-decoration: none;
font-weight: bold;
  border-radius: 4px;
  border: solid 1px #e8d8c4;
    padding: 3px 8px 5px;
}
.paging-navigation .nav-previous {
  float: left;
}
.paging-navigation .nav-previous {
  float: right;
}
.paging-navigation a:hover {
border: solid 1px #e8d8c4;
background: #f8f8e4;
}
.paging-navigation .current {
border-radius: 4px;
border: solid 1px transparent;
padding: 3px 8px 5px;
background-color: #EBEBDB;
color: #777;
}

/* =Recipes
------------------------------------------- */
.recipe-callout {
  clear: both;
  position: relative;
  background-color: #fef9f1;
  border: solid 1px #efe7da;
  margin: 20px 10px 30px;
  padding: 20px 25px 25px;
  color: #4F1F06;
}
.recipe-callout h2 {
  padding-right: 55px;
}
.recipe-callout h3,
.print-options h3 {
  margin-top: 12px;
}
.recipe-callout ul {
  margin: 10px 0 0;
}
.recipe-callout p {
  margin: 8px 0 0;
}
#recipe-intronote {
  font-style: italic;
  clear: both;
}
.recipe-callout .print-dropdown ul {
  margin-bottom: 15px;
}
.recipe-meta {
padding-top: 12px;
}
.recipe-meta ul {
  margin: 0;
}
.recipe-meta ul li {
  background: none;
  float: left;
  margin: 0 0 12px;
  padding: 0;
  width: 200px;
}
#recipe-ingredients {
  clear: both;
  padding-top: 1px;
}

/* Print Options */

.single .entry-header {
position: relative;
}
.print-options {
  position: absolute;
  right: 0px;
  top: 20px;
}
.print-options:hover {
  top: 19px;
}
.print-icon a {
  font-size: 10px;
  text-decoration: none;
  outline: none;
  display: block;
  opacity: .7;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
.print-icon a:hover {
  opacity: 1;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.print-icon span {
  position: relative;
  top: -5px;
}
.print-icon a:hover span {
  text-decoration: none;
}
.print-dropdown:before {
  position: absolute;
  right: 8px;
  top: -8px;
  display: block;
  content: " ";
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #b4a198;
}
.print-dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  right: -10px;
  top: 55px;
  background: #fff;
  border: solid 1px #cfc7ba;
  margin: 3px 0 1px 260px;
  padding: 0 12px 15px;
  box-shadow: 0 3px 2px rgba(0, 9, 0, .3);
  opacity: 0;
}
.recipe-callout .print-options {
  top: 23px;
  right: 20px;
}
.recipe-callout .print-options:hover {
  top: 22px;
}
.recipe-callout .bottom {
  top: auto;
  bottom: 20px;
}
.recipe-callout .bottom:hover {
  top: auto;
  bottom: 21px !important;
}
.recipe-callout .print-icon a img {
  border: none;
}
.recipe-callout .print-dropdown {
  top: 50px;
  right: 12px;
  padding-bottom: 0;
}
.print-dropdown.active {
  display: block;
  opacity: 1;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

/* = COMMENTS
------------------------------------------- */

.comments-area h3 {
  padding-bottom: 12px;
}
.comments-area h2 {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.entry-commentcount a {
  text-decoration: none;
  background: url(/wp-content/themes/simply/i/icon-comment.gif) no-repeat top right;
  padding: 0 20px 4px 0;
  }
.single .entry-commentcount {
  float: left;
  margin-right: 6px;
}

/* COMMENT LIST */

.commentlist {
margin-bottom: 40px;
}
li.comment {
  clear: both;
/*  border-top: solid 1px #E0AA80; */
}

article.comment {
  font-size: 12px;
  position: relative;
  padding: 6px 0;
border-top: 1px solid #ddd;
}
.comment-content p {
  margin-bottom: 1em;
}
.comment header {
  padding: 22px;
  font-size: 12px;
  color: #777;
}
.comment footer {
  margin-bottom: 8px;
}
ul.children {
margin: 0 0 0 38px;
}
.comment-author {
  margin-left: 24px;
  margin-right: 5px;
  font-weight: bold;
}
.comment-meta,
.comment-author {
  display: inline;
}
.comment-meta a,
.comment header a {
  text-decoration: none;
}
.comment-meta a:hover,
.comment header a:hover {
  text-decoration: underline;
}
.comment-meta a {
  color: #aaa;
}
.comment .avatar {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 20px;
  width: 32px;
  height: 32px;
}
.comment-actions {
text-align: right;
}
.comment-actions a {
    border: 1px solid transparent;
    background-color: #ddd;
    border-radius: 10px 10px 10px 10px;
    font-size: 9px;
    opacity: 0.8;
    padding: 2px 8px 3px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
    color: #333;
    transition: background-color .4s linear 0s, color .4s linear, opacity .4s linear;
}
.comment-actions a:hover {
    border-color: #F1D9CE;
    opacity: 1;
    background-color: #F9DCBB;
    color: #4F1F06;
    transition: background-color 0s linear, color 0s linear, opacity 0s linear;
}
.comment-actions a:active {
position: relative;
  top: 1px;
  opacity: 0.8;
}

/* Different comment style for Elise and authors */
.bypostauthor article.comment,
.comment-author-elise article.comment {
}

/* COMMENT FORM */

#respond {
border: 1px solid #EFE7DA;
  padding: 0 15px 50px;
  margin-bottom: 15px;
}

.comments-area label,
.comments-area .required {
  font-size: 9px;
  text-transform: uppercase;
  float: left;
  clear: both;
  color: #777;
  margin-bottom: 2px;
}
.comments-area .required {
  clear: none;
}
.comments-area input,
.comments-area textarea {
  float: left;
  clear: both;
  margin-bottom: 12px;
  color: #be3a1f;
}
.comments-area input {
  font-weight: bold;
}
.comments-area textarea {
  width: 80%;
}
.form-submit input {
  margin-top: 15px;
  color: #000;
  font-size: 11px;
}
.form-allowed-tags {
  font-size: 9px;
  color: #777;
  clear: both;
}
.comment-notes {
  margin-bottom: 12px;
}
#cancel-comment-reply-link {
font-family: Verdana;
  text-decoration: none;
  font-size: 10px;
}


/* DISABLED */

.comments-disabled {
margin: 50px 0 30px 0;
padding: 12px;
border: solid 1px #F0BA90;
background: #FFEFDC;
}

/* = Archives
------------------------------------------- */ 

.archive .hentry,
.archive .hrecipe {
  clear: both;
    background: transparent url(/wp-content/themes/simply/i/u-black.gif) repeat-x left top;
  padding: 12px 0 0;
  margin-top: 18px;
}
.archive .page-title {
background: none;
  padding: 15px 0 0 0;
}
.archive .page-title a {
text-decoration: none;
}
.archive .entry-title {
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  background: none;
  margin: 0;
  padding: 0 0 6px;
}
.archive .entry-title a {
  text-decoration: underline;
}
.archive .summary {
  font-size: 11px;
  line-height: 1.2;
}
#nav-below {
  padding-top: 32px;
  clear: both;
}
.archive-byline {
  color: #4F1F06;
  font-size: 13px;
  padding: 6px 0;
  font-weight: bold;
}

/* CONTRIBUTOR PROFILES
------------------------------------------- */
.author p {
margin-top: 1em;
}
.previously h4 {
color: #4F1F06;
font-size: 13px;
font-weight: bold;
  margin: 1em 0;
}
.author-twitter a {
  opacity: .4;
   background: url(/wp-content/themes/simply/i/twitter.png) no-repeat scroll 0 2px transparent;
    display: inline-block;

    text-indent: -9999px;
    width: 12px;
    height: 13px;
  margin: 0 0 0 2px;
}
.author-twitter a:hover {
  opacity: 1;
}

/* =Sidebars
------------------------------------------- */
.widget {
  padding: 12px;
  margin-bottom: 12px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget p {
color: #9A3E2F;
}
.widget ul,
.widget ol {
  margin-top: 10px;
}
.widget li {
  background: transparent url(/wp-content/themes/simply/i/bullet-square.gif) no-repeat left top;
  margin-top: 3px;
  padding-left: 15px;
}

/* =Custom Widgets
------------------------------------------- */
/* Widgets without borders and titles */
.widget_content_block_10368,
.widget_content_block_10370,
.widget_content_block_10377,
.widget_content_block_10384,
.widget_content_block_10386,
.widget_content_block_10388,
.widget_content_block_10817,
.TabbedFavorites,
#text-8,
#text-13,
#text-14,
#text-16,
#text-21,
.house-ads { 
  padding: 0;
  background: none;
  border: none !important;
}

/* Recipes by Type */ 
.widget_content_block_10354  {
  padding: 0;
  font-size: 12px;
  background: #fff;
}
.widget_content_block_10354 .widget-title {
  padding: 10px;
  background: #fdefdb;
}
.widget_content_block_10354 ul {
  border-bottom: solid 1px #f1d9ce;
  margin: 0 0 12px;
  background: #fff;
}
.widget_content_block_10354 li {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.widget_content_block_10354 li a {
  border-top: solid 1px #f1d9ce;
  display: block;
  padding: 4px 10px 5px;
color: #9a3e2f;
  background-color: #fdefdb;
  -moz-transition: background-color .4s linear; -ms-transition: background-color .4s linear; -o-transition: background-color .4s linear; -webkit-transition: background-color .4s linear;
  transition: background-color .4s linear;
}
.widget_content_block_10354 li a:hover {
  color: #4f1f06;
  padding-left: 11px;
  border-top-color: transparent;
  outline: solid 1px #e1c6b9;
  text-decoration: none;
}
.widget_content_block_10354 li a:hover {
  background-color: #f9dcbb;
  color: #4f1f06;
  -moz-transition: background-color .1s linear; -ms-transition: background-color .1s linear; -o-transition: background-color .1s linear; -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

/* Measurement Convertor */ 
.widget_content_block_10360 {
  background: #fff;
  border: solid 1px #f4ddc3;
  border-radius: 6px;
  font-size: 11px;
}
.widget_content_block_10360 .widget-title {
padding-bottom: 10px;
}
.widget_content_block_10360 form {
  height: 30px;
  float: left;
  font-size: 11px;
}
.widget_content_block_10360 form br {
display: none;
}
.widget_content_block_10360 form .field {
  font-size: 11px;
  border-radius: 10px;
  border: inset 1px #eee;
  width: 100px;
  color: #be3a1f;
  padding: 2px 5px;
}
.widget_content_block_10360 form .button {
  position: relative;
  top: 3px;
}
.widget_content_block_10360 p {
  clear: both;
  font-size: 9px;
}

/* Google Ad: Small */ 

.widget_content_block_10377 p {
  background: #fff2e3;
  border: solid 3px #f4ddc3;
  border-radius: 6px;
  padding: 0 10px 10px;
  overflow: hidden;

}

/* Center Thin Sidebar Ads */
#blogherads,
#text-12 .textwidget,
.widget_content_block_10388 {
  margin-left: 17px;
}
#text-12 .textwidget {
  padding: 20px 0;
}
.house-ads {
  margin-left: 17px;
  padding: 20px 0;
}

/* Tabbed Favorite Recipes */
.TabbedFavorites {
  margin-bottom: 30px;
}
.tabs ul {
margin: 0;
padding: 0;
height: 22px;
}
.tabs li {
float: left;
font-weight: bold;
background: none;
margin: 0;
padding: 0;
font-size: 10px;
}
.tabs li a {
position: relative;
top: -2px;
float: left;
padding: 4px 6px;
border: solid 1px #e1c6b9;
margin: 0 6px 0 0;
background: white;
color: #C63;
outline: none;
}
.tabs .active a {
background: #fdefdb;
color:  #600;
border-bottom: solid 1px #fdefdb;
}
.panels {
border: solid 1px #e1c6b9;
background: #fdefdb;
padding: 18px; 
}
.panel {
  display: none;
}
.panel:first-child {
  display: block;
}
.panel ul {
margin-top: 0;
}
.toggle-more a {
  display: block;
  background: #63422c url(/wp-content/themes/simply/i/toggle-moreless.png) top left;
  height: 20px;
  width: 75px;
  padding: 2px 0 0 22px;
  position: relative;
  margin: 13px 0 0 13px;
  color: #fff;
}
.toggle-more a.less {
background-position: bottom left;
}
.toggle-more a:hover {
  top: -1px;
  text-decoration: none;
}

/* WELCOME WIDGET */

#text-19 p {
line-height: 1.5;
margin-bottom: 18px;
}
#text-19 img {
float: right;
margin: 0 0 4px 4px;
}
#text-19 h3 {
  font: 20px Georgia, "Times New Roman", Times, serif;
  margin-bottom: 12px;
}

/* SUBSCRIBE WIDGET */

.widget_content_block_10382 h3 {
  padding: 4px 0 8px;
}
.widget_content_block_10382 .field {
  border: 1px inset;
  border-radius: 12px;
  color: #BE3A1F;
  font-size: 11px;
  padding: 3px 5px;
  width: 100px;
  float: left;
  margin: 12px 0 12px 0;
}
.widget_content_block_10382 .button {
  position: relative;
  top: 10px;
  left: 5px;
}
.widget_content_block_10382 #rssfeed {
clear: both;
}
/* Wider on the home page */
.home .widget_content_block_10382 .field {
  width: 180px;
}
.home .widget_content_block_10382 .button {
  top: -6px;
}

/* TWITTER WIDGET */

#tweets li {
  line-height: 1.2;
  margin-bottom: 12px;
}

/* RELATED ENTRIES WIDGET */

.related-entries {
  margin-bottom: 40px;
}

/* CONTRIBUTOR WIDGET */

#author-list {
    min-height: 85px;
    overflow: auto;
}
#author-list li {
    background-image: none;
    float: left;
    padding: 0;
}
#author-list .author-userpic {
    float: left;
    margin: 0 3px 10px 5px;
}
#author-list .author-userpic a img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #F4D7DA;
    padding: 2px;
}
#author-list .author-userpic a:hover img {
    background: none repeat scroll 0 0 #CC6633;
    border-color: #CC6633;
}


/* =Footer
------------------------------------------- */
.site-footer {
  background: transparent url(/wp-content/themes/simply/i/footer-css.png) no-repeat bottom left;
  line-height: 29px;
  text-align: center;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.footer-ad {
  padding-top: 18px;
}

/* =Miscellany
------------------------------------------- */

/* Social Links */

#social-links {
  position: relative;
  padding-top: 10px;
}
#social-links a {
  outline:none;
}
#social-links img {
  padding:0;
  margin:0;
  border:none;
}
#email-share,
#fb-share {
  float: left;
  margin-right: 6px;
}
#fb-like, #pinterest-pin {
  display: inline-block;
}
#fb-like {
  position: relative;
  top: -3px;
}
#pinterest-pin {
  position: relative;
  left: 6px;
  width: 90px;
}
#option-email,
#option-facebook {
  height: 20px;  
  display: block;
  text-indent: -999em;
}
#option-email { 
  background: url(/wp-content/themes/simply/i/button-email.png) no-repeat top left; 
  width: 62px;
}
#option-facebook { 
  background: url(/wp-content/themes/simply/i/button-fbshare.png) no-repeat top left;
  width: 60px;
}

/* Pinterest Button Image Overlay */

.pinthis-image {
position: relative;
}
.sn_pin {
  width:100%; 
  height:100%; 
  z-index:999; 
  position:absolute; 
  top: 15px;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.pin_button,
.pin_icon {
  position: absolute;
  display: block;
  width: 65px;
}
.pin_button {
  top: 12px;
  left: 10px;
  height: 41px;
  background: url(/wp-content/themes/simply/i/pinterest.png) no-repeat bottom center; 
}
.pin_icon {
  top: 0;
  left: 13px;
  height: 23px;
  background: url(/wp-content/themes/simply/i/pin.png?v=2) no-repeat bottom center; 
  z-index: 999;
}
.pinthis-image .sn_pin {opacity:0;}
.pinthis-image:hover .sn_pin {opacity:1}
.pinthis-image:hover .pin_icon {
  -webkit-animation: pinstick ease-in 1s both;
  -moz-animation: pinstick ease-in 1s both;
  animation: pinstick ease-in 1s both;
}
.pinthis-image:hover .pin_button {
  -webkit-animation: buttonrecoil ease-in 1s both;
  -moz-animation: buttonrecoil ease-in 1s both;
  animation: buttonrecoil ease-in 1s both;
}
.pin_button:hover {
  opacity: .8;
}
.pin_button:hover,
.pin_icon:hover {
margin-top: -1px;
}
@-webkit-keyframes pinstick {
  0% { opacity: 0; top: -10px; }  
  30% { opacity: 0; top: -10px; } 
  40% { opacity: 1; }
  45% { top: 0;}
  50% { top: 2px; }
  65% { top: 0; }
  100% { top: 0; }
}
@-moz-keyframes pinstick {
  0% { opacity: 0; top: -10px; }  
  30% { opacity: 0; top: -10px; } 
  40% { opacity: 1; }
  45% { top: 0;}
  50% { top: 2px; }
  65% { top: 0; }
  100% { top: 0; }
}
@keyframes pinstick {
  0% { opacity: 0; top: -10px; }  
  30% { opacity: 0; top: -10px; } 
  40% { opacity: 1; }
  45% { top: 0;}
  50% { top: 2px; }
  65% { top: 0; }
  100% { top: 0; }
}
@-webkit-keyframes buttonrecoil {
  0% { opacity: 0; top: 27px; } 
  25% { top: 11px; }
  30% { top: 13px; }
  35% { top: 12px; opacity: 1; }
  40% { top: 13px; }
  45% { top: 12px; }
  50% { top: 14px; }
  55% { top: 12px; }
  100% { top: 12px; }
}
@-moz-keyframes buttonrecoil {
  0% { opacity: 0; top: 27px; } 
  25% { top: 11px; }
  30% { top: 13px; }
  35% { top: 12px; opacity: 1; }
  40% { top: 13px; }
  45% { top: 12px; }
  50% { top: 14px; }
  55% { top: 12px; }
  100% { top: 12px; }
}
@keyframes buttonrecoil {
  0% { opacity: 0; top: 27px; } 
  25% { top: 11px; }
  30% { top: 13px; }
  35% { top: 12px; opacity: 1; }
  40% { top: 13px; }
  45% { top: 12px; }
  50% { top: 14px; }
  55% { top: 12px; }
  100% { top: 12px; }
}

/* ZipList */

.zl-recipe-link a.custom-butn-link {
    background: url(/wp-content/themes/simply/i/ziplist-recipebox.png) no-repeat scroll left bottom transparent;
    bottom: 50px;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    text-indent: -999em;
    top: 10px;
    width: 121px;
}
.zl-recipe-link a.custom-butn-link:hover {
    background-position: left top;
}
#recipe-ingredients .zl-recipe-link a.custom-butn-link {
    background: url(/wp-content/themes/simply/i/ziplist-recipebox-red.png) no-repeat scroll left 1px transparent;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 11px;
    padding-left: 20px;
    position: relative;
    top: 6px;
    right: -10px;
  height: 27px;
}
#recipe-ingredients .zl-recipe-link a.custom-butn-link:hover {
    background-position: left 0;
}


/* Google Custom Search */

.cse .gsc-control-cse, .gsc-control-cse {
padding: 0;
}
.gsc-control-cse,
.gsc-table-result {
font-family: Verdana !important;
}
.cse .gs-snippet, .gs-snippet, .cse .gs-visibleUrl, .gs-visibleUrl, .cse .gs-visibleUrl-short, .gs-visibleUrl-short, .gs-per-result-labels, .gs-result .gsc-snippet-metadata {
padding-left: 0;
margin-left: 0;
}
img.gs-image {
width: 120px !important;
}
.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
max-width: 120px !important;
}
.gs-web-image-box, .gs-promotion-image-box {
width: auto !important;
}
.gs-result .gs-snippet,
.gs-result .gsc-snippet-metadata {
font-size: 12px !important;
}
.gs-result .gs-snippet {
color: #333;
}
.gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long {
display: block;
color: #cc9966;
}
.gsc-results {
margin-top: 2em;
}
.cse .gsc-control-cse, .gsc-control-cse {
padding: 0 !important;
}


/* PRINT STYLES */

@media print {

/* PRINT STYLES */

  body {
    margin: .25in;
    padding: 0;
    font: 1.1em/1.5 Verdana, Tahoma, sans-serif;
    background: white;
    color: black;
    }
  a { color: #600; text-decoration: underline; } 
  a:link    { color: #600; } 
  a:visited { color: #600;  } 
  a:active  { color: #CC6633;  } 
  a:hover   { color: #CC6633; }
  a img { border: none; }
  h1 {
    color: #4F1F06;
    font: 250% Georgia, "Times New Roman", Times, serif;
          text-decoration: none;
    text-align: left;
    margin: 0 0 1em;
    }
  h1 a {
    color: #4F1F06;
          text-decoration: none;
    }
  h2, h3 {
    color: #4F1F06;
  font: 1em Georgia, "Times New Roman", Times, serif;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin: 2em 0 0 0;
  }
  p {
  margin: .5em 0 0 0;
  }
  ul {
  margin: .5em 0 0 0;
  }



  /* = HIDE THESE */

  .disabled,
  #nav-single,
  .print-options,
  .entry-commentcount,
  #sidebar-left,
  #sidebar-right,
  #subscribe-center,
  #social-links,
  .ad,
  .yarpp-related,
  .comments-area,
  #linkto,
  #latest,
  .zl-recipe-link,
  .site-search,
  .site-navigation,
  #recipe-method img,
#recipe-footer,
footer.entry-meta,
  .footer-ad,
  .ad-before-comments {
    display: none;
  }
  .recipe-callout img,
.featured-image img {
    display: inline;
  }

  /* = MAIN STRUCTURE */

  #page {
    width: 100%;
    clear: both;
  border: 0;
border-radius: 0;
  position: relative;
}
#primary {
  position: static;
  width: 100%;
  margin: 0;
  left: 0;
}
#content {
  padding: 0;
}
#primary, .content-area, .widget-area {
float: none;
}
.site-footer {
background: none;
  border-radius: 0;
  color: #555;
}
  .site-footer .site-info {
    clear: both;
    text-align: left;
    margin-top: 0;
    border-top: none;
    padding-top: .1in;
    font-size: 9px;
  }
  .single .hentry, .single .hrecipe {
padding: 0;

  }

/* = BRANDING */
.site-header {
background: none;
  height: auto;
  border-radius: 0;
}

.site-title {
  position: static;
  margin: 0;
  padding: 0;
}

  .site-title a {
    display: block;
  text-indent: 0;
  background: 0;
  width: auto;
  height: auto;
  text-align: right;
  font-size: 18px;
  font-style: italic;
  color: #555;
  }

  /* = RECIPES */
  .entry-title {
  padding-bottom: 6px;
  margin: 0;
    line-height: 1;
  font-size: 2.2em;
  }
  .entry-header .entry-meta {
    margin-bottom: .25in;
    color: #aaa;
  }
  .entry-header a {
    color: #aaa;
    text-decoration: none;
  }
  .recipe-callout {
  border: solid 1px #ddd;
  background: white;
      margin: .25in 0;
    padding: 0 .25in .25in;
  color: black;
  }
.recipe-callout h2 {
text-transform: none;
  margin-top: .35in;
  font-weight: normal;
}
.recipe-callout li {
background: none !important;
  list-style: disc inside;
}
  #recipe-intronote {
  font-style: italic;
  }
  #recipe-ingredients {
  clear: both;
  }
  .recipemeta-label {
    font-weight: bold;
  }
  .recipe-meta ul {
    margin: 12px 0 0 0;
    padding: 0;
  }
  .recipe-meta li {
    display: inline; 
    margin-right: 20px;
  }
  .entry-meta p {
  margin-top: .15in;
  }

  /* = IMAGES */ 

  #recipe-ingredients img,
  #recipe-method img {
    margin: 3px 6px 3px 0;
  }
  .featured-image img,
  #recipe-method img,
  #recipe-ingredients img,
  #recipe-intronote img,
  #recipe-footer img {
    padding: 2px;
    border: solid 1px #efe7da;
    background-color: white;
  }

  /* Miscellaneous Image Treatments */

  .floatimgleft {
    float:left;
    margin-top:8px;
    margin-right:8px;
    margin-bottom:8px;
    }

  .floatimgleftnotop {
    float:left;
    margin-top:0px;
    margin-right:8px;
    margin-bottom:8px;
    }

  .floatimgright {
    float:right;
    margin-top:8px;
    margin-left:8px;
    margin-bottom:8px;
    }

  .featured-image {
  padding-bottom: 1em;
  }

}


/* = RETINA */ 

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  .site-header {
    background: transparent url(/wp-content/themes/simply/i/banner-css-2x.png) repeat-x top left;
    background-size: 70px 109px;
  }
  .site-title a {
    background: transparent url(/wp-content/themes/simply/i/logo-2x.png) no-repeat top left;
    background-size: 300px 48px;
  }
}



