﻿/* *** STMphoto3.css *** */
/*
 * The common cascading style sheet for photo pages generated by PhotoHTML3 for Stellafane.org
 * To include: <link rel=StyleSheet href="../common/STMphoto3.css" type="text/css">
 * Edited by Ken Slater on 2010-Jan-22 for PhotoHTML3
 * Created originally by Ken Slater on 2006-Nov-16 for PhotoHTML2
 * Last edit 2010-Jan-22
 */
/* Used up top for the page title info */
h2 { /* Main Header */
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 { /* Byline */
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 0px;
}
hr#hrtop { width: 75%;}
/* These two are for the HEADER and HDRTX items*/
h4.ph3 {
	font-weight: bold;
	font-size: 16pt;
	margin-top: 16pt;
	margin-bottom: 3pt;
	text-align: center;
}
p.ph3 {
	margin-top: 0px;
	padding-left: 4px;
	text-align: left;
}
/* Styles for the Thumbnail Tables */
table.ph3 {
	width: 650px;
	margin: auto;
	border-collapse: collapse;
}
table.ph3 td {
	background-color: white;
	text-align: center;
	width: 200px;
	border: 1px gray solid;
	padding: 5px;
	font-size: 9pt;
	vertical-align: top;
}
table.ph3 td.none {
	border: none;
	background-color: inherit;
}
div.ibox { /*Makes all thumbs the same height, aligning captions*/

	height: 157px;
}

/* Styes for HighSlide Elements */
.highslide-gallery {
	width: 650px;
	margin: auto;
}
.highslide-heading {
	color: silver;
	font-style: italic;
	text-align: center;
}
.sechead {
	color: #FF70C0;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
}
.highslide-caption {
}
.cap {
	font-size: 12pt;
	font-weight: bold;
}
.highslide-number {
	display: inline;
	padding-right: .7em;
	color: gray; 
}
  
/* --- End of STMphotos.css --- */