html {
  font: "Lucida Grande", Verdana, "Bitstream Vera Sans", Lucida, sans-serif;
  padding: 0px;
  margin: 0px;
}

.noborder {border: 0px solid black;}

content >sup 
{
font-size: 60%;
vertical-align: super;
line-height: 60%;
}

.note
{
font-size: 60%;
vertical-align: top;
}

a.scripture  { font-style: italic; }
a{ text-decoration: none; }



/*a :hover {color: #fff; text-decoration: underline;}
a :visited {color: #800;}*/


blockquote {border: 0px solid #574; width: 492px; padding: 1em 10px 1em 10px; margin: 0 auto 1em auto; background-color: #e85}

div > blockquote {border: 1px solid #574; width: 492px; padding: 0px 10px 0 10px; margin: 0 auto 1em auto; background-attachment: none; background-image: url(images/space.jpg); }


img {border: 1px solid black; margin: 0; padding: 0;}
a img {border: 1px solid black;}
img.sidead {float: left; margin-top:20px;}

h1, h2, h3, h4, h5 
{ 
  font-family: Times New Roman;
  font-variant: normal;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #545;
  vertical-align: bottom;
  margin-top: 1em;
}

h5 {
  margin: .6em 0em .2em 0em;
  font-size:1.3em;
}

h6{
font-family: Arial;
font-style: italic;
font-size: 1.3em;
color: #752;
margin-top: 1em;
padding-bottom: 0em;
margin-bottom: 0.5em;
letter-spacing: -0.04em;
text-align: center;
}

h3{
text-align: center;
margin-bottom: 1.5em;
}

h4{
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1em;
  color: #540;
}

p {
  margin: 1.5em 0;
}

h1 
{
  font-family: Arial;
  font-size: 1.8em;
  margin-top: 1.5em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  letter-spacing: -0.04em;
  text-align: center;
}

div.center {text-align: center; margin: 0; padding: 0;}

body 
{
  font-family: Arial;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  text-align: center;
}

.intro
{
font-family: Times New Roman;
margin-left: 3em;
margin-right: 3em;
}

div.footer
{
  font-size:70%;
  font-style: italic;
}

/* This div holds the content pane and the side column. The auto margin holds it in the middle */  
div#outer 
{
  width:800px;
  margin: 2.5em auto 0 auto;
}

/* The main content pane */
div#content 
{
  line-height: 1.35;    /* This increases the line spacing 35% making text easy to read */ 
  letter-spacing: 0.01em; /* very slightly increased letterspacing does the same */
  margin: 0 0 3em 0;
  text-align: left;
  background-attachment: none; /* stops background image scrolling with page */
  width: 510px;
  padding: 1em 60px;
  border: 1px solid black;
  background-color: #ffe0ae;
  color: #000
}

/*used for tables see: http://alistapart.com/articles/practicalcss/ */
div.spacer {
  clear: both;
  line-height: 1.5em;
}


/*for books resources section*/
div.row {
  padding-top: 0px;
  margin: 0px auto;
  }
  
div.row span.sleft {
  float: left;
  margin-top: 0.25em;
  width: 150px;
  text-align: right;
  }

div.row span.sright {
  float: right;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
  width: 340px;
  text-align: left;
  } 
  
/*turn pages nav at botto of the page*/  
div.pagerow {
  padding-top: 0px;
  margin: 0px auto;
  text-align: center;
  }

div.pagerow span.pageleft {
  float: left;
  text-align: left;
  margin-left: 50px;
  }

div.pagerow span.pageright {
  float: right;
  text-align: right;
  margin-right: 50px;
  }
  
div.resource
{
  border: 1px solid black;
}

.resource
{
  position:relative;
  font-family: arial, verdana, helvetica, sans-serif;
  background-image: url(roll/over.gif);
  background-repeat: no-repeat;
  display: block;
  width: 140px;
  height: 200px;
  margin: 0;
  margin-bottom:0px;
  padding: 0;
}

.resource a
{
  display:block;
  font-size: 11px;
  width: 140px;
  height: 200px;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  color: black;
  text-decoration:
  none;
}

.resource img
{
  width: 100%;
  height: 100%;
  border: 0;
}

* html a:hover {visibility:visible}.resource a:hover 

img
{
  visibility:hidden
}

.resource span
{
  position:absolute;
  left:5px;
  top:3px;
  margin:0;
  cursor:
  pointer;
}  
  


/* used for side navigation and adverts */  
  
#column {
  margin: 1em 0em 0 0em;
  float: right;
  clear: both;
  text-align: center;
  width: 150px; /*10em;*/
}

#sidenav {
  Margin 0;
  float: left;
  border: 1px solid black;
  border-top: none;
  border-collapse: collapse;
  background: #bc9;
  width: 140px; /*10.2em;*/
}



#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidenav li {
  text-align: center;
  border-top: 1px solid #000;
  margin: 0;
  padding: 0em;
}

div.inactive {
  padding: .2em 1em;
  margin: 0;
  display: block;
}

#sidenav li.subselect {
  background: #cfa;
  color: #fff;
}

#sidenav li.mainselect {
  background: #be9;
  color: #fff;
}

#sidenav li.submenu {
  background: #cfa;
}

#sidenav a {
  color: #282;
/*  text-decoration: none; */
/*  font-weight: bold;*/
  display: block;
  padding: 0.2em 1em;
}

#sidenav a.mainselect {
  color: #0c0;
}

#sidenav a.subselect {
  color: #0c0;
}

#sidenav a.submenu {
  color: #0f0;
}

#sidenav a:hover {
	background: #ac8;
}

#sidenav a:hover.submenu {
  color: #0c0;;
	background: #ae8; /*8ac;*/
}

#sidenav a:hover.mainselect {
  color: #0c0;
	background: #bf9; /*8ac;*/
}

#sidenav a:hover.subselect {
  color: #0c0;
	background: #efa; /*8ac;*/
}
