/**Gospel of Thomas Website GENERAL TEXT STYLES
	Fonts and Styles Definitions Style Sheet 
	Author Barry McGibbon
	Version 0.3
**/


/**---------------------------------------------------------------------
GLOBAL STYLES - UNIVERSAL SELECTORS & FIXES
---------------------------------------------------------------------

/* 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: none; }

body, p {font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; margin-bottom: 18px;}
p {padding: 0 10px 0 10px; }
.content p {font-size:14px; line-height:20px; }
.content a { font-weight: bold; text-decoration: none;}

h1{ /* font-family: "Lucida Calligraphy", "Lucida Handwriting", "Comic Sans MS"; font-size: 36px; line-height: 40px;*/}
h2{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 24px; margin-bottom:12px; line-height: 36px; margin-left:10px; text-align:left;}
h3{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; margin-bottom:18px; text-align:center; }
h4{ font-size: 10px; margin-bottom:18px; margin-left:10px;}

/*  navigation */
.nav { clear:both;list-style:none;margin:0px;padding:0px;text-align:center;}
.nav li{ font-size: 100%;font-weight: bold; vline-height:120%;float:left; }
.nav li a{ text-decoration: none; display:block;	padding: 12px 20px 0px;float:left; }
.nav li a:hover{ }

.sidenav	{ margin-bottom:18px }
.sidenav a 	{ text-decoration:none;}
.sidenav ul li{font-size: 12px; line-height: 14px; margin-bottom: 7px; margin-top: 7px; list-style-type:none}

ul{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; margin-bottom: 18px;
	padding: 9px 0px 9px 0px; list-style-type: square; }
	
.nobullets 	{list-style-type: none; }
.nounderline {text-decoration:none;}
.quotes 	{font-style:italic; }
.center		{text-align:center;}
.extract	{font-family: Georgia, "Times New Roman", Times, serif; margin: 0 25px 18px 15px; line-height: 36px;}

.logia { font-family: "Lucida Calligraphy", "Lucida Handwriting", "Comic Sans MS";margin-left: 40px;margin-bottom:0px;} 
.logia-no-margin {font-family: "Lucida Calligraphy", "Lucida Handwriting", "Comic Sans MS";}

.footernav p{ font-size: 11px; line-height: 12px; margin-top:2px; margin-bottom:0;}
.footernav a { text-decoration:none; }
.footernav li {font-size: 11px;line-height:10px; list-style-type:none; text-align:center; margin:0px; padding: 0px 25px 0px; display:block;  float:left; }
