.topbar {
	height:87px;
	background: #dddddd;
}

.logo {
	float: right;
	//background: url("fate-small.jpg");
	background-repeat: no-repeat;
	float: right;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	// height: 84px;
	// width: 362px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Palatino, Palladio, Times, Times New Roman, serif;
	background: #555555;
	color: black;
}

.content {
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	margin-right: 237px;
	padding: 1em;
	background: white;
	text-align: justify;
}

a {
	color : #000066;
	font-decoration: underline;
	font-weight: normal;
}

.content p {
	background: white; /* this is a hack for IE.  sigh. */
}

.content a:visited {
	color: #000044;
}

.content blockquote {
	margin: 0em;
	padding: 0em;
	width: 95%;
	font-style: italic;
	padding-left: 0.5em;
	border-left: 3px solid black;
}

.content .blockcode {
	width: 95%;
	padding-left: 0.5em;
	border-left: 3px solid black;
	font-family: Monaco, Lucida Console, Courier, Courier New;
}

.content table p {
	background: none;
}

.content .blockcode div {
	font-size: small;
}

.content pre {
	font-family: Monaco, Lucida Console, Courier, Courier New;
}

.content .attr {
	font-style: normal;
	margin-left: 5em;
	font-size: small;
	margin-top: -1em;
}

.content hr {
	border: 1px solid #cccccc;
	padding: 0em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

.content .figure {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.spoiler {
	color: black;
	background: black;
	padding: 1px;
	display: inline;
}

.spoiler:hover {
	color: white;
}

blockquote p {
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
}

.content code {
	font-family: Monaco, Lucida Console, Courier, Courier New;
}

.content th {
	text-align: left;
	padding: 0.2em;
}

.content td {
	padding: 0.2em;
}

.time {
	font-style: italic;
}

.postby {
	font-size: small;
	text-align: right;
}

.archivebox {
	margin-top: 2em;
	background: #dddddd;
	border: 1px solid #999999;
}

.archivebox div {
	margin: 0.5em;
	text-align: center;
}

.nav {
	width: 237px;
	float: right;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	background: #9999CC;
}

.navex {
	width: 237px;
	float: right;
	clear: right;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	background: #99CC99;
}

.iewarn {
	width: 237px;
	float: right;
	clear: right;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	background: #CC9999;
}

.iewarninner {
	margin: 1em;
}

.navs a {
	text-decoration: none;
	color: black;
	font-weight: normal
	font-style: 
}

.navs ul {
	margin: 0em;
	padding: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 0.5em;
}

.footer {
	clear: both;
	margin-bottom: 1em;
	background: white;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 0.2em;
	text-align: center;
}

.qtn {
	vertical-align: middle;
	position: relative;
	height: 87px;
	padding-left: 1em;
}

.hline1 {
	font-style: italic;
	position: absolute;
	bottom: 50%;
	font-size: large;
}

.hline2 {
	font-style: italic;
	margin-left: 3em;
	position: absolute;
	top: 50%;
}

.message {
	width: 33%;
	text-align: center;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

/* --- progress bars --- */

.progress {
	width: 33%;
	border: 3px solid black;
	height: 1em;
	margin-left: auto;
	margin-right: auto;
}

.progress .fill {
	background: #9999cc;
	border-right: 1px solid black;
	height: 1em;
}

/* --- blog entry stuff --- */

.header {
	height: 1em;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.subheader {
	font-size: small;
	font-weight: bold;
	padding-bottom: 0.5em;
}

.note {
	border-bottom: 1px solid #cccccc;
	font-size: small;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.spacer {
	height: 1em;
}

/* --- gallery stuff --- */

.thumbnail {
	border: 3px solid black;
	padding: 3px;
	width: 131px;
	height: 131px;
	margin: 0.5em;
}

.icon {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 108px;
	height: 108px;
}

.iconimg {
	width: 96px;
	height: 96px;
	padding: 3px;
	border: 3px solid black;
	color: #cccccc;
}

.abstract {
	font-size: small;
	font-style: italic;
	margin-right: 1em;
	margin-bottom: 1em;
}

.origdate {
	font-size: small;
}

.lastmod {
	font-size: small;
	margin-bottom: 1em;
}

.artdate {
	font-style: italic;
}

/* --- general semantic things --- */

.invalid {
	color: #cccccc;
}

.notpresent {
	color: #555555;
}

/* --- tables --- */

.row1h {
	background: #9999CC; 
	font-weight: bold;
	padding: 0.2em;
}

.row1b {
	background: #BBBBDD;
	padding: 0.2em;
}

.row2h {
	background: #99CC99; 
	font-weight: bold;
	padding: 0.2em;
}

.row2b {
	background: #BBDDBB;
	padding: 0.2em;
}
