/* ikiwiki local style sheet */

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

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

.pageheader {
	background: #1a4e9a url(logo.png) no-repeat;
	background-position: top right;
	height: 100px;
}

.pageheader .header {
	padding: 1em;
}

.pageheader .header a:link, .pageheader .header a:visited {
	color: white;
	text-decoration: none;
}

.pageheader .header a:focus, .pageheader .header a:hover, .pageheader .header a:active {
	color: white;
	text-decoration: underline;
}

.pageheader .header .title {
	color: white;
	font-size: 1.2em;
}

.pageheader .actions {
	padding-left: 2em;
	font-size: 0.8em;
}

.pageheader .actions ul {
	border-bottom: 0;
}

.pageheader .actions a:link, .pageheader .actions a:visited {
	color: silver;
	text-decoration: none;
}

.pageheader .actions a:focus, .pageheader .actions a:hover, .pageheader .actions a:active {
	color: silver;
	text-decoration: underline;
}

#sidebar {
	background: #1a4e9a url(corner2.png) no-repeat;
	background-position: bottom right;
	line-height: 3ex;
	width: 30ex;
	float: left;
	margin: 0 0 4em 0;
	padding: 1em 0;
	color: white !important;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 1em;
}

#sidebar ul ul {
	padding-left: 0.6em;
}

#sidebar .selflink {
	color: silver;
}

#sidebar a:link, #sidebar a:visited {
	color: white;
	text-decoration: none;
}

#sidebar a:focus, #sidebar a:hover, #sidebar a:active {
	color: white;
	text-decoration: underline;
}

#content {
	margin-left: 30ex;
	background: white url(corner1.png) no-repeat;
	padding: 2em 3em;
}

#pageinfo {
	color: gray;
	font-size: 0.8em;
	line-height: 0.8em;
	padding: 0 1em;
	border-top: 1px solid gray;
}

td.Saturday, td.Sunday {
	background-color: silver;
}

td.month-calendar-day-this-day {
	font-weight: bold;
}

table.month-calendar a {
	background-color: #1a4e9a;
}

table.month-calendar a:link, table.month-calendar a:visited {
	color: white;
	text-decoration: none;
}

table.month-calendar a:focus, table.month-calendar a:hover, table.month-calendar a:active {
	color: white;
	text-decoration: underline;
}

/* move recentchanges up, this is a dirty hack */
div.recentchanges {
	position: relative;
	top: -42ex;
	margin-bottom: -42ex;
}
