/*
Styles for J M Harrison - Named objects
© Mark Iliff, Talespinner (www.talespinner.co.uk)
**************************************************************************************/

#titleBar {
	background: #2c6544 url(../images/gradLogo.gif) right repeat-y; 
	height: 80px; margin-bottom: 1em;
	}

#titleBar h1 {
	text-align: right;
	padding: 0;
	margin: 0;
	float: right; 
	margin-top: 8px
	}

#titleBar a {
	border: 0;
	}

#titleBar img {
	padding: 0;
	margin: 0;
	width: 400px;
	height: 64px;
	}

#sting {
	float: right; 
	width: 200px;
	height: 20px; 
	margin: 0.3em; 
	margin-bottom: 0
	}

#door {
	float: left; 
	width: 200px;
	height: 170px;
	margin: 0.3em 1em 0.1em 0; 
	border: 1px solid gray; 
	border-top-color: silver; 
	border-left-color: silver;
	}

#zitMap {
	width: 199px;
	height: 257px; 
	position: relative; 
	margin-top: 50px; 
	border-width: thin; 
	border-color: white; 
	z-index: 2;
	}

#nameWash {
	color: #ccc;
	font-size: xx-small;
	overflow: hidden;
	position: relative; 
	margin-top: -265px; 
	width: 100%; 
	height: 257px; 
	overflow: hidden; 
	z-index: 1;
	}

#navTop p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

#navTop span {
	font-size: 140%
	}

#navTop span, 
#navTop span a, 
#navFoot p.move, 
#navFoot p.move a, 
#navFoot .contrast 
	{
	color: #5f2c63;
	border-bottom-color: #5f2c63;
	}

#navTop span a:hover, 
#navFoot p.move a:hover, 
#navFoot a:hover.contrast 
	{
	color: #b4558d;
	border-bottom-color: #b4558d;
	}

#navFoot {
	background: url(../images/stippleL.gif) repeat;
	height: 80px; 
	padding: 5px;
	vertical-align: bottom;
	border-top: 1px solid #8fb39c; 
	border-bottom: 1px solid #8fb39c;
	}

#navFoot p.move {
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	}


#navFwd,
#navBack
	{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 2em; 
	height: 60px; 
	}

#navFwd a,
#navBack a
	{
	background: white;
	padding: 1px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: gray;
	}

#navFwd a {
	border-left: 1px solid silver;
	padding-left: 5px;
	}

#navBack a {
	border-right: 1px solid silver;
	padding-right: 5px;
	}

#navFwd a:hover,
#navBack a:hover
	{
	color: black;
	border-color: black;
	}

#navFwd {
	float: right; 
	padding: 40px 5px 0 0; 
	background: url(../images/navigation.gif) top right no-repeat;
	}

#navBack {
	float: left; 
	padding: 33px 0 0 5px; 
	background: url(../images/navigation.gif) top left no-repeat;
	}

#navFoot p {
	color: #2c6544;
	}

#navLocal {
	clear: both;
	margin-top: 1em;
	width: 100%;
	background: url(../images/stippleL.gif) repeat;
	padding: 5px;	
	}

#logoBottom {
	float: right; 
	text-align: right;
	margin-top: 2em;
	}

#logoBottom img {
	width: 115px;
	height: 10px;
	}

#logoBottom span {
	font-size: 70%
	}

#devCredit {
	clear: both;
	text-align: center;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	}

@media print {

	#navTop {
		display: none
		}

	#titleBar {
		margin-bottom: 2em
		}

	}	

