/*
   ::::: StyleSheet Information :::::::::::
   :: -----------------------------------::
   :: PBase.com Style Version 1.0        ::
   :: by Thomas Skov Jense               ::
   :: https://www.pbase.com/thomas_skov/  ::
   :: -----------------------------------::
   ::::::::::::::::::::::::::::::::::::::::
*/

/* --- simple code to hide the menu -- */

body table td a img { display:none;} 
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{ 
display: inline; 
body div.galleryheader table td a img {display:inline;}
} 

/* To take care of border-box compatibility
   issue b/w IE and FF */
* { 
 -moz-box-sizing: border-box; 
} 


/* ---  LINKS --- */
a:link {
        color: rgb(200, 200, 200);
        text-decoration: none;
}
a:visited,a:active {
        color: rgb(150, 150, 150);

        text-decoration: none;
}
a:hover {
        color: rgb(100, 100, 100);
        text-decoration: underline;
}

/* BACKGROUND */
body{
        margin-bottom: 20px;
        margin-top: 0px;
        background: rgb(0, 0, 0);
}

/* --- FONTS --- */
div,th,tr,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5,font, center {
        border: 0px;
        color: rgb(200, 200, 200); 
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
}

font {
        margin-left: 4px;
        margin-right: 4px;
        width: 170px;
        display: block;
        color: rgb(200, 200, 200);
        font-size:  11px;
        font-family:  sans-serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0px;
}

.galleryheader {
        font: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        position: relative; 
        right:-12%;
        width: 75%;
        display: block;
        text-align: center;
        margin-top: 1em;
}
h1 {
        border-bottom: rgb(100, 100, 100) 1px solid;
        border-left: rgb(200, 200, 200) 1px solid;
        border-right: rgb(100, 100, 100) 1px solid;
        border-top: rgb(200, 200, 200) 1px solid;

        text-transition:capitalize;
        font-variant:small-caps;

        margin-bottom: 1em;
        margin-top:1em;
        padding: 5px;
        display: block;

        background: rgb(20, 20, 20);
        color: rgb(200, 200, 200);
        font-size: 14px ;
        font-weight: normal;
        letter-spacing: 8px;
        text-align: center;
        height: 21px;
        position: relative;
}
h2 {
        border-bottom: rgb(100, 100, 100) 1px solid;
        border-left: rgb(200, 200, 200) 1px solid;
        border-right: rgb(100, 100, 100) 1px solid;
        border-top: rgb(200, 200, 200) 1px solid;

        text-transition:capitalize;
        font-variant:small-caps;

        margin-bottom: 1em;
        margin-top:1em;
        padding: 5px;
        width: 75%;
        right:-12%;
        display: block;

        background: rgb(20, 20, 20);
        color: rgb(200, 200, 200);
        font-size: 14px ;
        font-weight: normal;
        letter-spacing: 8px;
        text-align: center;
        height: 21px;
        position: relative;
}

h3 {
        border-bottom: rgb(100, 100, 100) 1px solid;
        border-left: rgb(200, 200, 200) 1px solid;
        border-right: rgb(100, 100, 100) 1px solid;
        border-top: rgb(200, 200, 200) 1px solid;
        background: rgb(20, 20, 20);
        
        color: rgb(200, 200, 200);

        padding: 0px;
        width: 50%;
        height: 20px;
        position: relative;
        display: block;

        font-size: 10px;
        font-family: sans-serif;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}
h5 {
        padding-left: 2px;
        width: 150px;
        display: block;
        color: #FFFFCC;
        font: 9px sans-serif;
       
}

i{
        padding: 1px;
        font-size: 10px;
        font-family: sans-serif;
        font-weight: normal;
}

img{
        border: rgb(255, 255, 255) 1px none;
}
/* --- THUMBNAILS ---*/

/* This is to ensure that long texts in thumbnails are 
   wrapped around. Different browsers do it differently */
td.thumbnail font
{
        white-space: -moz-pre-wrap; /* Mozilla*/
        white-space: -pre-wrap; /* Opera 4 - 6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* CSS3  */
        word-wrap: break-word; /* IE 5.5+ */
}


