/* PHOTO STYLES (THUMBNAIL GALLERIES, FEATURE STORIES, ETC) START */

div.thumbnails {
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
.photo img, * html .photo img {
	border:solid 1px #333;
	margin:0;
	padding:0;
}
.photo img.noborder, * html .photo img.noborder {
	border:none;
}
.photo a img {
	border:1px solid #333;
}
.photo a:hover img {
	border:1px solid #900;
}
.photo a img.noborder {
	border:0px none;
}
.photo a:hover img.noborder {
	border:0px none;
}

.coverpage {
	margin:0 0 .5ex 0;
	padding:0;
	text-align:center;
}
.coverpage img, * html .coverpage img {
	border:solid 1px #333;
	margin:0;
	padding:0;
}
.coverpage a img {
	border:1px solid #333;
}
.coverpage a:hover img {
	border:1px solid #900;
}

/* photo gallery - thumbnails layout */
.thumbnails .entry {
	margin:4px;
	float:left;
	text-align:center;
	font-size:85%;
}

.thumbnails p.photo {
	overflow: visible;
	position: relative;
	display: table;
	height: auto;
	width:138px;
	margin:0 0 .5ex 0;
	padding:0;
}
.thumbnails p.caption {
	margin:0;
}
.thumbnails p.photo a {
	display: table-cell;
	vertical-align: middle;
	position: static;
	color:#333;
}
* html .thumbnails p.photo a {
	position: absolute;
	top: 50%;
	left: 50%;
}

* html .thumbnails p.photo a img {
	position: relative;
	top:-49%;
	left:-50%;
}

/* feature stories list */

.feature {
	margin:1ex 0;
	min-height:120px;
	position:relative;
	padding:0 0 3px 0;
	border-bottom:1px dotted #666;
}
.noborder {
	border-bottom:0px none transparent;
}

* html .feature {
	height:120px;
}
#right .feature {
	min-height:48px;
}
* html #right .feature {
	height:48px;
}
.feature .photo {
	margin:0 1ex 1ex 0;
	float:left;
}
.feature .caption {
	margin:0 0 0.5ex 0;
	padding:0 0 0.5ex 0;
}
.feature .caption p {
	margin:0 0 1ex 0;
	font-size:0.9em;
	padding:0;
}
.feature .caption h2 {
	margin:0 0 1.25ex 0;
	font-size:0.95em;
}

/* photo page */

.photoframe {
	border:solid 1px #666;
	color:#000;
	padding:5px;
	margin:0 auto 1em auto;
	width:390px;
}
.photoframe-lrg {
	border:solid 1px #666;
	color:#000;
	padding:5px;
	margin:0 auto 1em auto;
	width:500px;
}

.photoframe p, .photoframe-lrg p {
	margin:0 0 .75ex 0;
}

.button {
	font-size:85%;
	margin:0 0 1ex;
	padding:0;
}

/* PHOTO STYLES (THUMBNAIL GALLERIES, FEATURE STORIES, ETC) END */

