body
{
	color: white;
	background: #344B59;
	font-family: "Palatino Linotype", serif;
}

/*h1
{
	background: #171658;
	border: solid 1px black;
	padding: .5em;
	text-align: right;
	color: white;
}*/

/*
**	These parts are for image stuff
*/

img#logo
{
	display: block;
	margin: 0em 1em 0em auto;
	padding: 0em;
	border: 0px;
}

img.illustration
{
	float: right;
	margin-left: 0.5em;
}

img.mainimage
{
	display: block;
	margin: 1em auto 1em auto;
}

/*img.test
{
	background: white;
}

a:hover img.test
{
	background: #AAA;
}*/

a:active, a:link, a:visited
{
	color: #BDCED9;
	text-decoration: none;
}

a:hover
{
	color: #A0B9C8;
	text-decoration: underline;
}

/*
**	These parts are for main body stuff
*/

div#main
{
	/*background: #EDE4F4;
	border: solid 3px #171658;*/
	margin: 80px 0em 0em 15%;
	padding: 2em;
	font-weight: bold;
}

div#main p
{
	text-indent: 1em;
}

/*
**	These parts are for menubar and sidebar stuff
*/

div#menubar, div#sidebar
{
	font-family: "Berling Antiqua", serif;
	text-align: center;
	margin-top: 80px;
	margin-left: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	float: left;
	width: 13%;
}

div#sidebar
{
	/*border-bottom: solid 2px #9797A0;*/
	border-top: solid 2px #9797A0;
}

div#menubar h4
{
	display: none;
	border-bottom: solid 1px white;
}

div#menubar a
{
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #9797A0;
	border-top: solid 1px #9797A0;
	padding: .25em;
}

div#menubar a:first-letter
{
	text-decoration: none;
	font-weight: bold;
	font-size: 200%;
}

div#menubar a:hover:first-letter
{
	text-decoration: underline;
}

div#menubar a#backlink
{
	background: #445B69;
	font-size: 80%;
	width: 80%;
	margin: 2em auto auto auto;
	padding: 0em;
	border: solid 0px white;
}

div#menubar a#backlink:first-letter
{
	font-size: 100%;
}

a#backlink
{
	background: #445B69;
	font-size: 90%;
	width: 80%;
	margin: 2em auto auto auto;
}

/*
**	These parts are for story formatting stuff
*/

div#worktitle
{
	color: #BDCED9;
	padding: 0.25em 0em 0.25em 0em;
	font-size: 1.5em;
	font-weight: normal;
}

div#worktitle:first-letter
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.75em;
}

div#workdate
{
	padding: 0.25em 0em 0.5em 0em;
	border-bottom: solid 1px #9797A0;
	font-weight: normal;
}

div#workdesc
{
	color: #B4C2FE;
	padding: 0.5em 0em 0.5em 0em;
	font-weight: normal;
	border-bottom: solid 2px #9797A0;
}

div#worknote
{
	margin-top: 3em;
	text-align: right;
	font-style: italic;
	font-size: 80%;
}

div#workcopyright
{
	margin-top: 3em;
	text-align: center;
	font-style: italic;
	font-size: 80%;
}

/*
**	These parts are for poem formatting stuff
*/

div#main div.poem p
{
	text-indent: 0em;
}

div#main div.poem a:hover
{
	text-decoration: none;
	color: white;
}

span.poem-seperator
{
	border-top: solid white 3px;
	width: 50%;
	text-align: center;
	display: block;
	margin-left: 0.5em;
	margin-top: 3em;
}

/*div#menubar a:hover
{
	background-color: #373678;
	color: White;
	text-decoration: none;
}

div#menubar img
{
	margin: 1em 0 0 0;
	border: 0px;
	text-align: center;
}

div#menubar h4
{
	background-color: #171658;
	color: white;
	padding: auto;
	margin: auto;
	margin-top: 0px;
	margin-bottom: .5em;
}*/

/*
**	These parts are for submenu stuff
*/

div#submenu
{
	background: #445B69;
	font-size: 80%;
	width: 90%;
	margin: auto;
	border-left: dashed 1px #9797A0;
	border-right: dashed 1px #9797A0;
}

div#submenu a:first-letter
{
	text-decoration: none;
	font-size: 100%;
}

div#submenu a
{
	display: block;
}

/*
**	These parts are for reusable formatting stuff
*/

div#footer
{
	text-align: right;
	float: right;
	margin-bottom: 0em;
}

div#footer img
{
	border: 0px;
}

div#welcome
{
	text-align: center;
}

div.inset
{
	border: solid 1px white;
	margin: 2em;
	padding: 0.5em;
}

/*
**	These parts are for image gallery stuff
*/

div.imagegallery
{
	display: block;
	text-align: center;
	border-top: solid 1px #9797A0;
	border-bottom: solid 1px #9797A0;
	width: 80%;
	margin: 0em auto 0em auto;
	padding: 0.5em;
}

div.imagelink
{
	display: inline;
}

div.imagelink img
{
	margin: 1em;
	border: solid 2px #9797A0;
}

a.thumbnail
{
}

a.imagetitle
{
	display: none;
}

div#imagenote
{
	margin-top: 3em;
	text-align: center;
	font-style: italic;
	font-size: 80%;
}

/*
**	These parts are for general formatting stuff
*/

span.leader
{
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}

span.FancyLink1
{
	font-family: "CochinArchaic", serif;
	font-size: 200%;
	color: #BDCED9;
}

span.PlainText1
{
	font-family: Tahoma, sans-serif;
	font-size: smaller;
	color: white;
}

p.RemarkText1
{
	font-family: "Palatino Linotype", serif;
	font-style: italic;
	font-size: 90%;
	color: #B4C2FE;
}

/*
**	These parts are for embedded CSS2 font stuff
*/

@font-face
{
	font-family: "CochinArchaic";
	src: url("http://deledrius.dyndns.org:8080/~deledrius/labyrinth2/fonts/CochinArchaic.ttf");
}

