/* Styles for the gallery */
/* The categorynav style mirrors the style of the same name in admin_photos.css */
/* Public Area: View Photo Gallery */
#categorynav {
	height: 32px;
	width: 700px;
	color: #000000;
	display: block;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}
#categorynav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#categorynav ul li {
	list-style: none;
	display: inline;
}
#categorynav ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	display: block;
	float: left;
	background-color: #DDD2AC;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E4D0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1BA84;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CAB97D;
}
#categorynav ul li a:link, #categorynav ul li a:visited {
	color: #671326;
}
#categorynav ul li a:hover {
	color: #B52243;
	background-color: #E7DEC2;
	border-bottom-color: #B52243;
}
#categorynav ul li a#subcurrent, #categorynav ul li a#subcurrent:hover {
	color: #B52243;
	background-color: #E7DEC2;
	margin-bottom: -2px;
	border-bottom-color: #B52243;
}
#categorynav .nolink {
	display: block;
	float: right;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin-top: 10px;
}
.gallerycontainer {
	display: block;
	font-size: 14px;
	color: #333333;
	background-color: #FCF9EB;
	width: 700px;
}
.gallerysortbox {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 5px;
	background-color: #E7DEC2;
	font-weight: bold;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}
.gallerysortbox input, .gallerysortbox submit, .gallerysortbox #maxRows_this {
	font-size: 10px;
	margin-left: 3px;
	margin-right: 3px;
}
.gallerycontainer table {
	width: 100%;
	border: 4px double #B7AD88;
}
.gallerycontainer table td {
	vertical-align: bottom;
}
.gallerycontainer table td.row1 {
	vertical-align: bottom;
}
.gallerycontainer table td.row2 {
	vertical-align: top;
	text-align: center;
}
.gallerythumb {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
 .gallerythumb img, .gallerythumb a img {
	padding: 2px;
	background-color: #000000;
	border: 2px solid #000000;
}
.gallerythumb a:hover img {
	padding: 2px;
	background-color: #000000;
	border: 2px solid #C9294E;
}
.galleryimagetitle {
	font-size: 12px;
	color: #CBAB76;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	line-height: 14px;
}
.galleryimagedescription {
	font-size: 11px;
	color: #211D0E;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 15px;
	line-height: 14px;
}
.galleryimagedescription a:link, .galleryimagedescription a:hover, .galleryimagedescription a:visited {
	color: #125383;
}
