/* Style ALL the things! */

* {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

body, div.pages, form, h1, h2, img, p, pre, table, ul {
	margin: 10px;
}

/* Let it breathe */

p.breadcrumbs {
	/*margin-top: 20px;*/
}

h2 {
	margin-top: 30px;
}

/* Search form */

.search_form .input.text {
	float: left;
	margin-right: 10px;
}

/* Two columns of lists */

.two_columns {
	overflow: hidden;
}

.left, .right {
	float: left;
	width: 260px;
}

ul {
	padding-left: 15px;
}

li {
	margin-left: 0;
}

/* The message index table */

table .date, table .from {
	width: 140px;
}

/* Avatars and info */

.avatar_and_info {
	overflow: hidden;
}

.avatar_and_info img, .avatar_and_info p {
	float: left;
}

/* Text styling */

h1 {
	font-size: 28px;
}

h1, h2, th, .current {
	font-weight: bold;
}

pre {
	font-family: Monaco, Courier, Monospace;
	white-space: pre-wrap;
	width: 760px;
}

pre span {
	font-family: Monaco, Courier, Monospace;
}

.footer, .footer a {
	font-size: 12px;
}

/* A splash of colour... */

* {
	color: #606060;
}

h1, h2, pre, th, .current {
	color: Black;
}

a {
	color: Blue;
}

a:visited {
	color: Purple;
}

/* Page layout */

body {
	background-color: Silver;
	width: 780px;
	margin: 50px auto;
}

/* Other things */

th {
	text-align: left;
}

span.redacted {
	background-color: black;
	color: black;
}