/**
 * Printing style defintions
 *
 * Inspired by blueprint.css
 */
body {
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #000;
    background: none;
    font-size: 10pt;
}

div.content hr {
    background: #ccc;
    color: #ccc;
    width: 100%;
    height: 2px;
    margin: 2em 0;
    padding: 0;
    border: none;
}

div.content hr.space {
    background: #fff;
    color: #fff;
    visibility: hidden;
}

div.content h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

div.content code {
    font: .9em "Courier New", Monaco, Courier, monospace;
}

div.content a img {
    border: none;
}

div.content p img.top {
    margin-top: 0;
}

div.content blockquote {
    margin: 1.5em;
    padding: 1em;
    font-style: italic;
    font-size: .9em;
}

div.content .small {
    font-size: .9em;
}

div.content .large {
    font-size: 1.1em;
}

div.content .quiet {
    color: #999;
}

div.content .hide {
    display: none;
}

div.content a: link, a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
}

div.content a: link:after, a:visited:after {
    content: " (" attr(href) ")";
    font-size: 90%;
}

/* Hide unimportant stuff */
fieldset,
div.changelog,
ul.navigation {
	display: none;
}

