/* pagestyle.css -- the model for Monty Python pages on the Wiki */

/* Bullet Images and List Information */
  UL.white { list-style-image: url(images/wsquare.gif) }
  UL { list-style-image: url(images/square.gif) }

/* Set the background/text default colors */
  BODY { background: #ADAECD; font-family: Arial; color: maroon }
  TABLE.bar { background: #400000; color: white }
  TD.bar { background: #400000; color: white }
  TD.norm { background: #ADAECD; color: maroon }

/* Set Default Text Properties */
  P { color: maroon; font-family: Arial }
  P.copyright { color: maroon; font-weight: bold; font-style: italic; font-size: 8pt; line-height: 9pt; font-family: Arial }
  FONT.date { color: black; font-weight: bold; font-style: italic; font-family: Arial }
  H2 { color: black; font-weight: bold; font-family: Arial }

/* Set 'normal text' (e.g. editable text) Properties */

/* Fix side-effect of link hover with TWiki in non-IE browsers */
  .norm H1 A:hover { color: maroon }
  .norm H2 A:hover { color: maroon }
  .norm H3 A:hover { color: maroon }
  .norm H4 A:hover { color: maroon }
  .norm H5 A:hover { color: maroon }
  .norm H6 A:hover { color: maroon }

/* Set Link Text For Normal Text */
  .norm A:link { color: navy }
  .norm A:active { color: black }
  .norm A:visited { color: black }
  .norm A:hover { color: navy }

/* Resume Text */
  TABLE.res { font-family: Arial }
  TD.reshead { color: black; font-weight: bold }
  TD.resdate { color: black; font-style: italic; font-size: 11pt }
  TD.resloc { color: black; font-size: 11pt }
  TD.restitle { color: black; font-weight: bold; font-size: 13pt }
  H1.res { font-family: Arial }
  TD.resmailing { color: black; font-weight: bold; font-size: 9pt }

/* Bullet Images and List Information */
  UL { list-style-image: url(images/square.gif) }
  UL.ch { list-style-image: url(images/check.gif) }
  UL.m { list-style-image: url(images/mbullet.gif) }
  UL.link { list-style-image: url(images/mbullet.gif); font-family: Arial; color: maroon }

/* Set ALL 'BAR' values for colors/links/styles */

/* Start with text/link colors */
  P.bar { color: white; font-size: 11pt; line-height: 150%; font-family: Arial }

/* Default Link Text */
  A:link { color: white }
  A:active { color: silver }
  A:visited { color: silver }
  A:hover { color: white }

/* Bar-Specific (sidebar navigation) Link Text */
  A.bar:link { color: white; font-style: italic; font-weight: bold }
  A.bar:active { color: silver; font-style: italic; font-weight: bold }
  A.bar:visited { color: silver; font-style: italic; font-weight: normal }
  A.bar:hover { color: white; font-style: italic }
