.community {
	border-bottom:1px dotted #013064;
	padding-bottom:10px;
	margin-bottom:10px;
	height:160px;
}

.community:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

.community .l {
	float:left;
	margin-right:20px;
	height:160px;
}

.community .r {
	float:left;
	text-align:center;
	height:160px;
	width:300px;
}

.community .r img {
	position:relative;
	top:40px;
}

.community img.preview {
	border:1px solid #013064;
	padding:5px;
	background:#000000;
}

.community p {
	position:relative;
	top:40px;
}