/* Regular elements */

td,p {
font-family: sans-serif;
color: #000000;
}

body {
  background: white;
  color: #000000;
  font-family: sans-serif;
  font-weight: normal;
  font-size: medium;
  min-width: 700px;
  max-width: 800px;
  margin-left: 3%;
  margin-right: 12%;
}

a:link {
color: #333333;
}

a:visited {
color: #888888;
}

.code {
margin-left: 30px;
margin-right: 30px;
background-color: #d0d0d0;
color: #000000;
}

/* the navigation choices at the bottom of the page. */

div#nav {
border: 1px solid;
border-color: #888888;
color: #000000;
float: left;
font-family: sans-serif;
font-size: 0.75em;
margin: 2em 0 0 0em;
padding: 0;
position: absolute;
text-align: left;
width: 10em;
}

div#nav a {
background-color: #333333;
border: 1px solid;
border-color: #888888;
display: block;
padding: 0.2em 0.5em 0.2em 0.5em ;
text-decoration: none;
color: #eeeeee;
}

div#nav a:hover {
background-color: #888888;
}

div#nav div#currentnav {
background-color: #aaaaaa;
border: 1px solid;
border-left-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #888888;
display: block;
padding: 0.2em 0.5em 0.2em 0.5em ;
}

div#house-nav table {
  font-size: medium;
  font-weight: bold;
}

div#house-nav td {
  padding: 2px;
}

/* the page content */

div#content {
  position: relative;
  left: 2em;
  width: 80%;
}

div.section {
  clear: both;
}

/* For all page footers */
div#footer {
clear: both;
font-size: x-small;
text-align: center;
color: #606060;
}

div#blogdate {
font-size: x-small;
clear: both;
color: #000000;
background-color: #aaaaaa;
}

div#citebox {
background-color: #eeeeee;
border: 1px solid;
border-color: #888888;
display: block;
padding: 2px 35px 2px 25px;
}

div#citetag {
font-size: x-small;
clear: both;
color: #000000;
text-align: right;
}

/* the title bar */

div#title {
width: 100%;
clear: both;
}

div#title h1 {
background-color: #666666;
color: #ffffff;
font-size: xx-large;
padding: 20px;
min-width: 730px;
max-width: 830px;
margin-left: 0px;
}

div#date h2 {
color: #000000;
background-color: #ffffff;
font-size: medium;
font-weight: bold;
margin-top: 2em;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 2px;
border: thin solid #000000;
}

/* The blue title bar on non-main pages */

.header {
color: #ffffff;
background-color: #101010;
font-family: sans-serif;
padding: 0;
font-size: medium;
font-weight: bold;
border: 3px solid #101010;
}

/* For the download page */

/* descriptions of versions available */
dt {
font-weight: bold;
}

dd {
font-family: sans-serif;
}

/* Highlighting the code download sections */
.download {
background-color: #d0e0ff;
}

caption {
display: none;
}

th {
text-align: left;
}

/* Changes for Octave Wiki */

h1 {
background-color: #666666;
color: #ffffff;
font-size: xx-large;
padding: 20px;
min-width: 800px;
max-width: 800px;
margin-left: 0px;
}

h2 {
background-color: #555555;
color: #ffffff;
font-size: 1.2em;
padding: 2px;
margin-top: 5px;
}

h3 {
background-color: #444444;
color: #ffffff;
font-size: 1.1em;
padding: 2px;
margin-top: 5px;
}

h4,h5,h6 {
color: #606060;
font-size: large;
padding: 2px;
margin-top: 5px;
}

/* for links in the header */
h1 a:link {
color: #ffffff;
text-decoration: none;
}

h1 a:hover {
color: #000000;
text-decoration: none;
}

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

#im {
float: right;
margin: 10px;
border: 2px solid #000000;
}

#iml {
margin: 10px;
float: right;
border: 2px solid #000000;
clear: right;
}

img.left { float: left; margin: 0 1.5em 1em 0; }
img.right { float: right; margin: 0 0em 1em 1.5em; }
img.middle { text-align: center; margin: 0 1em 1em 1em; }

p.left { clear: left; }

pre {
border: #777777 1px solid;
padding: 0.5em;
margin-left: 1em;
margin-right: 2em;
white-space: pre;
background-color: #e6e6e6;
color: black;
}
