/* web-site-newspaper.css -- style sheet for Ravenbrook web site pages
 *
 * Copyright 2003 Ravenbrook Limited.
 *
 * 2003-07-04  RB  Designed for new web site layout.
 * 2003-07-09  RB  Split into default stylesheet for all documents and
 *                 style sheet for web site pages.
 * 2003-07-18  RB  Lifted menu box style into style sheet.
 *                 Split into common base for web site stylesheets, and alternative
 *                 styles on top.
 *
 * $Id: //info.ravenbrook.com/project/www.ravenbrook.com/version/4.0/page/style/web-site-newspaper.css#1 $
 */

@import "web-site-base.css";

body, p, ul {
  font-family: Palatino, Times New Roman, Times, serif;
}

h2, h3 {
  font-family: Arial, Helvetica, sans;
  text-align: center;
  clear: both;
}

h4, h5, h6 {
  font-family: Arial, Helvetica, sans;
}

#masthead {
  border-bottom: double black;
}

#navigation {
  border-right: thin solid black;
  padding: 8px;
}

#footer {
  border-top: thin solid black;
}

#footer hr {
  display: none;
}

/* Add a border around floating figures, consistent with
 * newspaper style.  See web-site-base.css for basic style.
 */

div.figure {
  border: thin solid black;
}
