/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

a {
	text-decoration: none;
	/* Light blue links */
	color: #059;
}

a:hover {
	text-decoration: underline;
}

h1 { font: 120% sans-serif }
h2 { font: bold 100% sans-serif }
h3 { font: italic 100% sans-serif }
h4, h5, h6 { font: small-caps 100% sans-serif }

hr {
	border-style: none;
	background-color: #999;
	height: 1px;
}

code, pre {
    background: #eee;
}

pre {
    padding: .5em;
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: black;
	background: white;
}

.pageheader, #pagebody, #footer {
	padding: 1em 2em 0 2em;
}

.pageheader {
	overflow: hidden;
	background: #eee;
	border-color: #999;
	border-style: none none solid none;
	border-width: 1px;
}

.pageheader .header {
	font-size: 120%;
}

/* Override ikiwiki header font-weight */
.header {
	font-weight: normal;
}

.parentlinks {
	display: block;
	margin-bottom: .4em;
}

.title {
	font-size: 140%;
}

.actions {
	clear: both;
}

/* Remove ikiwiki border under actions */
.pageheader .actions ul {
	border-style: none
}

/* Remove ikiwiki actions padding */
.actions ul {
	padding: 0;
}

/* Tab style action links */
.actions ul li {
	margin: 0 0 0 .3em;
	padding: .1em 0;
	background: white;
	border-color: #999;
	border-style: solid solid none solid;
	border-width: 1px;
	float: right;
}

.actions a, .createlink {
	padding: .1em .5em;
}

.createlink a {
	padding: 0;
}

.actions a {
	text-decoration: none;
}

#pageinfo {
	/* Remove ikiwiki top/bottom margins */
	margin: 0;
	border-color: #999;
}

.inlinepage {
	padding: 1em 0;
	/* Remove ikiwiki border around inline pages */
	border-style: none;
	border-top: 1px solid #999;
}

.inlineheader {
	font-size: 110%;
}

/* Remove ikiwiki line border around recent changes */
div.recentchanges {
	border-style: none;
}

/* Use auto width for page cloud, instead of 30% */
.pagecloud {
	width: auto;
}

