body {
	font-family: sans-serif;
}

div.page {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

h1.inline {
	font-family: sans-serif;
	font-weight: normal;
	margin-top: 0em;
	clear: none;
	font-size: 100%;
	display: inline;
}

h1.inline:before {
	content: "";
}

h1:before {
	content: "> ";
}

h1, h2, h3 {
	font-family: Monospace;
	font-weight: normal;
	margin-top: 1em;
	clear: left;
}

h1 {
	color: #666666;
	font-size: 150%;
}

h2:before {
	content: ">> ";
}

h2 {
	color: #666666;
	font-size: 130%;
}

h3:before {
	content: ">>> ";
}

h3 {
	color: #666666;
	font-size: 115%;
}

img {
	border: none;
}

img.right {
	float: right;
	margin-left: 0.5em;
}

div.project {
	margin-bottom: 1.2em;
}

a {
	color: #000099;
	text-decoration: underline;
}

.header {
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	padding-bottom: 0em;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.header a {
	text-decoration: none;
}

nav {
	margin-bottom: 0.3em;
}

div.ddate {
	text-align: center;
}

.header .pagetree {
	font-size: 80%;
	color: #666666;
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-top: 1px solid #cccccc;
}

.header .pagetree .title {
	color: #333333;
}

div.note {
	font-style: italic;
}

table {
	border-collapse: collapse;
}

table td {
	border: 1px solid black;
}

table.noborder td {
	border: none;
}

table.skami {
	border-color: #eeeeee;
}

table.skami .unused {
	color: #222222;
	background-color: #dddddd;
}

table.skami a {
	text-decoration: none;
}

/*
 * Project pages
 */

.project .name {
	font-weight: bold;
}

.project .attributes {
	font-style: italic;
}

.project .attribbracket {
	margin-left: 0.5em;
}

.toplinks {
	line-height: 140%;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #cccccc;
}

.toplinks span {
	display: block;
	text-align: right;
	float: left;
	width: 8em;
	margin-right: 0.5em;
}

.toplinks span:after {
	content: " >";
}

.toplinks a {
	margin-right: 0.5em;
	text-decoration: none;
}

/*
 * blog only
 */

div.inlinepage {
	margin-top: 2em;
	border: 0;
	padding: 0;
}

div.pheader {
	font-size: 120%;
}

div.pheader span.date {
	margin-right: 1em;
	font-weight: normal;
}

div.pheader a {
	font-weight: bold;
	text-decoration: none;
}

div.rss {
	position: absolute;
	top: 1em;
	right: 1em;
}

div.archived {
	margin-top: 0.5em;
}

div.archived span.date {
	font-style: italic;
	margin-right: 0.2em;
}
