/* Dave Dillahunt photography gallery pages =============================================== */

#content #copy {
	margin:0 auto;
	text-align:center;
}

h1#currentpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:normal;
	color:#fff;
	text-align:right;
	margin:0 0 20px 0;
}

select { font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:125%}

/* gallery index -------------------------------------------------------------------------- */

.gallery {
	margin:0 10px 20px 30px;
	padding:0;
	background-image:url(../images/galleries_index/gallery_bkgd.gif);
	background-repeat:repeat-y;
	text-align:center;
	width:268px;
	float:left;
	clear:none;
}

.gallery .top {
	margin:0;
	padding:0;
	height:17px;
	background-image:url(../images/galleries_index/gallery_top.gif);
	background-repeat:no-repeat;
}

.gallery .btm {
	margin:0;
	padding:0;
	height:17px;
	background-image:url(../images/galleries_index/gallery_btm.gif);
	background-repeat:no-repeat;
}

.gallery img {
	border:5px solid #fff;
	margin:0;
	padding:0;
	clear:both;
}

.gallery h3 {
	text-align:left;
	color:#fff;
	padding:0 20px;
}

.gallery h3 a:link, .gallery h3 a:visited {
	color:#fff;
	text-decoration:none;
}

.gallery h3 a:hover {
	color:#f90;
	text-decoration:underline;
}

.gallery img:hover {
	border:5px solid #f90;
}

.gallery p {
	text-align:left;
	padding:0 20px;
}

/* subgallery -------------------------------------------------------------------------------- */

.subgallery {
	margin:20px 0;
	padding:0;
	background-image:url(../images/gallery_sub/sub_bkgd.gif);
	background-repeat:repeat-y;
	width:667px;
	text-align:left;
	float:left;
	clear:left;
}

.subgallery .top {
	margin:0;
	padding:0;
	height:17px;
	background-image:url(../images/gallery_sub/sub_top.gif);
	background-repeat:no-repeat;
	clear:both;
}

.subgallery .btm {
	margin:0;
	padding:0;
	height:17px;
	background-image:url(../images/gallery_sub/sub_btm.gif);
	background-repeat:no-repeat;
	clear:both;
}

.subgallery img {
	border:5px solid #fff;
	margin:0 20px 0 20px;
	padding:0;
}

.subgallery h3 {
	text-align:left;
	color:#fff;
	padding:0 20px;
}

.subgallery img:hover {
	border:5px solid #f90;
}


