/* CSS for Wheatdesign.com */
/* the default style:  identical? to version2.css */
acronym {
  cursor: help; 
}
body {
  background-color: black;
  text-align: center;
}
td {
  background-color: black;
}
.main_box {
  padding: 3px;
  position: absolute;
  left: 190px; /* was 190 */
  top: 10px;
  width: 400px; /* was 400 */
  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: #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 */
  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 {
  color: #ffa500; /* orange */;
  text-decoration: none;
}
a:hover {
  color: white;
  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: #e0e0e0;
}
.button {
  color: #696969; /* dimgray */;
  background: #ffa500; /* orange */;
  font-size: 11px;
  font-family: arial, sans-serif;
}

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

/* ----------------------- */
/* wheatblog app :: styles */
/* ----------------------- */
.desc_header {
  /* Used to span the title of the introductory paragraph */
  color: #e0e0e0;
}
.wheatblog_form_title {
  /* for titling each form, to describe its function */
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  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: "trebuchet ms", arial, sans-serif;
  text-align: left;
}
.wheatblog_input {
  color: black;
  background-color: #696969; /* dimgray */;
  width: 99%;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}
.wheatblog_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;
}
/* 
select {
  color: black;
  background-color: #696969;
  font-size: 10px;
  font-family: arial, sans-serif;
}
*/
.wheatblog_textarea {
  color: black;
  background-color: #696969; /* dimgray */;
  width: 99%;
  height:  200px;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}

  
