/* Derived from Embedded Moose by Josh Triplett <josh@freedesktop.org>
 * Edited by W. Trevor King <wking@tremily.us> to support:
 *   - Sidebars
 *   - <code>
 *   - streamlined layout (fewer borders, etc.)
 *   - added fun fonts
 */

@font-face {
	font-family: Pecita;
	src: url("/font/Pecita-reduced.woff") format("woff");
	/* http://pecita.eu/police-en.php */
}

body {
	background: #e7e7e7;
}

#content {
	background: #ffffff;
	margin: 10px 0px;
	padding: 10px;
	font-family: sans-serif;
}

.header {
	background: #4b6983;
	padding: 10px;
	color: #ffffff;
	font-family: Pecita, sans-serif;
}

.header a {
	margin-right: 1ex;
	color: #ffffff;
}

.actions ul {
	border: none;
	padding-bottom: 0px;
	font-family: sans-serif;
}

#footer {
	border: none;
	font-family: sans-serif;
}

.scaled {
	width: 100%;
	height: auto;
}

.header {
	border-radius: 1em;
}

.sidebar {
	border: none;
	padding: 0;
	margin-top: 10px;
	background: #e7e7e7;
	width: 18ex;
	border-bottom-left-radius: 1em;
}

.sidebar ul {
	margin-left: 1em;
	padding: 0;
	list-style-type: none;
}

.sidebar ul ul {
	padding-left: 1em;
}

.sidebar .pagecloud {
	float: none;
	width: auto;
	border: none;
	background: none;
}

#content {
	border-radius: 0.5em;
}

.inlinepage {
	border: none;
}

code {
	color: gray;
	font-family: monospace;
}

.center {
	margin-left: auto;
	margin-right: auto;
}
