/*
** Plone Print style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 1 --> (this is for http compression) */
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */




h1 {
    font-weight: bold;
    color: #9A0000;
    font-size: 30px;
    border-bottom: none;
    padding-right: 4em;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-top: 2px;
}


.documentDescription {
    /* The summary text describing the document */
    font-weight: normal;
    font-size: 14px;
    font-family: georgia;
    display: block;
    margin: 0.3em 0em;
    line-height: 1.7em;
}

dt {
    font-weight: bold;    
}
dt a {
    text-decoration: none;
    font-family: georgia;
    color: #970102;
    font-size: 14px;
    font-weight: bold;
}

dd {
    line-height: 1.5em;
    margin-bottom: 0.2em;
    margin-left: 0;
    padding-left: 0;
    font-family: georgia;
    color: #5A5B56;
    font-size: 12px;
    font-weight: normal;
}


dd a {
    text-decoration: none;
    font-family: georgia;
    color: #970102;
    font-size: 12px;
    font-weight: bold;
}



div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav,
.visualNoPrint,
.toplinks,
.listingBar {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}