/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; margin-left: 10px;}

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html {
	text-align: center;
	background-color: #7FFFD4;
	font-family: "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
}

body {
	position: relative;
	width: 890px; 
	margin: 10px auto 0px auto; 
	text-align: left;
	background-color: white;
}

h1 {
	position: relative;
	left: 30px;
	top: 35px;
	font-size: 220%;
	color: #000;
	text-indent: -9999px;
}

#branding {
	position: relative;
	padding: 0px;
	background: transparent url(../images/main/curved_blue_890.gif) no-repeat 0 0;
	height: 130px;
}


#menu {
	z-index:100;
	width: 90%;
	position: absolute;
	padding: 0px;
	top: 104px;
	left: 70px;
}

#menu dl, #menu dt, #menu dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl {
	float: left;
}
#menu dt {
	cursor: pointer;
	text-align: left;
	color: white;
	text-decoration: none;
	margin: 0px 20px;
	font-weight: bold;
	font-size: 100%;
}
#menu dt a {
	text-align: left;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#menu dd {
	display: none;
}
#menu li {
	text-align: left;
	background: #00CC99;
}
#menu li a{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 80%;
	padding-left: 5px;
}
#menu li a:hover, #menu li a:focus {
	background: #33FF66;
}
#menu dt a:hover, #menu dt a:focus {
	color: black;
}



#nav_main {
	position: relative;
	padding: 0px;
	top: -26px;
}

#nav_main ul {
	position: absolute;
	left: 170px;
}

#nav_main ul li {
	display: inline;
}

#nav_main ul li a {
	color: white;
	text-decoration: none;
	padding: 9px;
	font-weight: bold;
	font-size: 90%;
}

#nav_main ul li a:hover {
	color: black;
}

#content {
	position: relative;
	background-color: #fff;
	border: 10px solid #33FF66;
	border-top: 0px solid #33FF66;
	border-bottom: 0px solid #fff;
	padding-bottom: 30px;
	padding-right: 15px;
	
}

#content h2, h3 {
	padding: 25px 0 0 0;
	color: #00CC99;
	font-size: 125%;
}

#content h4 {
	padding: 25px 0 0 5px;
	font-size: 105%;
}

#content p {
	font-size: 80%;
	padding: 5px 0 5px 10px;
}

#content ul {
	font-size: 80%;
	padding: 5px 0 15px 20px;
}

#content a {
	text-decoration: none;
	color: #00CC99;
}

#content a:hover {
	color: #000;
}

#content_main {
	position: relative;
	left: 22%; 
	width: 78% !important;
}
#content_main ul li {
	position: relative;
	margin-left: 20px;
	list-style: circle;
}

#content_side {
	position: absolute;
	width: 18%;
	left: 12px;
	top: 20px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
}

#gallery img{
	padding: 20px;
}

#content_side ul {
	position: relative;
	left: 0px;
	top: 30px;
	padding: 20px 5px 5px 15px;
	background: url(../images/main/side_content_green.gif) no-repeat 0 0;
	height: 200px;
}

#content_side ul li {
	padding: 2px 2px 2px 10px;
}
  
#content_side ul li a {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}
  
#content_side ul li a:hover {
	color: #33FF66;
}

#content_side h2 {
	font-size: 80%;
	padding: 10px 0;
}

#content_main_left {
	top: 30px;
	width: 65%;
}
  
#content_sub {
	position: absolute;
	left: 70%; 
	top: 30px;
	width: 175px;
}
  
#content_sub p {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	text-align: justify;
}
  
#content_sub img {
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid #000;
}

#site_info {
	position: relative;
	width: 867px;
	padding: 10px 0px;
	font-size: 70%;
	width: 100%;
	height: 70px;
	top: 0px;
	background: transparent url(../images/main/curved_blue_bottom_890.gif) no-repeat 0 0;
}

#site_info h2{
	position: absolute;
	left: 25px;
	top: 25px;
}

#site_info ol{
	position: absolute;
	left: 420px;
	top: 25px;
}

#site_info ol li{
	padding-right: 5px;
}

#site_info ol li {
	display: inline;
}

.photo-side {
	float: left;
	margin-left: -170px;
	margin-top: -20px;
}

.warren-photo-side {
	float: left;
	margin-left: -170px;
	margin-top: 210px;
}

.ingredients {
}

.recipe-image {
	float: left;
	padding-right: 20px;
}

.side-image {
	float: left;
	padding: 20px;
}

.date-places {
	color: #00CCCC;
}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
