18/18 Мозг сломался - помогите.

Пытаюсь понять что в моем коде не так…
Сравнивал с другими - ещё больше запутался.

html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 280px;
  min-height: 250px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;

  font-size: 12px;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
  color: #7f8c8d;

  background-color: #ecf0f1;
}

a {
  color: #2980b9;
  text-decoration: none;
  }

.post {
  position: relative;
  margin-left: 75px;
  }  

.post-stats .icon {
  display: inline;
  width: 15px;
  height: 15px;
}

.post-title {
  color: #2980b9;
  font-size: 20px;
  margin-bottom: 10px;
  }
  
  
.post-date {
  position: absolute;
  top: 0px;
  left: -75px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #ffffff;
  border-bottom: 5px solid #bdc3c7;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  }
  
.post-type  {
  position: absolute;
  top: 70px;
  left: -75px;
  width: 55px;
  height: 55px;
  margin: 0;
  padding: 0;
  background: #7f8c8d url("quotes.png") no-repeat 50% 50%;
  border-bottom: 5px solid #bdc3c7;
  }
  

.post-stats {
display: inline-block;
position: relative;
  }  
  
.post-stats .icon {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  }

.post-stats > a  {
  }  
  
.icon-tags {
  position: absolute;
  top: 5px;
  background: url("post-challenge.png") no-repeat 0 0;
  }  
  
.icon-comments {
  position: absolute;
  top: 5px;
  left: 10px;
  background: url("post-challenge.png") no-repeat -20px 0;
  }
  
.post-text {
  width: 165px;
  padding: 10px 15px; 
  background: #ffffff;
  border-bottom: 5px solid #bdc3c7;
  }  

/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Адреса картинок:
quotes.png
post-challenge.png
Картинка «кавычки» выровнена по центру
*/