/*	Welcome to PBLOG, clean-de-luxe */
/* Version: 0.95 */
/* By: Erwin van Leeuwen */
/* http://pblog.strikdiploma.nl */

body {
margin:0px;
	padding:0px;
	padding-bottom:20px;
	
	height:100%;
	width:100%;
	
	background-color: white;
background: url('/templates/pblog/images/backforpblog.jpg') top left no-repeat; 
		
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black;
}
html, body {
     min-height:100.1%;
}

html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}
html, body, #wrapper {
    height: auto;
}


h2 h3 h4 {
	color:#111;
}

h5 {
	font-size:12px;
	color:#1C627A;
}

p{
	clear:both;
	margin:0;
	padding:.5em 0;
}


#container {

     
	   position: absolute;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   width: 99%;
   height: 100.1%;
  
	
   
	
	
}

#picture {
position:relative;
	margin-left: auto;
	margin-right: auto;
	border: 6px solid black;}
	
	






#navigation {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;
	color: #FF66FF;
	height: 16px;
	
	text-align: right;
}

#top-nav{
	float:right;
	text-align: right;
	position:relative;
	bottom:0px;
	margin-bottom:13px;
	color:black;
}

#top-nav a {
	padding:2px;
}

#top-nav a:hover {
	color:black;
}

#thumbrow {
padding:20px;
}






#navigation-thumb {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;
	width: 870px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#navigation-thumb a, a:visited, a:link, a:active {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;	
	color: #FF66FF;
	border-bottom: 1px solid white;
}

#navigation-thumb a:hover {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;
	border-bottom: 1px solid black;
}

#title {
	font-variant: small-caps;
	font-size: 12px;
	color: #FF66FF;
	height: 16px;
	margin-right: 458px;
	margin-top: -16px;
	text-align: left;
}

#picture {
position:relative;
	margin-left: auto;
	margin-right: auto;
	
	
}

#info-exif {
	text-align:left;
	padding:15px 25px 15px 25px;
	background:#e8e8e8;
	}
	
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#fff;
	padding:2px 2px;
	color:#333;
	display:none;
	}
	



#thumbs {
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	width: 900px;
	height: 600px;
	text-align: center;
}

#thumbs a, a:visited, a:link, a:active, a:hover {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;	
	color: black;
	border-bottom: 1px solid white;
}

#navigation a, a:visited, a:link, a:active {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;	
	color: black;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#navigation a:hover {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;
	border-bottom: 1px solid black;
}

#browse_thumbs {
margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	width: 900px;
	height: 600px;
	text-align: center;
	
}
#browse_thumbs .thumbnails {
	border:none;
	margin:0 1px 1px 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	height:100px;
	width:100px;
}

#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 1px 1px 0px;
	filter:alpha(opacity=33);
	-moz-opacity:.33;
	opacity:.33;
	height:100px;
	width:100px;
}



.thumbnails {
border:1px solid #515151;
margin:7px;

}


.current-thumbnail {
border:1px solid #515151;
margin:7px;

}

.BackTextColour
{
Background-Color: Black;
Color: #FF66FF;
}

.title-heading{
	font-size: 10px;
	font-weight: normal;
	font-family:Verdana;
	color: #444444;
	letter-spacing: -1px;
}



a.mosaic {
	border: none;
	display: block;
	float: left; 
	width: 40px; 
	height: 40px; 
	background-position: center; 
} 

#mosaic { 
	width:700px;
}

#notes {
	font-size: 11px;	
	side: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float:none;
}

#commentsright {
	width: 452px;
	margin-left: 450px;
	position: absolute;
	text-align: right;
}

#commentsleft{
	position: absolute;
	width: 452px;
	float: left;
}

#comments {
	text-align: left;
	font-size: 11px;	
	width: 900px;
	height: 1000px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-top: -200;
	padding: 5px;
}

li {
	list-style: decimal outside;
	border-left: 1px solid black;
	margin-bottom: 5px;
	padding: 5px;
}

.input {
	border: 1px solid black;
	margin-bottom: 1px;
}

#wrapper {
min-height:100%;
position:relative;
}
* html #wrapper {height:100%}

#inner-wrap {
padding-bottom:0px;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
* html #inner-wrap {
height:1px;
}
#footer {

height:20px;
background-position: left bottom;

width:100%;
}





#copyright {
	margin-top:10px;
	border-top:1px solid #999;
	padding-top:5px;
	
	background-position: left bottom;
}

#about{
	text-align: justify;
	padding:0px;
	margin:0px;
	width:624px;
	margin-top:-20px;
}

#comment-button {
	border: 1px solid black;
	background: transparent;
	font-variant: small-caps;
	text-transform: lowercase;
}

#commentsleft a, a:visited, a:link, a:active {
	border-bottom: 1px solid black;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;	
	color: black;
}

#commentsleft a:hover {
	border-bottom: 1px solid #FFA500;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;
}