/*
Theme Name:     sgclark Print CSS
Description:    
Author:         Stephen Clark
Template:       any

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


body {
     background: #fff;
     color: #000;
     font-family: Palatino, Georgia, serif;
     font-size: 12pt;
     }

h1 {
     text-shadow: none;
     }

.entry-content a[href^=http]:after {
     content:" (" attr(href) ") ";
     }

.main-navigation {
     display: none;
     }
     
.site-footer {
	display:none;
	}
     
iframe {
     display: none;
     }
     

div.note {
     display: none;
     }

div.note {
     display: block;
     }

div.image {
     float: none;
     text-align: center;
     }
     
div.image img {
     filter: grayscale(1);
     max-width: 400px;
     width: 100%;
     height: auto;
     }
