/**** Based on style from Bazaar VCS docs. ('default.css') ****/
/* from John Arbash Meinel's `Short tutorial' */

body {
  background-color: #ffffff;
  color: #303030;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 70px;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: small;
  line-height: 140%
  }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1.title {
  text-align: center;
  color: #000000;
  font-size: 1.8em;
  }


/* p {
  text-indent: 3em
} */

div.contents p {
  font-weight: bold;
  }

div.contents p a:hover {
  color: inherit;
  }

/* Format ".. note:" sections nicely */
div.note {
  margin-left: 5em;
  margin-right: 5em;
  color: #000000;
  background-color: #c1d1ff;
  border: 1px solid #888888;
  padding-left: 1em;
  padding-right: 1em;
  }

div.note .first {
  font-weight: bold;
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0em;
  padding-top: 0.5em;
}

h1 {
  color: #b52b2b; 
  /* DKREDcolor: #966b72; */
  /* GREY color: #444444; */
  font-size: 1.5em;
  padding-top: 1em;
  }

h1 a:link {
  color: inherit;
  }
  
h1 a:hover {
  color: inherit;
  }

h1 a:visited {
  color: inherit;
  }

h2 {
  color: #222;
  /* RED color: #966b72; */
  text-decoration: underline;
  font-size: 1.2em;
  }

h2 a:link {
  color: inherit;
  }

h2 a:hover {
  color: inherit;
  }

h2 a:visited {
  color: inherit;
  }

h3 {
  color: #966b72; 
  /* color: #966b72; */
  font-size: 1.0em;
  }

h3 a:link {
  color: inherit;
  }

h3 a:hover {
  color: inherit;
  }

h3 a:visited {
  color: inherit;
  }

h1.title {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 2em;
  }

dt {
  color: #000000;
  font-weight: bold;
  }
/*
  border: 4px solid blue;
  padding: 1ex;
  background: #7777FF;
        }
dt:hover 
  {
  background-color: black;
  }
dt:active
  {
  background-color: red;
  }
*/

tt, .literal-block {
  font-family: monospace;
  line-height: 100%
  }

tt {
  color: #000000;
  font-weight: normal;
  }

.literal-block {
  margin-left: 5em;
  margin-right: 5em;
  color: #000000;
  font-weight: normal;
  background-color: #e5ecf9;
  border: 1px solid #888888;
  padding: 1em;
  }

a:link {
  color: #4c52ff;
  text-decoration: none;
  }

a:visited {
  color: #4c53ff;
  text-decoration: none;
  }

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

span, th.field-name {
  white-space: nowrap;
}

/**** Table layout - from lsr.css  - cdb 2008.05.25 ****/
table.docutils {
  text-align: left;
  border: 1px solid gray;
  border-collapse: collapse;
  width: 100%;
  margin: 1.5em 0em;
}

table.docutils caption {
  font-style: italic;
}

table.docutils td, table.docutils th {
  padding: 0.25em 0.5em;
}

table.docutils th {
  background-color: #dddddd;
}


/**** Sidebars - from lsr.css - cdb 2008.05.30 ****/
div.sidebar {
  width: 33%;
  float: right;
  margin: 0em 2em;
  padding: 0em 1em;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
}

p.sidebar-title {
  margin-bottom: 0em;
  color: #003a6b;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}

p.sidebar-subtitle {
  margin-top: 0em;
  font-style: italic;
  color: #003a6b;
}


/**** Alterations for print media  -cdb ****/

@media print {
body{
  /*font-family: Verdana, Geneva, Arial, sans-serif;*/
  font-family: Georgia, "Times New Roman", Times, serif;
  }

a:link {
  color: #000;
  text-decoration: underline;
  }

a:visited {
  color: #000;
  text-decoration: underline;
  }

a:hover {
  color: #000;
  text-decoration: underline;
  }

h1 a[href] { text-decoration: none; }
h2 a[href] { text-decoration: none; }
h3 a[href] { text-decoration: none; }
h4 a[href] { text-decoration: none; }
h5 a[href] { text-decoration: none; }
h6 a[href] { text-decoration: none; }

/* Don't adorn table of contents entries. */
.contents a[href] { color: #000; text-decoration: none; }
}
