/* Generic elements */

html {
  padding: 0;
  margin: 0;
}

body {
  position: absolute;
  top: 0;
  left: 0.5%;
  right: 0.5%;
  width: 99%;
  min-width: 42em;
  max-width: 70em;
  font-size: 95%;
  line-height: 1.5;
  background: #fff  ;
  text-align: justify;
  padding: 0;
  margin: 0 auto;
}

hr {
  display: none;
}

p {
  margin: 0.5em;
}

h1, h2, h3, h4, h5 {
  margin: 1em 10px;
}

li {
/*
  text-indent: -1em;
*/
  margin-right: 1em;
}

a img {
  border: 0;
}

/* Hyperlinks */

/* no dotted line around clicked tabs */
a:focus {
  outline-style: none;
}

a:link {
  color: #0c51ab;
}

a:visited {
  color: #804f01;
}

a:hover {
  color: #0105ad;
}

/* Table of Contents */
/* first level toc (unnumbered) */
div#tocframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ccffff;
  max-width: 70em;
  font-size: 100%;
  line-height: 1;
  padding: 0;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  margin: 0;
}

#tocframe a {
  color: #fff;
  text-decoration: none;
}

#tocframe ul.toc {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#tocframe > ul:first-child > li:first-child a {
  /* text-indent: -999em; */
  background: #aaaabb ;
  /*background: #aa33cc url(images/violin-icon.png) no-repeat center right;*/
  color: #000;
  width: 12.5%;
  /* css3 no go yet? */
  border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
}

#tocframe > ul:first-child > li:first-child a:hover {
  background: #9999bb ;
  width: 12.5%;
}

#tocframe > ul:first-child > li:first-child.toc_current a {
  /*text-indent: -999em;*/
  background: #9999bb ;
  width: 12.5%;
}

#tocframe > ul:first-child > li:first-child.toc_current a:hover {
  /*text-indent: -999em;*/
  background: #9999bb ;
  width: 12.5%;
}

#tocframe > ul:first-child > li:last-child {
  width: 1%;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
}

#tocframe li {
  display: inline;
  padding: 0;
  margin: 0;
}

#tocframe li a {
  background: #aaaabb ;
  color: #000;
  float: left;
  width: 12.5%;
  text-align: center;
  font-weight: bold;
  padding: 0.75em 0;
  margin: 0;
}

#tocframe li a:hover {
  background: #9999bb ;
}

#tocframe li.toc_current a,
#tocframe li.toc_current a:hover {
  background: #9999bb ;
  color: #000;
  text-decoration: underline;
}

/* second level toc (unnumberedsec) */
#tocframe .toc .toc {
  position: absolute;
  top: 3.8em;
  left: 0.5%;
  right: 0.5%;
  font-size: 82%;
  padding: 0;
  margin: 0;
}

#tocframe .toc .toc li {
  display: inline;
  padding: 0;
  margin: 0;
}

#tocframe .toc .toc li:first-child a {
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
}

#tocframe .toc .toc li:last-child a {
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
}

#tocframe .toc .toc li a {
  float: left;
  width: auto;
  background: #ff0000 ;
  line-height: 2;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  font-weight: normal;
  padding: 0 0.5em 0 0.2em;
  margin: 0;

  border: solid #ccccee;
  border-width: 1;
}

#tocframe .toc .toc li a:hover {
  background: #ff0000 ;
}

/* colored second-level TOC items */
#tocframe .toc .toc li.color1 a {
  background: #bb9966 ;
}

#tocframe .toc .toc li.color2 a {
  background: #3366aa ;
}

#tocframe .toc .toc li.color3 a {
  background: #6633bb ;
}

#tocframe .toc .toc li.color4 a {
  background: #33aa99 ;
}

#tocframe .toc .toc li.colorDefault a {
  background: #993399 ;
  color: #fff;
}

#tocframe .toc .toc li.colorDefault a:hover {
  background: #333333 ;
  color: #fff;
}

#tocframe .toc .toc li.color1 a:hover {
  background: #333333 ;
}

#tocframe .toc .toc li.color2 a:hover {
  background: #333333 ;
}

#tocframe .toc .toc li.color3 a:hover {
  background: #333333 ;
}

#tocframe .toc .toc li.color4 a:hover {
  background: #333333 ;
}

#tocframe .toc .toc li.toc_current a,
#tocframe .toc .toc li.toc_current a:hover {
  background: #333333 ;
  color: #000;
  text-decoration: underline;
}

