body {
	margin: 0px; padding: 0px;
	background: white;
	font: 9pt Arial,sans;
}

img { border: none; }
img.icon { padding: 0px 4px; }

a { text-decoration: none; }
a:visited { color: #0000C0; }

#header1 {
	text-align: center;
	background: url("/images/header3.jpg") no-repeat;
	height: 120px;
}

.topmenu {
	background: #909090 url("/images/menu_bg.gif") repeat-x;
	height: 24px;
	margin: 0px 0px 20px 0px;
	border-top : 1px solid #909090;
}

table.menucontainer td {
	vertical-align: middle;
	font: 9pt Tahoma,Arial,sans;
	font-weight: bold;
}

td.menuitem {
	text-decoration: none;/* border: 1px solid blue;*/
}

td.menuitem a { color: white; text-shadow: #404040 1px 1px 2px; }
td.menuitem a:visited { color: white; }
td.menuitem a div { padding: 0px 16px; line-height: 23px; } /* Menu links wrap around a div to force full 24px height */

#active {
	background: white; color: black;
	border-left: 1px solid #606060; border-top: 1px solid #606060; border-right: 1px solid #A0A0A0;
}

.shadow {
	text-shadow: #C0C0C0 1px 1px 2px;
	padding: 2px 16px 0px; vertical-align: bottom;
	height: 20px; border-left: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0;
}

td.menuitem:hover { background: url("/images/menu_hl2.png") repeat-x; }

td.menusep { background: url("/images/menu_sep.gif") no-repeat center; width: 2px; line-height: 24px; }

table.bodycontainer { width: 100%; }
table.bodycontainer td { vertical-align: top; }

#navbar {
	width: 200px;
	padding: 0px 0px 0px 10px;
/* 	float: left; */
}

table.catheading { width: 100%; border: none; padding: 10px 0px 2px 0px; }

.category {
	font-weight: bold; color: #606060;
	white-space: nowrap;
}

td.category { font-size: 10pt; }
h3.category { font-size: 14pt; text-align: left; }

#catsep {
	width: 100%; padding-left: 10px;
}

#catsep img {
	vertical-align: middle; height: 1px; width: 100%;
}

#navbar ul { padding: 0px; margin: 0px; }

#navbar li {
	list-style-type: none;
	padding: 1px 0px 1px 0px; margin-left: 16px;
}

#navbar li a {
	border-left: 3px solid white;
	display: block; padding-left: 6px; margin-left: -16px;
}

#navbar a:link, #navbar a:visited { color: #6060C0; }
#navbar a:hover { color: #404080; }
#navbar li a:hover { border-left: solid 3px #E0E0E0; }
/*#navbar li:hover {
border-left: solid 3px #E0E0E0;
}*/

table.content {
	margin: 0px 0px 0px 10px;
	border-collapse: collapse;
	width: 100%;
}

/* table.content td { border: 1px solid red; } */

td.content { text-align: justify; padding: 0px 16px; }
td.content h2 { font-size: 20pt; text-align: center; margin: 0 0 0.5em 0; }
td.content a { text-align: left; }

td#n	{ background: url("images/shadow_n.png") repeat-x; height: 9px; border-bottom: 1px solid #C0C0C0;
	line-height: 0%; /* HACK for Firefox */
}
td#nne	{ background: url("images/shadow_nne.png") no-repeat; width: 10px; height: 9px; border-bottom: 1px solid #C0C0C0; }
td#ne	{ background: url("images/shadow_ne.png") no-repeat; width: 22px; height: 9px; }
td#ene	{ background: url("images/shadow_ene.png") no-repeat; width: 22px; height: 22px; border-left: 1px solid #C0C0C0; }
td#e	{ background: url("images/shadow_e.png") repeat-y; width: 22px; border-left: 1px solid #C0C0C0; }
td#ese	{ background: url("images/shadow_ese.png") no-repeat; width: 22px; height: 10px; border-left: 1px solid #C0C0C0; }
td#se	{ background: url("images/shadow_se.png") no-repeat; width: 22px; height: 21px; }
td#sse	{ background: url("images/shadow_sse.png") no-repeat; width: 10px; height: 21px; border-top: 1px solid #C0C0C0; }
td#s	{ background: url("images/shadow_s.png") repeat-x; height: 21px; border-top: 1px solid #C0C0C0; }
td#ssw	{ background: url("images/shadow_ssw.png") no-repeat; width: 22px; height: 21px; border-top: 1px solid #C0C0C0; }
td#sw	{ background: url("images/shadow_sw.png") right no-repeat; width: 10px; height: 21px; }
td#wsw	{ background: url("images/shadow_wsw.png") right no-repeat; width: 10px; height: 10px; border-right: 1px solid #C0C0C0; }
td#w	{ background: url("images/shadow_w.png") right repeat-y; width: 10px; border-right: 1px solid #C0C0C0; }
td#wnw	{ background: url("images/shadow_wnw.png") right no-repeat; width: 10px; height: 22px; border-right: 1px solid #C0C0C0; }
td#nw	{ background: url("images/shadow_nw.png") no-repeat; width: 10px; height: 9px; }
td#nnw	{ background: url("images/shadow_nnw.png") no-repeat; width: 22px; height: 9px; border-bottom: 1px solid #C0C0C0; }

/* .testy { border: 1px solid red; border-collapse: collapse; } */
/* table.testy td { border: 1px solid red; border-collapse: collapse; } */

.postmetadata {
	font-size: 8pt;
	border-top: 1px solid #E0E0C0; border-bottom: 1px solid #E0E0C0;
	padding: 0.5em 0; margin-bottom: 1em;
}
.postdate { font-size: 9pt; font-style: italic; font-weight: bold; }

.copyright {
	font-size: 8pt;
	text-align: center;
	margin: 2em 0 0 2em;
}

.galleryBloglet {
	padding: 5px 0px 5px 10px;
/* 	float: left; */
}
.galleryBloglet table.catheading { margin-bottom: 0.4em; }
.galleryBloglet #catsep { padding-left: 10px; }
.galleryBloglet form div { padding: 0.5em 0px; clear: both; vertical-align: middle; }
.galleryBloglet select { font-size: 9pt; float: right; max-width: 120px;}
.galleryBloglet input { font-size: 9pt; }
.galleryBloglet span { float: left; }

.bloglet {
	padding: 5px 10px 5px 5px;
/*  	border: 1px solid blue; */
}

.bloglet table.catheading { margin-bottom: 0.4em; }
.bloglet td.category { text-align: right; }
.bloglet #catsep { padding-left: 0px; padding-right: 10px; }

#qotd {
	width: 180px;
	float: right; clear: right;
}
#quote { font-style: italic; }
#author { text-align: right; display: block; margin-top: 0.4em; }

#potd {
	width: 180px; text-align: center;
	float: right; clear: right;
}
