body {
    background-color: #4b2f1c;
  background-image: url(http://hotjazzstompers.com/wp-content/uploads/2016/09/WEBback_17092016.jpg);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

.site {
	background-color: #decaa9;
	border-left: 0px solid #f2f2f2;
	border-right: 0px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-title {
    font-size: 15px;
	font-weight: normal;
	margin: 0 0 5px;
}

.paging-navigation a {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}