
#postSection {
	margin: 10px 0 30px 0;
}


#postSection .post {
	border: solid 1px #dddddd;
	margin-bottom: 10px;
	padding: 10px;
}
#postSection .postHead {
	border-bottom: dotted 1px #dddddd;
	padding-bottom: 4px;
	
}

#postSection .postHead a {
	
}
#postSection .writeInfo {
	font-size: 85%;
	margin-top: 2px;
}


#postSection .postBody {
	margin: 10px 0 10px 0;
}

#postSection .postTail {
	border-top: dotted 1px #dddddd;
	padding-top: 4px;
	font-size: 85%;	
}
#postSection .postTail a {

}

#postSection h4 {
	font-weight: bold;
}

ul.neighbors a {	
}

ul.neighbors {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 85%;	
}

ul.neighbors .left{
 	float: left;
}

ul.neighbors .right{
	float: right;
}
