/***
* www.adf.org style sheet - Created by Anthony R. Thompson, March 2003
* this is used IN PLACE OF styles.css and so must be kept in sync w/ it
***/

/*** Background ***/
body {
  background: #FFFFFF;
  color: #000000;  /* black text */
  font-family: Georgia, "Times New Roman", Times, serif;
}

/*** Links ***/
a:link { color: #000000; }
a:active { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }

/*** Paragraphs ***/
p {
  line-height: 1.25; color: #000000;
} /* add a little extra space between lines */

/*** Lists and list items ***/
ul li {
  color: #000000;
  list-style-image: none;
  list-style-type: disc;
  line-height: 1.25;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
ol li {
  color: #000000;
  list-style-image: none;
  line-height: 1.25;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
ul li.triskel {
  color: #000000;
  list-style-image: none;
  list-style-type: disc;
  line-height: 1.25;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
ul ul li {
  list-style-image: none;
  list-style-type: disc;
} /* nested lists use default bullet */

/*** Headers ***/
h1 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 160%;
  letter-spacing: 1px;
}
h2 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 145%;
}
h3 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
}
h4 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 115%;
}

/*** Horizontal rules ***/
hr {
  border: 0px;
  height: 2px;
  width: 300px;
  color: #000000; /* black text, for IE */
  background-color: #000000; /* black, for Mozilla */
  text-align: center;  /* Centering in IE */
  margin-left: auto; margin-right: auto; /* Ctr Mozilla */
}


/*** Classes ***/
.menutable { margin-bottom: -10px; }
.homelogo { display: none; }
.sidebar { display: none; } /* Hide sidebar completely */
#searchform { display: none; }
#searchbutton { display: none; }
.breadcrumbs {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}
.printerfriendly { display: none; }
.printerfriendlylogout { display: none; }
.pagetitle {
  text-align: center;
  margin-left: auto; margin-right: auto;
}
.sectiondesc { font-style: italic; }
.byline { text-align: right; }
.authorbio {
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.authorbiocontent { font-style: italic; }
.relatedpages {
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}
.keywords {
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}
.fblike {
  text-align: right;
  margin-bottom: -15px;
}
.footersep {
  text-align: center;
  margin-left: auto; margin-right: auto;
}
.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: right;
  font-size: 80%;
}
.albumpic {
  margin: 5px 10px;
}
.meditation {
  border: 1px solid #663300; padding: 1em; font-style: italic;
}
.vevent abbr{
  border:0
}
.googlead { display: none; }
.bodycell { width: 100%; }
.footerlinks { display: none; }
.sidebarcell { width: 0; }
.sidebarspacercell { width: 0; }
.spacerimg { display: none; }
#edit_keyword_link_section { display: none; }

