/*Force Content + Sidebar to End Evenly*/
body #container {
  background: #fefcef !important;
  margin: 0 !important;
  padding: 0 !important;
}
article.post, article.page, article.attachment {
  border: 0 none;
  box-shadow: none;
  margin-bottom: 0;
}
#footer_widgets_wrapper {
  margin-top: 0;
}
@media all and ( max-width: 768px ) {
  #secondary {
    width: 100%;
  }
}
