*
{
	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;
	left: 0px;
	top: 0px;
}

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;
}

/* pop-up images */

div#popImage
{
	position: absolute;
	display: none;
}

div#popImage img#popUpImage
{
	width: 400px;
	height: 300px;
	border: 1px #000 solid;
}

/* pop-up placard */

div.placard
{
	position: absolute;
	display: none;
	width: 530px;
	background-color: #FFF;
	border: 1px #000 solid;
	color: #000;
	margin: 0px auto;
	cursor: pointer;
	box-shadow: 2px 2px 5px #333;
}

div.placard div.placardTop
{
	margin-top: 4px;
}

div.placard div.placardMiddle
{
	margin-top: -36px;
}

div.placard div.placardMiddle p
{
	margin: 0px 65px 10px;
	font-style: italic;
}

div.placard div.placardMiddle p span.normalBold
{
	font-weight: bold;
	font-style: normal;
}

div.placard div.placardMiddle p.button
{
	font-style: normal;
	text-align: center;
	margin-bottom: -36px;
}

