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

body {
  background-color: #ffffff;
  font-family: Droid Sans, Liberation Sans, Verdana, Geneva, Arial, sans-serif;
  font-size: small;
  line-height: 140%;
  color: #303030;
  padding: 0pt;
  margin-top: 12pt;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 12pt;
}


/**** Headings ****/

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

h1, h2, h3, h4, h5, h6 {
  font-family: Linux Libertine O, Georgia, "Times New Roman", Times, serif;
}

h1 {
  color: #b52b2b;
  font-size: 1.5em;
  padding-top: 1em;
}

h2 {
  font-size: 1.2em;
  color: #222;
  text-decoration: underline;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1.0em;
}

h1.title {
  font-size: 2em;
  text-align: center;
  color: #000000;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
}

h2.subtitle {
  padding-top: 0em;
  padding-bottom: 0.8em;
  text-align: center;
  color: #222;
  font-size: 1.2em;
}

/* Make TOC backlinks stay the same color. */
h1 a:link, h1 a:hover, h1 a:visited, 
h2 a:link, h2 a:hover, h2 a:visited,
h3 a:link, h3 a:hover, h3 a:visited,
h4 a:link, h4 a:hover, h4 a:visited,
h5 a:link, h5 a:hover, h5 a:visited,
h6 a:link, h6 a:hover, h6 a:visited { 
  color: inherit;
}


/**** Text ****/

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

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

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

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

/* Admonitions */
div.attention,
div.caution,
div.danger,
div.error,
div.hint,
div.important,
div.note,
div.tip,
div.warning,
div.admonition {
  margin-left: 5em;
  margin-right: 5em;
  color: #000000;
  background-color: #ddeeff;
  border: 1px solid #888888;
  padding-left: 1em;
  padding-right: 1em;

/* 3-D shadowed box look, from lsr.css:
  margin: 2em 2em;
  padding: 0em 1em;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  */
}

/*
div.important {
  background: transparent url('../images/important.png') 10px 2px no-repeat;
}

div.caution {
  background: transparent url('../images/caution.png') 10px 2px no-repeat;
}

div.note {
  background: transparent url('../images/note.png') 10px 2px no-repeat;
}

div.tip {
  background: transparent url('../images/tip.png') 10px 2px no-repeat;
}

div.admonition-example {
  background: transparent url('../images/tip.png') 10px 2px no-repeat;
}

div.admonition-critical-example {
  background: transparent url('../images/important.png') 10px 2px no-repeat;
}
*/

p.admonition-title {
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding-left: 30px;
}

div.figure {
  padding: 0.5em;
  text-align: center;
}

div.figure .caption {
  font-style: italic;
}

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

/* Indent each subsequent line within a line-block, but not the top level. */
.line-block .line-block {
  margin-left: 1.25em;
  padding-left: 0.25em;
}

tt, .literal-block {
  font-family: Droid Sans Mono, Bitstream Vera Sans Mono, Lucida Console, 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;
  }


/* Allow line wrapping in literal blocks. */
pre.literal-block {
  /* Note: Browsers will use the last one they support. */

  /* Browser specific (not valid) styles to make preformatted text wrap */		
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -hp-pre-wrap;   /* HP printers */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */

  /* Standard specifications. */
  white-space: pre-wrap;       /* css 2.1 */
  }

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

a:visited {
  color: #4c52ff;
  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: Linux Libertine O, 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; }
}
