@charset "utf-8";

#main_container {
	position: relative;
	width: 864px;
	margin-left: -433px;
	left: 50%;
	background-color: #e9dece;
}

#left_container {
	position: relative;
	margin-top: -86px;
	margin-left: 18px;
	background-color: #e9dece;
	width: 207px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#right_container {
	position: relative;
	width: 609px;
	margin-top: -86px;	
	margin-left: 12px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

#main_categories_container {
	background-color: #a99e91;
	width: 207px;
	padding: 2px 0 35px 0;
}

.main_category_link {
	background-color: #4b443f;
	margin-top: 3px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
	border: #968c81 1px solid;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 152px;
	line-height: 15px;
	padding: 5px 20px 5px 20px;
}

.main_category_link:hover {
	background-color: #fdf6ec;
	color: #4b443f;
}

#second_left_container {
	width: 207px;
	margin-top: 5px;
	background-color: #c3b9ac;
}

#inside_real_food_talk_container {
	padding-top: 7px;
	width: 207px;
	height: 54px;
}

#inside_real_food_talk {
	margin-left: 7px;
	margin-right: 8px;
	padding-top: 11px;
	padding-bottom: 10px;
	width: 190px;
	height: 31px;
	background-color: #a99e91;
	border: 1px solid #beb4a7;
	text-align: center;
	vertical-align: middle;
}

#search_container {
	position: relative;
	width: 207px;
	height: 54px;
	margin-top: 18px;
}

#search_label {
	text-align: center;
	color: #41372f;
	font-weight: bold;
}

#search_textbox {
	margin-top: 13px;
	margin-left: 9px;
	background-color: #4b443f;
	border: solid 1px #8a8278;
	color: #FFF;
	width: 156px;
	height: 21px;
	padding: 0;
	display: block;
	float: left;
}

#search_submit {
	margin-top: 13px;
	margin-left: 173px;
	background-image: url(/common_blog_files/images/search_btn.jpg);
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	display: block;
}

#be_social_container {
	position: relative;
	padding-top: 32px;
	background-color: #c3b9ac;
	width: 207px;
}

#be_social_label {
	text-align: center;
	color: #41372f;
	font-weight: bold;
}

#be_social_btns {
	margin-top: 19px;
	margin-left: 7px;
	margin-right: 8px;
	width: 192px;
}

#rss_btn {
	margin-left: 4px;
}

#subcategories_container {
	background-color: #c3b9ac;
	width: 207px;
	padding-top: 36px;
}

#subcategories_label {
	text-align: center;
	color: #41372f;
	font-weight: bold;
}

#subcategory_links_container, #archive_links_container, #recent_post_links_container {
	text-align: center;
	list-style-type: none;
	margin-top: 20px;
}

#subcategory_links_container li, #archive_links_container li, #recent_post_links_container li {
	margin-top: 21px;
}

#subcategory_links_container li a, #archive_links_container li a, #recent_post_links_container li a {
	color: #4b443f;
}

#subcategory_links_container li a:hover, #archive_links_container li a:hover, #recent_post_links_container li a:hover {
	color: #fff;
}

#archives_container {
	background-color: #c3b9ac;
	width: 207px;
	padding-top: 39px;
}

#archives_label {
	text-align: center;
	color: #41372f;
	font-weight: bold;
}

#recent_posts_container {
	background-color: #c3b9ac;
	width: 207px;
	padding-top: 36px;
}

#recent_posts_label {
	text-align: center;
	color: #41372f;
	font-weight: bold;
}

#side_nav_recipe_container {
	background-color: #c3b9ac;
	padding-top: 51px;
}

#side_nav_recipe_image_container {
	position: relative;
	width: 207px;
	height: 160px;
	background-image: url(/common_blog_files/images/side_nav_recipe_bg.jpg);
}

#side_nav_recipe_image {
	position: absolute;
	left: 0;
	top: 0;
}

#side_nav_recipe_content_container {
	background-color: #f4ede6;
	width: 192px;
	padding-left: 7px;
	padding-right: 8px;
}

#side_nav_recipe_title {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	color: #8a5f3d;
	text-align: center;
}

#side_nav_recipe_title a {
	color: #8a5f3d;
}

#side_nav_recipe_title a:hover {
	text-decoration: underline;
}

#side_nav_recipe_description {
	margin-top: 8px;
	text-align: center;
	line-height: 12pt;
	color: #333;
}

#side_nav_recipe_link {
	margin-top: 11px;
	text-align: center;
	color: #8a5f3d;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#side_nav_recipe_link:hover {
	text-decoration: underline;
}

#side_nav_footer {
	display: block;
	padding-top: 19px;
	background-color: #f4ede6;
}

#page_title {
	font-size: 28px;
	font-weight: bold;
	font-size: 28pt;
	line-height: 30pt;
	color: #4b443f;
	margin-top: 10px;
}

#article_container {
	margin-top: 5px;
	background-color: #fdf6ec;
	padding-bottom: 69px;
}

#article_content_padding {
	position: relative;
	top: 23px;
	left: 10px;
	width: 589px;
}

#article_content {
	margin-left: 15px;
}

#post_title {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #4b443f;
}

.separator {
	height: 1px;
	margin-top: 9px;
	margin-bottom: 0;
	border: 0;
	background-color: #d7d1c9;
}

.article_info_container {
	margin-top: 9px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	line-height: 14px;
	color: #4b443f;
}

.posted_by {
	margin-left: 9px;
}

.post_date_img {
	margin-left: 19px;
}

#article_body {
	margin-top: 17px;
}

.addthis_container {
	margin-top: 18px;
}

.addthis_button_expanded {
	color: #9e240e;
	font-size: 12px;
}

.addthis_button_expanded:hover {
	text-decoration: underline;
}

#footer_image {
	background-image: url(/common_blog_files/images/footer_bg.png);
	background-repeat: no-repeat;
	width: 1148px;
	height: 131px;
}

#footer_bg_tile {
	background-image: url(/common_blog_files/images/footer_bg_tile.jpg);
	background-repeat: repeat-x;
	height: 310px;
	margin-top: -131px;
	background-color: #574938;
	min-width: 1148px;
}

#footer_text_container {
	position: relative;
	margin-left: -300px;
	left: 50%;
	width: 600px;
	text-align: center;
	margin-top: -190px;
}

