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

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;
	heightF20pt;
}

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

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

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

pre.code {
	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:link { color: #5577bb; text-decoration: underline; }
a:visited { color: #557799; text-decoration: underline; }
a:active { color: orange; text-decoration: none; }
a:hover { color: orange; text-decoration: none; }

.main {
	background: #ffffff;
	height: 640px;
}

.menu {
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background: #cccccc;
	padding:10px 10px 10px 10px;
}

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

.header {
	padding:0px 0px 0px 0px;
	background: #000000;
	height: 80px;
}

.menuBar {
	padding:0px 0px 0px 0px;
	background: #000000;
}

.story {
	padding:10px 10px 10px 10px;
	width:600px;
	height: 100%;
}

.footer {
	font-size:10pt;
	color: #ffffff;
	background:#000000;
	border-top:1px solid gray;
}

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

.menuTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

.menuLink {
	color: #ffffff
}
.menuLink:link { color: #ffffff; text-decoration: underline; }
.menuLink:visited { color: #eeeeee; text-decoration: underline; }
.menuLink:active { color: orange; text-decoration: none; }
.menuLink:hover { color: orange; text-decoration: none; }

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

.pageHeadTitle {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

.guestName {
	font-size: 12pt;
}


/* 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;
}*/
.blosxomCalendar {
	margin: 10px;
}
.blosxomCalendarHead {
	font-size: 10pt;
	font-weight: bold;
	color: #336699;
}

.blosxomCalendarWeekHeader {
	font-size: 10pt;
	color: #336699;
}

.blosxomCalendarBlogged {
	background: #ffffff;
	text-align: center;
	color: #000000;
}
.blosxomCalendarCell {
	background: #eeeeee;
	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 {
	margin-top: 0.1em;
	margin-bottom: 2em;
	padding: 0.5em;
}	

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

.blosxomTitle {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blosxomDate {
	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;
}

.commentLabel {
	width: 200px;
}

.commentError {
	color: red;
}
