@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#FFCC99;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img
{
	border:none;
}

#mainbox
{ 
	margin:1em auto;
	width:900px;
	background-color:#FFFFCC;
	text-align:left;
	border-style:groove;
	border-width:thin;
	padding:1em;
}

#header
{ 
	position:relative;
	top:0px;
	left:0px;
	height:150px;
	width:900px;
}

#navigation
{
	position:absolute;
	top:175px;
	width:175px;
	padding: 1em 0 1em 0;
	margin-bottom: 1em;
	background-color:#FF9966;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#naviation li
{
	border-bottom: 1px solid #FFCC99;
	margin: 0;
}

#navigation li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #FF6633;
	border-right: 10px solid #FFCC99;
	background-color: #FF9966;
	color:#000033;
	text-decoration: none;
	width: 100%;
}

html>body #navigation li a
{
	width: auto;
}

#navigation li a:hover
{
	border-left: 10px solid #FF9966;
	border-right: 10px solid #FFCC99;
	background-color: #FFCC99;
	color: #000033;
}

#content
{
	position:relative;
	left:200px;
	width:700px;
	vertical-align:top;
}

#searchspan
{
	position:absolute;
	top:100px;
	left:350px;
	width:500px;
}

/*#headertext
{
	position:relative;
	left:0px;
	width:550px;
}*/

#headerinstructions
{
	position:relative;
	left:0px;
	width:550px;
}

#searchbox
{
	width:250px;
}

#logindiv
{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
}

#logininfodiv
{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
}

/*.fieldheaders
{
	position: absolute;
	left: 0px;
	width: 130px;
	text-align:right;
}

.fields
{
	position:absolute;
	left:155px;
	width:200px;
}

.fieldbuttons
{
	position:absolute;
	left:155px;
}*/

.fieldstable
{
	padding:5px;
	width:450px;
}

.fieldscelllabel
{
	width:150px;
	padding-right:10px;
}

.fieldstextbox
{
	width:300px;
}

.recipeinfoblock
{
	width:200px;
	display:inline;
}

.recipeinfotable
{
	border:ridge thin;
}

.recipeinfolabelcell
{
	width:200px;
	font-weight:bold;
}

.recipeinfocell
{
	width:200px;
}

.recipephotoblock
{
	position:absolute;
	right:0px;
	height:250px;
	width:250px;
	padding-right:1em;
}

.recipephoto
{
	border:ridge thin black;
	width:250px;
	height:250px;
}

.ingredientstable
{
	border:ridge thin;
}


.ingredientsblock
{
	display:inline;
	width:450px;
}


.ingredientstablecell
{
	width:200px;
	text-decoration:underline;
}

.subheader
{
	font-size:large;
	color:#CC0000;
}

.header
{
	font-size:x-large;
	font-weight:bold;
	color:#CC0000;
}

.instructionsblock,
.notesblock
{
	border:ridge thin;
	width:685px;
	padding:4px;
}
