/* 
 Cascading Stylesheet 4.0 for roqet wiki pages (c) 2010 Roqet.
 Permission to learn/borrow from this code is granted, please use
 creativity though, so that you don't duplicate this exactly.
*/

#main
{
 position: relative;
}

a {
  color: #0070b0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #e04000;
}

body {
   background: url(./images/roqetpadneob2sw.png) no-repeat left top;
  background-color: #f5f3ee;
  /*background-color: #f0c080;*/
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-top: 1.5em;
  text-align: center;
}

h2 {
  font-size: 140%;
  margin-top: 0px;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

input, textarea {
  border-width: 1px;
  padding: 2px;
}

code {
  color: #006060;
  font-family: "Courier New", Courier, monospace;
  font-size: 80%;
}

pre {
  color: #006060;
  font-family: "Courier New", Courier, monospace;
  font-size: 80%;
  margin-left: 1em;
}

pre i,
pre var {
  color: #c06000;
}

td, th {
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 58em;
}

.navBar {
  background-color: #f5f3ee;
  /*background-color: #e0b080;*/
  border: 1px solid #000000;
  color: #a07040;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
}

.navCurrentPage {
  color: #a07040;
  font-weight: bold;
}

address { 
  font-style:normal
}


#content {
  background-color: #ffffff;
  background-position: -30% 0%;
  background-repeat: no-repeat;
  border: 1px solid #000000;
  border-top-width: 0px ;
  border-bottom-width: 0px ;
  padding: .5em 1em .25em 1em;
}


