/* Enter Your Custom CSS Here */

#content {
  width: 70%;
  float: left;
  padding: 5% 3% 3%;
}

#sidebar {
  width: 20%;
  padding-right: 3%;
}

h1 {
  font-size: 1.5em;
}
.single .post-title {
  font-size: 1.5em;
}

body {
	font-size: .9em;
}
#comments {
  display: none;
}
.widget li {
  padding: 0;
  line-height: 1.7em;
}

@media screen and (max-width: 1160px) {
  #content {
    padding: 5% 0 3%;
  }
  
  #sidebar {
    padding-right: 0;
  }  
  
  .pagewidth {
    max-width: 85%;
  }  
  
}
