a {
color: #D17439;
}

a:link {
  color: #D17439;
}

a:visited {
  color: #D17439;
}

a:hover {
  color: #ff0000;
}

.site {
  background-color: #fff7ea;
}

#colophon {
    border: 0 none;
}
.entry-content {
width: 800px;
}

body {
  background-color: #fff7ea;
}
.site-info {
  background-color: #fff7ea;
}

#wrapper {
	width:900px;
	background:#fff7ea;
	margin:20px auto 0;
	padding:0;
}

#site-title {
display: none;
float: left;
font-size: 30px;
line-height: 0px;
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
width: 700px;
}

#header {
padding:0;
}

#branding img {
border-top:0 solid #000;
border-bottom:0 solid #000;
display:block;
float:left;
}

#site-title, #site-description {
display: none;
}

.entry-meta {
display: none;
font-size: 12px;
}

.home #primary {
display: none !important;
}
.home #content {
margin-right: auto !important;
margin-left: auto !important;
width: 76% !important;
}