/*
 * Mobile versions of the theme. (Smaller than 801 px)
 */

/*csslint box-sizing: false*/
/*csslint box-model: false*/

.avatar-120 {
  float: right;
  height: 110px;
  margin: 10px 20px 0;
  width: 110px;
}
.avatar-180 {
  float: left;
  height: 120px;
  margin: 0 20px 0 0;
  width: 120px;
}
.catthumb img {
  box-sizing: content-box;
  float: left;
  margin: 0 20px 0 0;
  width: 120px;
}
.headcontent {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 15px 0;
  overflow: hidden;
  padding: 15px;
}
.headWrapper {
  margin: 0 auto;
  width: 95%;
}
.wrapper {
  clear: both;
  margin: 0 auto;
  position: relative;
  width: 95%;
}
