@charset "UTF-8";
/* CSS Document */

#pageheader_wrapper {
	clear: both;
	float: left;
	/*margin-top: -25px;*/
	margin-bottom: 0px;
	line-height: 1.10em;
	border: none;
	display: inline;
	overflow: hidden;
}


/* START STYLES USED IN THE INTRO RECIPE OVERVIEW PAGE */

#introblock_wrapper {
	float: left;
	position: relative;
	/*background-color: #C7D5AA;*/
	margin-top: 10px;
	margin-bottom: 25px;
	width: 590px;
	overflow: hidden;
}

#intro_table {
	width: 590px;
	border: none;
}

td.introtext {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	line-height: 1.25em;
	font-size: .95em;
}

/* START STYLES USE FOR THE INDIVIDUAL NEWSLETTER PAGE */

/* This is the main picture and text in the green box that appears
at the top of the newsletter */

#newsletterintro_wrapper {
	float: left;
	position: relative;
	background-color: #E6E6E6;
	margin-top: 13px;
	margin-bottom: 20px;
	width: 570px;
	overflow: hidden;
	border: #999999 1px solid;
}


td.newsletter_introtext {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.25em;
	vertical-align: middle;
}

.newsletter_divider {
	clear: both;
	background-image: url(../gfx/divider_green.jpg);
	background-repeat: no-repeat;
	height: 24px;
	padding-bottom: 20px;
	width: 570px;
	overflow: hidden;
}

/* START STYLES USED ON THE NEWS AND RECIPE PAGES*/

.headnote {
	/*font-style: italic;*/
	font-size: .95em;
	padding-bottom: 15px;
	border-bottom: 1px dotted #993300;
}

.headnote_brdtop {
	/*font-style: italic;*/
	font-size: .95em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dotted #993300;
}

.nonote {
	color: #990000;
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.10em;
	margin-bottom: 10px;
	padding: 15px 0px;
	border-top: 1px dotted #993300;
}

/* These are the styles for the "Past Newsletters" and "Recipe Archive" indexex in the right-coloumn of the layout */
#sidebar_wrapper,
#sidebar_wrapper_news {
	clear: both;
	float: right;
	position: relative;
	width: 205px;
	height: 100%;
	margin-top: 20px;
	/*font-size: 0.90em;*/
	padding: 0;
	font-size: 0.95em;
}

#sidebar_wrapper ul {
  margin: 0 0 0 40px;
  padding: 0;
}

#recipesignup_wrapper,
#recipeindex_wrapper,
#newsletterindex_wrapper {
	border: 1px solid #999999;
	background-color: #f5f5f5;
	padding: 12px;
}

#newsletterindex_wrapper h3,
#newsletterindex_wrapper ul {
	width: 175px;;
}

#recipesignup_wrapper h2,
#recipeindex_wrapper h2,
#newsletterindex_wrapper h2 {
	color: #c00000;
	font-size: 1.30em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.10em;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

#recipesignup_wrapper p,
#recipeindex_wrapper p,
#newsletterindex_wrapper p {
	/*font-style: italic;*/
	margin: 0px;
	padding-bottom: 10px;
}

.index_pict {
	padding-bottom: 10px;
	margin: 0px;
	width: 180px;
}

.index_dots {
	border-top: 1px dotted #999999;
	height: 15px;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

.more {
	text-align: right;
	font-weight: bold;
	color: #993300;
}

/* This is "Ingredients" sub-head in the Recipe */
#recipe_text h4 {
	color: #c00000;
	/*font-style: italic;*/
	font-weight: bold;
	line-height: 1.10em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

#recipe_text h5 {
	color: #c00000;
	/*font-style: italic;*/
	font-weight: normal;
	line-height: 1.10em;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}

#recipe_text ul {
	margin-left: 20px;
}

#recipeindex_wrapper ul,
#newsletterindex_wrapper ul {
	margin-bottom: 0;
}


/* This wrapper surrounds the divs that has pictures in the left column
and newsletter text in the right column */
#recipe_content_wrapper {
	float: left;
	position: relative;
	line-height: 1.25em;
	width: 590px;
	overflow: hidden;
}

#newsletter_content_wrapper {
	float: left;
	position: relative;
	line-height: 1.25em;
	width: 570px;
	overflow: hidden;
}

#recipe_content_wrapper h2 {
	color: #990000;
	font-style: normal;
	font-weight: bold;
	line-height: 1.10em;
	margin-bottom: 10px;
	padding: 0px;
}

/* This wrapper is used only on the Recipe Detail */
#recipe_detail_wrapper {
	float: left;
	position: relative;
	margin-top: 10px;
	line-height: 1.25em;
	width: 585px;
	overflow: hidden;
}


#recipe_picts,
#newsletter_picts {
	float: left;
	padding-right: 20px;
	overflow:hidden;
}

#recipe_picts img,
#newsletter_picts img {
	width: 205px;
}

#recipe_picts ul,
#newsletter_picts ul {
	margin: 0px;
	list-style: none;
}

#recipe_picts li,
#newsletter_picts li {
	list-style: none;
	padding: 0px 0px 10px 0px;
}

/* This is the text in the newsletter to the right of the pictures */

#recipe_text,
#newsletter_text {
	position: relative;
	padding-right: 0;
	overflow: hidden;
	text-align: justify;
}

/* These are styles used for the "Recipe of the Month" in the Newsletter */
#newsletter_recipe {
	position: relative;
	border-top: 1px dashed #993300;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
}

#recipe_newsletterlink {
	position: relative;
	border-top: 1px dotted #993300;
	margin-left: 250px;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
	overflow: hidden;
}

#newsletter_recipe h2,
#recipe_newsletterlink h2 {
	color: #993300;
	padding-bottom: 10px;
}

#newsletter_recipe ul,
#recipe_newsletterlink ul, {
	margin: 10px 0px 20px 0px;
	list-style: none;
	list-style-image: none;
}

#newsletter_recipe li,
#recipe_newsletterlink li {
	padding: 0px 0px 10px 0px;
	list-style: none;
	list-style-image: none;
}

#newsletter_recipe img,
#recipe_newsletterlink img {
	width: 205px;
}



/* These are styles used for the Ingridients and Instructions for a recipe */




/* These are styles for the special footer usesd only on the Newsletter pages*/
#newsletter_footer {
	clear: both;
	margin-top: 20px;
	background-image:url(../gfx/divider_footer.jpg);
	background-repeat:no-repeat;
	padding-top: 25px;
	text-align: center;
	font-size: .95em;
	line-height: 1.25em;
	width: 918px;
	overflow: hidden;
}

#newsletter_footer p {
	margin: 0px;
	padding: 0px;
}

.copyright { 
color: #000000; 
font-size: 0.85em; 
font-weight: normal; 
line-height: 1.30em; 
margin: 10px 0px 5px 0px; 
padding: 0px; 
text-align: center; 
overflow: hidden; 
}

.sidebar_title {
  font-size: 18px;
  color: #c00000;
  font-weight: bold;
  font-style: normal;
} 

