/* ct_in-g-print.css

PRINT style sheet for the Churches Together in Gillingham pages
Created by Teresa Goatham
www.gillinghamanglican.org.uk/ct_in_g/

Note: this has been developed to enable Forum members to print off the constitution easily; it needs developing for other pages (i.e. a link to it included in those page, and appropriate formatting for links - see 	http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml and http://www.alistapart.com/articles/improvingprint

*/

/* --------- 1. defaults  --------- */ 
body {	background: #ffffff; 
		width: 100%;
		color: #000000;		
	}	

/* add print link formatting */
 
#navcontainer, #sidebar, #base, #footer, .show-hide, .mainmenu, .no-print {display: none;}

#page, .content, .setWidth, .show-hide-text {width: 100%; margin: 0; float: none;}		

.show-hide-text {background-color: #ffffff; }

h1				{ 
				font: 1.4em Tahoma, Verdana, sans-serif;
				padding: 0px;
				}
h3	{		  	margin-bottom: 2px;
				margin-top: 3px; 
			}
ol, blockquote	{			margin-bottom: 0px; padding-bottom: 0px;	}			
