/* Popup Recipe Cards */


/* Default Tags */
BODY
{ color:#3e4146; margin:0; padding:0 0 5px 0; background:#474747 url('../images/back_sides.gif') }

BODY, P, TH, TD, DIV, UL, OL, LI, DT, DD, INPUT, SELECT
{ color:#3e4146; font:normal 10px verdana,arial,helvetica,sans-serif }
/*/*/
BODY, P, TH, TD, DIV, UL, OL, LI, DT, DD, INPUT, SELECT
{ line-height:21px }
/* */
TH, STRONG, B
{ font-weight:bold }
A IMG
{ border-style:none }
P
{ margin-top:0; margin-bottom:21px; text-align:left }
HR
{ clear:left; color:#ccc; background-color:#ccc; width:100%; height:1px; margin:.5em 0; padding:0; border:0 }

/* Links */
A:link
{ color:#930; text-decoration:none }
A:visited
{ color:#930; text-decoration:none }
A:hover, A:active
{ color:#999; text-decoration:none }


/* Header */
#contentCol
{ background-color:#fff }
/*/*/
#contentCol
{ background:#fff url('../images/recipe_back.gif') repeat-x 0 25px }
/* */
#contentWrapper
{ padding:30px 7px 0 6px; margin-bottom:10px }

#header
{ width:596px; border-bottom:1px solid #ffa8a9; margin-bottom:20px; line-height:1em }
#URL, #functions
{ float:right; color:#3e4146; font-weight:bold; padding-top:18px; line-height:1em }
#functions A:link, #functions A:visited
{ color:#3e4146; text-decoration:none }
#functions A:hover
{ color:#999; text-decoration:none }

/*/*/
#shadow
{ width:11px; background:#474747 url('../images/recipe_cardleft.gif') repeat-y 0 7px }
#lines
{ background-image:url('../images/recipe_lines.gif'); padding:0 12px 1px 12px }
/* */

.ingredients
{ border:none; margin:0; padding:0 }
.ingredients TD
{ padding:0 25px 0 0; vertical-align:top }


/* Titles */
H1, H2, H3, H4, H5, H6, CAPTION
{ line-height:21px; color:#3e4146; font-family:verdana,arial,helvetica,sans-serif; font-weight:bold; padding:0; margin:0; text-align:left }
H1
{ position:relative; left:12px; top:9px; width:200px }
H2  /* Recipe Title */
{ font-size:14px; text-transform:uppercase }
H3
{ font-size:12px }
CAPTION
{ font-size:11px }
H4, H5, H6
{ font-size:11px; margin-top:21px }


/* Lists */
UL
{ margin:0 0 1.6em 25px; padding:0 }
LI
{ color:#751a14; line-height:10px; list-style-image:url('../images/bullet_diamond.gif'); margin-bottom:3px }

#URL, #notes
{ display:none }



/* Printer Styles */
@media print {
	#shadow, #footer, #spiral, #functions
	{ display:none }
	BODY, P, TH, TD, DIV, UL, OL, LI, DT, DD, INPUT, SELECT
	{ font:normal 10pt/1.2em times,serif }
	#contentCol, #header
	{ width:100% }
	#URL, #notes
	{ display:block }
}