
body {
	background-color: #fcf5e7;
}

#mainContent {
	position:relative;
}


#recipeframeouter {
	margin-top: 44px;
	width: 620;
	border-width: 47px 51px 61px 46px;

	-moz-border-image:url('/images/checkered_border.png') 47 51 61 46 repeat;
	-webkit-border-image:url('/images/checkered_border.png') 47 51 61 46 repeat;
	border-image:url('/images/checkered_border.png') 47 51 61 46 repeat;
}

#recipelogo {
	position: absolute;
	left: 50;
	top: -40;
}

#recipebody {
	margin: 40px;
	position:relative;
	font-size: 12px;
	font-weight: 500;
}

#topbar {
	width: 100%;
	height: 264;
}

#topbar .topbarsitelogo {
	position:relative;
	top: -184px;
	left: 38px;
}

#topbar #topbarrepeat {
	position: relative;
	width: 100%;
	height: 62px;
	top: 0px;
	left: 0px;
	background-image:url('/images/mealsteps_topbar_repeat.png');
	background-repeat: repeat-x;
	background-position-y: 0;
}

#topbar #topwhitespace {
	width: 100%;
	height: 158px;
	background-color: white;
}

#mainContent {
	margin-top: 20px;
	margin-left: 20px;
}

pre {
	font-family: monospace;
}

#recipeLinks {
	font-size: 16pt;
	margin: 14pt;
	line-height: 140%;
}

#recipeCell {
	display: list-item;
	width: 128pt;
}

h1 {
#	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'PT Serif', serif;
#	font-family: 'Lusitana', 'Helvetica', serif;
}


form #bodyfield {
	font-family: monospace;
	width: 600pt;
	height: 400pt;
}

table#ingredients td {
	vertical-align: top;
}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		display: inline;
}
		
input.narrow {
	width: 60pt;
}
		
		
/* Pager styles */

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}
	
	