
#content ul.gatherposts {
	margin: 0;
	padding: 0;
}
	
.gatherposts {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 120%;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

.gatherposts li {
	list-style: outside none none;
	margin: 0;
	display: block;
	float: left;
	height: 267px;
	width: 25%;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}

.gatherposts .thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	box-shadow: 0 -10px 100px 10px rgba(0, 0, 0, 0.32) inset;
	display: block;
	height: 144px;
	margin-bottom: 5px;
	width: 100%;
}

.gatherposts a {
	color: black;
	font-size: 18px;
	line-height: 140%;
	text-decoration: none;
	width: 100%;
}

.gatherposts a:hover { color: #006600; }

.gatherposts li .excerpt {
	color: black;
	display: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin-top: 0.25em;
}

.gatherposts li:hover .excerpt {
	color: black;
	display: block;
}

.gatherposts li:hover .thumbnail {
	box-shadow: 0 -10px 100px 10px rgba(0, 0, 0, 0.1) inset;
	opacity: 0.7;
	transition: all .5s;
}

.gatherposts li::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 74%, #ffffff 100%) repeat scroll 0 0;
	bottom: 0;
	content: " ";
	display: block;
	height: 40px;
	position: absolute;
	width: 100%;
}

.gatherposts li span::before {
	content: '\f0da';
	font-family: FontAwesome;
	margin-right: 7px;
	padding-left: 12px;
	width: 12px;
	color: black;
}

.gatherposts li:hover span::before {
	content: '\f0d7';
	margin-right: 3px;
	color: #006600;
	comment: at this point size the triangle down is wider;
}

.gatherposts li span {
	text-indent: -25px;
	padding-left: 15px;
	display: inline-block;
	color: black;
}

.gatherposts li:hover span {
	color: #006600;
	font-weight: bold;
}

.gatherposts .excerpt { padding-left: 15px; }
.gatherposts li::hover span {
color: #006600;
}

.gatherposts li:hover .excerpt::before {
	content: '[MORE]';
	position: absolute;
	color: #006600;
	background-color: white;
	right: 5px;
	bottom: 15px;
	z-index: 99;
	padding-left: 2em;
	font-weight: bold;
}

#staffpicks .gatherposts li {
	height: 267px;
	width: 25%;
}

#staffpicks .gatherposts .thumbnail { height: 144px; }

/* sidebar stuff */

#sidebar #staffpicks.gatherposts {
	padding-left: 0;
	padding-right: 0;
	margin-left: -5px;
	margin-right: -5px;
}

#sidebar #staffpicks.gatherposts li {
	width: 50%!important;
	height: 235px;
}

#sidebar #staffpicks.gatherposts .thumbnail {height: 106px;
comment: was height 120px; }
