/* custom file for printed output */
@media print {
body { font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: none; 
    font-size: 12pt !important; 
    margin: 0; }
#page { width: 100%;
	margin:0; padding:0;
	background:none; }
#sidebar { display:none; }
#header { height:75px; }
#content{ margin-left:0; 
     float:none; 
     width:auto; }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline; }
#content{ margin-left:0; 
     float:none; 
     width:auto; }
#footer, .ad { display:none; }
.entry-share, .entry-category,.entry-media, .entry-tags { display:none; }
.opinion-top-bar { display:none !important; }
.opinion-header { display:none; }
.opinion-header .opinion-header-sticky { display:none !important; }
.opinion-sidebar, .opinion-related { display:none; }
.opinion-footer { display:none; }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid !important; 
     page-break-inside:avoid; 
	 color: red; }
blockquote, table, pre { page-break-inside:avoid; }
ul, ol, dl  { page-break-before:avoid; }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left; }
img { page-break-inside:avoid; 
     page-break-after:avoid; }

/* Adding custom message before the content  */
.entry-title::before {
content: url(scncclogo-240w.png) ;
display:block ; 
margin-bottom: 1.5em;
}
.entry-content::after {
content: "Reuse permitted under the CC BY-NC-ND 4.0 license. SystemChangeNotClimateChange.Org." ;
display:block;
margin-top: 2em;
text-align: center;
font-family: Arial Narrow, sans-serif;
font-size: 10pt; }	
	
}