/**  George Fox - Christian Mystic  PRINT STYLES
	Author Barry McGibbon
	Version 0.
**/
/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body, p {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		font-size:1.2em ; line-height:1.4em; margin-bottom: 1.8em;
		color:#000000;}


/* Layout
-------------------------------------------------------------- */


#canvas { width: auto;}

#wrapper { width: auto;}

#global_masthead { display: none;}

#footer { display:none; }

.hidden { display: inline;}

/* Text
-------------------------------------------------------------- */

h1{ font-family: Lucida Calligraphy, Lucida Handwriting, Times New Roman, serif;
	font-size: 2.0em; line-height: 2.2em; font-weight:normal; 	}
h2{ font-size: 2.0em; margin-bottom:1em; line-height: normal; text-align:left;}
h3,h4,h5,h6 {font-size: 1.2em; margin-bottom:1em; line-height:normal; font-weight: bold;}

img { float:left; margin:1.5em 2.0em 1.5em 1.5em; }
a img { border:none; }


.nav, .sidenav, .footernav {display:none; }

.extract {font-family: Georgia, Times New Roman, Times, serif; margin-left: 3em;}

/* Links
-------------------------------------------------------------- */

.content a:link, a:visited { background: none; color:#000000; font-weight:normal;  text-decoration: underline;}
.content a:link:after, a:visited:after { content: " (" attr(href) ") ";  font-size: 90%; }

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

 a[href^="/"]:after {
  content: " (http://www.george-fox.info" attr(href) ") ";
} 
