
body {
font: .6em Georgia, "Times New Roman", Times, serif;
   color: #000; 
}


#logo { content: "<h1>Site Title</h1>"; }

/* Layout
-------------------------------------------------------------- */

hr { 
  background:#E5E5E5; 
  color:#E5E5E5;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
   font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 125%; }
h2 { font-size: 115%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em; }

/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
  color: blue;
}

a:link:after, a:visited:after {
  font-size: 90%;
  font-weight: normal;
}



/* Hide
-------------------------------------------------------------- */

header #utility-nav, header nav, footer, .share, #options { display: none; }
header { text-align: center; }
#logo:after { content: url(/theme/img/logo-Renfroe-sm.png); text-align: center; margin: 0 auto; }
#logo img { display: none; }
