/* letterpress.css style sheet, alt version, Sept., 2008 */

body { background-color: #ffecde;
      margin-left: 25%;
      margin-right: 22%;
}

h4 { position: relative;
      bottom: -.7em;
}

#logofront { font-family: arial, sans-serif;
      font-size: 320%;                  /* overrides h1? */
      letter-spacing: .04em;
      display: inline;                  /* necessary */
      font-weight: 100;
}

#logoback { font-family: times, serif;
      font-size: 370%;                  /* overrides h1? */
      font-style: italic;
      display: inline;                  /* necessary */
      font-weight: 100;
}

#menu { list-style-type: none;
      margin: 0;
      font-variant: small-caps;  /* can also be in block below */
      text-align: right;         /* can also be in block below */
      position: relative;        /* diff from v. 1 */
      left: -106%;               /* diff from v. 1 */
      margin-top: -3%;
      padding: 0;
}

#menu a { display: block;        /* stretches color to full margins */
      text-decoration: none;     /* cannot be in block above */
      color: #000000;            /* cannot be in block above */
      padding: .5em;             /* overlaps without block display */
      border: none;              /* no effect. */
      margin: 0;                 /* unsuccessful IE6 fix */
}                                /* v. 1 margins omitted */

/* menu items */
#lockup { background-color: #fe3838; }
#packing { background-color: #abcdef; }
#makeready { background-color: #ffa852; }
#inkandcolor { background-color: #e08960; }
#slurs { background-color: #75d191; }
#manavilins { background-color: #fff99d; }
#contact { background-color: #d0cdda; }

#welcome { position: relative;
      top: -8em;
}

#horace { margin-left: 5%; }

/* picture of press in "slurs" section */
#closed { position: relative;
      left: 1em;
}

/* points to inches table in "manavilins" */
#points { list-style-type: none;
      margin-left: 22%;
}

/* to try to justify points-to-inches table */
.x { margin-left: -1% }

