/* CSS Customizations for ikiwiki */
body {
	background-color: #555555;
}
.title {
	font-size: xx-large;
}

/* top, right, bottom, left */

#content {
	background: #ffffff;
	margin: 10px 0px 0px 0px;
	padding: 1px 1em 1em 1em;
}

#comments {
	background: #ffffff;
	margin: 0px 0px;
	padding: 1px 1px 0 1em;
}

div.pageheader {
	background: #ffffff;
	border-bottom-style: solid;
}
div.header {
	background: #ffffff;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}
div.actions {
	font-size: small;
}
div.actions ul:before {
	content: "[";
}
div.actions ul:after {
	content: "]";
}
/* Hack to get around needing to modify the template */
div.actions ul li br {
	display: none;
}

div.pagefooter {
	background: #ffffff;
	border-top: medium groove;
}
div > blockquote {
	background: #dddddd;
	border-width:  medium;
	border-style:  groove;
} 
pre {
	color: #00ff00;
	background: #000000;
	border: solid;
	border-color: #555555;
	padding: 5px;
	width: 80ex;
	white-space: pre-wrap;
}


