/** Gospel of Thomas Website PRINT styles
	Author Barry McGibbon
	Version 0.1
**/

/*These are default styles that every page needs to inherit */


/* This sets all browser padding and margin defaults to zero */
* { margin: 0; padding: 0; }

/* This is a fix for IE 6 & 7 spacing issues. I think. */
* html img { display: block; }

/* Things I want to appear with styles off, but disappear when styles
are on, are often wrapped in a div or span with this "hidden" class to
hide them. */
.hidden { display: inline;}

/** Site Styles */

#canvas { width:100%;}
#wrapper { padding: 0; }
#global_masthead {height: 1%;}
#local_masthead {height:1%;}
#footer {border-top: 1px solid black; height:1%; }

body { color:black; background: white; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:18px; margin:0;}

/** DIV colours **/
DIV#global_masthead { background: white; height:40px;}
DIV#local_masthead { background: white;  height:40px;}
DIV#footer {background: white;}
DIV#global_masthead h1 {color:black; text-align:left; font-family: "Lucida Calligraphy", "Lucida Handwriting", "Comic Sans MS"; font-size: 24px; line-height: 32px;}
DIV#local_masthead h2 {color: black ; text-align:left; font-size: 16px; line-height:18px; }
DIV.content {background: transparent;}
DIV.content a { text-decoration:underline;}
DIV.footernav a, a:visited { text-decoration:underline; color:black;}
DIV.navbar, DIV.navigation, DIV.sidenav {background: transparent; display: none; width:1%;}
DIV#new-zine-content {margin-left: 1em; font-family:Georgia, Times New Roman, Times, serif;  }
DIV.zine_body { float: left; margin-left: 1.5em; font-family:Georgia, Times New Roman, Times, serif; margin: 0;}


a, a:visited {color:black; text-decoration:underline;}


p {color: black ; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:14px; line-height:18px; margin-bottom: 18px;}
h1 .issue { font-family:Georgia, Times New Roman, Times, serif;	font-size: 24px; line-height: 36px; margin-top: 9px; margin-bottom: 9px;}
h2{ font-size: 24px; line-height: 32px; text-align:left;}
h3{ font-size: 16px; margin-bottom:18px; text-align:center; }
h4{ font-size: 10px; margin-bottom:18px; margin-left:10px;}
ul {font-size:12px; line-height:18px; margin-bottom: 18px;	padding: 9px 0px 9px 0px; list-style-type: square; }
	
.nobullets {list-style-type: none; }
.quotes {  font-style:italic; }
.extract { font-style:italic;  }
.center	{text-align:center;}
.logia { font-family:Georgia, Times New Roman, Times, serif;	margin-left: 40px; margin-bottom:0px;} 
.logia-no-margin {font-family:Georgia, Times New Roman, Times, serif;}
.inline_logia {font: normal 13px; font-family:Georgia, Times New Roman, Times, serif; color:#242020;}
.zine_body .zine_logia_wrapper { font-family: font-family:Georgia, Times New Roman, Times, serif; font-size: 13px; margin-left:20px; padding: 5px; border: 2px dotted black;  }
