/*##################################
	LOOP
################################## */
#community-loop-details{
	width:100%;
	display:block;
	padding:15px 0px 0px;
	margin:5px 0px;
}
#community-title{
	font-size:1.2em;
	font-weight:bold;
	display:block;
	background:#ececec;
	padding:5px 10px;
	margin-bottom:15px;
}
#community-loop-details p{
	margin:0px;
}
#community-loop-details img{
	float:left;
	padding:5px;
	margin-right:15px;
	border:1px solid #ececec;
	width:220px;
	height:180px;
	background:#fff;
}
.paged-selected{
	font-weight:bold;
}
/*##################################
	SINGLE CONTENT
################################## */

/*##################################
	RELATED COMMUNITIES
################################## */
.related-communities{
	list-style-type:none;
}
.related-communities li{
	display:block;
	padding:10px 0px;
	border-bottom:2px solid #ececec;
}
.related-communities li h3{
	font-size:1em;
	font-weight:bold;
}
.related-communities p{
	font-size:0.9em;
}
.related-communities li img{
	float:left;
	padding:5px;
	margin-right:15px;
	border:1px solid #ececec;
}
.related-communities #community-readmore{
	font-size:0.9em;
	
}

/*##################################
	GALLERY
################################## */
#wcp_gallery_thumb{
	display:block;
	text-align:center;
}
#wcp_gallery_thumb h2, #related-community-title{
	font-size:1.2em;
	font-weight:bold;
	display:block;
	background:#ececec;
	padding:5px 10px;
	margin:15px 0px;
	border-bottom: 1px solid #CCC;
}
#wcp_gallery_thumb img{
	background:#fff;
	border:1px solid #ececec;
	padding:5px;
	margin:0px 5px 5px 0px;
}