* html {
  font-size:16px;
}

html {
  font-size:100%;
}

.nav, #searchbox, #sidebar, .ad, #byline {
  display:none;
}

body {
  font-family:Georgia, Times, "Times New Roman", serif;
  font-size:62.5%;
}

h1 {
  font-size:2em;
  text-transform:lowercase;
  font-style:italic;
  width:100%;
  padding:0;
  margin:0;
  font-weight:normal;
  font-family:"Hoefler Text", Times, "Times New Roman", serif;
  letter-spacing:-0.05em;
}

  h1 a {
    color:black;
    text-decoration:none;
    
  }
  
#header {
  padding-bottom:1em;
  margin-bottom:2em;
  border-bottom:1px solid #ccc;
}

#content {
  font-size:1.3em;
  width:75%;
}

  #content h2 {
    font-size:2.4em;
    font-weight:normal;
    line-height:1.4;
  }


#footer {
  padding:0.5em 0;
  margin-top:1em;
  border-top:1px solid #ccc;
}

