.entry {
	padding: 30px 15px;
	background: #0D0D0D;
	color: #777;
	font-size: 1.4em;
	line-height: 1.4em;
}
.entry h2  {
	margin-bottom: .4em;
	border-bottom: 2px dotted #333;
	color: #EC1C24;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
}
.entry .back-link:hover {
	text-decoration: underline;
}

/* NGG OVERRIDES -- would be better just to remove the NGG stylesheet */
.ngg-album-compact {
	width: 170px;
	height: 250px;
	margin: 0 20px 0 0 !important;
	padding: 0 !important;
}
.ngg-album-compactbox {
	width: auto;
	height: auto;
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	background: #333;
}
.ngg-album-compactbox .ngg-album-link {
	position: relative;
	left: -1px;
	top: -1px;
	background: #000;
}
.ngg-album-compactbox .Link {
	display: block;
	position: relative;
	left: -1px;
	top: -1px;
}
.ngg-album-compactbox .Thumb {
	display: block;
	width: 170px;
	height: 170px;
	border: 0;
	background: #333;
	color: #FFF;
	vertical-align: bottom;
}
.ngg-album-compact h4 {
	width: auto;
}
.ngg-album-compact p {
}

/*
<div class="ngg-album-compact">
	<div class="ngg-album-compactbox">
		<div class="ngg-album-link">
			<a href="/pictures/celebrities/?album=1&amp;gallery=1" class="Link">
				<img src="http://www.chickiesandpetes.com/wp-content/gallery/random-people/thumbs/thumbs_bill-clinton-and-the-hostess.jpg" alt="Celebrities" class="Thumb"/>
			</a>
		</div>
	</div>
	<h4><a href="/pictures/celebrities/?album=1&amp;gallery=1" title="Celebrities" class="ngg-album-desc">Celebrities</a></h4>
	<p><strong>11</strong> Photos</p>
</div>
*/