/* === General Settings === */

BODY {background-color: #333333;}

DIV,TH,TR,TABLE,FONT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5,FONT, CENTER 
{
 font-family: verdana, arial, sans-serif; 
 font-size: 10pt; 
 color: white;
 font-weight: normal;
} 

/* === General settings for links === */
A, TD.A, A:link {color: #FFD700; text-decoration: none;}
A:visited {color: #FFD700;} 
A:hover  {color: #FFD700; text-decoration: underline;}
A:active {color: #FFD700;}

/* === Title to Galleries === */
h2 {
 font-size: 14pt; 
 text-align: center; 
 letter-spacing: 1px; 
 padding-top: 10px;
 padding-bottom: 13px;
 margin-left: 20px;
 margin-right: 20px;
 background-color: black;
 color: white;
}

h2:first-letter {color: #DAA520; font-style: bold; font-size: 22pt;}

h4{color: #44dd44; font-size: 11pt;} 

I{color: #888888;}

/* ============================= */
/* === Thumbnal display page === */
/* ============================= */

/* === Comment at top of page === */
div.galleryheader {
 font-size: 10pt; 
 text-align: center; 
 margin-left: 40px;
 margin-right: 40px;
 padding-bottom: 9px; 
}

/* === Table holding thumbnails === */
TD.thumbnail {
 background-color:#333333;
 vertical-align: middle;
 horizontal-align: middle;
 padding: 19px 14px 11px 14px;
/* border: 2px solid #333333;*/
}

TD.thumbnail:hover {
 background-color:black;
/* border: 2px ridge #444444;*/
}

img.thumbnail {border: 3px solid black;}

/* === Caption below thumbnail === */
font {color: silver; letter-spacing: 0px; font-size: 10pt;}

/* === Comment box === */
TEXTAREA 
{
 background-color: silver; 
 font-family: "Comic Sans MS",arial,helvetica,sans-serif;
 font-size: 12pt; 
 color: black; 
 scrollbar-base-color: gray;
 scrollbar-3dlight-color: black; 
 scrollbar-highlight-color: none;
} 


/* ================================= */
/* === Single image display page === */
/* ================================= */

.display{border: 6px RIDGE silver; background-color: black;}
.date, .artist {font-size: 9pt;}
.title {font-size: 14pt; font-weight: normal;}
.caption {font-size: 11pt; color: silver; font-style: italic;} 
.location{font-size: 10pt;}


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
