/*	This file contains elements of XANJAX - Copyright 2007,2008,2009.
	XANJAX is a Trademark of David Chapman, openPC Labs.
	
	XANJAX is FREE SOFTWARE under terms of the GNU Affero General Public License Version 3.
	Do NOT remove these copyright and licence notices. See xanjax.org for full details. */

#mainobj {display:none;}
#contentbox{display:block;}

.maincontent h1 {
  font-size: 140%;
  line-height: 220%;
	text-align: center;
}
.maincontent h2 {
  font-size: 120%;
  font-style: italic;
}
.maincontent h3 {
  font-size: 110%;
	text-align: center;
}
.maincontent h4 {
  font-size: 100%;
  font-style: italic;
  margin-left: 5%;
}
.maincontent h5 {
  font-size: 90%;
	text-align: center;
}
.maincontent h6 {
  font-size: 90%;
  font-style: italic;
}
.maincontent ul {
  font-family: Verdana,Arial,Helvetica,sans-serif;
	list-style-type:square;
}
.maincontent li {
  margin-left: 5%;
  padding-bottom: 0.3em;
}
.maincontent p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}    
#footnote {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin-top: 5%;
	text-align: center;
}
blockquote {
 display:none;
 font-size: 100%;
}
.expander {
 color: rgb(18, 34, 64);
 cursor: pointer;
 display: block;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 95%;
 margin-bottom: .5em;
}
.twisty {
 background:url('artwork/twisty.png') left no-repeat;
 cursor: pointer;
 display: block;
 float:left;
 margin:0.2em 0.5em 0em 0em;
 min-height:1em;
 width:14px;
}

#listing {
	display: block;
	width: 100%;
  position: relative;
}

.dirlist {
	display: block;
	height: 15em;
  margin: 0% 0% 0% 2%;
	overflow: auto;
  padding: 0%;
}

.dirlist li {
 list-style-type: none;
 font-size: 90%;
  margin: 0%;
  padding: 0%;
}

.dirlist li a {
  margin: 0%;
  padding: 0%;
  text-decoration: none;
}

.dirlist li a:link, .dirlist li a:visited {
  color: #007;
}
.dirlist li a:hover { 
  color: #00E;
}

.icon {
	border: 0;
  margin: 0% 1em -6px 0%;
  padding: 0%;
}

.fname, .mtime, .fsize {
  margin: 0%;
  padding: 0%;
  text-align: right;
}

.fname {
}

.mtime {
}

.fsize {
}

#coffee {
	border: 0;
	margin: 3% 0% 6% 25%;
}
#donate {
	border: 0;
	margin: 3% 0% 6% 20%;
}

