/* Copyright 2005  Bernard Kerckenaere */

/*
  light back: white
  dark back: #eee
  dark font: #333
*/

/* TOOLTIP */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:white; border:1px solid #000; padding:3px;
}

/* GENERAL */
BODY { margin: 0px; font-family: trebuchet,helvetica,verdana,sans-serif; }
TABLE { width: 100%; height: 100%; margin: 0px; border-collapse: collapse; }
TD { vertical-align: top; }

/* HYPERLINKS */
A:link { font-weight: bold; text-decoration: none; color: black; }
A:visited { font-weight: bold; text-decoration: none; color: black; }
A:active { font-weight: bold; text-decoration: underline; color: black; }
A:hover { font-weight: bold; text-decoration: underline; color: black; }

/* FILLER TD'S */
TD.filler_top { height: 25px; }
TD.filler_middle_left { width: 10px; }
TD.filler_middle_right { width: auto; }
TD.filler_main { height: 100%; }
TD.filler_side { width: auto; }
TD.deco { background-color: #2388d7; height: 10px; }
TD.deco2 { height: 3px; }

/* HEADER */
TD.header {
  font-size: 24pt;
  background-color: #2388d7;
  color: white;
  height: 60px;
  vertical-align: middle;
  font-family: georgia,serif;
}
TD.header_with_topborder {
  border-top: 3px solid white;
  background-color: #2388d7;
  font-size: 24pt;
  color: white;
  vertical-align: middle;
  font-family: georgia,serif;
}

/* MAIN PART */
TD.headermenu {
  height: 1px;
  font-family: verdana,sans-serif;
  border-top: 3px solid #2388d7;
}

TABLE.headermenu { width: 494px; }
TD.headermenu A:link { color: #2388d7; }
TD.headermenu A:visited { color: #2388d7; }
TD.headermenu A:active { color: #2388d7; }
TD.headermenu A:hover { color: #2388d7; }

TD.albums { width: 240px; }
TD.posts { width: 240px; }
TD.main { width: 494px; }
TD.footer { font-size: 8pt; font-family: trebuchet,sans-serif; height: 10px; text-align: center; }
SPAN.title { font-size: 14pt; font-weight: bold; color: #333; }

/* MENU */
TABLE.albums { height: auto; width: 100%; text-align: left; }
TABLE.albums A { display: block; font-size: 10pt; padding-bottom: 4px; }
TABLE.albums A:hover { font-weight: normal; }
TABLE.albums A:active { font-weight: normal; }
TABLE.albums A:visited { font-weight: normal; }
TABLE.albums A:link { font-weight: normal; }
TABLE.posts { height: auto; width: 100%; text-align: right; }
TABLE.posts A { display: block; font-size: 10pt; padding-bottom: 4px; }
TABLE.posts A:hover { font-weight: normal; }
TABLE.posts A:active { font-weight: normal; }
TABLE.posts A:visited { font-weight: normal; }
TABLE.posts A:link { font-weight: normal; }
TD.title { color: #2388d7; }

/* POSTS */
TABLE.post { width: 100%; }
SPAN.date { font-size: 8pt; font-style: italic; }
TD.subtitle { height: 10px; color: #333; font-size: 8pt; font-family: trebuchet,sans-serif; text-align: right; border-bottom: dashed 1px #333; }
TD.text { font-size: 10pt; text-align: justify; line-height: 150%; }
TD.admin { text-align: right; font-size: 8pt; height: 10px; font-family: trebuchet,sans-serif; }

/* ALBUMS */
IMG.thumb { height: 80px; border-width: 0px; }
IMG.large { width: 480px; }
TD.img_link { font-size: 12pt; text-align: center; }

