/* General stuff .............................................. */
BODY {
	color: black; 
	font-family: Verdana,Arial,Helvetica; 
	font-size: 10pt;
        background-color: #d0e0d0;
}

H1 { 
	font-size: 13pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	color: #003300;
	background: #99aadd;
}
H2 { 
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
}

input {
	font-size: smaller;
}

P, TD {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
}

TH {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
        background: #eeeeff;
	font-weight: bold;
}

LI {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
}

LI.spaced {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
}

span.pre {
  font-family: "Courier New", Courier, monospace;
}

pre {
  font-family: "Courier New", Courier, monospace;
	margin-top: 8pt;
	margin-bottom: 8pt;
	background-color: #FFFFEE;
	white-space:pre;
	border-style:solid;
	border-width:1pt;
	border-color:#999999;
	color:#111111;
	padding:5px;
}

.footnote {
	font-size: 8pt;
}

a.menulink:link { color: #7777bb; text-decoration: none; }
a.menulink:visited { color: #555577; text-decoration: none; }
a.menulink:active { color: #0000ff; text-decoration: underline; }

.menu {
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
        background: #eeeeff;
}

.update {
	color: #ff0000;
	font-weight: bold;
}

.header {
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
}

.data {
	font-size: 9pt;
}

.keyword {
	color: #0000ff;
	font-weight: bold;
}
.number {
	color: #ff00ff;
}
.string {
	color: #ff0000;
}
.comment {
	color: #000088;
}
.symbol {
}
.normal {
}
.function {
	font-weight: bold;
}


.input {
	color: #0000ff;
}

.code {
	font-family: "Lucida Console",Courier;
	color: #0000ff;
	font-size: 0.9em;
}

.path {
	font-family: "Lucida Console",Courier;
	font-size: 0.9em;
}

.rightMenu {
	font-size: 10pt;
	font-weight: bold;
	color: #336699;
}

/* Blosxom registry stuff ..................................... */
.blosxomRegistryHeader {
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* Blosxom calendar stuff ..................................... */
.blosxomCalendar {
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
}
.blosxomCalendarBlogged {
	background: #bbbbff;
	text-align: center;
	color: #000000;
}
.blosxomCalendarCell {
	background: #ddddff;
	text-align: center;
	color: #000000;
}
.blosxomCalendarToday {
	background: #ffffcc;
	color: #000000;
}
.blosxomCalendarSpecificDay {
	background: #ffffcc;
	text-align: center;
	color: #000000;
}

/* Blosxom stuff ................................................ */
.blosxomDayDiv {
	float: left;
	width: 100%;
}

.blosxomEntry {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1em;
}	

.blosxomEntrySummary {
	width: 100%;
	// margin-top: 1em;
	// margin-bottom: 2em;
	padding: 1em;
}	

.blosxomBody {
	color: #222222;
	// border: 1px solid #888888;
	padding-left: 1em;
	padding-right: 1em;
}

.blosxomStoryLinks {
	// background: #eeeeee;
	// text-align: right;
}

.blosxomComments {
	margin-top: 2em;
	border-top: 1px dashed #444444;
}

.blosxomTitle {
	// font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
.blosxomDate {
	border-bottom: 1px solid #888888;
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
} 

.blosxomEntryDate {
	font-weight: bold;
	font-size: 100%;
	color: #aaaaaa;
} 

.blosxomTime { 
	text-decoration: italicize;
	color: #336699;
}

/* Blosxom comment stuff .......................................... */
.blosxomComment {
	background: #eeeeee;
	border-top: dashed 1px #444444;
	padding: 0.2em;
	padding-bottom: 1em;
}

.blosxomCommentInfo {
	font-size: smaller;
}

.blosxomCommentBody {
	margin-left: 0.5em;
}

.blosxomCommentForm {
	border-top: dashed 1px #444444;
}


