/* @override http://localhost:3000/stylesheets/print_recipe.css */



html, body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;

}
iframe, embed, object {display:none;}

a, a:hover {color: #000; text-decoration: underline;}


/* @group hide */
div#ads_top {
	display: none;
}
#main_menu_wrap {
	display: none;
}
#body_wrap {
	width: 620px;
	border: 1px solid #999;
	border-top: none;

}
#main_container {
	width: 620px;
}
#main_sign_in {
	display: none;
}
.gen_right {
	display: none;
}
#breadcrumb {
	display: none;
}
#comments {
	display: none;
}
.footer_ad {
	display: none;
}
.bottomnav {
	display: none;
}
#main_footer_content a {
	display: none;
}
.gen_left_header div {
  display:none;
}

div.gen_left_footer_bar {
	display: none;
}
#inner_search { display:none;}
.tags {
  display:none;
}

/* @end */
.gen_left_content {
  position: relative;
  width: 620px;

}
.gen_left_content p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

/* @group header */

#main_header {
	width: 620px;
	border: 1px solid #999;
	border-bottom: none;
	height: 80px;
}
#main_header img {
  width: 81px;
  height: 60px;
  position: absolute;
  top: 5px;
  left: 530px;
}
#main_header a {
  display: block;
}
#main_header_wrap {
position: relative;
}

.gen_left_header {
  position: absolute;
  top: 0px;
  left: 20px;
  height: 80px;
}

.gen_left_title {
	font-size: 21px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	bottom: 19px;
	width: 450px;
	color: #636153;
}

.gen_left_sub_title {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 65px;
	width: 450px;
	color: #666;
}
.gen_left_sub_title a {
	color: #000;
	text-decoration: none;
}
.icon_ftkotfc {
	position: absolute;
	top: 90px;
	width: 400px;
	display: none;
}

/* @end */

/* @group image */

.pic_col {
  float: right;
  padding: 5px 10px 0px 5px;
}
.pic_col img {
	margin: 0px auto;
	width: 140px;
	border: 1px solid #666;
}



/* @end */

/* @group description */

.description {
  margin: 0px 5px;
  padding: 5px;
  clear:left;
  

}


/* @end */

/* @group stats */

#recipe_detail .stats {
	float: left;
	width: 455px;
	margin: 5px;
	margin-right: 0px;
}
#recipe_detail .time_container {
	width: 453px;
	padding: 2px 0px;
	border-top:  1px dotted #b5b29c;
	border-bottom:  1px dotted #b5b29c;
	margin-bottom:  5px;
}
#recipe_detail .time {
	background-color: #f9f8f2;
	padding: 5px 0px;
}
#recipe_detail .time_container ul {
	background-color: #ddd;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#recipe_detail .time_container li {
	float: left;
	text-align: center;
	width: 140px;
	font-size: 10px;
}
#recipe_detail .time_container li span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, Times;
	font-size: 14px;
	color: #636153;
}

#recipe_detail .clear {
	/* potential toggle off */
}


/* @end */

/* @group Ingredients */
#recipe_detail .ingredients {
	border-top: 1px dotted #b5b29c;
	margin: 5px;
	padding: 5px;
	margin-bottom: 10px;

}

#recipe_detail .ingredients h3 {
	color: #636153;
	font-size: 21px;
	font-family: Lucida Grande, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#recipe_detail .ingredients ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style:none;
	line-height: 110%;
	overflow: auto;
}
#recipe_detail .ingredients li {
	margin-bottom: 5px;
	display: block;
}



/* @end */

/* @group Peperation */



#recipe_detail .preparation {
	border-top:  1px dotted #b5b29c;
	margin: 5px;
	padding: 5px;
	clear: both;

}
#recipe_detail .preparation h3 {
	color: #636153;
	font-size: 21px;
	font-family: Lucida Grande, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


#recipe_detail .preparation ul {
	margin: 0px;
	padding: 10px 0px 0px 40px;
	list-style: none;
	line-height: 120%;
}
#recipe_detail .preparation li {
	padding-bottom: 15px;
	position: relative;
	clear: left;
}
#recipe_detail .preparation li .order {
	position: absolute;
	left: -40px;
	top: 3px;
	width: 25px;
	color: #fff;
	background-color: #dfdf84;
	text-align: center;
	padding: 5px 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: Lucida Grande, Helvetica, Arial, Sans-Serif;
}
#recipe_detail #step_instruction {
	height: 100px;
	width: 550px;
}




