/*
** 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;
}


div.top,
#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,
#menus,
.content-extras,
.content-extras portlet,
#top-nav,
#posting_form,
.hp-posting-title,
.content-header,
.content-footer,
.makeMenu,
#portalTools,
#portal-logo-right,
#banner,
#right-column,
#global-sp-right,
.portlet {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

.documentEditable{
  border:1px solid blue;
  padding:0;
  margin:0;
}


#main-column{
margin-right:0px !important;
}



#content-wrapper,
.contentViews,
.documentContent,
.documentFirstHeading,
.content-main,
.documentDescription{
	width:100%;
	padding:0;
	margin:0;
}






ul { 
    list-style-type: square;
}

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

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

.hp-posting-head{
   border:none;
   margin:0;
   padding:0;
}

h1, h2, h3, h4, h5, h6, .hp-posting-head h4,
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6,
.portlet h3,
.portlet h5,
#sidebar-a
{
    border: none;
    font-family: Georgia, Garamond, Times, serif;
    font-weight: bold;
    color:black;

}

#content h1 {
font-size: 160%;
    padding:.6em 0 .6em 0;
    margin:0;
}

#content h2 {
font-size: 150%;
    padding:.6em 0 .6em 0;
    margin:0;


}

#content h3 {
    padding:.6em 0 .6em 0;
    margin:0;

font-size: 140%;
}

#content h4 {
    padding:.6em 0 .6em 0;
    margin:0;

font-size: 120%;
}

#content h5 {
    padding:.6em 0 .6em 0;
    margin:0;

font-size: 100%;
}

#content h6 {
    padding:.6em 0 .6em 0;
    margin:0;

font-size:90%;
}


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

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: blue !important;
    padding: 0 !important
    text-decoration:none;
}

a:link, a:visited {
    color: blue;
    background: transparent;
    text-decoration: none;
}

#content a:link:after, 
#content a:visited:after {

   display:none;

}

/*
** 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;
    padding:0;
}
 
#portal-column-content #content {
    float: none !important;
    padding: 0em !important;
    margin: 0 !important;
    padding:0;
}

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

#content,
#main-column,
#portal-column-content .visualPadding,
#portal-column-one .visualPadding,
#portal-column-two .visualPadding{
margin:0;
padding:0;
}


