/* PHOTO STYLES (THUMBNAIL GALLERIES, FEATURE STORIES, ETC) START */

.homephoto {
font-size:88%;
margin:0 0 1em;
padding:0;
}

.homephoto photo img {
width:390px; 
}

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: 140px;
	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;
}

.portrait {
	min-height:142px;
}
* html .portrait {
	height:142px;
}

/* photo page */

#main .photoframe, #main .photoframe-lrg, #main .photoframe-portrait, #main .photo-right {
	font-size:0.85em;
	width:500px;
	
}
.photoframe {
	border:solid 1px #666;
	color:#000;
	padding:5px;
	margin:0 auto 1em auto;
	width:390px;
}
.photoframe-portrait {
	border:solid 1px #666;
	color:#000;
	padding:5px;
	margin:0 auto 1em auto;
	text-align:center;
	display:table;
}

* html .photoframe-portrait {
	border:solid 1px #666;
	color:#000;
	padding:5px;
	margin:0 auto 1em auto;
	width:300px;
}
.photoframe-lrg {
	border:solid 1px #666;
	color:#000;
	padding:5px;
	margin:0 auto 1em auto;
}
/*.photoframe-lrg img {width:500px!important; }*/

.photo-right {
	border:solid 1px #666;
	color:#000;
	padding:5px;
	margin:0 0 1ex 1em;
	width:193px;
	float:right;
}

.photoframe p,  .photoframe-lrg p, .photoframe-portrait p, .photo-right p {
	margin:0 0 .75ex 0;
}

.button {
	font-size:85%;
	margin:0 0 1ex;
	padding:0;
}
.title {
	background-color: #333333;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}

/* PHOTO STYLES (THUMBNAIL GALLERIES, FEATURE STORIES, ETC) END */

