body {
	background: #96A8C8;
	color: black;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 1ex;
	max-width: 800px;
}

body, p, input, select, textarea {
	font-family: 'Linux Libertine O','Linux Libertine',Cambria,'DejaVu Serif','Bitstream Vera Serif',serif;
}

h1, h2, h3, div.navigation a {
	font-family: Calibri, 'DejaVu Sans','Bitstream Vera Sans',sans-serif;
	margin-bottom: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #008;
	font-weight: bold;
}

hr {
	border: none;
	border-top: 1px solid black;
	margin-left: 2em;
	margin-right: 2em;
}

q {
	quotes: "»" "«" "‚" "‘";
}

h1.title {
	float: left;
	margin: 0 1ex;
}

* html div.subtitle {
	height: 83px;
}
div.subtitle {
	font-variant: small-caps;
	min-height: 83px;
	padding-top: 1ex;
	margin-bottom: -1ex;
	margin-right: 1ex;
}

ul#navigation {
	list-style-type: none;
	margin: 1ex 0 0 0;
	padding: 0;
	text-align: center;
}

ul#navigation li {
	display: inline;
}

ul#navigation a {
	border: 1px solid black;
	background: #6E7B91;
	color: white;
	line-height: 2em;
	padding: 0.25ex 1ex;
	white-space: nowrap;
}

ul#navigation a, ul#navigation a:link, ul#navigation a:active, ul#navigation a:hover {
	text-decoration: none;
}

ul#navigation a:hover {
	background: white;
	color: #6E7B91;
}

ul#navigation a.first:before {
	content: '« ';
}

ul#navigation a.previous:before {
	content: '‹ ';
}

ul#navigation a.next:after {
	content: ' ›';
}

ul#navigation a.last:after {
	content: ' »';
}

a img {
	border: none;
}

div.box {
	background-color: white;
	border: 1px solid black;
	border-radius: 1em;
	-moz-border-radius: 1em;
	color: black;
	margin: 1ex;
	padding: 1ex;
}

h2.comictitle {
	text-align: center;
	font-variant: small-caps;
}

figure#comic {
	overflow: auto;
	text-align: center;
}

figure#comic figcaption {
	margin-top: 0.5em;
	clear: both;
	display: none;
}

#comments {
	clear: both;
}

#copyright {
	padding-left: 88px;
	min-height: 31px;
	background-image: url('/images/by-nc.png');
	background-repeat: no-repeat;
	background-position: center left;
}

#copyright p {
	padding-left: 1ex;
}

table {
	border-collapse: collapse;
	border: none;
}

td {
	text-align: left;
}

th {
	text-align: center;
	font-weight: bold;
}

td, th {
	padding: 0.5ex;
}

table.comiclist {
	background-color: white;
	clear: both;
	color: black;
	margin: 1ex;
	margin-left: auto;
	margin-right: auto;
}

table.comiclist caption {
	font-size: 150%;
	margin-top: 1ex;
}

table.comiclist thead {
	background: #6E7B91;
	color: white;
}

td.number, td.date {
	text-align: right;
}

ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.links li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	white-space: nowrap;	
}

.hidden {
	display: none;
}
