.box-shadow (@xshift: 1px, @yshift: 1px, @blur: 10px, @color: #666) { -moz-box-shadow: @xshift @yshift @blur @color; -webkit-box-shadow: @xshift @yshift @blur @color; box-shadow: @xshift @yshift @blur @color; } body { background: white; font-size: 12pt; } .header, .grunge-bottom, .sidebar-cap, .generic-btn { display: none!important; } .bg-wrapper, .wrapper, .content, .main, .footer, .sidebar { width: auto; margin: 0 5%; padding: 0; border: 0; float: none !important; color: black; background: transparent none; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; box-shadow: none!important; } div#content { margin-left: 10%; padding-top: 1em; border-top: 1px solid #930; } div#mast { margin-bottom: -8px; } div#mast img { vertical-align: bottom; } a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; } .footer p a { color: #453B2A; } .content, .footer, .sidebar { a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; opacity: 0.6; } }