.eat-post-frame {
		
		border: 1px solid gray;
		border-radius: 8px;
		margin-bottom: 10px;
		background-color: white;
}
.eat-post-area {
	margin: 0 10px;
	padding: 0;
}
.eat-post-terms {
	margin: 0;
    text-align: center;
    color: #666666;
    font-family:  Oswald, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
.eat-post-terms a {
	color: black;
}
.red {
	color:red;
}

.eat-post-thumbnail {
  
	border-radius: 4px;
	margin: 0 20px 10px 0;
	max-height: 230px;
	max-width: 25%;
}
.eat-img-left {
	float: left;
}
.eat-img-right {
	float: right;
}
.eat-post-heading {
	text-align: center;
	padding: 10px 0 0 10px;
	margin: 0;
	font: normal bold 22px Verdana, Arial, sans-serif;
	/*background-color: #ffffe6;*/
	background-image: linear-gradient(#ffffe6, white);
	/*border: 1px solid gray;*/
	border-radius: 8px 8px 0 0;
	
}
.eat-post-footer {
	
	margin: 10px 0 10px 0;
	padding: 0;
	/*background-color: #ffffe6;*/
	background-image: linear-gradient(white, #ffffe6, #ffffe6);
	border-radius: 0 0 8px 8px;
}

.eat-post-heading a {
	text-decoration: none;

}
.finewp-entry-meta-single {
	float: both;
}
.eat-more {
	float: right;
	/*
	margin-right: 50%;
	padding: 2px 5px 2px 5px;*/
	color: white;
	background-color: #4575b5;
	/* #0c6be8 #949393 */
}
	