#recipe_print_button {
   margin: 0 auto;
   background: #adadad;
   font-size: 13px;
   text-align: center;
}

.featured-content .entry-title{
	text-align: left;	
}
.widget .featured-content .featuredpost img{
	width: 200px;
	height: 200px;
}
h2.entry-title, .entry-title a {
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}

.genesis-nav-menu .sub-menu a{
  padding-top: 10px;
  padding-bottom: 10px;  
}

.genesis-nav-menu .sub-menu a:hover{
  background-color: #adadad;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #adadad;
}
.featured-content img {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-height: 680px;
	width: auto;
}
input[type="button"], input[type=["reset"], input[type="submit"] {
	background: #adadad;
}

a.more-link:hover,
.more-from-category a:hover {
	background: #adadad;
	color: #fff;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #adadad;
}