*
{
	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 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#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#copy
{
	color: #999;
	background-color: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 9px;
}
