/* hide unwanted elements */
.home .title,					/* index title badge */
.page .title,					/* page title badge */
.search .title,					/* search title badge */
.profile.side.author.stuck		/* author (side) */
{
  display: none;
}

/* header */
.title a span {
  margin-left: 0;
}

/* index, pages, and search */
.home .profile,
.page .profile,
.search .profile {
  left: 5%;
  right: auto;
  top: 80px;
}
.home .profileimage,
.page .profileimage,
.search .profileimage {
  width: 100%;
}
.home .postindex,
.page .postindex {
  padding-top: 10px;
}
.search .postindex {
  padding-top: 38px;
}
.page .posts article {
  padding-top: 48px;
}
@media screen and (max-width: 1330px) {
  .home .title,
  .page .title,
  .search .title {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  .title a span {
    display: inline-block;
  }
}
@media screen and (max-width: 906px) {
  .home .postindex,
  .page .postindex,
  .search .postindex {
    padding-top: 110px;
  }
}
@media screen and (max-width: 595px) {
  .page .posts article {
    padding-top: 100px;
  }
}

/* archives template */
.page-template-archives .profile.hide {
  opacity: 1;
}
.page-template-archives .post-date {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #aaa;
}

/* image wrappers */
.wider {
  display: block;
  border-bottom: none;
  width: 140%;
  margin-left: -20%;
}
.wider:hover {
  border-bottom: none;
}
.wider img {
  border-radius: 0;
  -webkit-border-radius: 0;
}
@media screen and (max-width: 1103px) {
  .wider {
  	width: 120%;
  	margin-left: -10%;
  }
}
@media screen and (max-width: 951px) {
  .wider {
  	width: 100%;
  	margin-left: 0;
  }
}
