/* This style sheet controls the appearance of the second level of pages: buy, contact, gallery, and order.  It also provides defaults for the detail pages. */

/* Reset to left margin when beginning a new div. */
div   {clear:both}

/* Override italic style of font and space betwen nav bar and main body*/
div.main p {font-style:normal}
div.main  {padding:15px}

/* Get rid of margin space above headers */
h1, h2    {margin:0}

/* Add a solid dark brown line along the top of the second level heading - the individual puzzles.*/
h2        {border-top: 1px solid #6C000A}

p         {margin-top: 0; margin-bottom: 12px; font-size: 12px; line-height: 1.2}
p.metrics {font-style: italic}
