ul.category{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.category li{
  overflow: hidden;
	margin-bottom: 30px;
	clear: left;
	border-bottom: 1px solid #eee;
	font-size: 120%;
}

ul.category li div.screenshot{
  float: left;
  margin-right: 10px;
	width: 93px;
	height: 106px;
	border: 1px solid gray;
	background: #eee;
}


ul.category li div.header a.title{
  font-weight: bold;
}

ul.category li div.header span.browsers{
  color: gray;
  font: bold 12px Georgia, Tahoma;
  margin-left: 4px;
}

ul.category li div.header span.author{
	font-weight: bold;
	display: block;
  font-style: italic;
}

ul.category li div.header span.date{
  float: right;
  font: bold 12px Georgia, Tahoma;
	display: none;
	line-height: 28px;
}


ul.category li div.descr{
  clear: right;
}

p.listing{
  overflow: hidden;
	margin-bottom: 25px;
  position: relative;
}

p.listing > img:first-of-type{
  float: left;
  margin: 0 8px 5px 0;
	width: 93px;
	height: 106px;
}

p.listing.noimage{
	padding-left: 101px;
}

p.listing.noimage:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #eee;
  width: 93px;
  height: 106px;
}
