DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
  font-family: arial,helvetica,sans-serif;
  color : rgb(180, 180, 150) 
  background : rgb(45, 45, 45); 
}

/*---------Images characteristics------------ */
/* img {display:none;} */

/* ------------ LINKS ------------ */

A:link { color : RGB(180, 180, 150)}
A:visited { color : RGB(180, 180, 150)} 
A:active { color : Teal}
A:hover { color: rgb(255, 255, 225)}

/* ------------ BODY ------------ */

body{
        margin-bottom: 10px; /* 20px; */
        margin-top: 0px;
        background: rgb(45, 45, 45);
/*
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("https://www.pbase.com/image/28904595/original.jpg"); */
}

div,th,tr,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5,font, center {
        /* All text above photos */
        border: 0px;
        color: rgb(150, 150, 180);
        font: 9pt verdana, arial, sans-serif;
        font-weight: bold;
}

font {  /* Gallery photo name  */
        margin-left: 4px;
        margin-right: 4px;
        width: 170px;
        display: block;
        color: rgb(111, 111, 111);
        font: 8pt Verdana, Tahoma, Helvetica, sans-serif;
        letter-spacing: 0px;
}

/* ------------ THUMBNAILS -------- */

/*
.thumbnail (
vertical-align: middle;
) */

a.td.thumbnail:link, a.td.thumbnail:visited, a.td.thumbnail:active {
        border: 4px RIDGE #999999; 
        margin-bottom: 10px; 
        /* padding-top: 5px; */
        /* width: 172px;  */
        /* display: block; */
        /* display: inline; */
        background: rgb(43, 43, 43);
        /* height: 172px; */
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        /* filter: progid:DXImageTransform.Microsoft.Emboss() */
}
a.td.thumbnail:hover            {
        /* border: rgb(200, 200, 200) 1px solid; */ 
        /* rgb(95, 121, 216) 1px solid; */ 
        /* border: rgb(155, 155, 155) 1px solid; */
        border: 4px RIDGE rgb(225, 225, 150);
        margin-bottom: 10px;
        /* padding-top: 5px; */
        /* width: 172px; */
        /* display: block; */
        background: rgb(43, 43, 43);
        /* height: 172px; */
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/* ------------ HEADERS -------- */

.galleryheader {  /* TEXT INCLUDED BELOW GALLERY TITLE */
        font-size: 8pt;
        margin-bottom: 1em;
        margin-left: 3%;
        margin-right: 5%;
        /* border: rgb(65, 65, 65) 1px solid; */ /* dotted; */
        /* border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        padding: 5px;
        padding-left: 50px;
        width: 100%;
        display: block;
        background: rgb(45, 45, 45);
        color: rgb(110, 110, 120);
        font-weight: normal;
        letter-spacing: 4px;
        text-align: Left;
        height: 21px;
        position: relative; */
}

h2      { /* Header Title (n/a for main gallery - no title) */
        border: rgb(65, 65, 65) 3px solid; 
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        margin-bottom: 1em;
        margin-left: -10px; 
        margin-right: -20px;
        padding: 5px;
        padding-left: 50px;
        padding-right:50px;
        /* width: 95%; */
        display: block;
        background: rgb(45, 45, 45);
        color: rgb(110, 110, 120);
        font-size: 24pt;
        font-weight: normal;
        letter-spacing: 4px;
        text-align: Left;
        height: 21px;
        position: relative;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-position: Right Bottom;
        background-image: url("https://www.pbase.com/image/31324766/original.jpg");
}


/* ------------ PHOTO -------- */

.display { /* DISPLAY PHOTO */
border: 6px RIDGE #999999;
}

.title {  /* DISPLAY PHOTO TITLE */
  font-size : 10pt;
  color: rgb(111, 111, 111); 
  /* font-style : italic; */
}

.caption { /* DISPLAY PHOTO CAPTION */
  font-size : 12pt;
  color: rgb(111, 111, 111); 
  /* font-style : italic; */
}

.date {}

.artist {
  Name: "Rory Hill";  /* Does not work */
}
.location {}

.camera { /* INCLUDES CAMERA AND LENS INFO */
}

.exif {}

.techinfo {
  color : LightGrey;
  font-size : 8pt;
}

.othersizes {}


h1      {/* Don't know what this does */
        border: rgb(65, 65, 65) 1px solid; /* dotted; */
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        margin-bottom: 1em;
        margin-left: -10px;
        margin-right: 0px;
        padding: 5px;
        padding-left: 50px;
        width: 100%;
        display: block;
        background: rgb(45, 45, 45);
        color: rgb(110, 110, 120);
        font-size: 16pt;
        font-weight: normal;
        letter-spacing: 4px;
        text-align: Left;
        height: 21px;
        position: relative;

        filter:
progid:DXImageTransform.Microsoft.gradient(gradientType=1,enabled='true',startColorstr
='#000000',endColorstr='#2D2D2D'); */

}

}
h3 {    /* Photo name area */
        /* border-bottom: rgb(0, 0, 0) 1px dotted; */
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        padding: 2px;
        width: 400px;
        display: block;
        background: rgb(45, 45, 45);
        color: rgb(111, 111, 111); 
        font-size: 10pt; /* not affecting size */
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}
h4 {    /* Don't know what this does */
        border-bottom: rgb(255, 255, 0) 1px dotted; */
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        padding: 2px;
        width: 400px;
        display: block;
        background: rgb(45, 45, 45);
        color: Yellow; /* rgb(111, 111, 111);  */
        font-size: 10pt; /* not affecting size */
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}
}h5 {    /* Don't know what this does */
        padding-left: 2px;
        width: 150px;
        display: block;
        color: Yellow; /* rgb(204, 204, 255); */
        font-size: 20pt;
        font-weight: normal;
        filter:
progid:DXImageTransform.Microsoft.gradient(gradientType=1,enabled='true',startColorstr
='#000000',endColorstr='#2D2D2D');
}

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