/* mamster's grub shack - style sheet
common styles for all browsers */

BODY { background-color: white }
H1 { margin-bottom: 0px; font-weight: normal; }
P.date { font-style: italic }
P.bio { font-style: italic }
P.byline { font-weight: bold; margin-top: 0px }
P.subhead { font-weight: bold; }

IMG.bug { vertical-align: text-bottom; }

DIV.recipe {
  font-family: arial, helvetica, sans-serif;
  font-size: small;
}
DIV.recipe P.title { font-weight: bold }

DIV.sidebar { float: right; width: 33%;
              background-color: lightblue; padding: 5px }
DIV.sidebar P.attribution { font-weight: bold; text-align: right }

DIV.illustration {
  float: left;
}
DIV.illustration P {
    font-size: x-small; font-weight: bold;
}

