/*
* $Id: plain.css 841 2009-05-18 16:33:35Z Steve $
*
* eschatonic.org plain stylesheet
*/

body {
	 background-color: #c0c0c0;
	 text-align: justify;
}

h1 {
	text-align: center;
}

h1, h2, h3 {
	font-family: Helvetica, sans-serif;
}

h2.subtitle {
	text-align: center;
}

.motto {
	/* workaround mozilla bug 427535 (aka 439745) */
	font-family: Helvetica, sans-serif;
	text-align: center;
	font-size: 150%;
	/* font-weight: bold; */
	font-style: italic;
}

p.banner {
	text-align: center;
}

hr.separator {
	width: 50%;
	/* workaround for an IE bug */
	text-align: center;
}

div.blocksection {
	clear: both;
	padding-top: 2em;
}

.blockheader {
	float: left;
	width: 8em;
	padding: 0;
	padding-right: 1em;
	padding-bottom: 0.5em;
	margin: 0;
	margin-right: 1em;
	margin-bottom: 0.2em;

	border-style: solid;
	border-width: 1px;
	border-top-width: 0;
	border-left-width: 0;

	text-align: center;
	background: #c0c0c0;
}

.wideheader {
	width: 14em;
}

div.blockcontent {
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	padding-top: 0;
	margin-bottom: 1em;
}

.blockcontent ul, .blockcontent ol, .blockcontent table {
	clear: both;
	padding-top: 0.5em;
}

div.index {
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #c0c0c0;
	border: 1px;
	border-style: solid;
	border-color: black;
	padding: .5em;
	padding-bottom: 1em;
	z-index: 1;
}

div.index p {
	padding: 0;
	margin: 0;
}

* > div.index {
	position: fixed;
}

div.phantom, div.phantom a:link, div.phantom a:visited, div.phantom a:hover {
	position: relative;
	border-color: #c0c0c0;
	color: #c0c0c0;
}

div.phantom {
	margin-bottom: -1em;
	z-index: 0;
	text-align: right;
}

span.index-entry {
	font-weight: normal;
	border: 1px;
}

span.index-entry:before {
	content: "| ";
}

span.index-entry:first-child:before {
	content: "";
}

/* The footer stuff */

div.footer hr {
	margin-left: 0px;
	width: 50%;
	/* workaround for an IE bug */
	text-align: left;
	clear: both;
}
/* Not supported by IE, so | won't appear */
div.footer span.item:before {
	content: " | ";
}
div.footer span.item:first-child:before {
	content: "";
}
/* Not supported by IE, so | will appear. Yes, this is confusing */
span>span.iesep {
	display: none;
}


.login_box {
	background-color: white;
	text-align: center;
}

/* Hide unnecessary links */
body.special_checks div.footer span.link_checks {
	display: none;
}

body.special_contact div.footer span.link_contact {
	display: none;
}

/* For image pages */

div.piccy {
	margin-top: 1em;
	border-style: double;
	border-color: black;
	border-width: 3px;
	padding: 1em;
	display: table;
	width: 550px;
	text-align: center;
}

div.piccy div.image {
	text-align: center;
}

div.piccy div.description {
	margin-top: 1em;
	border-style: double;
	border-color: black;
	border-width: 3px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
}

/* For book lists */
.blockcontent div.booklist {
	clear: both;
	padding-top: 0.5em;
}

.blockcontent .book ul {
	clear: none;
}

div.book {
	clear: both;
}

div.book ul {
	padding-left: 100px;
}

div.book div.cover {
	float: left;
}

div.book img {
	border: 1;
	border-color: #808080;
}
