/* CSS for Wheatdesign.com */
/* the default style:  dangerous! */
acronym {
  cursor: help; 
}
body {
	background: #F3E29F;
	color: #666666;
	font-family: "Trebuchet MS", trebuchet, verdana, geneva, sans-serif;
	font-size: 0.95em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
    line-height: 1.5em;
	cursor: crosshair;
    text-align: center;
    text-transform: lowercase;
}
td {
  background-color: black;
}
.main_box {
  background-color: #FFFFFF;
  padding: 3px;
  position: absolute;
  left: 188px;
  top: 10px;
  width: 402px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  text-align: left;
}
.side_box {
  padding: 3px;
  position: absolute;
  left: 600px;
  top: 10px;
  width: 110px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  text-align: left;
}
.side_box_item {
  margin-bottom: 0px;
}
.quote_box {
  position: relative;
  width: 400px;
  border-style: solid;
  border-color: gray;
  border-width: 1px;
}
.fixit_box {
  /* adds extra space at bottom of page */
  padding: 3px;
  position: absolute;
  color: black;
  background-color: black;
  left: 190px;
  top:  3000px;
  z-index: 0;
}
.title {
  /* for the "wheatdesign.com" header */
  color: #a1a1a1;
  font-size: 16px;
  font-weight: bold;
  font-family: arial, sans-serif;
	text-align: left;
}
.title2 {
  color: black;
  font-size: 12px;
  font-weight: bold;
  font-family: arial, sans-serif;
}
.menu {
  /* for the text menu links */
  color: black;
  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 */
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  font-family: arial, sans-serif;
  text-align: left;
}
.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;
  text-align: left;
}
a:link, a:visited {
    background-color: transparent;
	color: #993333;
	cursor: crosshair
}
a:hover {
	color: #000000;
	cursor: move;
	text-decoration: underline;
}
.description {
  /* for the opening paragraph of each page */
  color: #a1a1a1;
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial, sans-serif;
  text-align: left;
}
.orange {
  color: #ffa500; /* orange */;
}
.desc_header {
  /* Used to span the title of the introductory paragraph */
  color: #696969; /* dimgray */;
}
.button {
  color: #696969; /* dimgray */;
  background: #E3C988;
  font-size: 11px;
  font-family: arial, sans-serif;
}

.otherbutton {
  color: black;
  background-color: #E3C988;
  font-size: 11px;
  font-family: 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: #E3C988;
  font-size: 10px;
  font-family: arial, sans-serif;
}
select {
  color: black;
  background-color: #696969; /* dimgray */;
  font-size: 10px;
  font-family: arial, sans-serif;
}
  
