/*
   ::::: StyleSheet Information ::::::
   :: ------------------------------::
   :: PBase.com Style Version 1.0   ::
   :: by Ohad Redlich               ::
   :: https://www.pbase.com/ohadr    ::
   :: ------------------------------::
   :::::::::::::::::::::::::::::::::::
*/ /* --- 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;
}

a,a:link,a:visited,a:active {
	color: rgb(120, 100, 90);
	/* color of link-fonts: commentERS, toolbar (profile|All galleries etc.)  */
	text-decoration: none;
}

a:hover {
	color: rgb(0, 0, 0); /* BB */
	text-decoration: underline;
}

a.thumbnail,a.thumbnail:link,a.thumbnail:visited,a.thumbnail:active {
	border: rgb(255, 255, 255) 1px solid; /* color of frame of thumbnail */
	margin-bottom: -15px;
	/*the "cell-padding" in PBase edit must be at least this value*/
	padding: 10px;
	width: 172px;
	/*give min size of thumbnail. otherwise it will be not shown bcoz it get the pics size*/
	height: 160px;
	display: block;
	background: rgb(255, 255, 255); /* color of thumbnail */
}

a.thumbnail:hover {
	border: rgb(120, 100, 90) 1px solid;
	/* color of frame of thumbnail OnMouseHover */
	margin-bottom: -15px;
	/*the "cell-padding" in PBase edit must be at least this value*/
	padding-top: 10px;
	width: 172px;
	height: 160px;
	display: block;
	background: rgb(255, 255, 255); /* color of thumbnail OnMouseHover */
}

body {
	margin-bottom: 20px;
	margin-top: 0px;
	background: rgb(230, 230, 230); /* color of page */
	color: rgb(120, 100, 90); /* 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,LI,UL,FORM,BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5,CENTER
	{
	border: 0px;
	color: rgb(150, 150, 150); /* color of font gallery's-header*/
}

font {
	margin-left: 4px;
	margin-right: 4px;
/*	width: 170px; 
						makes small box for comments and title. so i commented aug2010 */
	display: block;
	color: rgb(150, 150, 150);	/* color of font of pic's title (if shown) */
	font-size: 12px;
	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(120, 100, 90);
	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;
        color: rgb(120, 100, 90);
}

td.message_body { /* in use for the comments' text */
	border: 1px none;
	font-size: 40px; /* who uses it ??? */
	font-family: sans-serif;
	font-weight: normal;
	display: block;
	background: rgb(230, 230, 230);
	/* make messages bckgnd like color of page */
	color: rgb(120, 100, 90); /* color of font AA*/
}

/* 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;

}*/
.caption {
	color: rgb(120, 100, 90);
	font: 16px papyrus; /* who uses it ??? */
	font-style: normal;
}

.camera,.exif,.othersizes {
	font-size: 10px;
	font-family: sans-serif;
	font-style: italic;
}

.date {
	font-size: 10px;
	font-family: papyrus;
	font-style: normal;
}

.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;
}

.othersizes {
	font-size: 10px;
	font-family: papyrus;
	font-style: italic;
}

.location {
	font-size: 11px;
	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(120, 100, 90); /* color of font AA*/
    font :     11px sans-serif;
}

.sb {
	background: rgb(91, 91, 101);
	color: rgb(120, 100, 90); /* 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; }
