body {
	background-image: url("/style/gradient");
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
	background-color: #aabb88;
	font-family: "Georgia";
	margin: 10px 20px 10px 180px; 
	line-height: 1.5em;
}

#logo {
	position: fixed;
	top: 40px;
	left: 0px;
	width: 160px;
	height: 320px;
}

#logo img {
	border: 0px;
}

sup {
	line-height: 0;
}
sub {
	line-height: 0;
}

h1 {
    font-weight: normal;
    margin: 30pt auto 30pt auto;
}

h1.top {
	margin: 30pt auto auto auto;
}

h2 {
	font-weight: normal;
}

a {
    text-decoration: none;
    color: #997722;
}

a:visited {
    text-decoration: none;
    color: #446633;
}

a em, strong { border-bottom: inherit; }

hr { border: none; border-bottom: 1px solid #336600; }

li { margin-top: 8pt; margin-bottom: 8pt; }

p.irc {
	margin: 0px 17px;
	margin-left: 2em;
	text-indent: -2em;
	font-size: 8pt;
	line-height: 14pt;
}

p.shell {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 8pt;
	font-family: monospace;
}

div.feedback {
    background-color: #bbcc99;
    border: solid #99aa77 2px;
    padding-right: 1em;
    padding-left: 1em;
    font-size: small;
    margin: 1em;
}

p.feedback {
    font-weight: bold;
}

img.photo {
	margin-top: 1em;
	border: solid black 2px;
}

p.caption {
	font-size: small;
	margin: 0em auto 1em auto;
}

table.directory {
	font-size: 10pt;
}

td.parent {
	font-weight: bold;
	vertical-align: top;
}

td.time {
	text-align: right;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
}

td.size {
    text-align: right;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
}

td.file {
    padding-right: 1em;
	vertical-align: top;
	white-space: nowrap;
}

td.description {
    text-align: left
    padding-left: 1em;
    font-style: italic;
	font-size: 8pt;
	vertical-align: top;
}

td.highlight {
	background: #99aa77;
}

td.lowlight, .lowlight td {
	background: #bbcc99;
}

th {
	font-weight: bold;
}

.softlinks li {
	list-style: none;
	margin: 0;
	font-style: italic;
}

