body {
	font-family: serif;
	line-height: 110%;
	font-size: 16px;
	color: #111111;
	background-color: #FFFFFF;
	}

a {
	color: #445599;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #993322;
	}

sup {
	font-size: 90%;
	}

h2.date {
	margin-top: 40px;
	border-bottom: 2px solid;
	padding: 0 0 .25em .75em;
	width: 50%;
	color: #444444;
	text-align: left;
	}

div#header {
	float: right;
	padding: 10px 1.5em 2.4em 1.5em;
	text-align: left;
	letter-spacing: .2em;
	word-spacing: .4em;
	color: #333333;
	}

div#header h1 {
	}

div#header h2 {
	margin: 0 2em -.8em 0;
	text-align: right;
	}

div#body {
	margin: 40px 0px;
	text-align: justify;
	}

div#pagination {
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	padding-right: 18%;
	}

div#pagination a {
	text-decoration: none;
	}

div#backpage {
	float: right;
	padding-right: 4%;
	}

div#fwdpage {
	float: right;
	padding-right: 4%;
	}

div#footer {
	padding: 0 30px;
	border-top: 1px solid;
	font-size: 80%;
	}

div#footer p.valid {
	float: right;
	}

div#footer p.byline {
	float: left;
	}

div.item p.pl {
	text-align: right;
	font-size: 100%;
	letter-spacing: 0px;
	}

div.item {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	width: 45%;
	}

div.item a.pl {
	cursor: help;
	font-style: italic;
	font-size: 80%;
	color: #888888;
	font-weight: normal;
	}

code {
	font: 90% monospace;
	line-height: 116%;
	background: #FFFF77;
	padding: 1px 2px 0px 2px;
	border: 1px dotted;
	border-color: #999933;
	}

p.cite {
	font-style: italic;
	text-align: right;
	}


/****Categories****/

.item:before {
	font-size: 30px;
	font-style: italic;
	color: #999999;
	padding-right: 10px;
	}

.item p {
	margin-left: 25px;
	}

.image:before {
	content: url('/images/img-icon-small.png');
	}

.image img {
	display: block;
	margin: auto;
	border: 1px solid;
	}

.image p.caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}

.link:before {
	content: 'q.v.';
	font-family: cursive,serif;
	font-size: 25px;
	}

.link p {
	margin-left: 25px;
	}

.meta:before {
	content: '.t';
	font-weight: bold;
	font-family: cursive,serif;
	}

.none:before {
	content: '>>';
	font-family: cursive,serif;
	}

.quote:before {
	content: url('images/quote-blackletter.png');
	}

.quote p {
	margin-left: 30px;
	font: 120% serif;
	font-style: italic;
	line-height: 140%;
	letter-spacing: 1px;
	text-align: left;
	}

.quote p.cite {
	text-align: right;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	}

.quote p.caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}

.poem:before {
	content: url('images/quote-blackletter.png');
	}

.poem p {
	font-family: serif;
	line-height: 160%;
	margin-left: 4em;
	font-style: italic;
	}

.poem p.cite {
	text-align: right;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	}

.poem p.cite cite {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	}

.tech:before {
	content: '$>';
	font-style: normal;
	font-family: monospace;
	}

.topic:before {
	content: url('images/interrobang.png');
	}


