/* recipes */
#recipes_header * { display: inline; }

#recipes_header h1 { padding-right: .45em; }

#recipes_header .submit { padding-left: 1.5em; }

#recipes_header h4 { display: block; }

#recipes #submit { 
	background: url(/img/users/submit.png) no-repeat 5px 5px;
	padding-left: 78px;
	padding-bottom: 25px;
	padding-top: 25px;
}

#tags h1 { margin-bottom: 0; padding-bottom: 0; }

#tags h2, #tags h3, #tags h4, #tags h5 {
	display: inline;
	padding-right: 15px;
	line-height: 40px;
}

#recipes #popular h2 { 
	padding-right: 1em;
}



#recipes #by_photo h2, #recipes #by_photo h3 { display: inline; }

#by_photo .by_photo img { padding-right: 15px !important; }

/* view recipe */

#recipe_header h1 { margin-bottom: .25em; line-height: 1em;  }

#subheader h3 { display: inline; margin-right: 1em; }

 #cooked_this {
	background: url(/img/recipes/checkbox_empty.png) no-repeat 0 4px;
	padding-left: 30px;
	text-decoration: none;
}

.cooked { background-image: url(/img/recipes/checkbox_full.png) !important; }

#view_recipe #chat_prop { 
	background: url(/img/recipes/chat_up_arrow.png) no-repeat 62px 0;
	height: 11px;
}

.tagged_in a { padding-right: .25em; }

#thumbs *, #actions * { display: inline; }

#actions .message_icon { background-position: 0px 6px; }

#thumbs img { vertical-align: top; }

#actions a { padding-right: 1em; }

#directions br { font-size: 2em; }

#comments h2 { padding-right: 11em; }

#comments .user_display_name { padding-left: 0;}

#comments .comment_prop {
	background: url(/img/recipes/comment_arrow.png) no-repeat 13px 26px;
	height: 40px;
	margin-right: 0;
}

#comments .author .comment_prop { background-image: url(/img/recipes/author_comment_arrow.png);}

#comments p {
	margin-top: 5px;
	background-image: url(/img/recipes/comment_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 90px;
	padding-bottom: 45px;
}

#comments .author p { background-image: url(/img/recipes/author_comment_bg.png); }

#RecipeEmailForm .text { display: inline !important;}

#RecipeEmailForm .submit { margin-top: 10px; }

#similar img {
	vertical-align: middle;
}

/* print recipe */
#print * { border: 0; }

#print_this { 
	background: url(/img/recipes/print_icon.png) no-repeat 0 0; 
	padding-left: 95px;
	height: 80px;
	width: 200px;
	margin: 0 auto;
}

/* search results */ 
.search_results_header h3 { float: left; }

.search_results_header ul { float: right; }

.search_results_header li { 
	display: inline; 
	padding-right: 1em; 
}

.search_results {}

		.search_results li li { 
			float: left;
			margin-right: 18px;
		}

		.search_results .sr_photo { width: 135px; }

		.search_results .sr_jist { width: 350px; }

		.search_results .sr_rating { width: 180px; }

		.search_results .sr_actions { width: 170px; }

		.search_results .sr_actions a { 
			display: block;
			margin-bottom: 1em;
			background-position: top right;
			padding-right: 23px;
			padding-left: 0;
			text-align: right;
		}

		.search_results .rating_indicator { display: block; }

		.by_photo img { padding-right: 20px; }


/* submit recipe */
#secondary_ingredients div { display: inline; }

#secondary_ingredients input { margin-right: 1.5em; }

#tags input { margin-right: 1em; margin-bottom: 1em;  }

#submit fieldset { padding-top: 0; }
