﻿/*
Theme Name: Food MB
Description: The Food MB theme is able to showcase Manitoba's foods & food producers in all their beauty.
Author: Dan Bernardic for Tactica.ca
*/

/**
 * HTML5 ✰ Boilerplate
 */

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body { line-height: 1.6em; font-family: arial, sans-serif; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

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; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	line-height: 1em;
}

 /* headings */
h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

/* paragraph */
p {
	margin-bottom: 1.3em;
}


/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; margin-bottom: 1em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #558a3e; color:#fff; text-shadow: none; }
::selection { background:#558a3e; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


/**
 * Primary styles
 *
 * Author:
 */

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

input[type=text], input[type=password], select, textarea {
	font-size: 1.3em;
	padding: 0.3em;
	border-width: 1px;
	border-color: #ddd;
	background-color: #fbfbfb;
     -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
     -moz-box-shadow: inset 0 0 3px #ccc;
  -webkit-box-shadow: inset 0 0 3px #ccc;
          box-shadow: inset 0 0 3px #ccc;
	border: solid 1px #999;
}
select {
	border-color: #999;
	padding: 0.2em;
}

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

@font-face { font-family: WeezerFont; src: url(weezerfont.ttf); }

html { background: url(images/html-bg.png); }
body { font: 12px/20px Arial, sans-serif; color: #6b6c5f; }
.main a, #main a { color: #f58734; text-decoration: none; }
.main a:hover, #main a:hover { color: #F9653A; text-decoration: underline; }
.alignleft { float: left; margin-right: 10px; }

#wrapper { width: 960px; margin: 0 auto; background: url(images/content-bg.png); }
header { height: 177px; position: relative; }
.site-logo { margin: 0; position: absolute; left: 24px; top: 6px; }
header form { position: absolute; top: 61px; right: 14px; }
#s { float: left; border: 0 none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; background: url(images/search-field-bg.png); width: 214px; height: 36px; padding: 0 5px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
#searchsubmit { float: left; border: 0 none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; background: url(images/search-button.png); width: 44px; height: 36px; text-indent: -9999px; }
header form span { width: 40px; height: 36px; display: block; float: left; margin: 0 1px; cursor: pointer; }
header form .sb_down { background: url(images/search-dropdown.png); }
header form .sb_up { background: url(images/search-dropdown-up.png); }
ul.sb_dropdown{
	border:1px solid #fff;
	background: #fafafa; 
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa)); 
	background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
	font-size:24px;
	-moz-box-shadow:1px 1px 3px #555; -webkit-box-shadow:1px 1px 3px #555; -box-shadow:1px 1px 3px #555;
	outline:none;
	text-shadow:1px 1px 1px #fff;
	position:absolute;
        z-index: 2;
        top: 36px;
        left: 1px;
        margin: 0;
}
ul.sb_dropdown{
        float: left;
	list-style:none;
	width:296px;
	padding:6px 5px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
ul.sb_dropdown li{
	font-size:16px;
	line-height:32px;
	height:32px;
	float:left;
	width:50%;
}
ul.sb_dropdown li input[type="radio"]{
	float:left;
	margin:10px 4px 0 5px;
}
ul.sb_dropdown li.sb_filter{
	width:284px;
	border:1px solid #f9f9f9;
	clear:both;
	background: #ddd;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#444;
	height:16px;
	line-height:16px;
	padding:5px;
	-moz-box-shadow:0px 0px 2px #777;
	-webkit-box-shadow:0px 0px 3px #555 inset;
	-box-shadow:0px 0px 3px #555 inset;

}

#util-nav { position: absolute; top: 12px; right: 5px; }
#util-nav li { float: left; padding: 0 10px; border-right: 1px solid #ddd; line-height: 10px; }
#util-nav a, #nav-util a:visited { text-decoration: none; color: #ec8d51; font: 14px/14px Arial, sans-serif; }
#nav-util a:hover { text-decoration: underline; }
#util-nav #menu-item-20 { border-right: 0 none; }
header .social-links { position: absolute; top: 3px; right: 22px; }
header .social-links li { float: left; margin-left: 12px; display:none;}
#primary-nav { position: absolute; bottom: 0; left: 0; right: 0; height: 60px; padding: 0 22px; background: #4e8139 url(images/primary-nav-bg.jpg) repeat-x; }
#primary-nav li { float: left; padding: 0 17px; }
#primary-nav li#menu-item-31 { padding-right: 0; }
#primary-nav li#menu-item-34 { padding-left: 0; }
#primary-nav a, #primary-nav a:visited { color: #fff; text-decoration: none; font: 19px/60px WeezerFont, Arial, sans-serif; }
#primary-nav a:hover { text-decoration: underline; }


#carousel { margin: 0 10px; }
.mcaption { position: absolute; left: 0; right: 0; bottom: 0; background: url(images/slide_overlay.png); padding: 10px 320px 10px 18px; height: 93px; font: 20px/25px WeezerFont, sans-serif; color: #f2f1e4;}
.mcaption h3 { font-weight: normal; margin-bottom: 8px; }
.mcaption p{ font-size: 17px; font-family: Arial, sans-serif; margin-bottom: 0; }
.meteor-slides .mslide p a, .meteor-slides .mslide p a:visited { padding-left: 23px; background: url(images/slide_arrow_read_more.png) no-repeat left; color: #e48e1a; text-decoration: none; font-style: italic; }
.meteor-slides .mslide p a:hover { text-decoration: underline; }
.meteor-custom-nav { position: absolute; bottom: 50px; right: 25px; z-index: 20; width: 275px; }
.meteor-buttons { position: relative; left: 0; top: 10px; }
.meteor-custom-nav .prev { cursor: pointer; margin-right: 15px; text-indent: -9999px; background: url(images/slide_nav_back.png) no-repeat; display: block; width: 26px; height: 36px; overfow: hidden; float: left; }
.meteor-custom-nav .next { cursor: pointer; margin-left: 10px; text-indent: -9999px; background: url(images/slide_nav_forward.png) no-repeat; display: block; width: 26px; height: 36px; overfow: hidden; float: right; }
.meteor-buttons a { background: url(images/slide_nav_inactive.png) no-repeat; width: 12px; height: 12px; margin-right: 8px; }
.meteor-buttons a:hover, .meteor-buttons a.activeSlide  { background: url(images/slide_nav_active.png) no-repeat; }

#asides { margin: 25px 22px 70px; }
#asides aside { float: left; width: 291px; margin-right: 12px; }
#asides h3 { font: 30px/30px WeezerFont, Arial, sans-serif; color: #68a34b; margin-bottom: 15px;}
#asides h3 a:link{ font: 30px/30px WeezerFont, Arial, sans-serif; color: #68a34b; margin-bottom: 15px;}
#asides h3 a:hover { text-decoration: underline; }
#asides h4 { font: 18px/32px Arial, sans-serif; color: #68a34b; margin: -11px 0 -5px; }
#asides p { font-size: 14px; margin-bottom: .9em; }
#asides a { text-decoration: none; font-size: 14px; color: #68a34b; }
#asides a:hover { text-decoration: underline; }
#asides img { border: 5px solid #c5c3ae; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
#asides aside ul { list-style: none; margin: 25px 0 0; padding: 0; }
#asides aside li { border-top: 1px solid #c5c3ae; padding: 12px 0; margin: 0 2px; clear: left; }
#asides aside li.with-thumb { min-height: 47px; }
#asides aside li img { float: left; margin-right: 15px; border: 2px solid #c5c3ae; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
#asides #first-column li a { font-size: 16px; line-height: 18px; }
#asides #home-great-tastes { width: 310px; }
#home-great-tastes hr { margin: 20px 0 25px; }
#asides #home-ask-expert { margin-right: 0; }

footer { position: relative; height: 140px; background: #4e8139 url(images/footer-bg.jpg) repeat-x; color: #fff; }
.footer-logo { position: absolute; top: 40px; left: 32px; }
footer p { position: absolute; top: 57px; left: 288px; }
footer nav { position: absolute; top: 85px; left: 281px; }
footer nav li { float: left; padding: 0 7px; border-right: 1px solid #fff; line-height: 10px; }
footer a, footer a:visited { text-decoration: none; color: #fff; }
footer a:hover { text-decoration: underline; }
#menu-item-59 { border-right: 0 none; }


.breadcrumbs { padding-left: 25px; }
.breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited { background: #f58734; color: #fff; font: 14px/32px Arial, sans-serif; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span { font-weight: bold;}

#sidebar { float: left; width: 206px; }
article.main { float: right; width: 708px; padding: 22px 25px 50px 0; }
article.main h1 { width: 315px; float: left; font: normal 30px/30.5px WeezerFont, Arial, sans-serif; color: #68a34b; }
article.main h1.no-social-links { width: auto; margin-right: 30px; }
article.main h2 { font-family: WeezerFont, Arial, sans-serif; }
.showcase-social-links { float: right; margin: 0 20px 0 0; padding: 0; list-style: none; position: relative; top: 9px; }
.showcase-social-links li { float: left; margin-right: 20px; }
.showcase-social-links a, .showcase-social-links a:visited { font: 14px/28px Arial, sans-serif; color: #68a34b; text-decoration: none; padding-left: 38px; text-transform: lowercase; display: block; }
.showcase-social-links a:hover { text-decoration: underline; }
.showcase-social-links .facebook { background: url(images/facebook-green.png) no-repeat left; }
.showcase-social-links .twitter { background: url(images/twitter-green.png) no-repeat left; }
.showcase-url, .showcase-url:visited { float: left; font: 14px/20px Arial, sans-serif; color: #e48e1a; text-decoration: none; position: relative; top: 12px; }
.showcase-url:hover { text-decoration: underline; }
.main-content { clear: both; position: relative; top: 10px; }
.main-content .attachment-post-thumbnail { float: right; margin: 0 32px 30px 30px; }
#sidebar aside { padding: 0 12px 0 13px; }
#sidebar h4 { font: normal 21px/22.5px WeezerFont, Arial, sans-serif; color: #68a34b; margin: 30px 0 20px; }
#sidebar h5 { font: 20px/22.5px WeezerFont,Arial,sans-serif; padding-left: 25px; color: #3A682C; }
#secondary-nav { background: #eaedf0; }
#secondary-nav h4 { padding: 25px 15px 53px 25px; font-size: 22px; line-height: 29px; background: #c4c9cd url(images/sidebar-nav-bg.png) no-repeat center bottom; margin-top: 0; color: #797c80; }
#secondary-nav ul { font: 16px/18.5px Arial, sans-serif; padding: 10px 15px 25px 25px; }
#secondary-nav ul.children { padding: 10px 0 10px; }
#secondary-nav ul.children.recipe-landing { padding: 0 0 10px 25px; }
#secondary-nav li { border-bottom: 1px solid #d6d9ab; padding: 8px 0; }
#secondary-nav .children li.cat-item { border-bottom: 0 none; font-size: 12px; line-height: 16px; padding: 2px 0; }
#secondary-nav li:last-child { border-bottom: 0 none; }
#secondary-nav a, #secondary-nav a:visited { text-decoration: none; color: #3a682c; }
#secondary-nav .children .cat-item a { color: #f58734; }
#secondary-nav a:hover { text-decoration: underline; }
#sidebar .post-list { margin: 0; padding: 5px 0; list-style: none; border-bottom: 1px solid #cfcab5; }
#sidebar .post-list li { margin-bottom: 20px; clear: left; min-height: 44px; }
#sidebar .post-list img { border: 2px solid #d1ccb9; float: left; margin-right: 6px; }
#sidebar .post-list a, #sidebar .post-list a:visited { display: block; font: 13px/13px Arial, sans-serif; color: #68a34b; text-decoration: none; position: relative; top: -7px; }
#sidebar .post-list a:hover { text-decoration: underline; }
#sidebar .post-list .showcase-sidebar-pic-wrapper { height: 44px; float: left; }
#newsletter-signup h4 { font-size: 18px; margin-bottom: 12px; }
#mc_mv_EMAIL { font: 14px/14px Arial, sans-serif; color: #a6a7a7; background: url(images/newsletter-signup-bg.png); width: 123px; height: 27px; padding: 0 0 0 40px; border: 0 none; box-shadow: none; border-radius: 0; -moz-box-shadow: none; -moz-border-radius: 0; -webkit-box-shadow: none; -webkit-border-radius: 0; margin-bottom: 15px; }
#mc_signup_submit { border: 0 none; background: url(images/newsletter-subscribe-bg.png); display: block; text-transform: uppercase; font: 18px/38px WeezerFont, Arial, sans-serif; color: #fff; padding: 0; width: 163px; margin-bottom: 50px; }
.mc_merge_var br, .mc_var_label { display: none; }

.recipe-listing .attachment-listing-thumb { border: 5px solid #C5C3AE; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

/* Recipe Detail */
#content-area { background: url(images/recipe-details-content-bg.png) repeat-y; }
.recipe-search { background: #68a34b; height: 62px; border-bottom: 1px solid #c1d8b5; padding-left: 230px; font: 20px/62px WeezerFont, Arial, sans-serif; color: #f5f5f5; }
.recipe-search #s, .recipe-search #searchsubmit { float: none; }
.recipe-search #s { background: url(images/recipe-search-field-bg.png); width: 480px; height: 36px; margin-left: 30px; }
.recipe-search #searchsubmit { background: url(images/recipe-search-button-bg.png); position: relative; left: -4px; }
article h1, #main h1 { font: 30px/30.45px WeezerFont, Arial, sans-serif; color: #68a34b; margin-bottom: 30px; }
.recipe-excerpt { font: 16px/24px Arial, sans-serif; color: #aca897; }
div.recipe-instructions, div.recipe-ingredients {  border-bottom: 0 none !important; }
.recipe-ingredients { font: 14px/22px WeezerFont, Arial, sans-serif; color: #50843a; }
.recipe-ingredients ul { margin: 17px 0 20px; padding: 0; list-style: none; }
#main { width: 710px; float: right; padding: 24px 0 30px; border-bottom: 1px solid #dddcce; margin: 0 22px 30px; }
.archive.paged #main{ border-bottom: 0 none; }
.single-recipe .left-column { width: 338px; float: left; margin-right: 35px; }
.single-recipe .right-column { width: 337px; float: right; }
.recipe-about { float: none !important; width: auto !important; }
.recipe-press-image { float: none; padding: 0; margin-bottom: 10px; }
.recipe-press-image img { border: 6px solid #cfcab5; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.ratings-wrapper { float: left; width: 225px; font: 14px/22px Arial, sans-serif; color: #b1ad9d; margin-left: 5px; }
.post-ratings { display: inline; position: relative; top: 2px; left: 8px; }
ul.recipe-controls li.recipe-print-link { background: url(images/print-icon.png) no-repeat left top; padding: 0; margin: 2px 0 0 20px; }
.recipe-print-link a, .recipe-print-link a:visited { color: #e48e1a; font: 14px/20px Arial, sans-serif; padding-left: 35px; }
.recipe-print-link a:hover { text-decoration: underline; }
.recipe-about { clear: left; }
.recipe-about dl { background: url(images/recipe-meta-bg.png) no-repeat left top; top: 20px; position: relative; width: 337px; height: 112px; }
.recipe-about dt, .recipe-about dd { position: absolute; }
.recipe-about dt { font: 18px/18px WeezerFont, Arial, sans-serif; color: #68a34b; }
.recipe-about dd, .recipe-about dd a, .recipe-about dd a:visited { text-decoration: none; font: 16px/22px Arial, sans-serif; color: #aca897; }
.recipe-about dd a:hover { text-decoration: underline; }
.recipe-about .course, .recipe-about .prep-time { left: 55px; }
.recipe-about .cook-time, .recipe-about .yields { left: 213px; }
.recipe-about dt.course, .recipe-about dt.cook-time { top: 0; }
.recipe-about dd.course, .recipe-about dd.cook-time { top: 20px; }
.recipe-about dt.prep-time, .recipe-about dt.yields { top: 70px; }
.recipe-about dd.prep-time, .recipe-about dd.yields { top: 90px; }
.entry-utility { position: relative; top: 65px; }

.single-recipe #sidebar { padding-right: 17px; width: 189px; background: none; }
.single-recipe #sidebar .popular-recipes h4 { margin: 22px 0 15px; }
.feature-recipes ul, .popular-recipes ul { margin: 0; padding: 0; list-style: none; }
.feature-recipes li, .popular-recipes li { margin-bottom: 11px; }
.feature-recipes img, .popular-recipes img { border: 4px solid #cfcab5; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; margin-bottom: 3px; }
.feature-recipes a, .popular-recipes a { text-decoration: none; color: #68a34b; font: 14px/15.75px Arial, sans-serif; }
.feature-recipes a:visited, .popular-recipes a:visited { color: #50843a; }
.feature-recipes a:hover, .popular-recipes a:hover { text-decoration: underline; }


.recipe-listing, .producer-listing { margin: 0; list-style: none; }
.producer-listing { margin-top: 30px; }
.recipe-listing li, .producer-listing li { float: left; width: 218px; margin: 0 20px 40px 0; }
.recipe-listing li.last-in-row, .producer-listing li.last-in-row { margin-right: 0; }
.producer-listing li.first-in-row, .recipe-listing li.first-in-row { clear: left; }
.producer-listing h2 { text-align: center; }
.recipe-listing a, .producer-listing h2 a, .producer-listing h2 a:hover, .recipe-listing a:hover, .producer-listing h2 a:visited, .recipe-listing a:visited { color: #68A34B; font: 16px/17.75px Arial,sans-serif; display: block; padding-top: 4px; }
.recipe-listing a, .producer-listing h2 a { color: #3A682C; text-decoration: none; }
.recipe-listing a:hover, .producer-listing h2 a:hover { text-decoration: underline; }
.producer-listing a.image-wrapper { width: 218px; height: 142px; text-align: center; line-height: 142px; display: block; }

.search-results a { color: #68A34B; }
.search-results h1 { margin-bottom: 25px;}
.dsq-options select { font-size: 1em; }
#wp_page_numbers { clear: left; }
#wp_page_numbers li.active_page a{ background: #AAC79B; border-color: #AAC79B; }
#wp_page_numbers li.active_page a:hover { border-color: #E37C1D; }
#wp_page_numbers li a:hover { color: #E37C1D; border-color: #E37C1D; }

article .recipe-search { padding-left: 25px; width: 729px; position: relative; left: -22px; top: -24px; }

.recipe-taxonomies { float: left; width: 189px; padding: 177px 0 0 46px; background: url(images/food-type-bg.gif) no-repeat 22px 0; }
#recipe-taxonomy-food-type {}
#recipe-taxonomy-preparation-method { background-image: url(images/preparation-method-bg.gif); background-position: 32px 0; margin-right: 30px; }
#recipe-taxonomy-type-of-dish { background-image: url(images/type-of-dish.gif); width: 164px; }
.recipe-taxonomies h2 { font: bold 18px/33px Helvetica, Arial, sans-serif; color: #68a34b; }
.recipe-taxonomies ul { margin-bottom: 70px; }
.recipe-taxonomies li {}
.recipe-taxonomies a { font: 14px/25px Helvetica, Arial, sans-serif; color: #6b6c5f; text-decoration: none; }
.recipe-taxonomies a:visited { color: #b1b2a7; }
.recipe-taxonomies a:hover { text-decoration: underline; color: #ec8d16; }
.ie7 #primary-nav li { padding: 0 16px; }
#menu-primary-menu { width: 916px; }
.ie6 .mcaption { width: 602px; }
.ie6 #secondary-nav h4 { padding: 25px 7px 53px 12px; }
.ie6 #main { width: 668px; }
.ie6 .single-recipe .left-column { width: 253px; }
.main-content h3 { color: #8ab276; font-size: 16px; font-size: 13px; }
.main-content th { background: url(images/bg_tile_inside.jpg); text-align: left; padding: 10px; border-right: 8px solid #fff; }
.main-content td { border-bottom: 1px solid #D6D9AB; padding: 15px 0 0 15px; }
.main-content tr:last-child td { border-bottom: 0 none; }
.main-content table { margin-bottom: 25px; }.producer-listing a.image-wrapper img { vertical-align: middle; }
.recipe-listing .image-wrapper { text-align: center; }.blog-thumb{float: left;padding-right: 20px;height: 190px;}.attachment-thumbnail, .attachment-recipe-featured{border: 5px solid #D1CCB9;}#disqus_thread{padding-top:20px;}.recipe-listing .image-wrapper { text-align: center; }.odd{background:url("images/bg_tile_inside.jpg") repeat scroll 0 0 transparent;padding-top:10px;padding-bottom:10px;}.local-featured-photo{width:754px;height:278px;margin-left:-22px;margin-top:-24px;position: relative;margin-bottom:20px;}.local-tagline{ background: url("images/banner-image.png") repeat scroll 0 0 transparent;color: #FFFFFF;height: 70px;overflow: hidden;position: absolute;bottom:0;width: 754px;z-index: 10;}.local-tagline p{opacity:1;color:#FFF;margin-top:12px;}.local-tagline h2{padding-left:20px;padding-top:10px;}.producer-listing li  img{clear:both;border:5px solid #D6D9AB;margin-bottom: 5px;}.producer-listing li {	float: left;    margin: 0 20px 20px 0;    text-align: center;    width: 216px;}/*.producer-listing a .producer-link:link, .producer-listing a .producer-link:visited, .producer-listing a{	color:	#6B6C5F !important;}.producer-listing a :hover{	color:#f58734 !important;	text-decoration:none;}*/.blog-thumb{float: left;    padding-right: 10px;}