/*
CSS Name: Blindfaith Retrievers Photo Gallery
Description: NextGEN Blindfaith Retrievers Gallery Stylesheet
Author: Rob Baier
Version: 1.0

This is the stylesheet for the Blindfaith Retrievers Photo Gallery.

*/

/* Album Page */

.ngg-albumoverview { /* == .fim */
	padding: 0 0 30px 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.ngg-album-compact { /* == .fim-overview */
	float: left;
	margin: 0 10px;
	text-align: center;
	width: 130px;
}

.ngg-album-compactbox { /* == .fim-thumbnail */
	float: left;
	border: 1px solid #aaa;
	float: left;
	margin: 5px 10px;
 	padding: 0;
}

.ngg-album-compactbox img {
	height: 100px;
	width: 100px;
}

.ngg-album-compactbox a {
	border: 4px solid #fff;
	display: block;
}

.ngg-album-compactbox a:hover {
	border: 4px solid #700;
}

.ngg-album-compactbox a img {
	border: 1px solid #333;
	display: block;
}

.ngg-album-compact h4 {
	color: #260;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#content .ngg-album-compact p { /* == .fim-meta */
	color: #666;
	font-size: 11px;
	line-height: 1;
	margin: 5px 0;
}

#content .ngg-album-compact p strong { /* don't force your font styles on me, man */
	font-weight: normal;
}

/* Gallery Page */

.ngg-galleryoverview { /* == .fim-album */
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
}

.ngg-nav {
	font-size: 13px;
}

.ngg-row-wrapper {
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
}

.ngg-gallery-thumbnail-box { /* == .fim-tn-border-album */
	float: left;
	margin: 0 10px;
	text-align: center;
	width: 130px;
}

#content .ngg-gallery-thumbnail-box p {
	line-height: 130%;
	margin: 5px 0 0 0;
}

.ngg-gallery-thumbnail { /* == .fim-thumbnail */
	float: left;
	border: 1px solid #aaa;
	float: left;
	margin: 5px 10px;
 	padding: 0;
}

.ngg-gallery-thumbnail img {
	height: 100px;
	width: 100px;
}

#content .ngg-gallery-thumbnail a {
	background: none;
	border: 4px solid #fff;
	display: block;
	height: 100px;
}

#content .ngg-gallery-thumbnail a:hover {
	border: 4px solid #700;
}

.ngg-gallery-thumbnail a img {
	border: 1px solid #333;
	display: block;
}
