/*
CSS Name: ObliqueImage Styles
Description: NextGEN ObliqueImage Gallery Stylesheet
Author: Bill King
Version: 1
*/

/* Pagination */
.ngg-navigation {
	clear: both;
	text-align: center;
}
.ngg-navigation a.page-numbers, .ngg-navigation span {
	padding: .2em .6em;
	border: 1px solid white;
	margin: 0 .2em;
}
.ngg-navigation a.page-numbers:hover {
	color: #2A0029;
	background-color: #d4daf7;
	text-decoration: none;
}
.ngg-navigation span {background-color: #3d003c;}
.ngg-navigation a.prev, .ngg-navigation a.next {margin: 0 4px;}

/* Shared Album and Gallery styles */
.ngg-galleries, .ngg-galleryoverview, .ngg-albumoverview, .ngg-related-gallery {margin-right: -20px;}
.ngg-album, .ngg-gallery-thumbnail-box, .ngg-single-thumbnail-box {
	position: relative;
	float: left;
	width: auto;
	height: 250px;
	margin: 0px 20px 30px 0px;
	text-align: center;
}
.ngg-thumbnail, .ngg-gallery-thumbnail-box {position: relative;}
.ngg-gallery-thumbnail, .ngg-thumbnail, .ngg-single-thumbnail {
	position: relative;
	display: inline-block;
	border: 5px solid white;
	text-align: left;
}
.ngg-single-thumbnail-box {
        float: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
}
.ngg-clear {clear: both;}

/* Galleries List & Album Shared Styles */
.ngg-galleries .ngg-gallery-thumbnail a span.description, .ngg-album .ngg-albumtitle a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: inherit;
/*      padding: 3% 4% 2% 4%;  */
        padding: 1% 0% 1% 0%;
	line-height: 20px;
        background: white;
/* 	background: transparent url('label.png'); */
}
.ngg-galleries .ngg-gallery-thumbnail a, .ngg-album .ngg-albumtitle a {
        text-decoration: none;
        color: black;
}

/* Galleries List */
.ngg-galleryoverview .back {
	display: block;
	width: 141px;
	height: 22px;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.6em;
	color: black;
	background: transparent url('more-button.gif') top left;
}

/* Album */
#featured-galleries {
	position: relative;
	padding: 20px 10;
	border-top: 1px dotted #6a4d6a;
}
#featured-galleries .more.top {top: 23px;}
#featured-galleries .more.bottom {bottom: 0;}
#featured-galleries .more {
	position: absolute;
	right: 0;
	width: 141px;
	height: 22px;
	text-align: center;
	line-height: 1.6em;
	color: black;
	background: transparent url('more-button.gif') top left;
}
.ngg-album .ngg-description {display: none;}

/* Gallery */
.ngg-gallery-thumbnail-box span {display: none;}

/* Gallery - Thumbnail - Buy button and form */
#TB_window #TB_image_wrapper a {color: #d4daf7;}
a.buy, form.buy {
	position: absolute;
	bottom: 0;
	right: 0;
}
a.buy {
	padding: 2px 6px;
	background: transparent url('label.png');
}
a.buy span {
	display: inline;
	padding-right: 20px;
	background: transparent url('buy-arrow.png') right center no-repeat;
}
form.buy {
	width: 98%;
	padding: 0 1%;
	background: transparent url('label.png');
}
form.buy p {margin: 0;}
form.buy label {
	margin-right: 5px;
	font-size: .9em;
	font-weight: normal;
}
form.buy span {
	position: relative;
	display: inline-block;
	line-height: 2em;
	margin: 4px 6px;
}
.ngg-gallery-thumbnail form.buy span.size select {width: 100px;}
form.buy span.quantity {clear: left;}
form.buy span.amount, form.buy span.total-amount {
	display: inline;
	margin: 0;
}
#TB_window form.buy span.price, #TB_window form.buy span.total {
	padding-left: 1%;
	font-weight: bold;
}
form.buy a.cancel {
	margin-left: 8px;
	font-size: .9em;
}
form.buy span.error {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 12em;
	padding: 0;
	padding-bottom: 6px;
	border: 0;
	margin: 0;
	line-height: 1.1em;
	color: white;
	background: transparent url('error-arrow.png') 4.3em bottom no-repeat;
}
form.buy span.error em.message {
	display: block;
	padding: 4px;
	font-style: normal;
	background: red;
}

div.ngg-gallery-thumbnail form.buy span {margin: 0 4px;}
form.buy input {margin: 0;}
form.buy span.mounting label {margin-left: 2px;}
div.ngg-gallery-thumbnail form.buy span.submit {margin-bottom: 4px;}
