@charset "utf-8";

/*
 *  PsyWar.Org CSS for Print
 *  by Lee Richards
 *  (c)2011, Lee Richards
 *   
 *  http://www.psywar.org
*/

/*************** MASTHEADER *****************/
#pwmasterhead {
	display: none;
}

/*************** MAIN CONTENT *****************/

/* Container for main articles */
#pwnarrative {
	position: relative;
	text-align: justify;
	margin: 0; 
	float: none;
}

#pwnarrative h1 {
	font-size: 18pt;
}

#pwnarrative p {
	font-size: 14pt;
}

#pwnarrative h2 {
	font-size: 12pt;
}

#pwnarrative h3 { 
	font-size: 12pt;
}

#pwnarrative h4 {
	font-size: 12pt;
}

#pwnarrative ul {
	font-size: 12pt;
}


.quote {
	font-size: 11pt;
	font-style: italic;
}
/* Container for left bar */
#pwleftcol {
	display: none;
}

/*************** SUB FOOTER *****************/
#pwsubfootcontent {
	display: none;
} 

/*************** FOOTER *****************/
#pwfooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#pwfoot {
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pwfoot p {
	font-size: 8pt;
	color: #000;
}

/*************** SOCIAL *****************/
#SocialContainer {
	display: none;
}

/*************** ADVERTS *****************/
#MainAd {
	display: none;
}

#footBar {
	display: none;	
}

#backButton {
	display: none;	
}
/*************** FOR PRINT *****************/
#pwPrintHeader {
	display: block;	
}

#pwPrintFooter {
	display: block;	
}