/*
	Recipe Nut
	Spring 2010
	
	Print style sheet.
*/


/* ========== Elements to hide ========== */

/* header, top nav */
.logo_js,
.logo_tip,
.top_links,
.nav,
.sign_up_cta,
.breadcrumbs,
.recipe_facebook_like,
.recipe_actions ul,
.recipe_rate,
.roll_over_instructions,
.recipe_tags,
.recipe_flag,
.recipe_saves a,
.recipe_saves strong,
.recipe_log_in_cta,
.recipe_reviews_header p,
.recipe_review_actions,
.recipe_no_reviews,
#recipe_review_this,
.column_aux,
.cta_right,
.promo_right,
.section_right_contents p,
.footer_categories,
.footer_partners
{
	display: none;
}


/* ========== HTML formatting ========== */

a
{
	color: #739c27;
}

body
{
	font-family: Georgia, serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

h1, h2
{
	font-family: Verdana, sans-serif;
}

h1
{
	color: #6a544a;
	font-size: 210%;
	margin: 0 0 .25em;
	padding: 0;
	text-align: center;
}

h1 a
{
	color: #6a544a;
	text-decoration: none;
}

h2
{
	font-size: 120%;
	margin: 0;
	padding: 0 0 .25em;
}

img
{
	border: 0;
}

dl
{
	margin: 0;
	padding: 0 0 1em;
}

p
{
	margin: 0;
	padding: 0 0 1em;
}

ol,
ul
{
	margin: 0;
	padding: 0 0 1em 2em;
}


/* ========== Global styles ========== */

.logo
{
	padding-bottom: 0;
}

/* ========== Recipe ========== */

.recipe_photo
{
	float: right;
	margin: 0 0 .25em .75em;
}

.recipe_intro_rating
{
	clear: right;
	float: right;
	margin: 0 0 0 10px;
	padding: 0 0 .25em;
	text-align: center;
	width: 229px;
}

.recipe_intro_rating strong
{
	display: none;
}

.recipe_intro_rating p
{
	color: #b6a28e;
	font-size: 80%;
}

.recipe_intro_rating p em
{
	display: block;
}

.recipe_rating
{
	background: url(../images/recipe_rating.png) -65px 0 no-repeat;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding-top: 16px;
	position: relative;
	top: 2px;
	width: 65px;
}

.recipe_rating_0
{
}

.recipe_rating_1
{
	background-position: -52px 0;
}

.recipe_rating_2
{
	background-position: -39px 0;
}

.recipe_rating_3
{
	background-position: -26px 0;
}

.recipe_rating_4
{
	background-position: -13px 0;
}

.recipe_rating_5
{
	background-position: 0 0;
}

/* append HREF value of the recipe_source after the element (requires CSS3) */

a.recipe_source
{
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
}

a.recipe_source:before
{
	color: #000;
	content: 'Source: ';
}

a.recipe_source:after
{
	content: attr(href);
	display: block;
	font-size: 80%;
	font-weight: normal;
	text-decoration: underline;
}

a.recipe_source[href^='/']:after
{
	content: 'http://www.recipenut.com' attr(href);
}

.recipe_description dt,
.recipe_description dd
{
	font-size: 80%;
	display: inline;
}

.recipe_description dd
{
	margin: 0;
	padding: 0 1em 0 0;
}

.recipe_saves
{
	clear: right;
	float: right;
	width: 239px;
}

.recipe_saves p
{
	color: #b6a28e;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 48px;
}

.recipe_saves em
{
	color: #6a544a;
	display: block;
	font-size: 210%;
	font-style: normal;
}

.recipe_ingredients
{
	clear: left;
}

.recipe_ingredients li,
.recipe_directions li
{
	padding: 0 0 .25em;
}

.recipe_reviews_header,
.recipe_review
{
	display: none;
}

/* aux column added by module */

.recipe_added_by h2
{
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: -.5em;
	position: absolute;
	right: 0;
	top: 32px;
}

.recipe_added_by a
{
	text-decoration: none;
}

/* ========== Footer ========== */

.footer
{
	clear: both;
}

.footer_nav ul
{
	padding: 0;
}

.footer_nav li
{
	display: none;
	list-style: none;
}

/* preserve the copyright */

.footer_nav > ul > li:first-child
{
	display: block;
	text-align: center;
	padding: .5em 0 0;
}



/* temp */
/*
html
{
	background: #ccc;
}

body
{
	background: #fff;
	border-color: #f3f3f3;
	border-style: solid;
	border-width: .25in .25in .56in;
	margin: 0 auto;
	width: 8in;
}*/
