body { background-color: #fff; color: #2b2b2b; }

body, p, ol, ul, td {
  font-family: helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  color: #2b2b2b;
}

h2 {
   font-family: helvetica, sans-serif; 
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #2b2b2b; }
a:visited { color: #2b2b2b; }
a:hover { color: #fff;  }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#single_item_name {
    font-size: 2.2em;
}

#single_item_price {
    font-size: 2.2em;
}

#single_item_category {
    font-size: 2.2em;
}

#single_item_description {
    font-size: 1.2em;
}

#item_bought_field {
    font-size: 1.8em;
}

.bought {
    color: red;
    font-style: italic;
    border: 1px red solid;
    background: #ffdddd;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.table_header {
    font-size: 1.8em;
}

.table_row {
    font-size: 1.2em;
    padding: 4px;
    padding-left: 10px;
}

.odd_row {
    background: #ccc;
}

.even_row {
}

.yes_available {
    color: green;
}

.no_available {
    color: red;
}

#header_image {
    margin-top:80px;
}

#first_post_link {
    margin-top: 100px;
}

#everything_link {
    margin-top: 100px;
}

#most_recent_item h3 {
    text-decoration: underline;
}

#most_recent_item p {
    margin-left: 20px;
    font-size: 1.4em;
}