
body {
font: .9em Helvetica, Arial, sans-serif;
   color: #000; 
}


#logo { content: "<h1>National Coalition for Sexual Health</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;
  line-height:1;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; font-variant: small-caps; }
h5 { font-size: 1em; }
h6 { font-size: 1em; 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 {
  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://nationalcoalitionforsexualhealth.org" attr(href) ") ";
}


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

#header, nav, footer, .addthisbox, .addthis_toolbox, .nav-wrap, #options, .dropdown, .breadcrumbs { display:none; }

