/* General stuff .............................................. */
BODY {
	color: black; 
	font-family: Monospace; 
	font-size: 10pt;
}

H1 { 
	font-size: 13pt;
	font-weight: bold;
	font-family: Monospace;
	color: white;
	background: black;
}
H2 { 
	font-size: 12pt;
	font-weight: bold;
	font-family: Monospace;
	color: #000000;
}

input {
	font-size: smaller;
}

P, TD {
	font-family: Monospace;
	font-size: 10pt;
}

TH {
	font-family: Monospace;
	font-size: 10pt;
        background: #eeeeff;
	font-weight: bold;
}

LI {
	font-family: Monospace;
	font-size: 10pt;
}

LI.spaced {
	font-family: Monospace;
	font-size: 10pt;
}

pre.code {
	margin-top: 10pt;
	margin-bottom: 10pt;
	background-color: #FFFFEE;
	white-space:pre;
	border-style:solid;
	border-width:1pt;
	border-color:#999999;
	color:#111111;
	padding:5px;
}

.footnote {
	font-size: 10pt;
}

a.menulink:link { color: black; text-decoration: none; }
a.menulink:visited { color: black; text-decoration: none; }
a.menulink:active { color: #a8a8a8; text-decoration: underline; }

.menu {
	font-family: Monospace;
	color: black;
        background: white;
	padding: 30px 0 0 20px;
}

.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;
}

/* 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: 0;
	margin-bottom: 2em;
	padding: 0;
}	

.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;
	font-size: 8pt;
}

.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; 
	padding: 0.5em 0 0 0;
}

/* tags cloud */
.smallestTag {
	font-size: 4pt;
}
.smallTag {
	font-size: 4pt;
}
.mediumTag {
	font-size: 8pt;
}
.bigTag {
	font-size: 10pt;
}
.biggestTag {
	font-size: 12pt;
}
.hugeTag {
	font-size: 12pt;
}
.hugestTag {
	font-size: 14pt;
}
.mostHugeTag {
	font-size: 16pt;
}

#tagcloud {
	width: 150px;
}
a.tagcloud:link { color: black; text-decoration: none; }
a.tagcloud:visited { color: black; text-decoration: none; }
a.tagcloud:active { color: #a8a8a8; text-decoration: underline; }

#title {
	text-align: center;
	text-decoration: bold;
}

.pcode {
	font-family: Monospace; 
	font-size: 8pt;
	background-color: #000000;
	color: white;
}
.pcodew {
	font-family: Monospace; 
	font-size: 8pt;
	background-color: #ffffff;
}
