/* ST: Hide author from blog page - have to hide whole post info byline (featured projects) */
div.post-info { display: none; }

/* ST: Fix Projects page border around images to be around the image only, not text as well */
div.ngg-gallery-thumbnail a img { 
	padding: 4px;
	margin: 4px 0 4px 4px;
	border: 1px solid black;
}
div.ngg-gallery-thumbnail { border: none; }

/* ST: Fix Projects page lightfrom where text AND close icon show over the top of each other */
button#TB_closeWindowButton span.screen-reader-text { display: none; }