/* Nick's groovy style sheet! */
/* $Id: default.css,v 1.6 2007-10-12 09:31:01 ncw Exp $ */

/* CSS originally from http://bluerobot.com/web/layouts/layout2.html - thanks! */

body {
	font-family: "Times New Roman", Times, serif;
	background: url(small/texture.gif)
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: x-large;
	margin-bottom: 0.25ex;
}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: large;
	margin-bottom: 0.25ex;
}

p.copyright {
	font-size: x-small;
	font-variant: small-caps
}

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

a:link {
	color:#07a;
}

a:visited {
	color:#07a;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:0;
}

.heading {
	border-style:dashed;
	border-color:black;
	border-width:1px 0;
	background-color: transparent;
	background: url(small/tint.png);
}

#Content {
	margin:0px 360px 50px 10px;
	padding:10px;
}

#Menu {
	position:absolute;
	top:100px;
	right:20px;
	width:300px;
	padding:10px;
	background-color: transparent;
	background: url(small/tint.png);
	border:1px dashed #999;
	line-height:17px;
}

.LTwrapper {
	border:1px dashed #999;
}

.LTheader {
	font-size: small;
}

.LTitem {
	font-size: xx-small;
}

.LTprovided {
	font-variant: small-caps;
	font-size: xx-small;
}

img.screenshot {
    margin: 2em;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icon {
    float: left;
    margin-right: 10px;
}

br.clear {
    clear: left;
}

.buttons {
    text-align: center;
}
.buttons img {
    margin: 4px;
}

pre.oxo2d {
    font-size: 24pt;
}

div.literal-block {
  margin-left: 2em;
  margin-right: 2em;
}

ul.menulist {
    font-size: small;
    padding-left: 1em;
}
ul.menulist li {
}
