.site {
    background-color: #421F00!important;
    color: #fff;
    font-family: "Merriweather",serif;
    font-weight:400;
    border-radius: 10px;
}
.post, .site-main {
    border-radius: 10px;
    background-color: #683910!important;
    border-radius: 10px 10px 0 0;
}
.post a, .widget a {
    color: #52B480;
}
.entry-title a {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #fff;
}
.menu-vendor-menu-container {
    font-size: 120%;
}
.widget {
	border-top: 3px solid silver;
	font-size: 13px;
	line-height: 1.3847;
	margin: 0 0 24px;
	padding-top: 24px;
}
    padding: 1em;
.site-description {
	color: #52B480;
	display: none;
	font-size: 13px;
	line-height: 1.3847;
	margin-bottom: 0;
}
article {
    padding: 0 1em;
}