/* CSS Reset Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 3.3.0 build: 3167 */ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;} /* UI region displayed around zoomed text */ div.target-mag { /* Fixed styles */ position: absolute; display:none; white-space: nowrap; z-index: 1; overflow: hidden; /* Common styles */ font-family: AGaramondPro-Regular; color: #000000; font-size: 150.00%; /* User-defined Zoom styles */ border: 3px solid #ffff99; background-color: #ffffcc; border-radius: 8px; } /* Override text styles are separated out as we don't want dominant body styles influencing the override styles */ div.target-mag-override { /* Fixed styles */ position: absolute; display:none; white-space: normal; z-index: 1; overflow: hidden; /* Override user-defined Zoom styles */ border: 3px solid #ffff99; background-color: #ffffcc; border-radius: 8px; } /* User-defined Custom styles */ /* ZEB default styles */ body { font-size: 60.91%; overflow: hidden; } a, a:link, a:visited, a:active, a:hover { text-decoration: inherit; color: inherit; } .fs div.txt { position: absolute; } span.txt { position: absolute; } span.u { text-decoration: underline; } div.fs { height: 600px; width: 835px; position: relative; white-space: nowrap; } div.leftPage { position: absolute; background-repeat: no-repeat; height: 600px; width: 417px; /* Half the fixed spread width */ background-size: 100% 100%; } div.rightPage { position: absolute; background-repeat: no-repeat; height: 600px; width: 417px; margin-left: 417px; background-size: 100% 100%; } div.portraitPage { position: absolute; background-repeat: no-repeat; height: 100%; width: 100%; background-size: 100% 100%; text-align: center; } img.cover, img.bg { height: 100%; } div.center{ text-align: center; } /* eBook fonts */ @font-face { font-family: 'SyntaxLTStd-Roman'; src: url(../Fonts/font00219.otf); } @font-face { font-family: 'RoughBrush'; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: 'Avapres-Light'; src: url(../Fonts/font00220.otf); } @font-face { font-family: 'SyntaxLTStd-Italic'; src: url(../Fonts/font00221.otf); } @font-face { font-family: 'AGaramondPro-Italic'; src: url(../Fonts/font00222.otf); } @font-face { font-family: 'AGaramondPro-Regular'; src: url(../Fonts/font00223.otf); }