/* GENERAL */
/* Table used for layout */
TABLE.layout { border-width:0; margin:0; padding:0 }

/* RECIPE HEADING : have different numbers for different colours */

/* Heading: no margin so coloured band fits neatly */
H2.recipeheading1 { margin:0; color:white}
H4.recipeheading1 { margin:0; color:white}
H2.recipeheading2 { margin:0; color:orange}
H4.recipeheading2 { margin:0; color:orange}
H2.recipeheading3 { margin:0; color:white}
H4.recipeheading3 { margin:0; color:white}
H2.recipeheading4 { margin:0; color:white}
H4.recipeheading4 { margin:0; color:white}
H2.recipeheading5 { margin:0; color:white}
H4.recipeheading5 { margin:0; color:white}
H2.recipeheading6 { margin:0; color:white}
H4.recipeheading6 { margin:0; color:white}
H2.recipeheading7 { margin:0; color:white}
H4.recipeheading7 { margin:0; color:white}
H2.recipeheading8 { margin:0; color:white}
H4.recipeheading8 { margin:0; color:white}

/* Table: band runs across page */
TABLE.recipeheading1 { width:100%; background-color:#ff6666 }
/* ff8040 */
TABLE.recipeheading2 { width:100%; background-color:#794942 }
TABLE.recipeheading3 { width:100%; background-color:#DFC220 }
TABLE.recipeheading4 { width:100%; background-color:#802B73 }
TABLE.recipeheading5 { width:100%; background-color:#34542C }
TABLE.recipeheading6 { width:100%; background-color:#981065 }
TABLE.recipeheading7 { width:100%; background-color:#794942 }
TABLE.recipeheading8 { width:100%; background-color:#AA6028 }

/* Ingredients list */
UL.ingred_list { list-style-type: none;border-width:0; margin:0; padding:0; font-size:medium; color:black; }
LI.ingred_item { padding-left:1em; text-indent:-1em;}

.method { font-size:small; font-family:serif; color:teal; font-weight:bold}
.advice { font-size:small; font-style:italic }
.credit { font-size:small; font-weight:bold }

UL.plain  { list-style-type: none }

/* MENUS */
/* Links have no underlines (Must be applied to every link as text decoration does not cascade) */
A:active.menulink { font-weight:bold; text-decoration:none; color:blue }
A:visited.menulink { text-decoration:none ; color:blue }
A:link.menulink { text-decoration:none ; color:blue }

/* Tables have same background colour as the title images */
TABLE.menutable { background-color:#ff66ff ; text-align:center }


/*TR { vertical-align: top }*/
