
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

img#frontpageimage {
	float: left;
	border-radius: 5px;
	margin: 1em 2em 1.5em 0;
	box-shadow: 0em 0.15em 0.2em black;
}

a img {
	border: 0;
}

body {
	background-color: #111111;
}

div#global {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: sans-serif;
}

div#menubar {
	position: fixed;
	top: 0;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 0;
	right: 0;
	padding-left: 2em;
	box-shadow: 0 0 0.5em black;
	z-index: 1;
	opacity: 1.0;
	background-color: #F5F5F5;
	border-top: 3px double #444444;
	border-bottom: 3px double #444444;
	background: linear-gradient(to bottom, #F5F5F5, #F5F5F5, #ECECEC, #E5E5E5);
}

div#menu {
	width: 1024px;
	margin: 0 auto;
	height: 100%;
	vertical-align: middle;
	line-height: 40px;
}

img.menuitem {
	margin-right: 6px;
	height: 40px;
	max-width: 40px;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

img.menuitem:hover {
	border: 1px dashed #CCCCCC;
	margin: 0;
	margin-right: 5px;
}

img.largemenuitem {
	margin-right: 1em;
	max-height: 40px;
}


.clickable {
	cursor: pointer;
}

.floatright {
	float: right;
}

span.small {
	font-size: small;
}

img.bookend {
	margin-right: 5em;
}

div#page {
	position: absolute;
	top: 57px;
	left: 0;
	right: 0;
	padding: 0.8em;
	background-color: #111111;
	background-image: url('./images/bs.png');
    background-repeat: no-repeat;
	background-position: center;
	/*background-size: auto 100%;*/
	background-attachment: fixed;
	/*margin: 0 auto;*/
	min-height: 100%;
}

div.header {
	max-width: 1024px;
	background-color: transparent;
	padding: 2em;
	margin: 0 auto;
	text-align: center;
	color: white;
	text-align: center;
}

div.content {
	max-width: 1024px;
	box-shadow: 0 0 0.3em black;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 2em;
	padding-top: 1em;
	font-family: serif;
	z-index: 1;
	opacity: 0.9;
	border-radius: 0.5em;
}

div#footer {
	margin: 0 auto;
	max-width: 1024px;
	box-shadow: 0 0 0.3em black;
	background-color: white;
	padding: 0.5em;
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1024px;
	z-index: 1;
	opacity: 0.9;
}

img.inline {
	height: 40px;
	position: relative;
	top: 10px;
}

div#footer img {
	max-height: 40px;
}

div.center {
	text-align: center;
}

h1 {
	text-transform: capitalize;
}

h1, h2 {
	color: #222244;
}

div.header h1, div.header h2 {
	color: white;
	text-shadow: 0.1em 0.1em black;
	filter: DropShadow(Color=#000000, OffX=2, OffY=2);
}

img#tengwar {
	height: 40px;
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
}

li {
	margin-bottom: 0.5em;
}