/* 
::::::::::::::: StyleSheet Information :::::::::::::
Pbase.com Style Sheet: webdev_blue2
Version: 2.5
Author: mjlawler (Michael J. Lawler)
https://www.pbase.com/mjlawler/

Organial versionn info;
PBase.com Style Version 1.5                     
by Webdev - Pim Rijpsma - NL                    
https://www.pbase.com/webdev/                    
License Terms : Attribution-ShareAlike 1.0      
https://creativecommons.org/licenses/by-sa/1.0/ 
::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* -----------  Pbase top bar ----------- */
/* --- Start -- simple code to hide the menu by -Arjun Roychowdhury -- */
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;
}
/* --- End -- */

/* ----------- Links ----------- */
a, a:link, a:visited, a:active, #localmenu a, #localmenu a:link, #localmenu a:visited, #localmenu a:active {
	color: rgb(91, 91, 101);
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
	border: rgb(0, 0, 0) 1px solid;
	margin-bottom: -48px;
	padding-top: 5px;
	width: 175px;
	display: block;
	background: rgb(35, 35, 35);
	height: 202px;
}

a.thumbnail:hover {
	border-bottom: rgb(95, 121, 216) 1px solid;
	background: rgb(25, 25, 25);
}

a:hover img.thumbnail {
	border: rgb(0, 0, 0) 1px solid;
	background: rgb(45, 45, 55);
}

a:hover, #localmenu a:hover {
	color: rgb(95, 121, 216);
	text-decoration: none;
}
	
/* ----------- Gallery Header ----------- */
h1, h2 {
	border-bottom: rgb(95, 121, 216) 1px solid;
	border-left: rgb(0, 0, 0) 1px solid;
	border-right: rgb(0, 0, 0) 1px solid;
	border-top: rgb(0, 0, 0) 1px solid;
	padding: 8px 18px 8px 0px;
	margin-top: 10px;
	margin-left: -400px;
        margin-right: 0px;
	width: 790px;
	display: block;
	background: rgb(52, 52, 52);
	color: rgb(190, 190, 190);
	font: bold 12px verdana;
	letter-spacing: 4px;
	text-align: right;
	height: 22px;
	position: relative;
	left: 50%;
}

h2:first-letter, h1:first-letter {
	color: rgb(95, 121, 216);
	font: 18px Tahoma;
}

.galleryheader {  /* gallery description */
	margin: 6px 0px 6px 0px;
	margin-left: -398px;
	width: 775px;
	position: relative;
	left: 50%;
}

/* ----------- Thumbnails ----------- */

/* If you want the root gallery text NOT to show enable this */
/*.thumbnail b {
	display: none;
}*/

/* --- Start -- code by -Arjun Roychowdhury -- */
td.thumbnail font { /* This is to ensure that long texts in thumbnails are wrapped around. Different browsers do it differently */
	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 { /* dont forget to add width here else text wrapping in mozilla will not work - since this is the parent class */
	padding: 4px;
	height: 207px;	
	width: 173px;
}
/* --- End -- */
	
.thumbnails {
	border: rgb(0, 0, 0) 1px solid;
	padding: 4px 4px 12px 4px;
	margin: 6px 0px 0px 0px;
	margin-left: -400px;
	width: 800px;
	display: block;
	background: rgb(52, 52, 52);
	position: relative;
	left: 50%;
}


img.thumbnail { 
	border: rgb(0, 0, 0) 1px solid;
	margin: 0px;
	padding: 0px;
	background: rgb(45, 45, 45);
	vertical-align: middle;
	height: ;
	width: ;
}

table.thumbnail {
	width: 10%;
}

font {  /* the font under the image thumbnail */
	margin-left: 4px;
	margin-right: 4px;
	width: 170px;
	display: block;
	color: rgb(121, 121, 131);
	font: 10px Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 1px;
}

/* ----------- Image ----------- */
img{
	background-color: #000000;
	border: rgb(0, 0, 0) 1px none;
}

.image {
	border: rgb(0, 0, 0) 1px solid;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#image {
	border: rgb(0, 0, 0) 1px solid;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	width: ;
	height: ;
	background: rgb(52, 52, 52);
	position: relative;
	left: ;
	right: ;
}

#image a:hover img {
	border-bottom: rgb(95, 121, 216) 1px solid;
}

#image td a, #image td a:hover {
	background: transparent;
}

.display {
	border: rgb(0, 0, 0) 1px solid;
	padding: 1px;
}

/* ----------- Image title ----------- */
h3 .title {
	border: rgb(0, 0, 0) 1px solid;
	padding: 6px 0px 4px 0px;
	width: ;
	margin: -10px 0px 0px 0px;
	display: block;
	background: rgb(52, 52, 52);
	color: rgb(95, 121, 216);
	font: bold 11px verdana;
	letter-spacing: 2px;
	text-align: center;
	height: 16px;
	position: relative;
}
	
/* ----------- Captions ----------- */
.caption {
	color: rgb(95, 121, 216);
	font-size: 11px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ----------- Camera info ----------- */
.camera {
	color: rgb(95, 121, 216);
}

/* ----------- EXIF info ----------- */
.exif {
	color: rgb(95, 121, 216);
}
	
.sb {
	background: rgb(121, 121, 131);
	color: rgb(204, 204, 255);
	font: 11px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}
		
.lid {
	background: rgb(55, 55, 55);
	color: rgb(102, 102, 102);
	font: 11px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
}
	
/* ----------- Comments ----------- */
td.message_body {
	padding: 6px 6px 6px 6px;
	background: ;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
}

p.message_body {
	color: rgb(121, 121, 131);
	background: #000000;
	font: 10px Verdana, Tahoma, Helvetica, sans-serif;
}


/* ----------- general ----------- */
div, th, tr, table, li, ul, form, blockquote, p, b, i, h4, h5, center, title {
	border: 0px;
	color: rgb(121, 121, 131);
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
}
	
td {
	border: 1px none;
	background: none;
	
}	
	
body {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	top: 0px;
	background: rgb(5, 5, 5) url(https://www.pbase.com/mjlawler/image/65480621/original.jpg) no-repeat fixed right bottom;
	/* background: rgb(45, 45, 45); */
}

i{
display: none;
}


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