/* Reset everything. */
*
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	color: #000;
	font-size: 9pt; /* Use absolute font sizes for print. */
	font-family: "times new roman", times, serif;
	text-decoration: none;
}


/* Headers. */
h1
{
	font: italic bold 16pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-right: 7em;
}

h2
{
	font: italic bold 12pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 1em 0 0.5em 0;
}

h4
{
	font: normal 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0.6em 0 0.3em 0;
}

h5.suitability
{
	margin: 0.6em;
}

th
{
	font: bold 9pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* Strip out unnecessary stuff. */
#nav,
#usertools,
#breadcrumb,
#tabs,
#private,
#contextual,
#footer,
#debug,
caption,
.clear,
a.button,
a.to_gallery,
span.more,
.infobox,
.message,
.feedback,
a.edit
{
	display: none;
}


/* Recipe info box. */
div.recipe_info
{
	border: 3px double #eee;
	margin-top: 1em;
	float: right;
	width: 320px;
}

	div.recipe_image
	{
		width: 300px;
		margin: 1em auto 0.3em auto;
	}
	
		div.recipe_image img
		{
			display: block;
			margin: 0 auto;
		}
		
		div.recipe_image p
		{
			text-align: center;
		}
		
		div#placeholder /* Don't print "no image"-image. */
		{
			display: none;
		}


	ol.recipe_details
	{
		width: 300px;
		margin: 1em auto;
		text-align: center;
		list-style: none;
		padding: 0;
	}

		ol.recipe_details h2
		{
			font-size: 1em;
			font-weight: bold;
			font-style: normal;
			margin-bottom: 0.2em;
		}
		
		ol.recipe_details p
		{
			margin: 0;
		}


	p.description,
	div.product_description
	{
		margin: 1em;
		font-size: 1.2em;	
		text-align: justify;
	}


	ul.suitability
	{
		width: 300px;
		margin: 0 auto 0.5em auto;
		list-style: none;
	}


/* Substances. */
table.substances
{
	text-align: left;
}

	table.substances tr
	{
		vertical-align: text-top;
	}
	
	table.substances th
	{
		display: none;
	}
	
	table.substances td
	{
		padding-right: 2em;
	}
	
	td.amount,
	td.use_amount
	{
		width: 4.3em; /* IE needs a wide gap in order to keep the thing on one line. */
	}

/* Directions. */
ol
{
	padding-left: 2em;
}

	ol li
	{
		font: italic 9pt Georgia, Times, serif;
	  	color: #000 !important;
	}
	
	ol li p
	{
		font: normal 9pt/12pt "times new roman", times, serif;
	}
	
	ol p.hint
	{
		font-style: italic;
	}


/* Aatu branding text */
#header #branding
{
	position: fixed;
	top: 0;
	right: 0; /* Invisible in Opera :( */
}

a.service-link
{
	color: #285B00;
	text-transform: lowercase;
	font: italic normal 2.8em Georgia, "Trebuchet MS", serif;
}