*
{
	margin: 0px;
	padding: 0px;
	border: 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;
}
body
{
	color: #000;
	background-color: #FFF;
	margin: 0;
	background-image: url( "../img/0.jpg" );
	background-repeat: no-repeat;
	background-position: 0 100px;
	background-attachment: fixed;
}

div#box
{
	font: 14px/1.4em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	padding: 20px 20px 0 300px;
	margin: 0;
	width: 420px;
}

div#box div#headerImage
{
	margin: 10px 0px;
	padding: 0.75em 0 0;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: solid;
	text-align: center;
}

div#box div#headerText
{
	display: none;
}

div#box div.menu
{
	margin: 10px 0px;
	padding: 0;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

div#box div.menu p
{
	margin: 0;
	padding: 0 1em 0 3em;
	text-indent: -2em;
}

div#box p.indent
{
	text-indent: 2em;
}

div#box p a
{
	color: #000;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

div#box p a:hover
{
	color: #FFF;
	background-color: #666;
	font-weight: bold;
	text-decoration: none;
}

div#box div.menu p.title
{
	margin: 1em 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}

div#box div.menu p a,
div.recipe div.ingredient_right a
{
	color: #000;
	background-color: inherit;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

div#box div.menu p a:hover,
div.recipe div.ingredient_right a:hover
{
	color: #FFF;
	background-color: #666;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

div#box div#list
{
	margin: 10px 0px;
	padding: 0 1em;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

div#box div#list p.day
{
	margin: 0.5em 0 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}

div#box div#list p.task
{
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -0.8em;
}

div#box div.menu p.first,
div#box div#list p.first
{
	margin-top: 1em;
}

div#box div.menu p.last,
div#box div#list p.last
{
	margin-bottom: 1em;
}

div#box div#home
{
	margin: 10px 0px;
	padding: 0.5em 0;
	border-color: #000;
	border-width: 1px 0 1px 0;
	border-style: solid;
	text-align: center;
}

div#box div#home a
{
	color: #000;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

div#box div#home a:hover
{
	color: #FFF;
	background-color: #666;
	font-weight: bold;
	text-decoration: none;
}

div#box div#copy
{
	color: #999;
	background-color: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 9px;
}

div.recipe
{
	position: absolute;
	display: none;
	padding: 1em;
	width: 680px;
	font: 14px/1.4em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #000;
	background-color: #FFF;
	border-color: #000;
	border-width: 3px;
	border-style: double;
	cursor: pointer;
	box-shadow: 3px 3px 5px #666;
}

div.recipe div.title
{
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

div.recipe div.outer_content
{
	margin: 0;
	padding: 5px 0;
}

div.recipe div.inner_content
{
	margin: 5px;
	padding: 0;
}

div.recipe div.ingredient_left
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.recipe div.ingredient_right
{
	margin: 0;
	padding-left: 315px;
}

div.recipe div.ingredient_separator
{
	margin: 0;
	padding: 5px 0 0;
	text-align: left;
	text-indent: 275px;
	font-style: oblique;
}

div.recipe div.instruction_left
{
	float: left;
	width: 1em;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.recipe div.instruction_right
{
	margin: 0;
	padding-left: 1.4em;
	text-align: left;
}

div.recipe div.rule
{
	padding-bottom: 0.5em;
	border-bottom: #666;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div#recipe_list
{
	position: absolute;
	display: none;
	margin: 0;
	padding: 1em;
	color: #000;
	background-color: #FFF;
	border-color: #000;
	border-width: 3px;
	border-style: double;
	cursor: pointer;
	box-shadow: 3px 3px 5px #666;
}
