@charset "utf-8";
/* CSS Document */

.albums {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.albums .album {
	border-top: dotted 1px #ccc;
	display: table;
	font-size: 14px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-decoration: none;
	width: 100%;
	min-height: 150px;
}

.albums .album:first-of-type {
	border-top: none;
	padding-top: 0px;
}

.albums .album-thumbnail {
	position: absolute;
	width: 150px;
	height: 150px;
}

.albums .album-details {
	display: block;
	margin: 0px 0px 10px 170px;
}

.albums .album-title {
	color: #000;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

.albums .album-title a {
	color: #000;
	display: block;
	text-decoration: none;
}

.albums .image-count {
	background-color: #ddd;
	color: #000;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.albums .image-count:hover {
	background-color: #477f80;
	color: #fff;
}

.albums .album-excerpt {
	min-height: 100px;
}

#image-search fieldset {
	background-color: #f6f6f6;
	border: solid 1px #ddd;
	box-sizing: border-box;
	clear: both;
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 1.5%;
	width: 100%;
}

#image-search legend {
	color: #888;
	display: block;
	font-weight: bold;
}

#image-search input[type=text] {
	border: solid 1px #ddd;
	margin: 0px;
	padding: 8px 1% 8px 1%;
	width: 98%;
}

#image-search input[type=submit] {
	display: none;
	float: right;
	margin: 5px 0px 5px 0px;
}

#image-search .open {
	display: block;
}

#image-search-results {
	clear: both;
	display: none;
	z-index: 10;
}

#image-search-results h4 {
	color: #888;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

#image-search-results ol {
	border: solid 1px #ddd;
	border-top: none;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	width: 100%;
	height: auto;
	max-height: 300px;
}

#image-search-results ol li {
	border-top: dotted 1px #ddd;
	display: table;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#image-search-results ol li:first-child {
	border: none;
}

#image-search-results ol li:nth-child(even) {
	background-color: #fff;
}

#image-search-results ol li a {
	display: table;
	margin: 0px;
	padding: 20px 1% 20px 1%;
	text-decoration: none;
	width: 98%;
}

#image-search-results ol li a:hover {
	background-color: #477f80; /*#477f80;*/
	color: #fff;
}

#image-search-results ol li a .album-title {
	display: table-cell;
	font-weight: bold;
	width: 80%;
}

#image-search-results ol li a .image-count {
	display: table-cell;
	font-weight: bold;
	text-align: right;
	width: 20%;
}

#image-search-results .no-matches {
	background-color: #f7dede;
	border: solid 1px #ddd;
	border-top: none;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: 100%;
}

.album-page-navigation {
	clear: both;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.album-page-navigation .next, .album-page-navigation .prev {
	float: none !important;
	padding: 0px;
	width: auto !important;
	height: auto !important;
}

.album-page-navigation .page-numbers {
	border: solid 1px #477f80;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}

.album-page-navigation .page-numbers:hover, .album-page-navigation .current {
	background-color: #477f80;
	color: #fff;
}

#gallery {
	list-style: none;
	margin: 40px 0px 40px 0px;
	padding: 0px;
}

#gallery li {
	border-top: dotted 1px #ccc;
	display: table;
	font-size: 14px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-decoration: none;
	width: 100%;
	min-height: 150px;
}

#gallery li .image-thumbnail {
	position: absolute;
	width: 150px;
	height: 150px;
}

#gallery li .image-details {
	display: block;
	margin-left: 170px;
	min-height: 150px;
}

#gallery li .image-title {
	color: #000;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

#gallery li .image-caption {
	min-height: 100px;
}

.image-meta {
	background-color: #888;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 30px 0px 30px 0px;
}

.image-meta td {
	background-color: #fff;
	padding: 5px;
}

.image-meta td.label {
	font-weight: bold;
	text-align: left;
	width: 180px;
}

.gallery-taxonomy-page #sidebar #subpages {
	display: none;
}