/* fonts */

@font-face {
	font-family: "Imperator";
	src: url("imperator.ttf") format("opentype");
	src: local('Imperator Regular'), local('Imperator'), url('imperator.woff') format('woff'), url('imperator.otf') format('opentype');
	/* Imperator is freeware by Paul Lloyd from University of Western Australia */
	}
@font-face {
	font-family: "Aurulent";
	src: url("aurulent.otf") format("opentype");
	src: local('Aurulent Sans Regular'), local('AurulentSans-Regular'), local('Aurulent'), local('Aurulent Sans'), url('aurulent.woff') format('woff'), url('aurulent.otf') format('opentype');
	/* Aurulent is distributed under the SIL Open Font License v1.1 */
	}

/* main */

body {	
	margin: 0;
	padding : 0;

	font-family: "Aurulent", "MGOpen Canonica", "Nimbus Roman No9 L", "Times New Roman", serif;
	text-rendering: optimizeLegibility; 
	text-align: left;

	color: black;
	background-color: #f3f3f3;
	}

#mainbody {
	width: 40em;
	margin: 0 auto;
	padding: 0 1.2em; 

	background-color: #fefefe;
	border-right: 1px #e6e6e6 solid;
	border-left: 1px #e6e6e6 solid;

	-moz-box-shadow: #fafafa 0 -18px 18px;
	-webkit-box-shadow: #fafafa 0 -18px 18px;
	}

h1 {
	font-size: 4em;
	margin: 0;
	padding: 2em 0;
	
	font-weight: normal;
	text-align: center;
	text-shadow: white 0 0 1px;
	}	

h2 {		
	display: inline;
	font-size: 1.7em;
	margin: 0;
	padding: 0 0.5em 0 0;

	line-height: 1.4em;
	vertical-align: middle;
	}

p {
	font-size: 20px; /* would be ems if not for Win font rendering */
	display: inline;
	line-height: 1.5em;
	}

.break { 
	height: 1em;
	display: block;
	}

ul {
	margin: 0 0 2em 0;
	padding: 0 0 0 1.5em;
	list-style: none;
	font-size: 1.1em;
	}

li {	
	margin: 1em 0 0 0;
	padding: 0;
	}

#about {
	margin-top: 3em;
	padding: 0.5em 1em;

	font-variant: small-caps;
	text-align: center;
	border-top: 1px silver solid;
	}

#about p {
	font-size: 0.8em;
	}

/* also */

.paragraph {
	margin-top: 4em;
	}
	
.central_image {
	width: 400px;
	height: 260px;
	font-size: 0.8em;
	margin: 4em auto 0 auto;

	text-align: right;
	}

.keypart {
	margin-top: 1em;
	padding: 2em 2em 1em 2em;

	border: 1px silver solid;
	background: white;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: silver 0 0 2px;
	-webkit-box-shadow: silver 0 0 2px;
	}

.key {
	display: block;
	text-align: center;
	}

em, strong {
	color: #20303f;
	}	

a {
	color: #ba0000;
	text-decoration: none;
	}

.secondary {
	color: #490505;
	}

a:visited {
	color: #496f92;
	}

a:hover {
	color: #ba0000;
	border-bottom: 1px gray solid;
	background: none;
	}
	
a:active {
	color: red; 
	} 

a img, .imagelink:hover {
	border: none;
	}	

h2, h3 {
	font-weight: normal;
	font-family: "Imperator";
	text-align: left;
	color: #20303f;
	}

h3 {
	font-size: 1.5em;
	letter-spacing : 0.1em;
	}
