@import url('base.css');
@import url('index.css');

.sep{
	height: 10px;	
}

.posts{
}

.posts .post{
	border-bottom:solid 1px silver;
}
.posts .photo{
	width:150px;
	height:200px;
	float:left;
	padding: 0px 10px 10px 0px;
}
.posts .title{
	padding:0px;
	margin:0px;
	font-size:14px;
}

.post{
	width:100%;
	display:table;
	margin: 10px 10px;	
}


.post .imgBox{
	display:table;
	margin:auto;
}

.post .imgCenter{
	padding:5px;
}

.post .imgLeft{
	float:left;
	padding:5px;
}
