/* richardsorge.com style sheet */

body {
	font-family: Geneva, Arial, sans-serif;
	font-size: 15pt;
}

b.int {
	font-weight: bold;
	color: blue;
}

#page {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#header {
	position: relative;
	text-align: center;
	padding: 30px;
	background: white url(../img/header.jpg) 0% 0% no-repeat scroll;
}

#footer {
	font-size: 7pt;
	color: gray;
	text-align: center;
	padding:100px;
	background: white url(../img/footer.jpg) 100% 100% no-repeat scroll;
}

#sitelogo {
	position: relative;
}

#main {
	position: relative;
	padding: 50px;
}

#cse {
	position: relative;
	text-align: center;
	padding: 4px;
}


#author {
	font-size: 7pt;
	color:gray;
	text-align: center;
}

.home {
	border: none;
}

.name {
	color: #555;
	text-align: right;
	font-size: 10pt;
	padding: 6px;
}

.alert{
	color: red;
}

#buttonbar {
	position: relative;
	text-align:center;
}

.button {
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
}

.button > a:visited {
	text-decoration: none;
	color: black;
}

.button > a:hover {
	text-decoration: underline;
}

.button > a:active {
	text-decoration: none;
	color: red;
}

#youarehere {
	position: relative;
	text-align: center;
	font: 7pt Geneva, Arial, sans-serif;
	padding: 4px;
}

#pagetitle {
	font-weight: bold;
	font-size: 18pt;
	color: #777;
}

.section {
	font-weight: bold;
	font-size: 16pt;
	color: #555;
}

.booktitle, .articletitle, .shipname, .translated {
	font-style: italic;
}


blockquote, li {
	font-weight: bold;
	font-size: 12pt;
	color: #666;
	border: solid silver 1px;
	padding: 10px;
	margin: 0px;
}


.subquote, .footnote {
	border: none;
	padding-left: 30px;
	font-size: smaller;
}

.chrono {
	border: dashed silver 1px;
	background: #eee url(../img/fromthechronology.png) 6px 2px no-repeat scroll;
	padding-left: 40px;
	padding-right: 15px;
}


small {
	font-size: 8pt;
}

.smallcaps {
	font-variant: small-caps;
}

