/*
** 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 {
    position: relative;
    top: 0px;
    left: 0px;
    background: White;
    font-family: Georgia, Garamond, Times, serif;
    font-size: 12pt !important;
    color: Black;
    margin: 1em;
    padding: 0px;
    border: none ! important;
    width: 100%
}


div.leipateksti-en,
div.kirjautuminen,
div.kirjautuminen-pohja,
div.yla,
div.yla-en,
div.v-sarake,
div.o-sarake,
div.top,
div.ala,
div#alabann,
div#alabann-en,
#portal-logo,
.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 {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

#keski,
.t-pohja,
.l-alue,
.l-pohja,
.leipapohja,
.leipateksti,
.documentContent,
#region-content,
.plain
 {
     position: relative;
     top: 0px;
     left: 0px;
     border: none ! important;
     margin: 0em ! important;
     padding-right: 10px ! important;
     padding-left: 0px;
     width: 6.2in;
}

*html #keski,
.t-pohja,
.l-alue,
.l-pohja,
.leipapohja,
.leipateksti {
     position: relative;
     top: 0px;
     left: 0px;
     border: none ! important;
     margin: 0em ! important;
     padding-right: 10px ! important;
     padding-left: 0px;
     width: 6.2in;
}


.paa {
	margin: 0em;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
        width: 6.5in ! important;

}



ul { 
    list-style-type: square;
    font-size: 12pt !important;
}

ol {
   font-size: 12pt !important;
}

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

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


h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Georgia, Garamond, Times, serif;
    font-weight: bold;
}

.documentFirstHeading {
    font-size: 18pt;
}

.documentDescription {
    font-weight: bold;
}

p, .plain, .documentDescription {
    margin: 1em 0 ! important;
    line-height: 1.2em;    
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 10pt;
    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;
}

#content a:link:after, 
#content a:visited:after {
   content: " ( " attr(href) " ) ";
}

/*
** disable layout
*/

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

#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;
}