#tocframe .toc .toc li.colorDefault.toc_current a,
#tocframe .toc .toc li.colorDefault.toc_current a:hover {
  background: #333333 ;
  color: #fff;
  text-decoration: underline;
}

#tocframe .toc .toc li.color1.toc_current a,
#tocframe .toc .toc li.color1.toc_current a:hover {
  background: #333333 ;
  color: #fff;
}

#tocframe .toc .toc li.color2.toc_current a,
#tocframe .toc .toc li.color2.toc_current a:hover {
  background: #333333 ;
  color: #fff;
}

#tocframe .toc .toc li.color3.toc_current a,
#tocframe .toc .toc li.color3.toc_current a:hover {
  background: #333333 ;
  color: #fff;
}

#tocframe .toc .toc li.color4.toc_current a,
#tocframe .toc .toc li.color4.toc_current a:hover {
  background: #333333 ;
  color: #fff;
}

/* Divs */
div#main {
  position: relative;
  /* this value may need to be adjusted */
  top: 7.7em;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 70em;
  margin: 0 auto 11.7em;
  /* Necessary to stretch over floated content;
   * will cause scrollbars to appear for content
   * that is wider than the width of this div.
   *
   * FIXME: This breaks Konqueror 3 and 4.
   */
  overflow: auto;
}

/* FIXME: does not work in IE<=6 */
#main > a:first-child {
  background: #ff0000;
  position: absolute;
  top: -10em;
}

div#pageHeader {
  width: 80%;
/*
  height: 5em;
*/
  padding-top: 0em;
  border: solid #ddd;
  border-width: 1;
  margin: 0 0 1.4em 0;
}

#pageHeader .heading {
  font-size: 1.4em;
  text-align: left;
  padding: 0;
  margin: 0 0 0 2em;
}

#pageHeader p {
  font-size: 1.0em;
  font-style: italic;
  text-align: left;
  padding: 0;
  margin: 0 0 0 5em;
}

div#lilylogo {
  position: absolute;
  top: 0;
  left: 0;
}

div#cmws {
  position: absolute;
  top: 0;
  left: 50%;
}

div#quickSummary {
  text-align: left;
  margin: 4em 13em 0 0;
}

#quickSummary .subheading {
  background: #fff ;
  color: #fff;
  padding: 0 0.5em;
  margin: 0;
}

#quickSummary p {
  padding: 0.5em;
  margin: 0;
}

div.separator {
  height: 36px;
  clear: both;
  padding: 10px;
}

div#news {
  padding: 0;
/*
  margin: 0 13em 1em 0;
*/
}

div.news-item {
}

.news-item .subsubheading {
  text-align: left;
  padding: 0 0 0 0.5em;
  border-bottom: 1px solid #5b7f64;
  margin: 0;
  overflow: hidden;
}

.testimonial-item {
  /* Not sure how to style the testimonials */
  clear: both;
  margin: 2em 0;
}

.testimonial-item .subsubheading {
  text-align: left;
  padding: 0 0 0 0.5em;
}

.testimonial-item img.float-left,
.testimonial-item img.float-right {
  margin: 1em 1em 2em;
}

.testimonial-item p {
  padding: 0 0.5em;
}

.news-item p {
  text-align: left;
  padding: 0.5em;
  margin: 0;
}

div#latestVersion {
  position: absolute;
  top: 12.4em;
  right: 0;
  width: 12em;
  text-align: center;
  border-left: 1px solid #5b7f64;
}

#latestVersion .subheading {
  background: #5b7f64;
  color: #fff;
  text-align: center;
  padding: 0 0.5em;
  margin: 0;
}

#latestVersion .subsubheading {
  padding: 0.08em 0.25em;
  border-bottom: 1px solid #5b7f64;
  margin: 0;
}

#latestVersion p {
  font-size: 90%;
  padding: 0.5em;
  margin: 0;
}

div#footer {
  clear: both;
  width: 100%;
  border-top: 10px solid #5b7f64;
}

div#language {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  width: 50%;
  text-indent: 0.5em;
  padding: 0;
}

#language h3 {
  padding: 0;
  border-bottom: 10px solid #5b7f64;
  margin: 0;
}

#language p {
  padding: 0;
  margin: 0.25em 0 0 0;
}

/* used on website; not certain about the above ones.
    see Issue 1105 */
p#languages {
  float: left;
  width: 45%;
  padding: 0.7em;
  margin: 0;
  text-align: left;
}

#verifier_texinfo {
  font-size: 0.8em;
  float: right;
  width: 48%;
  padding: 0.5em;
}

#verifier_texinfo h3 {
  position: relative;
  height: 0;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
}