/* @end */

/* @group Additional */
#recipe_detail .additional {
	border-top:  1px dotted #b5b29c;
	margin: 5px;
	padding: 5px;
}
#recipe_detail .additional h3{
	color: #636153;
	font-size: 21px;
	font-family: Lucida Grande, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}



/* @end */

/* @group footer */

#main_footer {
  border-top:  1px dotted #b5b29c;
  text-align: center;
  margin: 5px;
  padding-bottom: 15px;
}
#main_body_footer {
	display: none;
}
.copyright {
	font-size: 10px;
	color: #b5b29c;
}



/* @end */

/* @group recipe results */
.recipe_results_header {
	border: 1px solid #eee;
	
}
.recipe_results {
	margin-left: 120px;
}

ul.result_row {
	height:auto !important;
	min-height:15em;
	width:480px;	
	padding:0px 0pt 12px 0pt;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	margin-bottom: 5px;
	
}
li.recipe_result {
	position: relative;
	text-align: center;
	width: 33.3%;
	float: left;
	padding-top: 14px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
}
li.ftkotfc {
	background-image: url('/images/icon_kfc_apple.gif');
	background-repeat: no-repeat;
}
.result_row .inactive {
	background-color: #ccc;
}

/* note: this clips oversize img */
.recipe_result_hero {
	width: 140px;
	height: 105px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin: 0px auto;	
	background-color: #fff;
}

.recipe_result_hero img {
	border: none;
	width: 140px;
	min-height: 105px;
	/* for ie 6 */
	height: auto !important;
	height: 105px
}




.recipe_result_title {
	padding: 3px 5px 10px;
	line-height: 1.3em;
	font-size: .92em;
	
}
.recipe_result_title a{
	color: #636153;
}
.recipe_result_title a:hover{
	color: #636153;
	text-decoration: none;
}
.recipe_result .admin {
	width: 80px;
	height: 18px;
	background-color: pink;
	position: absolute;
	text-align: center;
	top: 3px;
	right: 12px;
	
	
	
}
.recipe_result .admin a {
	color: #000;
	font-size: 10px;
	padding: 2px;
}

/* @end */



/* @group recipe subnav */

.gen_sub_nav {
	text-align: left;
	width: 118px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.gen_sub_nav h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}
.gen_sub_nav ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
li.menu_group {
	text-transform: uppercase;
	background-color: #f9f8f2;
	border-bottom: 1px dotted #b5b59c;
	padding: 5px 0px 2px 2px;
	font-size: 10px;
	letter-spacing: .1em;
}

.gen_sub_nav ul li {
	
}
.gen_sub_nav ul li:last-child {
	border-bottom: none;
}
.gen_sub_nav li a {
	color: #636153;
	text-decoration: none;
	font-weight: normal;
	display: block;
	font-size: 11px;
	padding: 3px 0px 2px 2px;
}
.gen_sub_nav li a:hover {
	color:  #b31c29;
	border: none;
}

/* @end */



/* @group articles */
#articles {
	
}
#articles .gen_left_title {
	clear: left;
	/* offsets float in breadcrumb */
}
#articles .gen_left_footer_bar {
	clear: both;	
}

.article_brief {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: auto;
}
.article_hero {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.article_hero img {
	width: 100px;
	padding: 2px;
	border: 1px solid #dfdf84;
}
.article_brief_category {
	padding: 2px 0px 5px 0px;
	font-size: 11px;
}

.article_brief_category a:hover {
	text-decoration: underline;
}

.article_brief h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.article_brief h3 a {
	color: #b31c29;
	text-decoration: none;
	font-size: 14px;
}
.article_brief h3 a:hover {
	text-decoration: underline;
}
.article_brief_author {
	padding: 5px;
	font-size: 10px;
}
.article_brief_author a {
	color: #b31c29;
	text-decoration: none;
}
.article_brief_description p{
	margin: 0px;
	padding: 0px;
}

.fc_exclusive_story_list {
	font-size: 10px;
	color: #9fb400;
	text-align: right;
	border-top: 1px solid #9fb400;
	
}
.article_brief_footer {
	
}
/* @end */

.gen_sub_content { margin-left: 130px;}


