/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body, html {
	font-family: Verdana, Arial, sans-serif;
	background-color: rgb(239,220,190);
	color: black;
   margin: 0;
   font-size: 101%;
   line-height: 99%;
}

/* styles for gallery headers */
#galleryheader {
   float: left;
   border: 0;
   background-color: rgb(151,219,255);
   margin: 0;
   color: black;
   height: 75px;
   width: 100%;
   border-bottom: 10px solid rgb(213,233,255);
}
#galleryheader img {
   float: left;
   border: 0;
   margin: 10px 25px 10px 25px;
}

#galleryheader ul {
   margin-top: 25px;
   list-style:none;
   font-size: 1.1em;
}
#galleryheader li {
   float:left;
   margin: 0;
   padding-left: 20px;
}
#galleryheader a {
   font-weight: bold;
}

/* style for artist index entries */

div.thumbnail {
   float: left;
   height: 150px;
   font-size: 0.8em;
   text-align: center;
   line-height: 0.7em;
   margin: 2px 2px 5px 25px;
}
div.thumbnail img {
   border: 1px solid black;
}
div.thumbnail a {
   text-decoration: none;
   text-align: center;
   font-weight: bold;
   font-size: 0.8em;
   color: black;
}
div.thumbnail a:hover {
   color: blue;
   text-decoration: underline;
}
.thumbcaption {
   text-align: center;
   padding-left: 5px;
}


#indexnavbar {
   float: left; 
   height: 58px;
   padding-top: 20px;
   margin-left: 25px;
   font-size: 0.9em;
   font-weight: bold;
}

#indexnavbar a {
   text-decoration: none;
   float: left;
  
}
#indexnavbar b {
   float: left;
   margin-top: 11px;
   margin-left: 45px;
   font-size: 0.8em;
}
#indexnavbar img {
   float: left;
   border: 0;
   margin-top: 5px;
   margin-left: 17px;
}
#indexnavbar h1 {
   float: left;
   padding-left: 75px;
   padding-top: 15px;
   margin: 0;
   font-size: 1.1em;
}

#gallerywrapper {
   position: absolute;
	background-color: rgb(239,220,190);
   margin-top: 58px;
	color: black;  
   min-height: 500px;
   padding-bottom: 50px;
}

#thumbwrapper {
   position: absolute; top: 150px;
	background-color: rgb(239,220,190);
   margin-left: 25px;
   margin-right: 25px;
}   

#imagewrapper {
   margin-top: 50px;
   margin-left: auto; 
   margin-right: auto;
   width: 800px;
   text-align: center;
}

img.displayed {
   border: 5px solid black;
   display: block;
   margin-left: auto; 
   margin-right: auto;
   text-align: center;
}
#imagedata {
   margin-top: 30px;
   margin-left: auto; 
   margin-right: auto;
   color: black;
   textalign: center;
}

#imagedata b {
   font-size: 1em;
}

#imagedata i {
   font-size: 0.8em;
   text-align: center;
}
.imglabel {
   font-size: 0.7em;
   margin-top: 8px;
   text-align: center;
}
.imglabel b {
   font-size: 0.9em;
   color: maroon;
}

.cleardiv {
   font-size: 0.2em;
   clear: both;
}


/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

.imgname {
   text-align: center;
   font-size: 1.1em;
   color: navy;
}
.imgcomment {
   text-align: center;
   font-size: 0.9em;
   font-weight: normal;
   color: black;
}
.galleryimage {
   border: 5px solid black;
   margin-top: 10px;
   margin-bottom: 10px;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
   padding-left: 10px;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 1.7em;
	font-weight: bold;
   text-align: center;
}

/* Custom link styles */
a.thumbcaption {
   font-size: 0.7em;
   font-weight: normal;
   text-align: center;
}

a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

#imageinfo {
	visibility: hidden;
}
