/*	Welcome to PBLOG, clean-de-luxe */
/* Version: 0.9 */
/* By: Erwin van Leeuwen */
/* http://pblog.strikdiploma.nl */
/* Released under http://creativecommons.org/licenses/by-nc/3.0/ */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black;
}

#box {
	position: absolute;
	top: 0px;
	text-align: center;
}

#lang {
	text-align: right;
}

#lang a, a:visited, a:link, a:active {
	text-decoration: none;	
	color: black;
}

#lang a:hover {
	text-decoration: none;
	color: gray;
}

#container {
	position: absolute;
	width: 900px;
	height: 626px;
	top: 450px;
	margin-top: -350px;
	left: 50%;
	margin-left: -450px;
}

#logo {
	margin-top: 5px;
	font-variant: small-caps;
	font-size: 12px;
	text-align: center;
    position: absolute;
    bottom: 0px;
	margin: 0 auto;
    width: 900px;
	margin-left: -450px;
	left: 50%;
    height: 50px;
}

#copy {
	margin-top: 5px;
	font-variant: small-caps;
	font-size: 12px;
	text-align: center;
}

#copy a, a:visited, a:link, a:active {
	text-decoration: none;	
	color: black;
}

#copy a:hover {
	text-decoration: none;
	color: gray;
}

#navigation {
	font-variant: small-caps;
	font-size: 14px;
	height: 20px;
	text-align: center;
}

#navigation2 {
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;
	height: 20px;
	margin-left: 458px;
	margin-top: -20px;
	text-align: right;
}

#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;
}

#title {
	font-variant: small-caps;
	font-size: 12px;
	width: 450px;
	height: 18px;
	margin-right: 458px;
	margin-top: -18px;
	text-align: left;
}

#picture {
	margin-left: auto;
	margin-right: auto;
	border: 5px solid black;
	width: 900px;
	height: 600px;
}

#slide {
	margin-left: auto;
	margin-right: auto;
	border: 5px solid black;
	width: 540px;
	height: 360px;
}

#thumbs {
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	width: 900px;
	height: 600px;
	text-align: center;
}

#navigation a, a:visited, a:link, a:active {
	text-decoration: none;	
	color: black;
}

#navigation a:hover {
	text-decoration: none;
	color: gray;
}

#navigation2 a, a:visited, a:link, a:active {
	text-decoration: none;
	font-size: 12px;	
	color: black;
}

#navigation2 a:hover {
	text-decoration: none;
	font-size: 12px;
	color: gray;
}

.thumbnails {
	border: 0px;
	padding: 0px;
	margin-bottom: -1px;	
	margin-top: -1px;
}

a.mosaic {
	border:none;
	display:block;
	float:left; 
	width:40px; 
	height:40px; 
	background-position:center; 
	text-decoration:none;
} 

#mosaic { 
	width:900px;
}

#notes {
	font-variant: small-caps;
	font-size: 12px;
	width: 450px;
	margin-left: 225px;
	margin-top: 5px;
	text-align: left;
}

#info {
	font-variant: small-caps;
	font-size: 12px;
	margin-top: 25px;
	text-align: center;
}

#info  a, a:visited, a:link, a:active {
	text-decoration: none;	
	color: black;
}

#info a:hover {
	text-decoration: none;
	color: gray;
}

#comments {
	text-align: left;
	font-size: 11px;	
	width: 350px;
	display: none;
	background-color: white;
	margin-top: -600px;
	margin-left: auto;
	margin-right: 0px;
	padding: 5px;
	filter: alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

#words {
	text-align: left;
	font-variant: small-caps;
	font-size: 32px;	
	width: 800px;
	display: none;
	background-color: white;
	margin-top: -500px;
	margin-left: 50px;
	padding: 5px;
	filter: alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}

.input {
	border: 1px solid black;
	margin-bottom: 1px;
}

.comment-button {
	border: 1px solid black;
	background: transparent;
	font-variant: small-caps;
	text-transform: lowercase;
}

comments a, a:visited, a:link, a:active {
	text-decoration: none;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;	
	color: black;
	border-bottom: 1px solid white;
}

comments a:hover {
	border-bottom: 1px solid #FFA500;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 12px;
}

   .tags01 { font-size: 10px !important; }
   .tags02 { font-size: 12px !important; }
   .tags03 { font-size: 14px !important; }
   .tags04 { font-size: 16px !important; }
   .tags05 { font-size: 18px !important; }
   .tags06 { font-size: 20px !important; }
   .tags07 { font-size: 22px !important; }
   .tags08 { font-size: 24px !important; }
   .tags09 { font-size: 26px !important; }
   .tags10 { font-size: 28px !important; }