/* Updated May 1, 2014 */

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


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

a#logo img { float: none; margin: 0; }

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

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

footer { margin-top: 2em; }

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

h1,h2,h3,h4,h5,h6 {
   font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 250%; margin: .5em 0; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
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; }
  
p.links, span.credit, span.tags { font-size: .75em; }

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

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

/*
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  font-weight: normal;
}
*/

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/*
a[href^="/"]:after {
  content: " (http://www.usw.org" attr(href) ") ";
}
*/

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

#header, section#options, section#id, nav#main, ul#tnav, div.addthis_toolbox,
figure.headshot, #comments, #organization-logos, section.connect, a.icons, section.related 
{ display:none; }

.hero, .above { background: none!important; }
