/*
+-------------------------------------------------------------------------+
Title:		Fruit Undressed Print Styles
Version:	1.7
Copyright:	2008 - Smith Brothers Agency
Updated:	12/04/2008 - gjh
+-------------------------------------------------------------------------+
*/

/* BASE ELEMENTS --------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

body {
	background: #ffffff;
	margin: 15px; 
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;}
	
h1 {margin: 0 0 15px 0; padding: 0; font-size: 20pt;}
h2 {margin: 0 0 15px 0; padding: 0; font-size: 15pt;}
h3 {margin: 0 0 8px 0; padding: 0;}
h4 {margin: 0 0 8px 0; padding: 0;}
h5 {margin: 0 0 5px 0; padding: 0;}


p {margin: 0 0 15px 0; padding: 0;}
abbr {border: 0; text-decoration: none;}
a { color: #000000; text-decoration: none;}
ul {margin: 0 0 10px 0;}

/* HIDDEN ELEMENTS ------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

hr,
#nav-main,
#coupon-plug,
#footer-links,
#subnav,
#cooler,
#coupons,
#button,
#recipe-meta-item,
#recipe-list,
#print
{display: none;}

#nutrition-pop {
	display: block !important;
	padding-bottom: 15px;}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* Nutrition Information */


/**
 * Define the table to be of the class "nutrition"
 */
table.nutrition {
	width : 275px;
	margin-top : 10px;
	margin-left : 0;
	margin-right : 0;
	border : 1px solid black;
	border-collapse : collapse;
	table-layout : auto;}

/**
 * Format the caption at the top of the table
 */
.nutrition caption {
	font-family : Arial;
	font-size : small;
	font-style: italic;}

/** 
 * Format the tr ids 
 */
.nutrition tr#calories td {border-bottom : 4px solid black;}

.nutrition tr#servings td {border-bottom : 6px solid black;	}

.nutrition tr#minerals td {border-top : 4px solid black;}

 /**
  * Format the header, which is basically the text "Nutrition Facts"
  */
.nutrition th {
	background-color : transparent;
	padding : 3px;
	border : 0;
	font-family : Arial;
	font-size : large;
	font-weight : bolder;}	

 /**
  * Define the baseline style for cells
  */
.nutrition td {
	padding : 3px;			
	font-family : Arial;
	font-size : x-small;
	border : 0;
	border-bottom : 1px solid black;	
	text-align : left;}

 /**
  * Define the cell for Daily Values
  */
.nutrition td.dv {
	font-weight : bold;
	text-align : right;}

 /**
  * Set an indent for subordinate nutrients
  */
.nutrition td.sub {text-indent : 10px;}

 /**
  * Set the style of the disclaimer text
  */
.nutrition td.disclaimer {font-size : xx-small;}

 /**
  * Use the strong tag to set emphasis on particular text
  */
.nutrition strong {font-weight : bold;}

#footer {font-size: 10pt;}
