/*
** 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.
**
*/

/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

body {
    background: White;
    font-family: Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
    color: Black;
    margin: 1em;
    padding: 0;
    min-width: 0pt;
    width: 100%;
}

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

#portal_url {
    margin-top: 5px;
}

ul { 
    list-style-type: square;
}

#content,
.documentDescription,
.group,
li,
.stx,
p, .documentContent{
    background: transparent;
    border: none ! important;
    font-family: Georgia, Garamond, Times, serif;
    font-size: 11pt;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;
    width: 90%;
}

.documentByLine {
    font-family: Georgia, Garamond, Times, serif;
}

/*
#xcontent a:link:after,
#xcontent a:visited:after {
xcontent:  "<a href='" attr(href) "?format=print'>" attr(href) "</a>" ;
}
*/

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, Georgia, Garamond, Times, serif;
    font-weight: bold;
    width: 100%;
}

#xportal-breadcrumbs {
    font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, Georgia, Garamond, Times, serif;
}

.documentDescription {
    margin: 1em 0 ! important;
    line-height: 1.2em;
    width: 100%;
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}

img {
    border: none;
}

/* This is for controlling the width of content, if adding items make sure you go to plonePrint as well! */
.max_width, .description, dl, p, .documentDescription, .stx, .frontnews, .newsItem, div.plain, h1, h2  {
    max-width: 1000px;
}

/*
** disable layout
*/

#visual-portal-wrapper {
    width: 100%;
    min-width: 0;
    margin: 0;
}

#visual-column-wrapper {
    margin: 0 !important;
    float: none !important;
}
 
#portal-column-content {
    float: none !important;
    margin: 0 !important;
}
 
#portal-column-content #content {
    float: none !important;
    padding: 0em !important;
    margin: 0 !important;
}

div#portal-columns #portal-column-content #content {
    margin-right: 8em !important;
}

