body {background: white; font-size: 11pt; font-family: Georgia,'Times New Roman', Times, serif; color: #333;} /*(be sure to remove background images whether they are on #container, body, #main, whatever...)*/
 
h1{font-size: 18pt;} /*set fonts in point (ignore the "omg never use pt!!1" ...points are used for print)*/
h2{font-size: 16pt;}
h3{font-size: 14pt;}

a { color: #000; }

p { line-height: 1.6em; }
 
.content-wrapper{
width: auto;
margin: 0 5%; /*(width isn't calculated the same per printer. best bet is to use margins) */
padding: 0;
border: 0;
float: none !important; /*(gets rid of floats that could cause the page to break or disappear https://bugzilla.mozilla.org/show_bug.cgi?id=104040 )*/
color: black;
background: transparent none;
line-height: 1.5em;
}
 
a:link, a:visited {
   /*color: #668a33;*/
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
 
/*
CUSTOMIZATIONS - these should be customized.  see comments below.
*/
 
/* to make print-readable links, we're going to use CSS 2  to add the site's domain name */
 
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") "; /*(adds the href location of the anchor after the anchor text)*/
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.ethanolrfa.org" attr(href) ") ";/* (note that this needs to be changed to your site's domain) */
   }
 
/* hide all non-essential divs (you should customize this based on how you built your site. some additional items to consider are any interactive elements such as form, object, input, textarea) */
#sidebar,
#subnav,
#editToggle,
.editThis, 
.edit-this,
#member-login-in,
#member-login,
#navigation,
#sharing-icons,
#search
{ display: none; }
 
#nav {display: none;}
 
#header {border-bottom: 1px solid #ccc; padding-bottom: 10px;}
#content {margin: 0;}
#footer {border-top: 1px solid #ccc; padding-top: 10px;}



/* hide disqus since it is extraneous content that just increases page size */
#disqus_thread {display:none;}
a.dsq-brlink {display:none;}
 
/* float blog entry images to decrease page length */
#main {overflow:hidden;}
#main img { float:left; clear:both; /*keeps images from piling up next to each other*/ margin:0 10px 10px 0; }



#quicksignup { display: none; 