@charset "utf-8";

/* crtnism.css                                                         */
/* Stylesheet for www.creationism.org          	                       */
/*                                                                     */



/* We need some heading fonts, eh */

H1, H2, H3, H4, H5, H6 {
  font-family: Arial, Geneva, Helvetica, Sans-Serif;
  clear: both; 
}

DT, .heading {
  font-family: Arial, Geneva, Helvetica, Sans-Serif;
}

.placeholder {
}

/* Resources */

.sidebar {
  padding: 3px; 
  border-style: outset;
  border-width: medium; 
/*  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; */
/*  font-size: smaller;  */
}
/*   right side bar    */
.sidebar2 {
  padding: 3px;
  /* border-style: outset; */
  /* border-width: medium; */
  font-size: smaller;
  font-family: Arial, Geneva, Helvetica, Sans-Serif; 
  background-color: #88EEFF; 
  /* background-color: #444444; */
  /* color: white; */
}

.sidebar2 A:link, .sidebar2 A:visited {
  /* color: white; */
}

.sidebar2 .heading {
  text-decoration: underline;
}

.resourcelist {
   font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; 
}

.sidebar A:link, .sidebar A:visited {
  text-decoration: underline;
}

.sidebar2 A:link, .sidebar2 A:visited {
  text-decoration: none;
}
/* Location Bar */
.locbar {
  font-size: smaller;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  background-color: #444444;
  padding: 2px;
  color: white;
}

.locbar A:link, .locbar A {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}

.locbar A:visited {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}
  
/* Left side table */
/*  left side border  */
.lefttable {
  background-color: #FFFFEE#;
}
/*  left side inside  */
.navbutton {
  background-color: #005588; 
  font-family: Arial, Helvetica, Verdana, Geneva, Sans-Serif;
  font-size: smaller;
  font-weight: bold;
  letter-spacing: 2px; 
  color: white;
  border-top-color: gray;
  border-left-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-width: medium;
  border-style: outset;
}

.navbutton A:link {
  text-decoration: none;
  color: white;
}

.navbutton A:visited {
  text-decoration: none;
  color: white;
}

/* Add color to the horiz rules */

HR {
  color: #AA6688;
}

/* Resources special links */
SMALL.list, SPAN.list {
  color: #000000;
}

SMALL.class, SPAN.class {
  color: #660000;
}

