/* Heart of Texas Bears web stylesheet for the bylaws text in the content area (screen/printer). */

/* The bylaws text uses h2 and h3, and lots of ordered lists. */

div#bylaws {
   padding-top: 0.75em;
}

div#bylaws h2 span.chapterLabel {
   position: absolute;
   left: 36px;
   width: 5.5em;
   text-align: left;
}
div#bylaws h2 span.chapterName {
   position: relative;
   left: 6.5em;
   text-align: left;
}

div#bylaws h3 span.sectionLabel {
   position: absolute;
   left: 54px;
   width: 5.5em;
   text-align: left;
}
div#bylaws h3 span.sectionName {
   position: relative;
   left: 5em;
   text-align: left;
}

div#bylaws ol,
div#bylaws ul {
   margin-left: 0;
   padding-left: 1.5em;
}
div#bylaws ol {
   list-style-type: lower-alpha;
}
div#bylaws ol ol {
   margin-top: 0.5em;
   list-style-type: decimal;
}
div#bylaws ol ol ol {
   list-style-type: upper-alpha;
}

div#bylaws .byline {
   width: 90%;
   margin: 2em 0 0 -36px;
   padding: 0.5em 0 0 1em;
   border-top: 1px solid #535353;
   font: italic small Tahoma, Arial, sans-serif;
}


