/*
 * Project:   MAXTempo (print)
 * Date:      2012-07-03
/* ---------------------------------------- */
* { margin: 0; padding: 0; }

body { background: #fff; font-size: 10px; }

body, textarea, input, select, option, button { color: black; font-family: Calibri, Lucida Grande, Helvetica Neue, Helvetica, Arial, sans-serif; line-height: 1.5; }

li, dt, dd, p, figure, th, td, caption, pre { font-size: 15px; }

ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin: 0 0 15px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/* defaults ------ */
button { overflow: visible; padding: 0 10px; }

table { display: table; border-collapse: collapse; border-spacing: 0; }

table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

h1, h2, h3, h4, h5, h6 { margin: 20px 0 5px; color: #000; font-family: Cambria,Georgia,serif; line-height: 1.1; }

h1 { margin-top: 0; font-size: 2.4em; }

h2 { font-size: 2.0em; }

h3 { font-size: 1.8em; }

h4 { font-size: 1.6em; }

h5 { font-size: 1.5em; text-transform: uppercase; }

h6 { font-size: 1.4em; text-transform: uppercase; }

ul, ol, dd, blockquote { padding-left: 30px; }
ul ul, ul ol, ol ul, ol ol, dd ul, dd ol, blockquote ul, blockquote ol { margin-bottom: 0; }

a { color: #09f; text-decoration: underline; }

img { max-width: 100% !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre-wrap; }

/* layout -------- */
#top { margin: 0 0 15px; padding: 0 0 15px; border-bottom: 1px solid #ccc; }
#top h1 { font: bold 2.4em Cambria,Georgia,serif; }
#top h1 a { color: #000; text-decoration: none; }

#content a:after { content: " (" attr(href) ")"; color: #555; font-size: 0.8em; font-style: italic; }
#content a[href^="#"]:after { content: ""; }

#footer { margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #ccc; }
#footer ul { display: none; }

/* hide in print ------- */
nav, .offset { display: none; }