#verifier_texinfo img {
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 0.5em;
}

#verifier_texinfo p {
  clear: right;
  text-align: right;
  padding: 0;
  margin: 0;
}

h1.unnumbered, h2.unnumberedsec, h3.unnumberedsubsec {
  position: relative;
  height: 0;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

table {
  text-align: left;
  padding: 0 0 0 0.5em;
/*
  border-left: 3px solid green;
  margin: 1em 0 0 1em;
*/
}

table td {
  padding: 0.0em;
}

table a {
  text-align: left;
  margin: 0 0.75em 0 0;
}

table p {
  text-align: left;
  margin: 0 0.5em 0;
}


.verbatim {
  margin: 10px;
}

.float-left {
  float: left;
}

.float-center {
  text-align: center;
  display: block;
  margin: 0 auto;

  background: #fff;
  padding: 1em;
  border: 1px solid #bbb;
}

.float-right {
  float: right;
}

img.float-left,
img.float-right {
  background: #fff;
  padding: 1em;
  border: 1px solid #bbb;
  margin: 0.1em 0.5em;
}

div.float-left a.clickable,
div.float-center a.clickable,
div.float-right a.clickable {
  text-decoration: overline;
  margin-left: 1em;
}

.clear-both {
  clear: both;
}

.align-right {
  text-align: right;
}

.heading-center {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}

.heading-center h2 {
  padding: 0.25em 0;
  margin: 0;
}

/* Columns */
.column-center-top {
  float: left;
  width: 99.5%;
  text-align: left;
  border: 1px solid #9ccc7c;
  margin: 1em auto;
}

/* color1 */
.column-center-top h3 {
  background: #aaaacc ;
  text-align: left;
  border-bottom: 1px solid #bbbbdd;
}

.column-left-top {
  float: left;
  width: 49%;
  margin: 1em 0;
}

.column-left-bottom {
  clear: both;
  float: left;
  width: 49%;
  margin: 1em 0;
}

.column-left-top,
.column-left-bottom {
  border: 1px solid #adce82;
}

/* color2 */
.column-left-top h3,
.column-left-bottom h3 {
  background: #ddbbdd ;
  border-bottom: 1px solid #eeccee;
}

.column-right-top {
  float: right;
  width: 49%;
  margin: 1em 0;
}

.column-right-bottom {
  float: right;
  width: 49%;
  margin: 1em 0;
}

.column-right-top,
.column-right-bottom {
  border: 1px solid #bdd088;
}

/* color3 */
.column-right-top h3,
.column-right-bottom h3 {
  background: #cccc99 ;
  border-bottom: 1px solid #ddddaa;
}

.column-center-bottom {
  clear: both;
  width: 99.5%;
  text-align: center;
  border: 1px solid #ccd38f;
  margin: 1em auto 0;
}

/* color4 */
.column-center-bottom h3 {
  background: #cca36f ;
  text-align: left;
  border-bottom: 1px solid #bbbb00;
}

.column-center-top,
.column-center-bottom,
.column-left-top,
.column-left-bottom,
.column-right-top,
.column-right-bottom {
  background: #f5fffa;
}

.column-center-top h3,
.column-center-bottom h3,
.column-left-top h3,
.column-left-bottom h3,
.column-right-top h3,
.column-right-bottom h3 {
  text-align: left;
  padding: 0 0.5em;
  margin: 0;
}

.column-center-top h4,
.column-center-bottom h4,
.column-left-top h4,
.column-left-bottom h4,
.column-right-top h4,
.column-right-bottom h4 {
  text-align: left;
  padding: 0.5em 0.5em 0;
  margin: 0 0 0.5em 0;
}

.column-center-top ul,
.column-center-bottom ul,
.column-left-top ul,
.column-left-bottom ul,
.column-right-top ul,
.column-right-bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0.5em 0;
}

.column-center-top li,
.column-center-bottom li,
.column-left-top li,
.column-left-bottom li,
.column-right-top li,
.column-right-bottom li {
  text-align: left;
  padding: 0 0.5em 0;
  margin: 0 0 0.5em 0;
}

.column-center-top p,
.column-center-bottom p,
.column-left-top p,
.column-left-bottom p,
.column-right-top p,
.column-right-bottom p {
  text-align: left;
}

.column-center-top img.float-left,
.column-center-top img.float-right,
.column-center-bottom img.float-left,
.column-center-bottom img.float-right,
.column-left-top img.float-left,
.column-left-top img.float-right,
.column-left-bottom img.float-left,
.column-left-bottom img.float-right,
.column-right-top img.float-left,
.column-right-top img.float-right,
.column-right-bottom img.float-left,
.column-right-bottom img.float-right {
  margin: 0.5em;
}

