/* CSS for wheatblog app */

body {
  background-color: #000000;
  background-image: url(http://rebecca.hallqvist.se/schooner/css/bakgrund.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
td {
}
.main_box {
  padding: 3px;
  position: absolute;
  left: 190px;
  top: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  text-align: left;
}
.side_box {
  padding: 3px;
  position: absolute;
  left: 600px;
  top: 10px;
  width: 110px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  text-align: left;
}
.side_box_item {
  margin-bottom: 0px;
}
.quote_box {
  position relative;
  width: 400px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}
.title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: arial, sans-serif;
	text-align: left;
}
.title2 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-family: arial, sans-serif;
}
.menu {
  /* for the text menu links */
  color: #ffffff;
  font-size: 12px;
  font-family: arial, sans-serif;
}
.indent {
  /* for most paragraphs on the page after the introduction */
  color: #ffffff;
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  font-family: arial, sans-serif;
  text-align: left;
}
.indent2 {
  /* for examples included in the body */
  color: #ffffff;
  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: #000000;
  font-family: arial, sans-serif;
  text-align: left;
}
a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #1285BC;
  text-decoration: underline;
}
.description {
  /* for the opening paragraph of each page */
  color: #E4EDF3;
  font-size: 11px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial, sans-serif;
  text-align: left;
}
.button {
  color: #000000;
  background-color: #E0DFE3;
  font-size: 11px;
  font-family: arial, sans-serif;
}
.otherbutton {
  color: #000000;
  background-color: #E0DFE3;
  font-size: 11px;
  font-family: sans-serif;
}
input.search {
  color: #000000;
  background-color: #ffffff;
  font-size: 10px;
  font-family: arial, sans-serif;
}
select {
  color: #000000;
  background-color: #ffffff;
  font-size: 10px;
  font-family: arial, sans-serif;
}
.desc_header, .wheatblog_desc_header {
  /* Used to span the title of the introductory paragraph */
  color: #E4EDF3;
}
.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: #000000;
  font-family: "trebuchet ms", arial, sans-serif;
  text-align: left;
}
.wheatblog_input {
  color: #000000;
  background-color: #ffffff;
  width: 99%;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}
.wheatblog_indent2 {
  /* for examples included in the body */
  color: #ffffff;
  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: #000000;
  font-family: arial, sans-serif;
  text-align: left;
}

.wheatblog_textarea {
  color: #000;
  width: 99%;
  height:  200px;
  font-size: 12px;
  font-family: "trebuchet ms", arial, sans-serif;
}