/* General
----------------------------------------------- */
	body {
		background: #ffffff;
		background-image:none;
		font-size:76%;
		text-align:left;
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
		color: #000000;
	}
	
	a, a:link {
		color:#000000;
		font-weight:bold;
		text-decoration:none;
	}
	
	ul, li {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	p {
		font-size: 1.0em;
		line-height: 1.5em;
		margin: 0em 0em 1.0em 0em;		
	}
	
	h2,
	#pageheader {
		font-size: 1.4em;
		font-weight:bold;
		margin: 0.9em 0em 0em 0em;	
	}
	
	h3 {
		font-size: 1.1em;
		margin: 0em 0em 0.2em 0em;	
	}

	h4 {
		font-size: 1.0em;
		margin: 1.1em 0em 0.2em 0em;	
	}
	
	table {
		font-size: 1.0em;
		line-height: 1.5em;
	}	
		
/* Layout
----------------------------------------------- */
	#logo, #mainmenu, #header, #wrap {
		width:100%;
	}
	
	#logo {
		display:none;
	}
	
	#wrap {
		width:100%;
		border:none;
	}

	body#page #submenu {
		display:none;
	}
	
	#content {
		border:none;
	}
	
	body#page #content {
		width:100%;	
	}
	
	#footer {
		display:none;
	}

/* Content
----------------------------------------------- */
	#content div {
		padding:8px 26px 15px 26px;
	}
	
	#content #pageheader {
		padding-left:26px;
		padding-right:26px;
		margin-top:6px;
	}

/* Recipe
----------------------------------------------- */
	p.meta {
	
	}
	
	img.recipe {
		margin-top:1.8em;
		margin-bottom:4px;
		margin-left:12px;
	}
	
	table.ingredients {
		width:55%;
		margin-bottom:1.0em;
	}
	
	table.ingredients caption {
		font-weight:bold;
		text-align:left;
		font-size: 1.1em;
		margin: 0em 0em 0.2em 0em;		
	}
	
	table.ingredients tr.odd {
		/*padding:4px 4px 4px 0px;
		background-color:#EFF2E6;*/
	}

	table.ingredients td {
		padding:2px 4px 2px 4px;
		border-bottom:1px solid #EFF2E6;
	}
	
	td.amount {
		width:5%;
		white-space: nowrap;
	}
	
	td.ingredient {
		width:50%;
	}	

/* Product
----------------------------------------------- */
	table.products {
		border-top:1px solid #EFF2E6;
	}
	
	table.products td {
		padding-top:16px;
	}
	
	td.productimage {
		width:80px;
	}
	
	td.productdescription {
		width:140px;
	}
	
	td.productdescription h3 {
		margin-top:0;
	}

/* Extra
----------------------------------------------- */
	#extra div {
		padding: 8px 9px 8px 12px;
	}

/* Mainmenu
----------------------------------------------- */
	div#mainmenu {
		display:none;
	}

/* Header
----------------------------------------------- */
	#header {
		display:none;
	}