/* Basic tags */
body {
	margin: 0px;
	font-family: sans-serif;
	background-color: #f1f2ed;
}

#body {
	//position: absolute;
	//top: 120px;
	//left: 50px;
	margin: 20px 80px 20px 80px;
	padding-top: 120px;
}

a img {
	border: 0px;
}

h1 {
	font-family: sans-serif;
	font-size: x-large;
}

h2 {
	font-family: sans-serif;
	font-size: large;
}

p {
	font-family: sans-serif;
}

ul {
	font-family: sans-serif;
	list-style: square;
}

li {
	margin-bottom: 0.6em;
}

/* Anchors */
a {
	color: #4070af;
	font-style: normal;
	text-decoration: none;
}
a:active {
	color: rgb(0,0,255);
}
a:visited {
	color: #af7040;
}

pre.programlisting {
	border-width: 2px 0px 2px 0px;
	border-color: #c1c2bd;
	border-style: solid;
	padding: 4px;
	background-color: #e2e2cd;
}



/* Basic classes */

.none { /* to add paragraph spacing to various elements for ttys */
	margin: 0px;
	padding: 0px;
}

.invisible { /* stuff that should appear when this css isn't used */
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

.left {
	margin: 10px;
	padding: 0px;
	float: left;
}

.right {
	margin: 10px;
	padding: 0px;
	float: right;
}

.screenshot {
	text-align: center;
	margin: 10px;
}

/* Common page elements: Header, footer, etc. */

#gnomelogo {
	position: absolute;
	top: 20px;
	left: 10px;
	border: 0px;
	z-index: 10;

	width: 64px;
	height: 64px;
}

#diacanvaslogo {
	position: absolute;
	top: 5px;
	left: 110px;
	border: 0px;
	z-index: 11;

	//width: 357px;
	//height: 48px;
	width: 380px;
	height: 49px;
}

#hdr {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 60px;

	text-align: right;

	background: url("images/sb-left.png") repeat-y;
	background-color: #d1d2cd;
	border-bottom: 1px solid #666666;
}

#hdrNav {
	position: absolute;
	top: 64px;
	left: 0px;

	margin-left: 84px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

#hdrNav a {
	color: #000000;
}

#hdrTitle {
	height: 48px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
}

#footer {
	text-align: center;
	font-size: small;
	clear: both;

	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
}

#footer a {
	color: #aaaaff;
}

#footer a:visited {
	color: #ffaaaa;
}

#noePatents {
	margin: 120px 0px 20px 0px;
	padding: 50px;
	background: black;
	color: yellow;
	text-align: center;
}
