
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
}

h1 {
	margin:0px 0px 5px 20px;
	text-indent:-45px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#333;
	}
	
h2 {
	font-size:18px;
	margin:15px 0px 0px 5px;
}

h3 {
	font-size:14px;
	margin:15px 0px 0px 0px;
}

h4 {
	font-size:11px;
	margin:0;
}

hr { 
	margin: 10px auto;
	width:80%;
	height: 0; 
	border:0;
	border-bottom-style: dotted;
	border-bottom-width:1px;
	border-bottom-color:#333;
}

pre>code,code[class],
ul,ol,p,dl,dt,dd,pre,table {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
}

table {
	border: 1px solid #789DB3;
	border-collapse: collapse;
	margin:0 0 10px 0;
	padding:0;
}
td, th {
	border: 1px solid #789DB3;
	vertical-align: right;
	margin:0;
	padding: 0px 5px 0px 5px;
	/*background-color:#eee;*/
}



tfoot td{
	border-top: 2px solid #789DB3;
}

code[class] {
	background-color:white;
	color:#333;
}

code {
	font-family: "Lucida Console", monospace;
	background-color:#eee;
	color:black;
}

pre {
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-color:#eee;
	margin:0 20px;
	padding:5px;
}


#content dd {text-indent:2em;}
#content p {
	margin:0 0 1ex 0;
}

li {
	margin:0 0 0 2em;
}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#ddd;}

#header {
	margin:35px 0px 20px 0px;
	padding:2px 20px 0px 35px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	/* line-height:14px; */
	height:16px;
	background-color:#eee;
	z-index:5;
	/* background-image:url('/sf-40.png');
	background-repeat:no-repeat; */
}

#content {
	margin:0px 50px 50px 175px;
	padding:10px;
	}

#sidebar {
	position:absolute;
	top:80px;
	left:20px;
	padding:10px 0px 10px 10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
	width:100px;
}
#sidebar p {
	margin:0 0 16px 0;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
	font:11px/20px verdana, arial, helvetica, sans-serif;
}

#sidebar li {
	margin:0 0 0 1em;
	padding:0;
}

#sidebar hr {
	padding:0;
}

#content p.date, #content p.description { 
	margin:0px 0px 5px 0px;
	text-indent:0;
}
.date { color:purple; }
.time { color:maroon; }

.done {
	text-decoration:line-through;
}

.clear {
	clear:both;
}

img {
	border:none;
}

#titlebar {
	position:absolute;
	top:0;
	left:0;
}

#sf-img {
	border-right:1px solid #ddd;
	float:left;
}

#title-img {
    border-left:0px solid #ddd;
    float:right;
}

a img {
	border:0;
}

#footer p, #footer a {
	font-size:10px;
	text-align: right;
	margin-right:10%;
}