/* Centered divs by color */
div.color1,
div.color2,
div.color3,
div.color4 {
  clear: both;
  width: 99.5%;
  background: #f5fffa;
  margin: 1em auto;
}

div.color1 h3,
div.color2 h3,
div.color3 h3,
div.color4 h3 {
  padding: 0 0.5em;
  margin: 0;
}

div.color1 {
  border: 1px solid #9ccc7c;
  margin: 1em auto;
}

div.color1 h3 {
  background: #9ccc7c;
  border-bottom: 1px solid #9ccc7c;
}

div.color2 {
  border: 1px solid #adce82;
}

div.color2 h3 {
  background: #adce82;
  border-bottom: 1px solid #adce82;
}

div.color3 {
  border: 1px solid #bdd088;
}

div.color3 h3 {
  background: #bdd088;
  border-bottom: 1px solid #bdd088;
}

div.color4 {
  border: 1px solid #ccd38f;
}

div.color4 h3 {
  background: #ccd38f;
  border-bottom: 1px solid #ccd38f;
}

.keep-bullets ul {
  list-style-type: disc;
  padding: 0;
  margin: 0.5em 1.5em;
}

.keep-bullets li {
  padding: 0;
}

.normal-table table {
  padding : 0em;
  border-left: 2px;
  margin: 0em;
}

.normal-table table td {
  padding: 0em;
}

.normal-table table a {
}

.normal-table p {
  line-height: 0.8;
}

.example {
  position: relative;
  left: -2.5em;
}

.h-scroll-auto {
  position: relative;
  left: 1em;
  width: 250px;
  overflow: auto;
}

.warning {
  background: #eef;
  text-align: left;
  padding: 0;
  border: 1px solid green;
  /* Experimental rounded corners */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 1em;
}

.warning p {
  padding: 0.5em;
  margin: 0;
}

.contactBox {
  float: left;
  background: #eef;
  text-align: left;
  border: 1px solid green;
  padding: 0;
  margin: 1em;
}

.contactBox p {
  padding: 0.5em;
  margin: 0;
}


.hide {
  position: relative;
  text-indent: -999em;
  height: 0;
  overflow: hidden;
}

.help {
  background: #f77;
  color: black;
  text-align: center;
  font-weight: bold;
  width: 75%;
  padding: 1em;
  border: 10px dotted green;
  margin: 1em auto;
}

.legal {
  font-size: 0.6em;
}

.link-headings a {
  font-weight: bold;
}

.detail {
  font-size: 0.8em;
}

.detail a {
  font-weight: normal;
}

/* kill title, probably best done in the init file, though */
h1.settitle {
  position: relative;
  height: 0;
  text-indent: -999em;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.centeredImage {
/*
  text-align:center;
*/
  display:block;
  margin-left:auto;
  margin-right:auto;
}


/* from blog.css */
.banner {
        font-family:    sans-serif;
        line-height:    120%;
        padding:        15px;
        border-bottom:  1px solid;
}

.banner a {
        color:                  #000;
        text-decoration:        none;
}

.nonbanner {
        position:       relative;
}

.content {
        position:       relative;
        padding:        20px;
        margin-left:    245px;
        text-align:     justify;
}
.trailer {
        font-size:      small;
        padding-bottom: 2.5em;
}

.marginad {
        float:          right;
        padding:        10px;
}

.trailerad {
        padding:        10px;
}

.margin {
        position:       absolute;
        top:            0px;
        font-family:    sans-serif;
        font-size:      x-small;
        padding:        15px;
        width:          215px;
        line-height:    150%;
        border-right:   1px dotted #999;
}

.margin label { font-size:      x-small;        }
.margin #sbi {  width:          100%;           }
.margin #sbb {  align:          center;         }
.margin td {    white-space:    nowrap;         }

.marginheader {
        font-family:    serif;
        font-size:      small;
        font-weight:    bold;
        padding:        2px;
        margin-top:     20px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
}

.marginlink {
        margin-bottom:  0.5em;
}

.rss {
        font:                   sans-serif;
        font-weight:            bold;
        font-size:              x-small;
        text-decoration:        none;
        color:                  #FFF;
        background-color:       #F60;
        padding:                0.0em 0.5em;
        border-color:           #F60;
        border-style:           outset;
        border-width:           2px;
}
.rss:hover {
        background-color:       #F90;
}
.rss:active {
        border-style:           inset;
}


