/*                       == Christmas 2011 ==                */
/*  Front Page tolerant layout  */

/************** == Divisions for regions on a page == *************/

Body {
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 150px;
  margin-right: 150px;
  background-color: #ccc;
  border: 1px solid black;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: black;
  }

#banner {
  height: 64px;
  margin: 0px;
  padding: 0px;
  background-image: url('banner-highdesert-rpt.jpg');
  font-family: "book antiqua", palatino, times, book;
  font-size: 40px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 170%;
  }

div.banner-menubar {
  z-index: 5;
  background-color: #555;
  height: 16px; 
  font-family: arial;
  font-size: 11px;
  text-align: center;
}

/* Special hr at top of side navigation bars */
hr.menu-head {
  height: 8px;
  background-image: url('gray-dashes.gif');
  border: 0px;
  }

#leftmenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  min-height: 600px;
  margin: 2px;
  padding: 3px;
  color: #000;
  font-size: 11px;
  }

#bottom {
  padding:5px; 
  background-color:#cba; 
  font-size:11px;
  }

#rightmenu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  min-height: 600px;
  margin: 2px;
  padding: 3px;
  color: #000;
  font-size: 11px;
  }

/* Vertical navigation bars, often in left and right columns */
div.navbar-vert {
  min-height: 390px; /* body min-height - 2 * this padding */
  margin: 0px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-image: url('fader-fff-ccc.jpg');
  background-repeat: no-repeat;
}

/**************  ==  Navigation Bar Styles  ==  *************/

/* 
These menu styles will be used only inside <div>s in
Front Page shared borders. The </div> will allow the 
rest of the page to be unstyled, or styled with a 
different sheet. 
*/

/* Common to all navigation bars */
.navbar {
  font-family: arial;
  font-size: 12px;
}

/* For use on dark backgrounds */
.lightnavbar {
  color: white;
  }

.lightnavbar a, .lightnavbar a:link {
  /* Order: link, visited, hover, active */
  color: #cef;  
  background-color: transparent;
}

.lightnavbar a:visited {
  color: #fcf;
  background-color: transparent;
}

.lightnavbar a:link:hover, .lightnavbar a:visited:hover { 
  color: #acf;
  background-color: #444;
}

/* For use on light backgrounds */
.darknavbar {
  color: black;
  }

.darknavbar a, .darknavbar a:link {
  /* Order: link, visited, hover, active */
  color: #036;
  background-color: #def;
}

.darknavbar a:visited {
  color: #306;
  background-color: #edf;
}

.darknavbar a:link:hover, .darknavbar a:visited:hover { 
  color: #048;
  background-color: #eee;
}

/* For use with horizontal navigation bars, links side by side */
div.navbar-horiz a, div.navbar-horiz a:link {
  /* Nothing special in this theme */
  }

/* For use with vertically stacked navigation bars */
div.navbar-vert a, div.navbar-vert a:link {
  display: block;
  margin-top: 2px;
  margin-bottom: -13px;
  }






