/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */
body {
	font-family: sans-serif;
}
.logo {
	text-align: center;
	margin-bottom: 1.5em;
}
.titleblock {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #DF0451;
	color: #FFFF00;
	padding: 0.2em;
}
	.titleblock a {
		color: #FFFF00;
		text-decoration: none;
	}
	.titleblock a:hover {
		color: #FFFF00;
		text-decoration: underline;
	}
	#red-upperleft {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#red-lowerleft {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	#red-upperright {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#red-lowerright {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	.title {
		vertical-align: middle;
	        font-weight: normal;
		font-family: serif;
		font-size: 22px;
	}
.license_information {
	width: 100%;
}
.license_table {
	margin: 0 auto 0 auto;
	text-align: left;
	color: #000;
	background-color: #000;
	border: 0px solid #000;
	border-collapse: separate;
	border-spacing: 1px;
}
.license_table tr {
	background-color: #FFF;
}

.license_table tr.license_odd {
	background-color: #FFF;
}

.license_table tr.license_even {
	background-color: #e8e8e8;
}
.license_table th {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	background-color: #BDF;
	border: 0px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
}

.license_table td {
	border: 0px solid #000;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
}
h2 {
	text-align: center;
}
.popup:hover .balloon {
	background-color: #BDF;
}
#sidebar .license_table {
	text-align: center;
}
#sidebar .license_long_odd,
#sidebar .license_long_even,
#sidebar .license_version_odd,
#sidebar .license_version_even,
#sidebar .license_description_odd,
#sidebar .license_description_even
{
	display: none;
}
.debian_copyright {
	font-family: monospace;
	border: 1px solid rgb(119, 119, 119);
	padding: 10px;
	background: rgb(238, 238, 136);
	width: 50em; /* more or less... */
	white-space: pre;
}
.license_text {
	font-family: monospace;
	border: 1px solid rgb(119, 119, 119);
	padding: 10px;
	background: rgb(238, 238, 238);
	width: 50em; /* more or less... */
	white-space: pre;
}
.generalinfo {
	border: 1px solid rgb(119, 119, 119);
	padding: .5em;
	margin: 1em;
}
.generalinfo td {
	padding: 0 .5em;
}
.generalinfo .key {
	font-weight: bold;
}
.license_status_initial { color: #bfbf00; }
.license_status_reviewed { color: #000000; }
.license_status_error { color: #ff0000; }
