/* Default Print Styles */
body {
  background: white;
  font-size: 12pt;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.5;
  color: black;
  background: transparent;
  width: auto;
  border: 0;
  padding: 0.2em; }

h1, h2, h3, h4, h5, h6,
p {
  margin-top: 0;
  margin-bottom: 20px; }

h1 {
  font-size: 23pt; }

h2 {
  font-size: 20pt; }

h3 {
  font-size: 18pt; }

h4 {
  font-size: 16pt; }

h5 {
  font-size: 14pt; }

h6 {
  font-size: 13pt; }
  
img {
  border: none; }
  img.float_left, img.float_right {
    display: block;
    margin-bottom: 20px; }

a:link, a:visited {
  color: #1067ca;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  border: none; }
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: black; }
a[href^="/"]:after {
  content: " (http://www.stillwaterfarm.com" attr(href) ") "; }
  
/* Site-specific Print Styles */
#main_nav,
#subpage_image,
#breadcrumb,
#comments,
#aside,
#footer,
#bottom_nav,
#homepage_rotation,
#gallery,
#site_logo .logo {
  display: none; }

#header,
#main_content,
#main_container,
#welcome {
  margin-bottom: 20px; }
 
#page_content {
  width: 100%;
  float: none; }

#site_logo:after {
  content: url(../images/site/site-logo-print.jpg); }
