/* blog styles */
#content.blog {
  
}
h2 {
  margin: 5px 0px;
}

#main.blog {
  width: 560px;
}
#right.blog {
  width: 200px;
	margin-top: 30px;
}
.blog-title {
  font-size: 14px;
	font-weight: bold;
}
.entry-info {
 font-weight: bold; 
}
.comments-link {

}
#right.blog ul {
  margin: 0px;
	padding-left: 10px;
}
#right.blog li {
  list-style: none;
}
#right h2,
h2.widgettitle {
  font-weight: bold;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 0px;
}
#commentblock h2,
h2#comments {
  font-size: 11px;
}
#content {
	height: auto;
}
.entrybody {
	overflow: hidden;
}
.entrybody p a {
	float: left;
	margin: 0px 10px 10px 0px;
}