/* Actual home page */

#billboardCycle a {
  /* IE: initially hide billboards */
  display: none;
}

#middle {
  width: 758px;
  height: 163px;
  border: 1px solid #ffbe46;
  margin: 10px 0 3px 0;
  position: relative;
  background: #fff url(/images/utensil_bg.jpg) no-repeat scroll 375px 5px;
}

#middle .toggled {
  float: left;
  margin: 5px 0 0 10px;
  width: 350px;
}

#middle .toggled li a {
  color: #0f0f55;
}

#middle-fluff {
  float: right;
  width: 180px;
  height: 120px;
  padding: 8px;
  border-left: 1px solid #ffbe46;
}

#middle-stripe {
  width:748px;
  height: 20px;
  background: #ffbe46;
  position: absolute;
  bottom: 0;
  left: 0; /* IE */
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px 0 0 10px;
}

#middle-stripe a {
  color: #17447F;
}


.toggled a:hover, #middle-stripe a:hover {
  text-decoration: underline;
}

.billboard-right {
  margin-bottom: 5px;
}


/* Find a Recipe page */

#categories h2 {
  font-size: 13px;
}

.big-col {
  width: 380px;
  float: left;
}

.big-col p.fluff {
  padding-right: 20px;
}

.category {
  width: 190px;
  float: left;
}

.category img {
  width: 180px;
  height: 90px;
  background: lightblue;
}

.category li {
  padding: 2px;
}

.category a {
  color: #0f0f55;
}

.category a:hover {
  text-decoration: underline;
}

/* Thank you for registering */

#thankyou {
  margin-top: 130px;
  margin-left: 200px;
  font-size: 14px;
  width: 400px;
}

/* Recipe submit landing page links */

#submit-body a {
  text-decoration: underline;
}

a.top5, #mid-fluff-title {
  font-size: 14px;
  font-weight: bold;
  color: #ffbe46;
}

#highlighted-recipes a{
  color: #17447f;  
}

#highlighted-recipes a:hover {
  text-decoration: underline;
}


#guidelines {
  margin: 0 20px;
}

#guidelines ol {
  margin: 1em 0 1em 2em;
}
