body {
  font-family: Futura, "Century Gothic", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #333;
  margin: 0;
  background: #fff url(../images/header-background.png) repeat-x 0 0;
  text-align: center;
}

img {
  border: none;
}

#head {
  width: 850px;
  height: 60px;
  margin: 0 auto;
  text-align: left;
}

#logo {
  width: 132px;
  height: 15px;
  float: left;
  margin: 23px 0 0 0;
}

#logo img {
  width: 132px;
  height: 15px;
}

#head ul {
  width: 500px;
  height: 43px;
  float: right;
  margin: 0;
  padding: 0;
}

#head ul li {
  padding: 0;
  margin: 22px 0 0 20px;
  list-style: none;
  white-space: nowrap;
  float: right;
  font-size: 20px;
  color: #f3d0d0;
}

#head ul li a {
  color: #f3d0d0;
  text-decoration: none;
}

body.home #head ul li.home,
body.home #head ul li.home a,
body.edibles #head ul li.edibles,
body.edibles #head ul li.edibles a,
body.tips #head ul li.tips,
body.tips #head ul li.tips a {
  color: #97defc;
}

#content {
  width: 850px;
  margin: 40px auto 0 auto;
  text-align: left;
  zoom: 1;
}

#content:after {
  content: '.';
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  visibility: hidden;
}

h1 {
  color: #c71616;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  padding: 0 0 9px 0;
  border-bottom: 1px dotted #999;
  margin: 0 0 17px 0;
}

h1 .pub-date {
  color: #999;
  float: right;
  font-size: 14px;
  line-height: 14px;
  padding: 23px 0 0 20px;
}

.prep-date {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  font-style: italic;
  margin-top: -10px;
}

h2 {
  color: #c71616;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #999;
  margin: 0 0 17px 0;
}

h3 {
  color: #c71616;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 17px 0;
}

h3 .pub-date {
  color: #999;
  float: right;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 0 0 20px;
}

a {
  color: #c71616;
}

a:visited {
  color: #db6767;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

.recipe-notes {
  font-size: 12px;
  font-style: italic;
}

#footer {
  width: 850px;
  margin: 54px auto 14px auto;
  text-align: right;
  font-size: 11px;
  color: #999;
}

#footer a {
  color: #999;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .left {
  float: left;
}

.home .hero,
.home .body,
.home .more .more-item,
.edibles .listing-item,
.tips .listing-item {
  cursor: pointer;
}

#content .hero {
  width: 350px;
  float: left;
  margin: 0 20px 0 0;
}

#content .hero img {
  max-width: 350px;
}

#content .hero .fb-separator {
  height: 40px;
}

#content .body {
  width: 480px;
  float: left;
}

#content .more {
  clear: both;
  padding: 40px 0 0 0;
}

#content .more .more-item {
  width: 350px;
  float: left;
  margin: 0 20px 0 0;
}

#content .more .more-item img.mini-hero {
  width: 150px;
  height: 112px;
  float: left;
  margin: 0 10px 0 0;
}

#content .more #expand-more,
#content .more #go-even-more {
  text-decoration: none;
  color: #c71616;
  float: left;
  margin: 46px 0 0 0;
}

#content .more .even-more {
  display: none;
  clear: left;
}

#content .more .even-more .odd-item {
  clear: left;
}

#content .listing-item {
  width: 405px;
  float: left;
  margin: 0 20px 20px 0;
}

#content .listing-item img.mini-hero {
  width: 150px;
  height: 112px;
  float: left;
  margin: 0 10px 10px 0;
}

input.text_field {
  width: 300px;
}

textarea {
  width: 600px;
  height: 300px;
}

textarea.plaintext {
  height: 170px;
}

.edible_article_photo_display,
#edible_main_image_display,
.tip_article_photo_display,
#tip_main_image_display {
  margin: 4px;
  width: 142px;
  height: 104px;
  padding: 4px;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#content .hero h2 {
  padding-top: 40px;
}

#content .hero .related-list,
#content .hero .photo-list {
  padding: 0;
  margin: 16px 0 0 16px;
  zoom: 1;
}

#content .hero .related-list:after,
#content .hero .photo-list:after {
  content: ".";
  display: block;
  clear: both;
  width: 0px;
  height: 0px;
  visibility: hidden;
}

#content .hero .related-list li,
#content .hero .photo-list li {
  margin: 0 16px 16px 0;
  padding: 0;
  list-style: none;
  float: left;
}

#content .hero .related-list li.even,
#content .hero .photo-list li.even {
    margin-right: 0;
}

#content .hero .related-list li img,
#content .hero .photo-list li img {
  width: 150px;
  height: 112px;
}
