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) blue text */
  color : rgb(111, 111, 111); 
  background : rgb(45, 45, 45); 
}

/*---------Images characteristics------------ */
/* img {display:none;} */

/* ------------ LINKS ------------ */

/* A:link { color : RGB(180, 180, 150)} */
A:link { color : RGB(120, 120, 90)}
A:visited { color : RGB(120, 120, 90)}  
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);  */
        color : rgb(111, 111, 111); 
        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: 0px RIDGE #999999;
}

/* This table contains the full exif data */

table.thumbnail {
        width: 10%;
}
td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}

/* mesage body table
td.message_body {
        /* border-bottom: rgb(0, 0, 0) 1px solid; */
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        display: block;
        /* background:#292929; */
        /* Cannot format text here */
}

/*
td.message_body { 
border-bottom: 1px solid #FF6600; 
} */

.title {  /* DISPLAY PHOTO TITLE */
  font-size : 10pt;
  color: rgb(111, 111, 111); 
  /* font-style : italic; */
}

.caption { /* DISPLAY PHOTO CAPTION */
  font-size : 14pt;
  color: rgb(111, 111, 111); 
  /* font-style : italic; */
}

.date {  /* DISPLAY DATE */
  font-size : 10pt;
  /* render invisible - same color as background */
  color: rgb(45, 45, 45); 
}

.artist {
  Name: "Rory Hill";  /* Does not work */
}
.location {}

.camera { /* INCLUDES CAMERA AND LENS INFO */
  font-size : 9pt;
  color: rgb(102, 102, 102); 
}

.exif {  /* DISPLAY DATE */
  font-size : 8pt;
  color: rgb(102, 102, 102); 
}

.lid{
        background: rgb(55, 55, 55);
        color: rgb(102, 102, 102);
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}
/*
.message_body {
        margin: 5px 5px 10px;
        color: rgb(102, 102, 102);
        font: 8px Verdana, Tahoma, Helvetica, sans-serif;


 
}*/

/* Header text in EXIF table */
.sb{
        background: rgb(91, 91, 101);
        color: rgb(150, 150, 150); 
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}

.techinfo {
  color : LightGrey;
  font-size : 8pt;
}

/* Comment has no effect  */
/*
.comment {
        background: rgb(45, 45, 45);
        color : Red;
 
}*/

.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; }
