/* 
  CSS for Wheatdesign.com 
  theme name: Zeldman
*/
acronym {
  cursor: help; 
}
body {
   background-color: #cc3300;
}
td {
  background-color:  white;
}
.main_box {
  background-color: white;
  padding: 3px;
  position: absolute;
  left: 188px;
  top: 10px;
  width: 402px;
  border-style: solid;
  border-color: black;
  border-width: 3px;
}
.side_box {
  background-color: white;
  padding: 3px;
  position: absolute;
  left: 600px;
  top: 10px;
  width: 110px;
  border-style: solid;
  border-color: black;
  border-width: 3px;
}
.quote_box {
  position: relative;
  width: 400px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
}
.fixit_box {
  /* adds extra space at bottom of page */
  color: #cc3300;
  background-color: #cc3300;
  left: 190px;
  top:  2400px;
  z-index: -1;
}
.title {
  /* for the "wheatdesign.com" header */
  color: #a1a1a1;
  font-size: 16px;
  font-weight: bold;
  font-family: arial, sans-serif;
  text-align: left;
}
.title2 {
  color: #696969; /* dimgray */;
  font-size: 12px;
  font-weight: bold;
  font-family: arial, sans-serif;
}
.menu {
  /* for the text menu links */
  color: #696969; /* dimgray */;
  font-size: 12px;
  font-family: arial, sans-serif;
}
.indent {
  /* for most paragraphs on the page after the introduction */
  /* color: #a1a1a1;a bit brighter than dimgray */
  color: #000033;
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  font-family: arial, sans-serif;
}
.indent2 {
  /* for examples included in the body */
  color: #a1a1a1;
  font-size: 11px;
  line-height: 14px;
  margin-left: 25px;
  padding: 5px;
  margin-right: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px;
  border-style: solid;
  border-color: #696969; /* dimgray */;
  font-family: arial, sans-serif;
}
a:link, a:visited {
  color: #d60000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ffa500; /* orange */;
  text-decoration: underline;
  font-weight: bold;
}
.description {
  /* for the opening paragraph of each page */
  /* color: #a1a1a1; */
  color: #000033;
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px;
  font-family: arial, sans-serif;
}
.orange {
  color: #ffa500; /* orange */;
}
.desc_header {
  /* Used to span the title of the introductory paragraph */
  color: black;
  font-weight: bold;
}
.button, .otherbutton {
  color: #fff;
  background: #f60;
  font-size: 11px;
  font-family: arial, sans-serif;
}
.tiny {
  /* for copywrite notices and "about this site" links at page bottom */
  color: #696969; /* dimgray */;
  font-size: 10px;
  line-height: 9px;
  font-family: "arial narrow", arial, sans-serif;
}
.sm_nav {
  /* Wraps the small images on text-heavy sub-pages */
  border: 1px;
  border-style: dotted;
  border-color: #696969; /* dimgray */;
  margin: 1px;
  padding: 1px;
}
.pic_frame {
  /* To wrap images in the geek history section */
  /* border: 1px; 
  border-style: dotted; */ 
  padding: 3px; 
  width: 253px;
  height: 191px; 
  text-align: center;
}
form.search {
  /* for the Atomz search box */
  padding-left: 0px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
input.search {
  color: black;
  background-color: #fff;
  font-size: 10px;
  font-family: arial, sans-serif;
}
select {
  color: black;
  background-color: #fff;
  font-size: 10px;
  font-family: arial, sans-serif;
}
  
