@charset "utf-8";
/* CSS Document */



.post {
	clear:both;
	display: block;
	padding: 2px 10px 2px 10px;
}

.post img{
  float:left;
  margin:0 10px 10px 0;
  width:33%;
}

.postTitle{
	display: block;
	
	margin: 5px;
	padding: 2px;
	color: gray;
	border-bottom: none;
}

.bfoFooter-col-2-1 .post .postTitle a, .bfoFooter-col-2-1 .post .postTitle a:active, .bfoFooter-col-2-1 .post .postTitle a:visited{
	display: block;
	font-style:italic;
	font-weight:bold;
	font-size:1.2em;
	margin: 5px;
	padding: 2px;
	color:dodgerblue;
	border-bottom: none;
}


.bfoFooter-col-2-1 .post .postTitle a:hover{
	color:darkorange;
	text-decoration: none;
}
