/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 06-04-2006 */
/* This file controls the css basic to all pages of the site */

html
	{
	margin: 0px;
	}
	
body
	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family:  Georgia, Verdana, "Lucida Fax",  "Times New Roman", Times, serif;
	font-size: 16px;
	background: #6A3A32; /* dark reddish brown */
	}

h2,h3,h4
	{
	text-align: center;
	}		

.page_heading
	{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	}
		
.page_subheading
	{
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	}		
		
#content_cell
	{
	background: #f6f0e3 url(images/gradient3.gif) repeat-x;  /* background - egg shell white */
	}

 /*
#header_cell
	{
	background: #000;
	} 
*/

#main_content
	{
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #0a1119;  /* dark blue black */
	/* border: 1px solid red;  for testing */
	}	

#footer
	{
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 70%;
	}
	
img
	{
	display: block;
	border: 0;
	}  	

ul
	{
	margin-top: -0px;
	}

/* this style creates a colored drop cap */	
 .drop {
	font-size: 2.5em;
	color: #34577b;  /* dark grey blue */
	float: left;
	margin: 0;
	padding-right: 3px;
	line-height: 90%;
	}

/* this styles the Google search box */	
.search
	{
	font-family: Arial, "Arial Rounded MT Bold", sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	color: #d2b075;  /* gold */
	}
	
.return
	{
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	}	

/* style for displaying print-friendly link */	
.print
	{
	text-align: center;
	font-size: 85%;
	}	

/* used for formatting scriptural quotes */	
.source
	{	
	font-size: 75%;
	}	

/* used for citing scripture references */    
.source2
	{
	font-size: 75%;
	margin-left: 1.5em;
	}
	
/* used for citing scripture references in text */    
.source3
	{
	font-size: 90%;
	}


.readmore
	{
	font-size: 85%;
	}	
		
	
/* * * * * * * * * * * *
    PAGE SPECIFIC CSS 
* * * * * * * * * * * * */		

/* sets the indentation on links.html page */
.links
	{
	margin-left: 2em;
	margin-bottom: -8px;
	}	
	
	
/* * * * * * * * * * * *
      SNIPPIETS CSS 
* * * * * * * * * * * * */	
	
/* for reference only 
a:link  { text-decoration: none; color: #ffff00 }
a:active   { text-decoration: none; color: #AA0000 }
a:visited  { text-decoration: underline; color: #3366ff }
a:hover    { text-decoration: underline; color: #CC33FF }
*/	
	

