/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
/* CSS */

div#wrap {
 width: 700px;
 margin: 30px auto;
 }
 
h1#hughmackay {
 display: block;
 width: 537px;
 height: 164px;
 text-indent: -9999px;
 }
 
 h1#hughmackay a {
  display: block;
  height: 100%;
  width: 100%;
  background: url('/images/masthead.jpg') top left no-repeat;
  }
  
div#content {
 margin: 68px 60px 0 60px;
 font-family: "Garamond", "Hoefler", "High Tower Text", "Times New Roman", Times, serif;
 }

 div#content p {
  line-height: 180%;
  }

 div#content p a {
  text-decoration: underline;
  color: #7d0000;
 }
 
 div#content h2 {
  font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
  font-size: 140%;
  font-weight: normal;
  padding-bottom: 15px;
  padding-top: 20px;
  color: #7d0000;
  }
  
 div#content h2 a {
  color: #7d0000;
  }
  
 div#content h3 {
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
  font-size: 110%;
  font-weight: normal;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #7d0000;
  }
  
 div#content h3 a {
  color: #7d0000;
  }

 div#content h4 {
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
  font-size: 90%;
  font-weight: normal;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #7d0000;
  }

  

 div#content ul {
  list-style-type: square;
  margin-bottom: 20px;
  }

 div#content ul li {
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
 line-height: 120%;
 font-size: 80%;
 padding-bottom: 15px;
 margin-left: 30px;
  }
  
  div#content ul li a {
   color: #7d0000;
   text-decoration: underline;
   }

div#content p.firstpublished {
 margin: 20px;
 border: 1px solid #7d0000;
 padding: 10px;
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
  font-size: 80%;
  color: #7d0000;
  }

div#nav {
 width: 143px;
 height: 151px;
 float: right;
 padding: 25px 0 0 0;
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
 font-size: 80%;
 }

 div#nav ul {
  list-style-type: square;
  line-height: 180%;
  padding-left: 30px;
  }
 
 div#nav ul li a {
  color: #7d0000;
  }

ul.tenrecent li {
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
 line-height: 120%;
 font-size: 80%;
 padding-bottom: 15px;
 }

p.postinfo {
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
 line-height: 100%;
 font-size: 80%;
 padding-bottom: 15px;
 } 

p.authorinfo {
 text-align: right;
}


div#content p {
 padding-bottom: 1em;
}

div#article-nav {
 text-align: center;
 font-family: "Verdana", "Tahoma", "Helvetica", "Arial", sans-serif;
 line-height: 100%;
 font-size: 80%;
 }
 
div#footer {
 clear: both;
 font-size: 80%;
 color: #7d0000;
 border-top: 1px solid #7d0000;
 padding-top: 4px;
 margin-top: 40px;
 text-align: center;
 font-family: "Garamond", "Hoefler", "High Tower Text", "Times New Roman", Times, serif;
 }  