/*---------------------------------------------------------------------------------------

[Print Stylesheet]

Project:		jan.wouters.name
Version:		1.0.7c
Last change:	09/01/2008
Primary use:	Personal website

     __ _      _       __    __            _
  /\ \ (_) ___| |___  / / /\ \ \___  _   _| |_ ___ _ __ ___
 /  \/ / |/ _ \ / __| \ \/  \/ / _ \| | | | __/ _ \ '__/ __|
/ /\  /| |  __/ \__ \  \  /\  / (_) | |_| | ||  __/ |  \__ \
\_\ \/ |_|\___|_|___/   \/  \/ \___/ \__,_|\__\___|_|  |___/


(C) Design and development: copyright Niels Wouters, unless otherwise stated.

-------------------------------------------------------------------------------------- */

/* PRINT */

body { font: .75em "Lucida Sans Unicode","Lucida Grande",Tahoma,Arial,Verdana,sans-serif; }

hr {
    border-top: 1px dotted #000;
    margin: 20px 0;
}

#side {
    display: none;
    visibility: hidden;
}

#content p {
    margin-bottom: .6em;
    line-height: 1.2em;
    padding-left: 40px;
}

#content p.intro {
    font: 2em "Palatino Linotype", "Book Antiqua", "Palatino", serif;
    line-height: 0.8em;
    text-align: justify;
    padding: 0;
    margin-bottom: 20px;
    color: #8c8072;
}

#content span.start {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: bold;
    float: left;
    width: 100%;
    color: #545454;
}

/* END PRINT */
