/* -- defaults -- */
html {
  height: 101%;
  font-size: 101%;
}
* {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ul {
  list-style: none;
}
body {
  font-family: Lucida Sans, Verdana, Helvetica, sans-serif;
  font-size:0.8em;
  line-height: 1.3em;
  background-color: #112233;
  color: #888888;
  text-align: center;
}

/* -- layers -- */
div#header, div#content {text-align: left;}
div#outer {
  background-color: #CBBB9D;
  max-width: 960px;
  margin: 20px auto;
  padding: 5px;
}
div#toplinks {
  text-align: right;
}
div#header {
  position: relative;
  background: #112233;
  height: 80px;
  padding-top: 5px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
div#content {
  margin-bottom: 10px;
}
div#maincontent, div#news {
  color:#000000;
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
}
div#maincontent {
  width: 580px;
  float: left;
}
div#news {
  width: 330px;
  float: right;
}
div#footer {
  font-size: .7em;
  text-align: center;
  background-color: #112233;
  padding: 5px;
  clear: both;
}

/* -- (main) content, headers and text -- */
div#content h3 {
  margin: 0 0 5px 0;
}
div#content a {
  color: #75CADF;
  text-decoration: underline;
  font-weight: bold;
}
div#content a:link {}
div#content a:visited {text-decoration: none;}
div#content a:hover {text-decoration: none;}
div#content a:active {}
div#content p {
  margin: 0 0 .5em 1em;
}

/* typo stuff, lists */
#content ul {
  list-style: square;
  margin-left: 3em;
}

/* -- figures and their captions -- */
div.figure {
  float: right;
  border: thin silver solid;
  margin: .5em;
  padding: .5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

/* -- form stuff -- */
label,
input[type=submit],
input[type=reset] {
  cursor: pointer;
}
form br {
clear: both;
}
label {
  float: left;
  text-align: right;
  margin-right: .5em;
  width: 9em;
}
input[type=checkbox] + label {width: auto;}
input,
textarea {
  float: left;
  margin-bottom: .6em;
  margin-right: .5em;
}
input[type=checkbox], input[type=submit] {
  margin-left: 9em;
}
textarea, input[type=text] {
  background: #CBBB9D;
}
textarea:focus, input:focus {
  background: #FFFFFF;
}
/* -- navigation, toplinks and header links --*/
a#linktohome {
  height: 70px;
  width: 216px;
  display: block;
  float: left;
  margin: 0 15px 0 5px;
  background: url(images/xPyrusLogo.jpg) left center no-repeat #112233;
}
a#linktohome span {display: none;}
ul#navigation li, #toplinks ul li {
  display: inline;
}
#toplinks ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 3px 3px 2px;
}
#toplinks ul li a:link {}
#toplinks ul li a:visited {color: #eee;}
#toplinks ul li a:hover {text-decoration: underline;}
#toplinks ul li a:active {}
ul#navigation {
  margin-top: 8px;
  margin-bottom: 5px;
}
ul#navigation li a {
  color: #fff;
  padding: 3px 5px;
  font-weight: bold;
  text-decoration: none;}
ul#navigation li a:link {}
ul#navigation li a:visited {}
ul#navigation li a:hover {
  background: #76c9e0;
}
ul#navigation li a:active {
}
ul#navigation li.currentposition span {
  color: #fff;
  padding: 3px 5px;
  font-weight: bold;
  text-decoration: none;
  background: #CBBB9D;
}
div#header h1 {
  margin: 5px 0 3px 0;
  font-size: 1.8em;
}
div#header h2 {
  font-size: 1.1em;
}
pre{
	background: #74C9DD;
	display: block;
	margin: 20px;
	border: 1px solid #000;	
	font-size: 1.2em;
	padding: 3px;
}
pre a{
	color: #000 !important;
}
