@charset "utf-8";

* {
	margin:0;
	padding:0;
	}

a {
	padding:0.1em;
	text-decoration:none;
	}

a:link, a:visited {
	border-bottom:1px dotted #060;
	color:#060;
	}

a:hover, a:focus {
	background:#060;
	border:none;
	color:#eee;
	}

a:active {
	background:#090;
	border:none;
	color:#fff;
	}

body {
	background:url("/netlore/img/background-body.png") left top;
	font:90%/1.5 Arial, sans-serif;
	margin:0;
	padding:0;
	}

h1 {
	background:url("/netlore/img/background-h1.png") left top no-repeat;
	height:300px;
	margin:0;
	padding:0;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, h1 a:focus {
	background:transparent url("/netlore/img/background-h1-a.png") left top no-repeat;
	border:none;
	display:block;
	height:180px;
	overflow:hidden;
	position:relative;
	left:20px;top:20px;
	text-indent:-100000px;
	width:180px;
	}


h2 {
	display:none;
	}

dl {
	margin:0 10px 0 220px;
	}

address {
	margin:10px 10px 0 220px;
	padding:1em;
	text-align:right;
	}

address span {
	display:block;
	text-align:right;
	}

dl, ul, address {
	background:url("/netlore/img/background-section.png") left top;
	border:1px solid #000;
	}

dt {
	border-bottom:1px dotted #000;
	padding:0.5em 1em 0.3em;
	}

dd {
	background:url("/netlore/img/background-dd.png") right bottom no-repeat;
	margin:0.5em 1em 1em 2em;
	padding-bottom:1.5em;
	}

ul {
	float:left;
	margin:70px 10px 0;
	padding:0;
	width:195px;
	}

ul li {
	letter-spacing:3px;
	list-style:none;
	margin:0.5em 0 0.5em 1.5em;
	}

ol li {
	letter-spacing:0;
	list-style:decimal;
	margin:0;
	margin-left:1em;
	}

ul ol {
	margin-left:1em;
	padding:0;
	}

.section {
	background:url("/netlore/img/background-bottom.png") left bottom no-repeat fixed;
	margin-top:-160px;
	padding-bottom:3em;
	}

.name, .trip {
	color:#090;
	}

.name {
	font-weight:bold;
	}

#ad {
	position:absolute;
	right:10px;
	top:10px;
	}

#ad a:link, #ad a:visited, #ad a:hover, #ad a:active, #ad a:focus {
	background:transparent;
	border:none;
	padding:0;
	}

#ad a img {
	border:1px solid #000;
	}

p+h3 {
	margin-top:2em;
	}

h3 {
	border-left:0.5em solid #900;
	font:130% Times, serif;
	letter-spacing:0.5em;
	margin:0.5em 0;
	padding:0.3em 0.8em;
	}

.section .section {
	background:url("/netlore/img/background-section.png") left top;
	border:1px solid #000;
	margin:10px 10px 0 220px;
	padding:2em 1.5em;
	}

.section .section dl, .section .section dt, .section .section ul, .section .section li {
	background:transparent;
	border:none;
	float:none;
	line-height:1.5;
	margin:0;
	padding:0;
	width:auto;
	}

.section .section dd {
	background:url("/netlore/img/background-dd.png") right bottom no-repeat;
	margin:0.5em 1em 0 2em;
	}

p {
	margin-left:1em;
	text-align:justify;
	text-indent:1.5em;
	}

p+p {
	margin-top:1em;
	}

blockquote {
	background:url("/netlore/img/background-blockquote.png") right bottom no-repeat;
	border-color:#666 #060;
	border-style:dotted solid;
	border-width:0 0 1px 0.5em;
	margin:1em 0 1em;
	}

.section .section blockquote dl dt {
	font-style:italic;
	letter-spacing:0.1em;
	padding:0.5em 2em 0;
	}

.section .section blockquote dl dd {
	background:transparent;
	padding:0 1em 0.5em;
	text-indent:1.5em;
	}

blockquote dl ol {
	padding-left:3em;
	text-indent:0;
	}

blockquote p {
	margin-left:0;
	padding:1em 1em 1em 1.5em;
	text-indent:0;
	}

.section[id] {
	padding-top:1em;
	}

.section[id]:before {
	content:attr(id);
	color:#aaa;
	font:bold italic 200% sans-serif;
	letter-spacing:0.1em;
	text-transform:capitalize;
	}

abbr {
	border-bottom:1px dotted #333;
	cursor:help;
	}

.section .section>dl>dt {
	font-weight:bold;
	}

#notice {
	margin-bottom:1em;
	}
