/* This is the main stylesheet for this website. Individual web pages may have their own styling. 
see also the IE hacks css sheets.
*/

body { 
	color:  #edd;
	font-family: georgia, 'times new roman', times;
	background-color: #222;}

a:focus {outline: 0px;}

/* the following styles are for the base divs that are exactly the same
for each web page */

div.ulsq {position: fixed;  
	left: 0px; 
	top: 0px; 
	height: 55px; 
	width: 100px; 
	border-right:  #edd 1px solid; 
	border-bottom:  #edd 1px solid;
}

div.skphead {
	height: 45px;
	width: 700px;
	position: fixed;
	left: 109px;
	top: 0px;
	border-bottom: #edd 1px solid;
	background-color: #222;
	z-index: 210;
}

div.ds {
	background-color: #222; 
	border: 0px; 
	width: 11px; 
	height: 11px; 
	position: fixed; 
	left: 100px; 
	top: 45px; 
	z-index: 215;
}

div.menu {
	border-right: #edd 1px solid; 
	height:400px; 
	width: 110px; 
	position:  fixed; 
	left: 0px; 
	top: 56px;
	margin: 0px;
	padding: 0px;
	}

.menu a img, .menu a {
	display:block;
	border:0px;
	margin:0px;
	}
	
img.skp {z-index: 100; 
	position:  fixed; 
	top: 0px; 
	left: 119px; 
	border: 0px;
	}



/*places the mouseover galleries on the web page*/

div.gallist {
		position: absolute; 
		left: 123px; 
		top: 60px;
		z-index: 1; 
}


span.smalltitle {font-size: 14px;}

h1,h2,h3,h4,h5,h6 {text-align: center;}


.link, .link:visited {
		text-decoration: none;
		color: #edd;
		border-color: #edd;
		outline: none;
		}
			
.link:hover, .link:active {
		text-decoration: none;
		color: #f00;	
		border-color: #f00;
		}		

.link img {border: 1px solid;}





/* Slideshow stuff */

.wrapper {
	position: absolute;
	left: 120px;
	top: 60px;
	border: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
.image_info {
    display:block;
    font-size:10px;
    color:#edd;
    border:0px;
    }

/* styles the title of the slideshow */
.show_title  {
	font-weight: bold;
	font-size: 20pt;
    text-decoration:none;
    color:#edd;
}

/*styles the navigation at the bottom of the page? */
.image_info a, .image_info:visited {
    text-decoration:none;
    color:#edd;
}
.image_info a:active, .image_info a:hover {
	color: #f00;
}

/* styles the border for the image */
.image img {
    border: 1px solid #edd;
}

/* styles the navigation and slide number display */
.navigation, .navigation a, .navigation a:visited {
	text-decoration: none;
    color:#edd;
    margin-top:9px;
    font-weight:bold;
}
.navigation a:active, .navigation a:hover {
	color: #f00;
}


/* styles for the thumbnail images 
that appear on the main slideshow page */
 
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #edd;
    margin-top:2px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #edd !important;
}
.small, .small a {
    margin-top: 2px;
    text-decoration:none;
    color:#edd;
}