/* ikiwiki local style sheet */

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

.pageheader, #content, #footer, #comments {
	margin: 1em auto;
	width: 45em;
}


/* Index page */
.pageheader .header {
}

.pageheader .header .title {
	font-size: 1.5em;
	font-family: courier, monospace;
	line-height: 1em;
	text-align: center;
	display: block;
	padding: 0.5em;
}

.pageheader .header .parentlinks {
	display: block;
	font-size: 0.6em;
}

.pageheader .actions, .feedbutton {
	display: none;
}

.inlinepage {
	border: 0;
	margin-bottom: 2em;
}

.inlinecontent {
	text-align: justify;
}

.inlineheader {
	text-align: center;
	margin-bottom: 2em;
}

.inlinefooter {
	text-align: center;
}

#content img {
	padding-right: 0.5em;
}

/* link setup */
a {
	border-bottom: 1px dotted;
	padding-bottom: -0.5em;
	text-decoration: none;
}

a>img {
	border: none;
}

a:link {
	color: #1B67C9;
}

a:hover {
	border-bottom: 2px solid;
}

a:visited {
	color: #9932CC;
}

.centered {
	text-align: center;
}

table.img {
	margin: 0 auto;
}

/* view post */
.comment {
	border: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

#comments {
	padding-left: 3em;
}

#footer #pageinfo {
	border: none;
	text-align: center;
}

/* Tags */

.pagecloud {
	float: none;
	background: none;
	border: none;
	width: 100%;
	font-size: 2em;
}

