/* @override http://www.hoboes.com/library/css/reader.css */

/* @group paper */
div#sidebar a {
	color: black;
}

h1 a, h2 a, h3 a, div.title h1 a, h1 {
	color: #422;
}

div.title h1, ul.articles h2, div#main h1 {
	font-family: Futura, "Gill Sans", Palatino, "Palatino Linotype", serif;
	font-weight: normal;
	margin-top: 0;
}

/* @end */

/* @group banner */

div.title h1 {
	font-size: 320%;
}

img#rightlogo {
	margin-bottom: .5em;
}

div.title p, div.title p a {
	color: #BBB;
}

div.infobar {
	clear: both;
	position: relative;
}

p.editor {
	text-align: right;
}

/* @group memeorandum */
div.memewid_box {
	position: absolute;
	top: 0;
	left: 25%;
	font-size: 76%;
	width: 50%;
	border: inset .1em #BBB;
	padding: .3em;
	color: #BBB;
}
div.memewid_byline {
	display: inline;
}
a.memewid_link {
	color: #BBB;	
}
/* @end */
/* @end */

/* @group sidebar */
div#sidebar {
	background-color: #EEE;
	border: none;
	padding-top: 0;
}

div#sidebar h3 {
	background-color: inherit;
	border: solid grey .1em;
	border-right: none;
	border-left: none;
	font-size: 100%;
}

div#sidebar li {
	font-size: 88%;
}

div#sidebar li.current {
	background-color: #BBB;
}

p.weather {
	opacity: .6;
}

div.recentMedia {
	background-color: white;
}

div#content div.recentMedia p a {
	color: #A11;
}

div#search p {
	margin-bottom: .2em;
}

p.archive {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

div.graph {
	width: 60%;
}
/* @end */

/* @group front pages */
li.page div.lead {
	font-style: italic;
}

div.lead {
	font-size: 80%;
}

div.lead p.byline {
	font-weight: bold;
	float: left;
	margin: 0;
	padding-right: .6em;
}

li.pageurl p.byline {
	font-style: normal;
}

ul.articles {
	list-style-type: none;
	padding-left: 0;
}

ul.articles h2 {
	background-color: inherit;
	border: none;
	text-align: center;
}

ul.articles li+li h2 {
	font-size: 120%;
}

ul.articles li {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-bottom: 3em;
	width: 100%;
}

ul.articles li+li {
	width: 46.8%;
	vertical-align: top;
	margin-right: 4%;
}

ul.articles li+li+li {
	margin-right: 0;
}

div.blurb object {
	float: none;
	margin-right: 0;
	/* this doesn't make any sense */
	/* it really ought to be max-width: 100% */
	width: 70%;
}

ul.articles p.morelink {
	font-style: italic;
	position: absolute;
	bottom: -.2em;
	right: 0;
}

div#main li.pageurl p.morelink {
	position: static;
	text-align: right;
	margin-top: 0;
	font-size: 90%;
	padding-top: 0;
}

p.notice {
	background-color: #fd7;
}
/* @end */

/* @group articles */
div#main h1 {
	font-size: 220%;
}

div.comments {
	border-top: dashed .1em grey;
}

dl.updates {
	border: none;
	margin-top: 0;
}

div.response {
	font-style: italic;
}

div.response p {
	margin-top: .4em;
}

span.caveat {
	color: #BBB;
	text-decoration: underline;
	display: block;
	font-size: small;
}

div.imagepull {
	margin-bottom: 1.1em;
}
/* @end */

/* @group nearby articles */

ol.progression li {
	background-color: inherit;
	border: none;
	font-size: 80%;
}
ol.progression li.preceding a, ol.progression li.succeeding a {
	color: #BBB;
}
/* @end */

/* @group Authors */

div.booksection {
	text-align: center;
	margin-top: 1em;
}
div.bookblock {
	border: solid .1em #BBB;
	margin-bottom: 1em;
	margin-left: 0;
	width: 42%;
}
div.bookblock h2 {
	background-color: #DDD;
}
div.bookblock p, div.bookblock ul {
	margin: .5em;
	padding: 0;
}
div.bookblock li {
	list-style-type: none;
	margin-left: 2em;
	text-indent: -1.5em;
	text-align: left;
}
/* @end */

/* @group Interviews */
div.question {
	font-style: italic;
}

div.answer span.person {
	font-weight: bold;
}
/* @end */
