/*
Layout: NextGEN styles for Kristin Blue
Description: CSS for NextGEN Gallery plugin
*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 12px;
}

.ngg-album {
	height: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.ngg-albumtitle {
	font-size: 1.4em;
	text-align: left;
 	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	position: relative;
	background: #fff;
	border: 1px solid #999;
	margin: 4px 0 4px 5px;
	padding: 4px;
}

.ngg-thumbnail img:hover {
	background: #6db43f;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float: left;
	width: 120px;
	height: 180px;
	text-align: left;
	margin: 0;
	padding-right: 6px;
}

.ngg-album-compactbox {
	width: 120px;
	height: 86px;
	background: transparent url(albumset.gif) no-repeat scroll 0%;
	margin: 0 0 6px;
	padding: 12px 0 0 7px;
}


.ngg-album-compactbox .Thumb {
	width: 91px;
	height: 68px;
	margin: 0;
	padding: 0;
}

.ngg-album-compact h4 {
	width: 110px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

.ngg-album-compact p {
	margin-top: 2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.ngg-galleryoverview .desc {
	margin: 0 10px 10px 0;
	padding: 5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	text-align: center;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #000;
	margin: 4px 0 4px 5px;
	padding: 4px;
}

.ngg-gallery-thumbnail img:hover {
	background: #6db43f;
}

.ngg-gallery-thumbnail span {
	display: block;
	font-size: .9em;
	padding-left: 5px;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	clear: both;
	display: block;
	font-size: .9em;
	text-align: center;
	padding-top: 15px;

}

.ngg-navigation span {
	font-weight: bold;
	margin: 0 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	margin-right: 3px;
	padding: 3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #6db43f;
	color: #fff;
	text-decoration: none;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {

}

.ngg-imagebrowser h3 {
	text-align: center;
}

.ngg-imagebrowser img {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ngg-imagebrowser-nav {
	margin-left: 10px;
}

.ngg-imagebrowser-nav .back, .ngg-imagebrowser-nav .next {
	float: left;
	margin-right: 3px;
	padding: 3px 7px;
}

.ngg-imagebrowser-nav .next {
	float: right;
}

.ngg-imagebrowser-nav .counter {
	text-align: center;
	font-size: .9em;
}

.exif-data {
 	margin-left: auto;
	margin-right: auto;
}

/* ----------- Slideshow -------------*/
.slideshow {
	text-align: center;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}

.slideshowlink {

}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	display: block;
	margin-bottom: 10px;
}

.ngg-left {
	float: left;
	margin-right: 10px;
}

.ngg-right {
	float: right;
	margin-left: 10px;
}

.ngg-center {
 	margin-left: auto;
	margin-right: auto;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0;
}

.ngg-widget img {
	border: 2px solid #fff;
	margin: 0pt 2px 2px 0px;
}

.ngg-widget img:hover {
	border: 2px solid #6db43f;
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 1em;
}

.ngg-related-gallery img {
	float: left;
	width:  50px;
	height: 50px;
	border: 1px solid #000;
	margin: 0 3px;
	padding: 2px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #6db43f;
}