@import url("/fonts/Gentium/stylesheet.css");

body {
	margin: 0%;
	padding: 0%;
	background-color: #fff;
	color: #666;
	font-family: GentiumBasicRegular, georgia, serif;
	font-size: 1.3em;
}
 
#content {
	width: 70%;
	margin: 10% auto 50% auto;
	padding: 0;
}
 
#content h1, #footer cite {
	color: #035;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: .25em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1.5em;
}

#content i, #content cite, #content em {
	font-family: GentiumBasicItalic;
}
 
#footer cite {
	font-size: 1.4em;
	font-style: normal;
	font-family: GentiumBasicRegular;
}
 
#footer cite a {
	letter-spacing: .15em;
}
 
#content h1 a:link, #content h1 a:visited, 
#footer cite a:link, #footer cite a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #f67b00;
	border-bottom: 0;
	margin: auto 0;
}
 
#content h1 a:hover, #content h1 a:active,
#footer cite a:hover, #footer cite a:active {
	text-decoration: none;
	font-weight: normal;
	color: #d96d00;
	border-bottom: 0;
	margin: auto 0;
}
 
#content h2 {
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: .15em;
	margin-top: 2em;
	margin-bottom: 1.3em;
}
 
#content h2 a:link, #content h2 a:visited {
	color: #000;
	text-decoration: none;
	border: 0;
}
 
#content h2 a:hover, #content h2 a:active {
	color: #000;
	text-decoration: none;
	border-bottom: .1em solid #eee;
}
 
#content p {
	line-height: 2.5em;
	margin: 0 0;
	text-indent: 3em;
}
 
#content p a:link, #content p a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: thin solid #999;
}
 
#content p a:hover, #content p a:active {
	color: #000;
	text-decoration: none;
	border-bottom: thin solid #666;
}
 
#content blockquote {
	font-size: .9em;
	border-left: .1em solid #ccc;
	margin: 2em 0;
	padding: 0 0 0 2em;
}
 
#content blockquote p {
	color: #333;
	text-indent: 0;
	line-height: 2.5em;
}
 
.center {
	text-align: center;
}
 
#content .image {
	float: right;
	width: 31%;
	padding: 0 0 0 2em;
	margin: 0 0 .1em 0;
	line-height: 2em;
}
 
#content .image img {
	width: 100%;
}
 
#content .image .caption {
	line-height: 2em;
	font-size: .8em !important;
	text-indent: 0;
	text-align: left;
}
 
#content .image a:link, #content .image a:visited {
	font-style: italic;
	color: #000;
	border-bottom: 0;
}
 
#content .image a:hover, #content .image a:active {
	font-style: italic;
	color: #333;
	border-bottom: 0;
}
 
#content p.break {
	text-indent: 0;
	color: #000;
	font-size: 1.5em;
	text-align: center;
}
 
#content hr {
	margin: 0;
	height: 2em;
	background-color: #fff;
	color: #fff;
	border: 0;
}
 
#archivelist {
	border-top: .1em solid #eee;
	margin: 1.5em auto 0 auto;
	text-align: center;
	width: 100%;
}
 
#archivelist h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	letter-spacing: .1em;
}
 
#archivelist .year {
	margin-right: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #f67b00;
}
 
#archivelist p {
	line-height: 3em;
	padding: 0;
	margin: 0;
	word-spacing: .5em;
	color: #999;
	text-indent: 0;
}
 
#archivelist a:link, #archivelist a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: .1em solid #ccc;
}
 
#archivelist a:hover, #archivelist a:active {
	color: #000;
	text-decoration: none;
	border-bottom: .1em solid #999;
}
 
#archivelist #fallen {
	font-size: 1.1em;
	text-indent: 0;
	text-align: center;
	color: #666;
	word-spacing: .1em;
	letter-spacing: .04em;
}
 
#footer {
	text-align: center;
	border-top: .1em solid #eee;
	margin-top: 1.5em;
	padding-top: 2em;
	color: #999;
}
 
#footer a, .nolink {
	margin: 0 3em;
	font-size: .9em;
	letter-spacing: .05em;
	text-decoration: none;
}
 
#footer a:link, #footer a:visited {
	color: #333;
	border-bottom: .1em solid #ccc;
}
 
#footer a:hover, #footer a:active {
	color: #000;
	border-bottom: .1em solid #999;
}
 
#content #license {
	text-align: center;
	color: #999;
	text-indent: 0;
}
 
#license a img {
	border: 0;
}