/*CSS Normalize*/ html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { margin: 0; font-size: 1em; } h1, h2, h3, h4, p, blockquote, figure, ol, ul { margin: 0; padding: 0; } li { /*display: block;*/ } h1, h2, h3, h4 { font-size: inherit; } a { text-decoration: none; color: inherit; -webkit-transition: .3s; transition: .3s; } img { width: 100%; height: auto; border: 0; } /* end normalize */ /* Font Inclusion */ @font-face { font-family: "MusicGlyphs1"; src:url("../fonts/MusicGlyphs1.otf") ; } /* end Font Inclusion */ /* Miscellaneous */ article, div, h1, h2, h3, h4, h5, h6, p, span, ol, ul, li { font-family: sans-serif; /* Set Font Type Across Body */ font-weight: normal; font-style: normal; text-transform: none; -webkit-hyphens: none; -epub-hyphens: none; hyphens: none; } div.clear { clear: both; } div.break { page-break-before: always; } strong { font-style:normal; font-weight:bold; } .bold { font-style: normal; font-weight: bold; } em { font-style: italic; font-weight: normal; } .italic { font-style: italic; font-weight: normal; } .bolditalic { font-style: italic; font-weight: bold; } /* end Miscellaneous */ /* Copyright Styles */ div.copyrightart { width: 90%; margin: 0 auto 0 auto; } div.photorights { font-size: .65em; line-height: 1.2; margin: 100px 0 75px 0; text-align: center; } div.isbn { font-size: .6em; line-height: 1.2; margin: 150px 0 100px 0; text-align: center; font-weight: normal; } div.hallogo { margin: 0 auto 0 auto; width: 40%; text-align: center; /*centers for MOBI*/ } p.hladdress { margin: 0 0 0 0; text-align: center; font-size: .2em; line-height: 1.1; } div.country { margin: 15px 0 15px 0; } p.copyright { margin: 0 0 0 0; text-align: center; font-size: .35em; line-height: 1.1; } p.website { font-size: .4em; margin: 2px 0 0 0; font-weight: bold; text-align: center; } /* end Copyright section */ /* List(s) Controls */ ul, ol { margin: 0 0 0 45px; } /* end List(s) Controls */ /* Logical TOC Styles */ ol.toc { list-style-type: none; } h1.tochead { font-size: 1em; margin: 25px 0 45px 0; font-weight: bold; text-align: center; text-transform: uppercase; } li.toc { font-size: .75em; margin: 15px 0 0 -45px; text-align: center; font-weight: normal; list-style-type: none; text-transform: uppercase; } li.subtoc { font-size: .75em; margin: 5px 0 0 25px; text-align: left; font-weight: normal; list-style-type: none; } /* end Logical TOC Styles */ /* Internal TOC Styles */ h1.tochead_int { font-size: 1.15em; margin: 0 0 45px 0; font-weight: bold; text-align: left; text-transform: uppercase; letter-spacing: 5px; } p.toc_int { font-size: .75em; line-height: 1.2; margin: 15px 0 0 35px; text-align: left; font-weight: bold; text-transform: uppercase; } p.toc_int2 { color: #CCC; font-size: .65em; line-height: 1.2; margin: 0 0 0 35px; text-align: left; font-weight: bold; text-transform: uppercase; } /* end Internal TOC Styles */ /* Songtitle, Credits and Rights */ .tftable { border-collapse: collapse; border-style: none; margin: 0 auto 0 auto; width: 100%; } th { padding: 0 15px 20px 0; border-collapse: collapse; border-style: none; text-align: left; vertical-align: top; font-size: .65em; font-weight: bold; text-transform: uppercase; } td { padding: 0 15px 20px 0; border-collapse: collapse; border-style: none; text-align: left; vertical-align: top; font-size: .65em; font-weight: normal; text-transform: none; } h3.songpretitle, h1.songtitle { page-break-before: always; } h3.songpretitle + h1.songtitle { page-break-before: avoid; } h3.songpretitle { font-size: .6em; line-height: 1.1; margin: 0 0 0 0; text-align: center; font-weight: bold; } h1.songtitle { font-size: 1.05em; line-height: 1.1; margin: 0 0 0 0; text-align: center; font-weight: bold; text-transform: none; } h1.songtitle2 { font-size: .95em; line-height: 1.2; margin: 0 0 35px 0; text-align: left; font-weight: bold; text-transform: uppercase; } h3.songsubtitle { font-size: .55em; line-height: 1.1; margin: 0 0 5px 0; text-align: center; font-weight: bold; } p.credit { font-size: .5em; line-height: 1.1; margin: 3px 0 5px 0; text-align: center; font-weight: bold; } p.rights { -webkit-text-size-adjust: 100%; font-size: .5em; line-height: 1.2; margin: 0 0 0 0; text-align: center; font-weight: normal; } p.body { font-size: .75em; line-height: 1.1; margin: 0 0 15px 0; text-align: left; font-weight: normal; } /* end Songtitles, Credits and Rights */ /* Musical Engraving Styles */ div.musicfirst { margin: 10px auto 10px auto; width: 95%; } div.music { margin: 0 auto 0 auto; width: 100%; } div.music95 { margin: 0 auto 0 auto; width: 95%; } div.music90 { margin: 0 auto 0 auto; width: 90%; } img { width: 100%; } /* end Musical Engraving Styles */ /* Notation Legend Styles & Back Cover */ div.backcover { width: 100%; margin: 0 auto 0 auto; } /* end Notation Legend Styles & Back Cover */