/*Print styles for the era website. Original design copyright Colin Harris, applied by Jeremy Barker jerbarker AT hotmail.co.uk*/
* {padding:0;
  margin:0;} /*this makes everything on site default to having no margins or padding*/
body {font-family:garamond "Palatino linotype" Georgia serif;/*verdana helvetica geneva sans-serif;*/
  width:90%;
  font-size:11pt;
  margin:auto;}/*all text on the site will be verdana, defaulting to helvetica, geneva and finally computer's default sans-serif if others not available. Body width is 90% of screen, font size 85% of default. Auto margins should centre the pages*/
h2 {margin-bottom:1em;}
em {font-style:italic;}
p {line-height:1.4em;
  text-align:justify;}
p.loc {font-size:9pt;
  position:relative;
  top:-1em;
  margin-bottom:1em;
  font-weight:bold;}/*the paragraph showing the location of the page, just above the main text heading positioned closer to header and reduced font size*/
ul li {list-style-type:none;}/*no bullets on unordered lists. This will be continued throughout site as this command stands*/
#nav {display:none;}/*hides the navigation bar*/
#hdr {height:100px;
  text-transform:lowercase;
  background:#fff;} /*header text to always appear lowercase, white. width reduced to compensate for sidebar width. No background images to print, heading to appear black*/
#hdr h1 {letter-spacing:0.1em;
  font-size:15pt;
  color:#000;
  border-bottom:1px solid black;}/*heading 1 within header position and padding, letters spaced slightly as verdana clumps them to my eye. Heading floated to bottom left of the header background image and in black text*/
#hdr ul {display:none;}
#ftr {border-top:1px solid black;
  font-size:10pt;
  margin-top:10px;}/*border along top of footer set to black, font size reduced. clear applied to footer to force it below the sidebar and main text*/
#ftr a {display:none;}/*hide the footer link to firefox*/
#ftr p {text-align:left;}/*footer paragraph text left-aligned*/
a img {border:none;}/*no border on linked images*/