

/**/

@import url(style_20081203.css);

.nightSelected {text-decoration: line-through;}
.nightLink {display:none;}
.dayLink {font-weight: bold;}
.daySelected {display:none;}

body {
    color: white;
    background: #080808;
}

#title {
    color: white;
}

#subtitle {
    color: white;
}

.menubox {
    border: 2px solid #333333;
    background: black;
    color: white;
}

#menu input.submit,
input.reset {
    background-color: #181818;
    color: white;
}

#menu input.submit:hover {
    color: Black;
    background-color: White;
}

#menu input.SearchField {
    background-color: #181818;
    color: white;
    border: 1px solid #CCCCCC;
}

a {
    color: #909090;
}

a:visited {
    color: #808080;
}

a:hover {
    color: #CCCCCC;
}

blockquote {
    background-color: #080808;
    border-left: 2px dotted #333333;
}

.postmetadata {
    border-top: 1px solid #333333;
    border-bottom: 3px solid #333333;
    background: black;
    color: #CCCCCC;
}

.navigation {
    border-top: 3px solid #333333;
    border-bottom: 3px solid #333333;
    background: black;
    color: #CCCCCC;
}

div.bTitle,
div.bCommentTitle {
    border-top: 3px solid #333333;
    border-bottom: 1px solid #333333;
    background: black;
    color: #CCCCCC;
}

div.bCommentSmallPrint {
    border-top: 1px solid #333333;
    border-bottom: 3px solid #333333;
    background: #080808;
    color: white;
}
form.bComment fieldset input.submit,
input.reset,
input.preview {
    background-color: #181818;
    color: white;
}
form.bComment fieldset input.submit:hover,
input.preview:hover {
  color: Black;
  background-color: White;
}
form.bComment .note,
.notes {
    color: #C0C0C0;
}

#comment_preview.bComment{
	color: white;  /* Color scheme */
	background: #080808;  /* Color scheme */
}

/* Calendar: */
caption.bCalendarCaption {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc; ;
}
table.bCalendarTable {
	border: solid 1px #ccc;
}
table.bCalendarTable tfoot td {
	border-top: 1px solid #ccc;
}
th.bCalendarHeaderCell {
	color: white;
}
