@charset "UTF-8";
/* CSS Document */
body {margin: 0;}
.header, .main, .footer {width: 80%; margin:auto; /* The width is 60%, by default */}
h1, h2, h3, h4, h5 {
padding-top: 10px;
 line-height: 1em;
color: #970048;
font-family: "goudy-old-style",serif;
font-weight: 600; }
h1 {font-size: 2rem; text-transform: uppercase;}
  h2 {font-size: 1.5rem;}
  h3 {font-size: 1rem;}
  h4 {font-size: .75rem;}
p, ul {color:#000000; font-weight: 300;
    line-height: 1.625;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.blog .entry-title {font-size: 1.5rem; padding-top: 3px;}
footer .entry-meta {clear: both;}
.content article .entry-header {margin: 0;}
.subhd {font-family: "goudy-old-style",serif; font-size: .9em; text-transform: uppercase;}
#footer p {font-size: 1.25em;}
.responsive {
  width: 100%;
  height: auto;
}


