/* Stylesheet for http://ayershome.org/users/eric/
   Copyright 2008 Eric Z. Ayers All rights reserved
*/
body {font-family:  Arial, Helvetica, sans-serif; background-color: #70B080; }

textarea {font-family:  Courier;}

text {font-family:  Courier;}

h2 {font-size: 1.2em; }

p { margin-left: 15px; }

/* For ayershome.org bar across the top of the page 
   image generated at cooltext.com
*/
.aho-bar {
  background: url(images/ahbar_t.png) repeat top;
}

.aho-bar:hover {
  cursor: pointer;
}

img.aho-bar-l {
   width: 253px;
   height: 62px;
   border: none;
   left: 0%;
}

img.aho-bar-r {
   width: 14px;
   height: 62px;
   border: none;
   right: 0%;
   position: absolute;
}

/* For the content pane */

.aho-content-outer-outer {
  width: 100%;
  /*position: absolute;*/
}

.aho-content-outer {
  display: block;
  border: 0px;
  margin-right: 160px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  background: #ffffff url(images/content_r.png) repeat-y top right;
}

/* The navbar has Home | About | Contact Us .. on it */
.aho-navbar {
  display: block;
  color: white;
  font-size: .7em;
  margin-bottom: 14px;
  text-align: center;
  width: 100%;
  right: 80px;
  position: relative;
}

.aho-navbar a:visited { 
  color: white;
}

.aho-navbar a:link { 
  color: white;
}

.aho-content {
  width: auto;
  background: url(images/content_l.png) repeat-y top left;
  padding: 1px 25px 25px 25px; 
}

.aho-content-bordertop {
  height: 14px;
  background: url(images/content_t.png) repeat-x top; 
}

.aho-content-borderbottom {
  height: 14px;
  background: url(images/content_b.png) repeat-x top;
}

.aho-content-borderleft {
  width: 14px;
  background: url(images/content_l.png) repeat-y top left;
  display: inline;
}

img.aho-content-border-tl {
  width: 14px;
  height: 14px;
  border: none;
  left: 0%;   
  display: inline !important;
}

img.aho-content-border-tr {
  width: 14px;
  height: 14px;
  border: none;
  right: 168px;
  position: absolute;
}

img.aho-content-border-bl {
   width: 14px;
   height: 14px;
   margin-bottom: 1px;
   border: none;
   left: 0%;   
}

img.aho-content-border-br {
  width: 14px;
  height: 14px;
  border: none;
  right: 168px;
  position: absolute;
}

/* This is the table column on the left hand side */
.aho-sidebar {
  width: 120px; 
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 7px;
  position: absolute;
  top: 70px;
  right: 0px;
  display: inline;
}

/* The searchfield contains a Google Search */
.aho-content-searchfield {
  display: block;
  position: relative;
  right: 80px;
  bottom: 0px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 0px
  width: 100%;
}

/* generated from the site www.roundedcornr.com and modified for this page*/
.roundedcornr_grey_14px {
  float: none;
  width: 440px;
  /* To center the box, set margin-left & right to auto  */
  margin-left: auto; 
  margin-right: auto;
  background: #cccccc;
}

.roundedcornr_grey_14px-top div {
  background: url(images/roundedcornr_grey_14px-tl.png) no-repeat top left;
}

.roundedcornr_grey_14px-top {
  background: url(images/roundedcornr_grey_14px-tr.png) no-repeat top right;
}

.roundedcornr_grey_14px-bottom div {
  background: url(images/roundedcornr_grey_14px-bl.png) no-repeat bottom left;
}

.roundedcornr_grey_14px-bottom {
  background: url(images/roundedcornr_grey_14px-br.png) no-repeat bottom right;
}

.roundedcornr_grey_14px-top div, .roundedcornr_grey_14px-top, .roundedcornr_grey_14px-bottom div, .roundedcornr_grey_14px-bottom {
  height: 14px;
  font-size: 1px;
}

.roundedcornr_grey_14px-content {
  margin: 0 14px;
}

.faceimg-frontpage {
  border: solid 2px black;
  margin: 15px;
}

.faceimg-frontpage:hover {
  cursor: hover;
}


