/* Enter Your Custom CSS Here */
body {
	background: #d8d8d8;
}
body.home {
  	background-color: #d8d8d8;
}
.entry-header {
	margin-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
	box-shadow: 0 1px 0 0 #d8d8d8;
}