body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #f6f6f6;
  margin: 0px;
}

h1 {
  margin: 0px;
}

#title {
  height: 110px;
  width: 100%;
  display: block;
  text-indent: -1000px;
}

#content {
  width: 800px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-color: #fff;
  background-image: url(/images/eatrealgood-header-tomatoes3.jpg);
  background-repeat: no-repeat;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#site-nav {
  display: none;
}

#app-header {
  background: #f2efea;
  color: #999;
  padding: 0.5em;
  border-top: 1px solid #ccc;
  border: 1px solid #ccc;
}

#app-menu {
  margin: 0px;
  padding: 0px;
}

#app-menu,
#app-menu > li,
#app-login,
#app-login div
{
  display: inline;
}

#app-menu > li > a
{
  color: #ff5710;
  font-weight: bold;
  padding: 0.25em;
}

#app-menu > li > a.active
{
  background: #fff;
}

#app-menu > li > a.active:hover
{
  text-decoration: none;
}

#app-menu > li.wide
{
  padding-left: 2em;
  padding-right: 2em;
}

.message
{
  margin: 0px;
  background: #ff0000;
  color: #fff;
  position: relative;
  height: 2.5em;
  line-height: 2.5em;
}

.message .icon
{
  font-family: 'times new roman', times, georgia, serif;
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  left: 0.5em;
}

.message .description
{
  position: relative;
  left: 3em;
}

#interior {
  padding: 0px;
}

input[type='submit'],
input[type='button']
{
  background: #5e941a;
  color: #fff;
}

button
{
  background: #33c;
  color: #fff;
}

a {
  text-decoration: none;
}

a, a:visited {
  color: blue;
}

form.button-to,
form.button-to > div
{
  display: inline;
}

table.layout,
table.layout > tbody,
table.layout > tbody > tr,
table.layout > tbody > tr > td
{
  margin: 0px;
  padding: 0px;
}

table.layout > tbody > tr > td
{
  width: 50%;
  vertical-align: top;
}
input[type='submit'].delete
{
  background: #ff5710;
}
