#testerMainContent {
  background-color: #fff;
  position: relative;
}


/* SAKER */
.story {
  color: #000;
  font-size: 12px;
  position: relative;
}

.story h1:hover {
  text-decoration: underline;
}

.subStory {
	width: 360px;
	float: left; 
	margin: 20px 20px 0px 18px;
	position: relative;
}

#topStory h1,
.subStory h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}


#topStory .storyImgArea {
  position: relative;
  right: 4px;  
  margin-top: -5px;
  width: 359px;
}

.story {
  width: 359px;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
  padding-top: 4px;
  border-top: 1px solid #eee;  
}

.story .lead {
  padding-bottom: 10px;
  position: relative;
}

.storyImg {
  position: relative;
}

.storyImgArea {
  position: relative;
}

.story .testRating {
  position: absolute;
}


.siteLink .siteIcon {
  vertical-align: top;
  position: relative;
  left: 1px;
}

.subStory h1 {
  font-size: 18px;
}

.subStory .storyImgArea {
  float: right;
  display: inline;
  margin-left: 4px;
  margin-bottom: 4px;
}

hr {
  width: 80%;
  color: #b2b79a;
  height: 1px;
  position: relative;
}