/*
   ::::: StyleSheet Information :::::::::::
   :: -----------------------------------::
   :: PBase.com Style Version 1.0        ::
   :: by Thomas Skov Jensen              ::
   :: 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:  #141414;
        text-decoration: none;
}
a:visited,a:active {
        color:  #323232;

        text-decoration: none;
}
a:hover {
        color:  #969696;
        text-decoration: underline;
}

/* BACKGROUND */
body{
        margin-bottom: 20px;
        margin-top: 0px;
        background:  #FFFFFF;
}

/* --- FONTS --- */
div,th,tr,table,font,li,ul,form,
blockquote,p,b,i,h1,h2,h3,h4,h5,font, center {
        border: 0px;
        color:  #141414; 
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
}

font {
        margin-left: 4px;
        margin-right: 4px;
        width: 170px;
        display: block;
        color:  #141414;
        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.5%;
        width: 75%;
        display: block;
        text-align: center;
        margin-top: 1em;
}
h1 {
        border-bottom:  #646464 1px solid;
        border-left:  #C8C8C8 1px solid;
        border-right:  #646464 1px solid;
        border-top:  #C8C8C8 1px solid;

        text-transition:capitalize;
        font-variant:small-caps;

        margin-bottom: 1em;
        margin-top:1em;
        padding: 5px;
        display: block;

        background:  #F0F0F0;
        color:  #141414;
        font-size: 14px ;
        font-weight: normal;
        letter-spacing: 8px;
        text-align: center;
        height: 21px;
        position: relative;
}
h2 {
        border-bottom:  #646464 1px solid;
        border-left:  #C8C8C8 1px solid;
        border-right:  #646464 1px solid;
        border-top:  #C8C8C8 1px solid;

        text-transition:capitalize;
        font-variant:small-caps;

        margin-bottom: 1em;
        margin-top:1em;
        padding: 5px;
        width: 75%;
        right:-12.5%;
        display: block;

        background:  #F0F0F0;
        color:  #141414;
        font-size: 14px ;
        font-weight: normal;
        letter-spacing: 8px;
        text-align: center;
        height: 21px;
        position: relative;
}

h3 {
        border-bottom:  #646464 1px solid;
        border-left:  #C8C8C8 1px solid;
        border-right:  #646464 1px solid;
        border-top:  #C8C8C8 1px solid;
        background:  #F0F0F0;
        
        color:  #141414;

        padding: 0px;
        width: 75%;
        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:  #000000 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:  #646464 1px solid;
        border-left:  #C8C8C8 1px solid;
        border-right:  #646464 1px solid;
        border-top:  #C8C8C8 1px solid;
        margin-bottom: -40px;
        padding: 5px;
        width: 172px;
        display: block;
        color:  white;
        background:  #FFFFFF;
        height: 197px;
        }
a.thumbnail:hover            {
      /*  border:  #5F79D8 1px solid;  Blue border*/
        border-bottom:  #C8C8C8 1px solid;
        border-left:  #646464 1px solid;
        border-right:  #C8C8C8 1px solid;
        border-top:  #646464 1px solid;
        margin-bottom: -40px;
        padding-top: 5px;
        width: 172px;
        display: block;
        background:  #F0F0F0;
        height: 197px;        
}
img.thumbnail {
        border:  #000000 1px none;
        margin: 0px;
        padding: 0px;
        background:  #2D2D2D
        vertical-align: middle;
}

table.thumbnail {
        width: 10%;
}


td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}

input {
        border:  #000000 1px solid;
}



/* --- GALLERY LAYOUT ---*/

/*
.thumbnails{
width: 50%;
left: 25%;
position: relative;
}

div.gallery_comments{
width: 75%;
left: 12.5%;
position: relative;
}
 .gallery_hitcounts{
left: -25%;
position: relative;
 }
 .image_hitcounts{
left: -25%;
position: relative;
 }

div.comment_section{
width: 50%;
left: 25%;
position: relative;
}
*/




#linkedsubgalleries {
	text-align: center;
        text-transition:capitalize;
        font-variant:small-caps;
        position: relative; 
        width: 50%;
        right: -25%;
}
#linkedsubgalleries .current {
	font-weight: bold;
        text-transition:capitalize;
        font-variant:small-caps;
}
#linkedsubgalleries .other{
	font-style: normal;
}



/* Frame around picure */
.display {
        border:  #000000 1px solid;
        margin-top: 1em;
        background:  #000000;
}



/* --- 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:  #141414; 
        border: none;
        background:  #FFFFFF;
}

.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{
        border-bottom:  #646464 1px solid;
        background:  #F0F0F0;
        color:  #181819;
        font: 10px sans-serif;
        text-decoration: none;
}
.lid{
        background:  #FFFFFF;
        color:  #CCCCCC;
        font: 10px sans-serif;
        text-decoration: none;
}

/* --- COMMENTS ---*/


#commentlist .message_body {
        border-bottom:  #646464 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;*/
        background:  #F0F0F0;
  /*      width: 100%;*/
/*right:-5%;*/
        position: relative;

}


.from{
        font-size: 11px;

}

.comment {
        width: 90%;
/*right:-25%;*/
        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; }



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