body {
  margin-left: 60px;
  color: black;
  background: #003333;
  color: white;
  background-image: url('http://astraw.com/leftbar.jpg');
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;

  font-family:Arial, Helvetica, sans-serif;

  font-size:.9em;
  line-height: 130%;
}

:link { color: #ffffaf; }
:visited { color: #ffffaf; }

.figure {
  background: #104343;
  padding: 15px;
  margin: 15px;
}

h1 {
    margin: 0;
    padding: 5px;
    background: #000076; color: white;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    font-size: 180%;
    line-height: 130%;
}

h1 :link { text-decoration: none; }
h1 :visited { text-decoration: none; }

h2 {
  font-size: 110%;
  background: #003346;
  text-shadow: 3px 3px 5px black;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

h1.title {
  text-align: center;
  text-shadow: 3px 3px 5px black;
}

div.footer, div.header {
  font-size: smaller
 }

.width160px {
  width: 160px;
 }

.width330px {
  width: 330px;
 }

.width520px {
  width: 520px;
 }

.width1024px {
  width: 1024px;
 }

.width640px {
  width: 640px;
 }

.width760px {
  width: 760px;
 }

.bibentry {
 text-indent: -3em; margin-left: 3em;
}

.blurb {
 display: none;
 font-size:.9em;
 margin-left: 1em;
 margin-bottom: 20px;
 width: 80%;
}

.whitebg {
  margin-top: 1cm;
  padding: 0.3cm;
  background: white;
  color: black;
  border: solid;
  border-width: thin;
  -moz-border-radius:10px;
}

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

.floatleft {
  float : left;
}

.clearboth {
  clear : both;
}

.tablewidth50 {
  width: 50%;
}

table.docutils {
  margin: 0 1em 1em 0;
  padding: 0.5em;
  color: white;
  border: solid;
  border-width: thin;
}
table.docutils th {
  border: none;
  border-bottom-style: solid;
  border-bottom-width: thin;
}
table.docutils td {
  border: none;
  padding-top: 0; padding-bottom: 0;
  margin-top: 0; margin-bottom: 0;
}
table.docutils p, p.first, p.last {
  padding-top: 0; padding-bottom: 0;
  margin-top: 0; margin-bottom: 0;
}

pre.literal-block {
  margin-left: 1cm;
  padding: 0.3cm;
  background: white;
  color: black;
  border: solid;
  border-width: thin;
  -moz-border-radius:3px;
}

/* Below is for rest2web template, not standard docutils */

#container {
    margin: 10px auto;
    max-width: 800px;
}

#banner
{
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

#banner ul{
	margin:0;
	padding:0;
	list-style:none;
}
#banner li{
	display:inline;
	margin:0;
	padding:0;
}

#end
{
  font-size:.8em;
  color: gray;
}

#menu
{
    float: left;
    width: 8em;
    padding-top: 1em;
    font-size:1.2em;
    margin: 1em;
    padding: 0;
    line-height: 200%;
    color: white;
}

#menu :link { color: white; }
#menu :visited { color: white; }

.noIndent {
    margin: 0;
    padding: 0;
}
#thisDirLinks .menuLink:before {
    content: "\0000BB  "
}
#thisDirLinks .menuLink {
    list-style-type: none;
}
#thisDirLinks {
    /*margin-bottom: 3em;*/
}

#maincontentbar
{
    margin-left: 12em; /* IMPORTANT: greater than width of #menu. */
    padding: 1em;
    border-left: 1px solid gray;
}

