/* Margherita Print Styles */

body {
	margin: 3%;
	padding: 0;
	font-family: georgia, "times new roman", serif;
}

img {
	border: 0;
}

a:link {
	
}

a:visited {
	
}

a:hover {
	
}

/* Misc */

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;	
}

/* Structure */

#mainContainer {
	width: 960px;
	position: relative;
	margin: 0;
}

		#shadow {
			display: none;
		}

		#logoWeb {
			display: none;
		}
		
		#banner {
			height: 408px;
		}
		
		#printLogo {
			position: absolute;
			top: 0;
			right: 0;
			margin: 0 0 1% 0;	
		}
		
		#printLogoNone {
			margin: 0 0 1% 0;	
		}
		
	
	#bodyContentHome {
		
	}
	
		#bodyContentHome #content {
			padding: 0 13px;	
		}
			
	#bodyContent {
		width: 966px;
	}
	
		#bodyContent #content {
			padding: 0 13px;	
		}
	
	#bodyFoot {
		background: url(../_img/_structure/foot.png) no-repeat;
		width: 966px;
		height: 32px;
	}
	
	#flashHome {
		position: absolute;
		width: 940px;
		height: 660px;
		left: 13px;
		z-index: 8;	
	}
	
	#scrollGrad {
		background: url(../_img/_structure/flash_grad_bkg.png);
		width: 940px;
		height: 162px;
		position: relative;
		left: 13px;
		bottom: 19px;
	}
	
	#footer {
		display: none;
	}
	
/*	#banner {
		width: 350px;
		height: 187px;
	}*/
	
	/* Recipe Stuff */
	
	#recipe {
		float: left;
		padding-top: 3%;
		width: 960px !important;
	}
	
	
		.times div {
			float: left;
			padding: 0 4% 3% 0;
		}
		
		.times h3 {
			margin: 0 0 1% 0;	
			padding: 0;
		}
		
		.times h4 {
			margin: 0;	
			padding: 0;
		}
	
		.recipeLogo {
			position: absolute;
			top: 50px;
			left: 30px;
		}
	
		.bg_img {
			display: none;
		}
		
		.sm_img {
			display: none;
		}
		
	#recipeFunctions {
		display: none;
	}
	
	#legal {
		padding-top: 3%	
	}
			
/* Nav Styles */

#topNav {
	display: none;
}

#recipeNav {
	display: none;
}

#subNav {
	display: none;
}

/* Text Styles */

p {
	line-height: 1.6em
}

table {
	font-family: georgia, "times new roman", serif;
	color: #000;	
	font-size: 12pt;
	line-height: 1.9em;
}

table.directions {
	line-height: 1.5em;
}

	table.directions p {
		margin: 0 0 3% 0;	
	}
	
	table.directions td {
		height: 10px;  /*Hack to get the table to display*/
	}

/* Heading Styles */

h1 {
	color: #b00606;	
	font-family: /* "StempelSchneidler-Light", */ georgia, "times new roman", serif;
	margin: 0 0 2% 0;
	font-weight: normal;
	font-size: 22pt !important;
	line-height: 1em
}

h2 {
	color: #383838;
	font-size: 15pt !important;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1% 0;
}


h3 {
	color: #b00606;
	text-transform: uppercase;
	font-size: 10pt !important;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1em;
	margin: 0 0 2% 0;
}

h4 {
	font-weight: normal;
	color: #795b3c;
	font-size: 12pt
}
			
sup {
	font-size: 6pt;	
}