.multipostcontent{
	float:left;
	min-width:100%;
 	max-width:$twothirdswidth;
}
.multipostfeatdiv {
	float: left;
	margin: 7px 40px 0 0;
	width: 150px;
	height:auto;
	.multipostfeatimg {
		background: none repeat scroll 0 0 #393732;
		@include pieradius(4px);
		@include shadowtwo( 0px 0px 0px rgba(0,0,0, 0.0),  0px 0px 0px rgba(0,0,0, 0.0));
		padding: 0px;
	}
	@media  (max-width: $qfull) {&{
		margin: 5px 20px 0 0;
		width: 150px;
		height:auto;
	}}
}



.multipostcontent p{
	@media  (max-width: $q960) {&{
		text-align:left;
	}}
}
