#feedlink {
	margin-bottom: 5px;
}

.inlinepage {
	margin-top: 2px;
	margin-bottom: 2px;
}


.sidebar {
	/*line-height: 3ex;*/
	width: 18ex;
	float: left;
	margin-top: 10px;
	margin-left: 1ex;
	margin-right: 1ex;
	margin-bottom: 10px;
	/*padding: 2ex 2ex;*/
	/*border: 1px solid #c00040;*/
	color: black;
}

/* Tag cloud. */
.pagecloud {
	float: left;
	text-align: left;
	width: auto;
	float: none;

	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;

	/* background: #ddd; */
	border: 1px solid #aaa;
	color: black !important;

}

#content {
	margin-left: 25ex;
	margin-top: 20px;
}

li > p {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* TODO: Not working */
.tags {
	margin-top: 15px;
}

#feedlink {
	text-align: right;
}

.sidebar h3 {
	margin-top: 20px;
	margin-bottom: 2px;
	border-bottom: 1px solid #D0D0D0;
}

.sidebar p {
	margin-top: 5px;
}

/* Posted @ after the bottom of the sidebar, ".tags" might need it as well */
.pagedate {
	clear: none;
}

div.header {
	background-image: url(/logo.png);
	background-repeat: no-repeat;
	height: 32px;
	margin-left: 5px;
}

div.header span {
	display: none;
}

.inline .header {
	background-image: none;
}

.inlinepage {
	border: 1px solid #D0D0D0;
}

pre {
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D0D0D0;
}

a {
	color: #c00040;
	text-decoration: none;
}
