
/*
  Style Sheet to accompany HT'04 Submission

  Cascading Style Sheet version 2
*/

    body         {font-family: Georgia, "Times New Roman", serif;
                  background-color: #9cc; color: black;
                  quotes:'\2018' '\2019' '\201C' '\201D'}

    h1, h2, h3, h4, h5, h6, dl.meta dt
                 {font-family: Arial, Helvetica, sans-serif}
    .centre, h1, span.caption, p.caption  
                 {margin-left:auto; margin-right:auto; text-align:center;}
    .left        {float:left}
    .right       {float:right}


   /* miscellaneous effects */

    b            {background-color: #f39}

    ol.alpha     {list-style: lower-alpha} 

    span.stat    {font-style:italic}

    span.vol     {font-weight: bold}

   /* Yee-uck
    abbr.postal  {text-transform: lowercase; font-variant: small-caps} 
   */


   /* nested lists */
    ol       {list-style: decimal}
    ol ol    {list-style: upper-alpha}
    ol ol ol {list-style: lower-roman}
    ol ol ol ol  
             {list-style: lower-alpha}

   /* marginal-notes */
    div.marginal, p.marginal, a.marginal
                 {border:thin solid #693; background:#ff6;}
    div.marginal, p.marginal, a.marginal, div#gloss
                 {font-family:'Papyrus', 'Lucidia Handwriting',
                    'Apple Chancery', 'Chalkboard', 'Comic Sans MS', cursive;
                  font-size: smaller}
    div.marginal, p.marginal
                 {float:right; width:14%;
                  margin-top:auto; margin-bottom:auto; padding:.5em}
    hr           {clear:both}
    div#gloss    {width:50ex; margin-left:auto; margin-right:auto;
                  border:thin groove #633; background:#cfc}


   /* subheads */
    div.sub   {margin-left:10%; margin-right:10%}


   /* anchors */
    a:target     {border:medium #9c0 dotted;
                  background-color: #cf9; color: black}
    a:link, a:visited
                 {font-weight: bold}
    a.off-site, a.citation
                 {font-weight: normal}
    a.citation   {text-decoration: none; border-bottom:thin dotted}



   /* navigation links */
    p.nav, div.nav, span.nav, table.nav 
                 {background-color:#cff}
    p.nav, div.nav
                 {color:black}
    table.nav, table.nav th 
                 {color:#033}
    ul.nav       {list-style-type:none; padding-left:0}
    table.nav colgroup, table.nav caption
                 {text-align:center}
    table.nav caption
                 {margin-left:auto; margin-right:auto}


   /* screenshots and labels */
    img.label    {height:1.6ex; width:1.6ex}
    img.fig      {width:609px; height:370px; border:outset medium #063}


   /* validation stickers in footer */
    p#valid a img{border:0}
    p#valid      {float:left}

/* EOF */
