/* ================================ */

/* Common code for all styles  */

body {font-size:100%;}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}


/* default font for site ( font-family: Verdana, Arial, sans-serif ) (Times New Roman, Times, Georgia, Century, serif) except as noted below. */

html { 
	font-family: Verdana, Arial, sans-serif ;
}


/* Style for all table cells except as noted below. */

td {
	vertical-align: top;
}


/* skin and jalbum link, bottom of index page, weight can be bold, style can be italic */
p.credits {
	font-weight: normal;
	font-style: normal;	
	font-size: 12px;
}


/* Set the size for the text under the thumbnails */
.thumbtext {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	text-align: center;
}


/* Sets the size of the title on the index page */
.nav {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-style: normal;	
	font-size: 24px;
	margin: 5;
	padding: 0;
}


/* Align the content of the cells on the index pages to the center. */

#index td {
	text-align: center;
}


/* Remove the margin under the images on the index pages. */

#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


#slide {
	font-size: 11px ;
	margin-left: 30px;
	margin-right: 10px;
	float: left;
}


/* This controls the comment under the slide image, could style italic, weight bold */

.img_caption {
	font-size: 13.2px;
	font-style: normal;
	font-weight: bold;	
	margin: 5px;
	padding: 3px;
}


/* Highlight the image name on the slide pages. */

#slide .name {
	font-weight: bold;
}


/* This is the Camera Info and Notes that pop-up on the slide pages. Camera icon*/

#info_popup {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px ;
	margin: 8px;
	padding: 8px;
	border: thin solid black;
	background-color: #E8D09B ; 
/*	background-image: url('bg001.png');    */
/*	background-repeat: repeat;   */
	position: absolute;
	left: 50px;
	bottom: 45%;
	color: black;
}


/* This is the Camera Info and Notes that pop-up on the slide pages. Table to get thin lines. Camera icon  */

table.popup {
	border-width: 1px;
	border-spacing: 4px;
	border-style: solid;
	border-color: gray;
	font-size: 11px ;
}


/* This controls the optional text above the slide (date, title, numbering). */

.info {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;  
	margin: 4;
}


.infolink {
	font-size: 18px;  
	margin: 4;
}


/* This controls the two links above the thumbnails on the index page. */
.dir-links {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;  
	margin: 4;
}


#imageinfo {
	visibility: hidden;
	border: thick solid red;
}


#exif_notes {
border: thick solid red;
}	


/* Camera Info and Notes pop-up on the slide pages. Table to get thin lines. Camera icon  */

table.popup {
	border-width: 1px;
	border-spacing: 4px;
	border-style: solid;
	border-color: gray;
	font-size: 11px ;
}


table.popup td {
	border: thin solid gray;
	padding: 2px;
	margin: 0px;
	font-size: 11px ;
	color: black;
}


.popup {
	color: black;
}


/* controls for optional Side Notes text to right of slide */

.info_right {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	max-width: 55%;
	padding-left: 28px;
	padding-right: 2px;
}


