/*******************************************************************************
PRINT STYLE SHEET - SOME THINGS MAY NEED TO BE ADJUSTED ON A SITE BY SITE BASIS
*******************************************************************************/
/* BASE PRINT STYLES */
#skip, #nav { display: none; }
img { border: none; }

body { text-align: left; line-height: 1.4; font-size: 12pt; font-family:Arial, Helvetica, sans-serif; background: #fff; }
h1, h2, h3, h4, h5, h6 { margin: .25em 0 1em; line-height: normal; }
h1 { font-size: 22pt; }
h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
h5 { font-size: 13pt; }
h6 { font-size: 12pt; }

sup { vertical-align: top; }
sub { vertical-align: text-bottom; }

div#container { margin: 0 5%; padding: 0; width: auto; float: none !important; color: #000; background: transparent none; border: 0; }

div#header { margin-bottom: -8px; }
  div#header img { vertical-align: bottom; }

div#content { padding-top: 1em; border-top: 1px solid #000; }
  div#content p { text-indent: 1em; }

  div#content blockquote p { text-indent: -1em !important; }

a:link, a:visited { color: #00c; font-weight: bold; text-decoration: underline; background: transparent none; }
/* DISPLAY THE URL AFTER THE LINK, IF THE BROWSER UNDERSTANDS THIS */
/*div#content a:link:after, div#content a:visited:after { font-size: 87%; content: " (" attr(href) ") "; }
div#content a[href^="/"]:after { content: " (http://www.avocadocentral.com" attr(href) ")"; }*/

table, td { padding: .25em; border: 1px solid #000; /*border-collapse: collapse;*/ }
th { padding: .25em; text-align: center; font-weight: bold; }
th, td { border-collapse: collapse; }

hr { height: 1px; border: 0; border-top: 1px solid #000; }

/* sIFR PRINT STYLES...HEADLINES WILL NOW PRINT AS NORMAL TEXT */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed { display: none !important; width: 0; height: 0; position: absolute; overflow: hidden; }
span.sIFR-alternate { visibility: visible !important; display: block !important; position: static !important; left: auto !important; top: auto !important; }


/* HIDE THESE WHEN PRINTING */
#top-links,
.mainnav,
#sidebar,
#block-wrapper,
#footer,
#habMessage,
#siteSearch,
.add-this-button-wrapper {display:none; }


/* ADDITIONAL PRINT STYLES */
.ingredient-item-quantity,
.ingredient-item-org_quantity { display:none; }

/* Hide from recipes pages */
.recipe-recalc-form-div-input-submit,
.ingredient-item-unit-system-name,
.ingredient-item-unit-type {display: none; }

/* more recipes pages stuff */
.ingredient-title,
.instruction-title,
.serving_suggestions-title,
.recipe-refer-form-title,
.recipe-comment-form-title,
.nutrition_info-title { font-weight:bold; }
.recipe-image img									{ float:right; border: 4px solid #c4d681; }

.noborder, .noborder td { border: 0px }
