.post {
	font-size: 11px;
	clear: both;
}

.post, .post a {
	color: #00448B;
}

.post .date {
  font-weight: bold;
  color: #71B5B6;
  margin-bottom: 5px;
}

.post .title {
  font-weight: bold;
}

.post .content img.wppt_float_left {
	display:none;
}

.post .attached_files {
  list-style:none;
  margin: 0;
  padding: 0;
}

.post .attached_files a {
	text-decoration: underline;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 3px;
}

.post .attached_files span {
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 3px;
}

.post .attached_files li {
	padding-bottom: 5px;
}

.post .attached_files li img {
	float: left;
	margin-right: 3px;
}

.separator {
  background:transparent url(../images/posts/separator.jpg) no-repeat scroll 0% 100%;
  margin: 10px 0;
  clear: both;
}

.more-link {
  float: right;
  color: #71B5B6 !important;
  text-decoration: underline;
  font-size: 11px;
  font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
  font-weight: bold;
}