@charset "UTF-8";

#container { margin: 0; width: 95%; }
#header, #nav, #main, #footer, #footerinner, .fourcol { width: 100%; }
#header img { display: none; }
#header img.logo { display: block; }

 #header h1 { width: 45%; position: absolute; left: 342px; top: 20px; }

#nav { background: none; margin-bottom: 26px; border-bottom: 13px solid #9a8f7e;} 
#nav ul { display: none; }

.recipeheader { background: none; height: auto; margin-bottom: 16px; height: 250px; }
 .recipeheader h1 { color: #000; margin-left: 12px; padding-top: 12px; font-size: 2.1em; }
 .recipeheader img { float: right; margin: 0 0 0 20px; }
	.recipeheader h3 { font-size: 1.1em; line-height: 125%; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana; margin: 10px 0 8px 12px; color: #eee; }
	.recipeheader h5 { margin-left: 12px; font-size: 1em; }

.ingredients { padding: 8px 12px; width: 35%; background: none; border: 1px solid #bbb; font-size: 1.2em; margin-right: 40px; }
	.fourcol .ingredients ul { margin: 0 0 8px; padding: 0; list-style-type: none; }
	.fourcol .ingredients li { margin: 0; padding: 4px 0 3px 1px; list-style-type: none; border-bottom: 1px solid #B8AF9E; }

.method, .ingredients { margin-bottom: 12px; }
.method h2, .ingredients h2 { color: #333; }

.method { width: 50%; font-size: 1.1em; line-height: 130%; }
 .fourcol .method ol { padding-left: 22px; }
	.fourcol .method li { font-size: 1.1em; margin-bottom: 12px; color: #000; }
	
.source { clear: both; background: none; padding: 0; margin-bottom: 14px;}
 #main .source p { margin: 0; }

.noprint, .adcol { display: none; }

.fourcol { font-size: 1.1em; }
#footerinner { margin-left: 0; }
#footerinner p { width: 75%; }