td.thumbnail 
{ 
        padding: 2px; height: 207px;
        /* dont forget to add width here else text wrapping
         in mozilla will not work - since this is the parent
         class */
        width: 172px;
      
}

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active  {
        border-bottom: rgb(100, 100, 100) 1px solid;
        border-left: rgb(200, 200, 200) 1px solid;
        border-right: rgb(100, 100, 100) 1px solid;
        border-top: rgb(200, 200, 200) 1px solid;
        margin-bottom: -40px;
        padding: 5px;
        width: 172px;
        display: block;
        color: white;
        background: rgb(20, 20, 20);
        height: 197px;
        }
a.thumbnail:hover            {
        border: rgb(95, 121, 216) 1px solid; /* Blue border*/

        border-bottom: rgb(200, 200, 200) 1px solid;
        border-left: rgb(100, 100, 100) 1px solid;
        border-right: rgb(200, 200, 200) 1px solid;
        border-top: rgb(100, 100, 100) 1px solid;

        margin-bottom: -40px;
        padding-top: 5px;
        width: 172px;
        display: block;
        background: rgb(30, 30, 30);
        height: 197px;        
}
img.thumbnail {
        border: rgb(0, 0, 0) 1px none;
        margin: 0px;
        padding: 0px;
        background: rgb(45, 45, 45);
        vertical-align: middle;
}

table.thumbnail {
        width: 10%;
}

td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}

input {
        border: rgb(0, 0, 0) 1px solid;
}



/* --- GALLERY LAYOUT ---*/

#linkedsubgalleries {
	text-align: center;
        text-transition:capitalize;
        font-variant:small-caps;
        position: relative; 
        width: 75%;
        right: -12%;
}
#linkedsubgalleries .current {
	font-weight: bold;
        text-transition:capitalize;
        font-variant:small-caps;
}
#linkedsubgalleries .other{
	font-style: normal;
}



/* Frame around picure */
.display {
        border: rgb(0, 0, 0) 1px solid;
        margin-top: 1em;
        background: rgb(0, 0, 0);
}



/* --- FULL SIZE PICTURE INFO --- */

.title{ /*USING H3 */
        font-size: 14px ;
        font-weight: normal;
        letter-spacing: 8px;
        text-align: center;
        /*height: 14px;*/
        position: relative;
}

.caption {
        font: 11px sans-serif;
        font-style: normal;

}

.location{   /*USING H3 */
        font-size: 11px;
        padding: 2px;
        font-family: sans-serif;
        font-weight: normal;
        font-style: normal;
        color: rgb(200, 200, 200); 
        border: none;
        background: rgb(0,0,0);
}

.date{
        font-size: 9px;
        font-family: sans-serif;
        font-style: normal;
}

.artist{
        font-size: 9px;
        font-family: sans-serif;
        font-style: normal;
}

.camera{
        font-size: 10px;
        font-family: sans-serif;
        /*font-style: italic;*/

}

.copyright {
        font-size: 11px;
        font-family: sans-serif;
        font-weight: normal;
        font-style: normal;
}


.othersizes{
        font-size: 9px;
        font-family: sans-serif;
        font-weight: normal;
        /*font-style: italic;*/

}


/* --- EXIF INFO --- */
.exif{
        font-size: 10px;
        font-family: sans-serif;
        /*font-style: italic;*/

}
.sb{
        background: rgb(91, 91, 101);
        color: rgb(204, 204, 255);
        font: 10px sans-serif;
        text-decoration: none;
}
.lid{
        background: rgb(55, 55, 55);
        color: rgb(102, 102, 102);
        font: 10px sans-serif;
        text-decoration: none;
}

/* --- COMMENTS ---*/
#commentlist .message_body {
        border-bottom: rgb(100, 100, 100) 1px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        font-size: 11px;
        font-weight: normal;
        display: block;
        margin: 5px 5px 10px;
/*        color: rgb(204, 204, 255);*/
        background: rgb(20, 20, 20);
        width: 75%;
        position: relative;

}


.from{
        font-size: 11px;

}

.comment {
        width: 95%;
        position: relative;
}

.small{
        font-size: 11px;

}




BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }


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