@charset "utf-8";
/* CSS Document */
body{ font: 12px Arial, Helvetica, sans-serif; }
a:link{ text-decoration: none; }
a:hover{ text-decoration: underline; }
div.error{
	font-weight: bold;
	color: #b15f5f;
	background: #290303;
	border: thin dashed #993838;
	padding: 3px;
	margin: 5px auto;
	display: block;
	width: 90%;
	text-align: center;
}
div.success{
	font-weight: bold;
	color: #5fb174;
	border: thin dashed #2a753d;
	padding: 3px;
	background: #062a0f;
	margin: 5px auto;
	display: block;
	width: 90%;
	text-align: center;
}
table#nav-bar{ border: 1px solid #555; background-color: #333; height: 30px; margin-bottom: 10px; }
table#nav-bar div{ float: left; margin: 3px 5px; height: 20px; width: 20px; text-align: center; }
table#nav-bar div a{ width: 100%; height: 100%; display: block; color: #ccc; text-decoration: none; }
table#nav-bar div a:hover{ color: #eee; }
table#nav-bar div.current-item{ border: 1px solid black; background-color: #888; color: white; font-weight: bold; }
table#nav-bar div.item{ border: 1px solid gray; background-color: #444; }
table#nav-bar div.item:hover{ background-color: #555; }

table.simple{
	border-spacing: 0px;
	margin: 10px auto;
	border: 1px solid #888;
}
table.simple td{
	border: 1px solid #ccc;
	text-align: center;
	width: 150px;
	height: 150px;
}
div#menu{
	height: 551px;
	width: 100%;
	padding-top: 5px;
	z-index: 5;
    margin-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
div#menu div#js-logo{
	height: 62px;
	width: 100%;
}
img#portrait{
	position: absolute;
	z-index: 2;
	top: 468px;
	left: 40px;
}
div#menu ul{ margin: 15px 0px 0px; padding: 0px; }
div#menu ul li{
	list-style: none;
	margin: 5px auto;
	min-height: 21px;
	max-height: 42px;
	width: 146px;
	font-weight: 600;
	font-size: 1em;
	font-variant: small-caps;
	cursor: pointer;

}
div#menu ul li.break{ background: none; height: 5px; cursor: auto; }
div#menu ul li.break:hover{ background: none; }
div#menu ul li a, div#guestbook div.small-button a{ padding: 3px 5px; display: block; text-decoration: none; }
div#guestbook{ text-align: center; font-weight: bold; font-variant: small-caps; font-size: 10pt; }
div#guestbook div.small-button{
	float: left;
	height: 21px;
	width: 41px;
	margin-left: 8px;
}
a#admin{
    opacity: 0.3;
}