.content-inner .content-inner {
	padding: 0;
}
#communities-grid {
	margin-left:-5px;
	font-size:0;
	position:relative;
}
.communities-grid-cell {
	position:absolute;
	display:inline-block;
	ppwidth:100%;
	background:white;

	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.communities-grid-cell-padding {
	margin:0 0 25px 5px;
	background:#d2d6d8; COMPENSATE_FOR_SIZE_CHANGE_HOLE:;
}
.communities-grid-cell img {
	width:100%;
	border-bottom:3px solid white;
}




.communities-grid-cell-txt {
	background:#d2d6d8;
	ppmargin-top:3px;
	display:inline-block;
	width:100%;
	height:auto;
}
.communities-grid-cell-txt-padding {
	padding:7px 15px;
	ppbackground:blue;
	display:inline-block;
	width:100%;
	height:auto;
}
.communities-grid-cell-txt-padding p {
	ppbackground:white;
	margin:0;
}
.communities-grid-cell-txt-title {
	font-size:1.4rem;
	font-weight:600;
	text-transform:uppercase;
}
.communities-grid-cell-txt-copy {
	font-size:1.2rem;
	font-weight:400;
	line-height:1.4em;
}
.communities-grid-cell-txt-status {
	font-size:1.1rem;
	font-weight:600;
	text-transform:uppercase;
}
.communities-grid-cell-txt-link {
	float:right;
	color:#222;
	font-size:1.1rem;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}
.communities-grid-cell-txt-link:hover {
	text-decoration:underline;
}



#communities-grid-buttons {
	ppfloat:right;
	pptext-align:right;
	padding-bottom:1.5em;
}

#communities-grid-buttons button {
	color:#666;
	border:1px solid #666;
	font-size:1rem;
	text-transform:uppercase;
	background:#fff;
	cursor:pointer;
	padding:0 2em;
	line-height:1.4em;
	margin:1em 1em 0 0;
}
#communities-grid-buttons button.marked-button,
#communities-grid-buttons button:hover {
	background:#666;
	color:#fff;
}

.faded-grid-cell {
	opacity:.3;
}
