/*
   ::::: StyleSheet Information ::::::
   :: ------------------------------::
   :: PBase.com Style Version 1.0   ::
   :: by Ohad Redlich               ::
   :: https://www.pbase.com/ohadr    ::
   :: ------------------------------::
   :::::::::::::::::::::::::::::::::::
*/

a, a:link,a:visited,a:active {
        color: rgb(255, 204, 102);/* color of link-fonts: commentERS, toolbar (profile|All galleries etc.)  */
        text-decoration: none;
}
a:hover {
        color: rgb(255, 255, 255);	/* BB */
        text-decoration: underline
}

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
        border: rgb(51, 51, 51) 1px solid;	/* color of frame of thumbnail */
        margin-bottom: -40px;
        padding: 5px;	/*if i mark this line, then OnHover the image in the thumbnail will "jump"*/
        width: 172px;
        display: block;
        color: white;
        background: rgb(51, 51, 51);/* color of thumbnail */
        height: 197px;
        }
a.thumbnail:hover            {
        border: rgb(70, 70, 70) 1px solid; /* color of frame of thumbnail OnMouseHover */
        margin-bottom: -40px;
        padding-top: 5px;
        width: 172px;
        display: block;
        background: rgb(70, 70, 70);/* color of thumbnail OnMouseHover */
        height: 197px;
        
}

body{
        margin-bottom: 20px;
        margin-top: 0px;
        background: rgb(51, 51, 51);	/* color of page */
        color: rgb(230, 230, 230);	/* default color of font in this page AA*/
	
	/* SCROLLBAR settings:
	SCROLLBAR-FACE-COLOR: rgb(200, 200, 200); 
	SCROLLBAR-HIGHLIGHT-COLOR: rgb(220, 220, 220); 
	SCROLLBAR-SHADOW-COLOR: rgb(100, 100, 100); 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000 
	SCROLLBAR-ARROW-COLOR: #ffffff; */
	SCROLLBAR-FACE-COLOR: rgb(128, 128, 128); 
	SCROLLBAR-TRACK-COLOR: rgb(229, 229, 229); 
}

DIV,TH,TR,TABLE,FONT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5,FONT, CENTER
{
        border: 0px;
        color: rgb(230, 230, 230);	/ * color of font gallery's-header* /
        font: 16px papyrus;
}

font {
        margin-left: 4px;
        margin-right: 4px;
        width: 170px;
        display: block;
        color: rgb(200, 200, 200);	/* color of font of pic's title (if shown) */
        font-size:  11px;
        font-family:  papyrus;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0px;		/* spacing between letters */
}

/*h2 in use for a title of a gallery: */
h2 {
        display: none;
}


h3 {

        padding: 0px;
        width: 400px;
        display: block;
        color: rgb(230, 230, 230);	
        font-size: 18px;
        font-family: papyrus;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}

/*this one is mainly for the "hitcounts":	*/
p.small
{
        font-family: sans-serif;
}


i{
        border-bottom: rgb(0, 0, 0) 1px none;
        padding: 1px;
        background: rgb(35, 35, 35);
        font-size: 10px;
        font-family: papyrus
        font-weight: normal;
}
img{
        border: rgb(0, 0, 0) 1px none;
}
img.thumbnail {
        border: rgb(0, 0, 0) 1px solid;
        margin: 0px;
        padding: 0px;
        background: rgb(45, 45, 45);
        vertical-align: middle;
	horizontal-align: middle;

}input {
        border: rgb(0, 0, 0) 1px solid;
}
table.thumbnail {
        width: 10%;
}
td {
        border: 1px none;
        background: none;
        border-collapse: collapse;
        empty-cells: show;
}
td.message_body {			/* in use for the comments' text */
        border-bottom: rgb(0, 0, 0) 1px dotted;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        font-size: 40px;		/* who uses it ??? */
        font-family:  sans-serif;
        font-weight: normal;
        display: block;
        background: rgb(70, 70, 70);
}
/* paints the thumbnail. these settings are not good (yet) copied from alexc:
td.thumbnail
{ 
background-color: black;
padding: 5px; 
vertical-align: middle;
horizontal-align: middle;
width: 200px;

}*/

/*class "caption" in use for caption of a specific photo*/
.caption {
        color: rgb(255, 255, 255);	/* BB */
        font: 13px sans-serif;		
        font-style: normal;
}

.date{
        font-size: 11px;
        font-family: sans-serif;
        font-style: normal;
}

.camera, .exif, .othersizes{
        font-size: 10px;
        font-family: sans-serif;
        font-style: italic;
}

.copyright {
        font-size: 11px;
        font-family: papyrus;
        font-style: normal;
}

/*class "title" in use for title of a specific photo*/
.title{
        font-size: 20px;
        font-family: papyrus;
        font-style: normal;
        letter-spacing: 4px
}

.location{
        font-size: 16px;
        padding: 2px;
        font-family: papyrus;
        font-style: normal;
}
.display {
        border: rgb(0, 0, 0) 1px solid;
        margin-top: 1em;
        background: rgb(0, 0, 0);
        filter:
progid:DXImageTransform.Microsoft.Shadow(color="#141414",Direction=135,Strength=5);
}
.lid{
        background: rgb(55, 55, 55);
        color: rgb(102, 102, 102);
        font: 10px papyrus;
        text-decoration: none;
}

.message_body {				/* color of font comments*/
        margin: 5px 5px 10px;
        color: rgb(230, 230, 230)	/* color of font AA*/
        font: 11px sans-serif;
}
.sb{
        background: rgb(91, 91, 101);
        color: rgb(200, 200, 200);	/* color of font AA*/
        font: 10px papyrus;
        text-decoration: none;
}


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