.site,
.site-header {
   background-color: #BBBBBB;
   max-width: 100%;
}

.masthead-fixed .site-main {
   margin-top: 24px;
}

.header-main {
  border-bottom: solid 1px #000;
}

.content-area, .content-sidebar {
   padding-top: 48px;
}

.content-sidebar {
   padding-left: 0px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
   color: #222222;
   background-color: #BBBBBB;
   margin: 0 5px;
   max-width: 100%;
}

.post {
   color: #222222;
   background-color: #BBBBBB;
   font-size: 13px;
   width: 900px;
   max-width: 100%;
}

#content a {
color: #222222;
}

.postmetadata a {
color: #222222;
}

a, h2 a:hover, h3 a:hover {
  color:#FFFFFF;
  text-decoration:none;
}

.site,
.site-info {
   background-color: #BBBBBB;
}

#secondary {
   background-color: #BBBBBB;
   border-right: solid 1px #000;
}

.content-sidebar .widget {
  color: #222222;
}

.content-sidebar .widget a {
  color: #0077FF;
}

.content-sidebar .widget .widget-title {
  color: #222222;
  border-top: 5px solid #222222;
}

.comment-reply-title, .comments-title {
    color: #222222;
    border-top: 5px solid #222222;
}

.entry-meta .tag-links a {
	background-color: #999999;
}

.entry-content h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.comments-area {
  margin-left: 15px !important;
}

nav.navigation.post-navigation {
  margin-left: 15px !important;
}

.post,
.hentry {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
