/* ======= TOP OF RECIPES PAGE ======= */

#recipes_top {  font-style:italic;
  color:darkred;
  text-align:center;
  width:100%;
}

#recipeslinks_wrapper {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  margin-top:10px;
}

.recipeslinks_image {
  margin-bottom: 5px;
  text-align: center;
}

.recipeslinks_title {
  font-size: 10pt;
  font-weight: bold;
  color: #E02723;
}

.recipeslinks_title a {
	font-size:12pt;
}

.recipeslinks_title a:link {
  color: #E02723;
}
.recipeslinks_title a:visited {
  color: #E02723;
}
.recipeslinks_title a:hover {
  color: darkred;
}

.recipeslinks_date {
  font-size: 8pt;
  font-weight: bold;
  color: darkred;
}

.recipeslinks_text {
  color:#444;
}
