*
{
	margin: 0;
	padding: 0;
	border: none;
}
 
a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

span.numerator
{
	font-size: 0.8em;
	line-height: 0.8em;
	vertical-align: 0.3em;
}

span.denominator
{
	font-size: 0.8em;
	line-height: 0.8em;
	vertical-align: -0.1em;
}

.center
{
	text-align: center;
}

body
{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	background-image: url( "../img/tile.png" );
}

div.box
{
	position: absolute;
	display: none;
}

div.box div.button
{
	text-align: center;
	padding: 10px;
}

div.box div.copyright
{
	color: #666;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}

/* recipe pages */

div.recipe
{
	width: 730px;
}

div.recipe div.recipeMiddle
{
	width: 600px;
	margin: -30px 65px;
}

div.recipe div.introduction
{
	margin: 10px 0;
}

div.recipe div.image
{
	text-align: center;
	margin: 20px 0;
}

div.recipe div.image img
{
	border: 1px #000 solid;
}

div.recipe div.title
{
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

div.recipe div.ingredient
{
	clear: left;
	margin: 5px 0px;
}

div.recipe div.ingredientLeft
{
	float: left;
	width: 200px;
	text-align: right;
}

div.recipe div.ingredientRight
{
	padding-left: 210px;
	text-align: left;
}

div.recipe div.separator
{
	margin: 10px 0;
	text-align: center;
	font-style: italic;
}

div.recipe div.instruction
{
	clear: right;
	margin: 5px 0 5px 15px;
	text-indent: -15px;
}

div.recipe div.instruction img.popRight
{
	float: right;
	border: 1px #000 solid;
	margin: 0px 0px 10px 10px;
}

div.recipe div.end
{
	margin: 10px 0;
}

div.recipe div.copyright
{
	color: #666;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 20px;
}

