/*
	style.css
	(c) 2011-2012 Raphael Fuchs
*/

html {
	font-size: 80%;
}

#wrapper {
	background: #ffffff;
	border: #11287e solid 2px;
	width: 60em;
	margin: 0px auto;
	padding: 10px;
}

#header {
	margin-bottom: 30px;
	text-align: center;
}

#footer {
	margin-top: 30px;
}

body {
	background: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	font-size: 1.67em;
	color: #11287e
}

.code h1 {
	text-align: center;	
}

#content > h1, #content > h2 {
	border-bottom: 1px dashed #90a8ff;
}

h2 {
	font-size: 1.33em;
}

h3 {
	font-size: 1.17em;
}

a:visited {
	color: #90a8ff;
}

a {
	color: #11287e;
}

img {
	padding-bottom:0.5em;
}

p {
	text-align: justify;
	text-justify: inter-word;
}

#toplinks {
	margin-bottom: 5em;
}

#toplinks a {
	text-decoration: none;
	font-size: 1.1em;
	color: #ffffff;
}

#toplinks ul {
	list-style-type: none;
	padding: 0em;
	text-align:center;
}

#toplinks li {
	display: inline;
	padding: 1em;
	background-color: #11287e;
}


#toplinks li:hover {
	background-color:  #435dbf;
}

span.author {
	color: #020e3a;
	font-style: italic;
	
}

span.reference {
	font-style: italic;
}

.table, .image, .listing {
	text-align: center;
	margin-bottom:1em;
}

table {
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-bottom: 2px solid  #11287e;
}

th {
	border-bottom: 2px solid  #11287e;
}

th, td {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.code {
	font-size: 0.95em;
}

.caption {
	font-weight: bold;
}

.texttt {
	font-family: monospace;
}

.footnote {
	text-align: center;
	font-size: 10px;
	color: #999999;
}
