/* -------------------------------------------------------------
	ConAgra Foodservice
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Print Style
	Filename:		print_style.css
	Version:		1
	Date:			27 March 2008
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous
	+ Product Detail

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #fff;
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #e00034;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

ol li {
	padding-left: 10px;
	margin-left: 10px;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 0.5em;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #99938a;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	color: #808080;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
}

sup {
	font-size: 0.85em;
	vertical-align: top;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contact td {
	padding-bottom: 5px;
	vertical-align: top;
}

.td_padding {
	padding-left: 25px;
}




/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 924px;
	margin: 0 auto;
	padding: 0 6px;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
}

.hr {
	height: 1px;
	margin: 15px 0;
	clear: both;
	background: #e5e5e5;
}

.hr_nomargin {
	height: 1px;
	margin: 0 0 15px 0;
	background: #e5e5e5;
}

.hr hr {
	display: none;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	display: none;
}



/* --- UI --- */

#ui {
	display: none;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	display: none;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	display: none;
}





/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	width: 100%;
	min-height: 180px;
	padding: 25px 30px 10px 0;
	overflow: visible;
}

#content h1 {
	margin-bottom: 1em;
}

#content ol {
	padding-left: 17px;
	list-style-position: outside;
}

#content ul {
	padding-left: 20px;
}

.full-page_content {
	width: 80%;
	text-align: left;
}

.contact_content {
	width: 420px;
	text-align: left;
}

.text_align-left {
	text-align: left;
}

.text_align-right {
	text-align: right;
}

.text_align-center {
	text-align: center;
}



/* --- recipes --- */

#content ul.recipe_list {
	left: 0px;
	padding: 15px 0 0 0;
	position: relative;
}

.recipe_list li {
	width: 160px;
	min-height: 180px;
	padding: 0;
	float: left;
	background: transparent;
}

.recipe_list div {
}

.shadow {
	width: 184px;
	height: 144px;
	margin-left: -10px;
	padding: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2; /* HACK */
	background: url(/images/bg_recipeitem_shadow.jpg) no-repeat;
}

.recipe_list .shadow {
	width: 144px;
	height: 104px;
	margin: 0;
	padding: 8px;
	background: url(/images/bg_recipelist_shadow.jpg) no-repeat -2px -2px;
}

.recipe_list a {
	padding: 0 5px 0 10px;
	display: block;
}

.recipe_list .shadow a {
	padding: 0;
}

.logo_float {
	float: right;
}

.logo_float img {
	padding-right: 15px;
}

.print_link {
	width: 105px;
	height: 31px;
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	background: url(/images/btn_print_recipe.gif) no-repeat;
}



/* --- recipe detail --- */

.ingredient_table {
	clear: both;
	width: 100%;
}

.ingredient_table td {
	padding-left: 4px;
}

.ingredient_table th {
	padding-left: 4px;
	color: #808080;
	font-weight: bold;
}

.striped .odd {
	background: #f2f2f2;
}



/* --- news and events --- */

#news .column1 {
	width: 340px;
	float: left;
	margin-right: 90px;
}

#news .column2 {
	width: 220px;
	float: left;
	margin-right: 20px;
}

#news .column3 {
	width: 220px;
	float: left;
}



/* --- half_column --- */

.half_column {
	width: 46%;
	float: left;
	padding-right: 3.5%;
}



/* --- two third column --- */

.two_third_column {
	width: 66%;
	float: left;
}

.two_third_column .float_left {
	margin-right: 25px;
}



/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.note {
	font-size: 0.85em;
	color: #999;
}

.source {
	color: #97948d;
	margin-top: 35px;
	border-top: 1px solid #97948d;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}

.align_center {
	text-align: center;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	display: none;
}




/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

.clearfix_marginbottom {
	width: 100%;
	height: 0;
	clear: both;
	margin-bottom: 35px;
}

.margin-left {
	margin-left: 25px;
}

.margin-right {
	margin-right: 25px;
}

.margin-top {
	margin-top: 25px;
}

.margin-bottom {
	margin-bottom: 25px;
}

.padding-left {
	margin-left: 25px;
}

.padding-right {
	margin-right: 25px;
}

.padding-top {
	margin-top: 25px;
}

.padding-bottom {
	margin-bottom: 25px;
}




/* -------------------------------------------------------------
	Product Detail
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#product_detail_content {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 15px;
}	

#product_detail_content #left {
	float: none;
}

#product_detail_content #right {
	float: none;
}

.product_detail_table {
	width: 350px;
	margin: 15px 0 15px 0;
}

.product_detail_table td {
	padding: 3px 15px 3px 3px;
}

#btn_products_list {
	display: none;
}

.h4_product {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}

#product_detail_content .instructions{
	margin: 20px 0 10px 0;
}

#product_detail_content .step {
	margin: 0;
	padding: 3px 0 7px 0;
}

#product_detail_content .step #left {
	padding: 0;
	margin: 0;
	font-weight: bold;
	float: none;
}

#product_detail_content .step #right {
	padding: 0;
	margin: 0;
	float: none;
}

.ingredients {
	margin-top: 15px;
}

.print_link_product {
	display: none;
}