/*
2008 ChefMD.com
marxcreative.com
*/
#top_feature_container {
	width:405px;
	height:440px;
	float:left;
	margin:0 20px 20px 0;
}
#email_feature {
	width:405px;
	height:210px;
	margin-bottom:20px;
}
#shopping_list_feature {
	width:405px;
	height:210px;
}
#book_feature {
	width:228px;
	height:439px;
	float:left;
	text-align:center;
}
#book_feature h1 {
	color:#981E32;
	line-height:1;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
	margin:0;
	padding:0;
}
#book_feature h1 a {
	color:#981E32;
	text-decoration:none;
}
#book_feature h1 a:hover {
	color:#981E32;
	text-decoration:underline;
}
#book_feature p {
	line-height:1.4;
	margin:10px 0 0 0;
	padding:0;
}
#book_feature a {
	color:#000000;
	text-decoration:none;
}
#book_feature a:hover {
	color:#000000;
	text-decoration:underline;
}
#read_more {
	margin:3px 0 0 0;
	font-weight:bold;
	font-style:italic;
}
#read_more a {
	color:#981E32;
	text-decoration:none;
}
#read_more a:hover {
	color:#981E32;
	text-decoration:underline;
}



/* START FEATURE BOX BORDERS AND LAYOUT */
.single_feature_header {
	width:auto;
	height:34px;
}
.single_feature_border_top {
	width:auto;
	height:8px;
	font-size:1px;
}
.single_feature_border_top_left {
	width:8px;
	height:8px;
	float:left;
	font-size:1px;
}
.single_feature_border_top_right {
	width:8px;
	height:8px;
	float:right;
	font-size:1px;
}
.single_feature_header_title {
	width:auto;
	height:26px;
	border-left:#EDE6D6 2px solid;
	border-right:#EDE6D6 2px solid;
	padding:0 10px 0 10px;
	color:#FFFFFF;
	font-size:20px;
	line-height:1;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.single_feature_header_title span {
	font-size:11px;
	vertical-align:text-top;
}
.single_feature_content {
	border-left:#EDE6D6 2px solid;
	border-right:#EDE6D6 2px solid;
	padding:10px 10px 3px 10px;
}
.single_feature_footer {
	width:auto;
	height:8px;
	background:url(../images/blurb_border_bottom.png) repeat-x;
	font-size:1px;
	clear:left;
}
.single_feature_footer_left {
	width:8px;
	height:8px;
	background:url(../images/blurb_border_bottom_left.png);
	float:left;
	font-size:1px;
}
.single_feature_footer_right {
	width:8px;
	height:8px;
	background:url(../images/blurb_border_bottom_right.png);
	float:right;
	font-size:1px;
}
/* END FEATURE BOX BORDERS AND LAYOUT */

/* START INDIVIDUAL CHARACTERISTICS */
.recipes_single_feature_container {
	width:653px;
	height:auto;
	clear:both;
}
.recipes_single_feature_container .single_feature_header {
	background:#567E55;
}
.recipes_single_feature_container .single_feature_border_top {
	background:url(../images/blurb_recipes_border_top.png) repeat-x;
}
.recipes_single_feature_container .single_feature_border_top_left {
	background:url(../images/blurb_recipes_border_top_left.png);
}
.recipes_single_feature_container .single_feature_border_top_right {
	background:url(../images/blurb_recipes_border_top_right.png);
}
.recipes_single_feature_container h3 {
	color:#567E55;
	font-weight:normal;
}
.recipes_single_feature_container a {
	color:#567E55;
	text-decoration:none;
}
.recipes_single_feature_container a:hover {
	text-decoration:underline;
}


.features_single_feature_container {
	width:653px;
	height:auto;
	clear:both;
	margin-top:20px;
}
.features_single_feature_container .single_feature_header {
	background:#981E32;
}
.features_single_feature_container .single_feature_border_top {
	background:url(../images/blurb_features_border_top.png) repeat-x;
}
.features_single_feature_container .single_feature_border_top_left {
	background:url(../images/blurb_features_border_top_left.png);
}
.features_single_feature_container .single_feature_border_top_right {
	background:url(../images/blurb_features_border_top_right.png);
}
.features_single_feature_container h3 {
	color:#981E32;
	font-weight:normal;
}
.features_single_feature_container a {
	color:#981E32;
	text-decoration:none;
}
.features_single_feature_container a:hover {
	text-decoration:underline;
}
