/* @group CSS RESET */ /* v1.0 | 20080212 from MEYERWEB.COM */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; } /* @end CSS RESET */ @main-font: "museo-sans-1", "museo-sans-2", sans-serif; @link-color: rgb(40,50,40); body { background: url(../gfx/background.png) no-repeat top center; font-family: @main-font; font-weight: 100; font-size: 17px; line-height: 27.2px; color: rgb(40,50,40); text-shadow: 0 1px rgba(255,255,255,0.25); } a:link, a:visited { color: @link-color; text-decoration: underline; } a:hover, a:active { color: lighten(@link-color,10%); text-decoration: none; background: rgba(255,255,255,0.4); } strong { font-weight: 500; color: rgb(60,70,60); } div#info { margin-top: 350px; width: 600px; margin-left: auto; margin-right: auto; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 30px 30px 40px; background: rgba(255,255,255,0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0,0,0,0.2); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0,0,0,0.2); -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0,0,0,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0,0,0,0.2); }