@import url("pya_print.css") print;

@media screen{

html, body {margin: 0; padding: 0; border: 0;}

 body
    {
    font-family: verdana, sans-serif;
    font-size: 80%;
    }

p  {margin: 10px; padding: 8px; width: 95%;}

a {text-decoration: none; font-weight: bold;}
.very-small {font-size:0.5em;}

h1, h2, h3, p
    {
    text-align:left;
    /*padding:5px 5px;*/
    margin:0;
   }
h1 {font-size: 1.2em; padding: 15px 5px 0px 0px;}
h1.title {font-size: 1.5em; padding: 15px 5px 2px 0px;}
h2 {font-size: 1.0em; padding: 10px 5px 2px 0px;}
h3 {font-size: 0.9em; font-style: italic; padding: 5px 5px 2px 0px;}

#active_page
    {
      font-weight: bold;
    }
#headnav
    {
    margin:0 auto; padding:5px 0;
    text-align:left;
    font-size:80%;
    border:1px solid #333;
    }
#nav
    {
    padding:2px;
    text-align:left;
    font-size:8pt;
    font-weight:bold;
    }
#nav ul {
    margin:0;
    padding:0
}

#header_center
    {
    float: left;
    width: 60%;
    margin-left: 20%;
    text-align:center;
    font-size:3em;
    height: 102px;
    padding-top:10px;
    }

#flag
    {
     margin-left:20px;
    }

html #header_center
    {
    display: inline;
    }

#header_left
    {
    float: left;
    width: 20.01%;
    margin-left: -80%;
    height: 102px;
    padding-top:10px;
    }

#header_right
    {
    float: left;
    width: 19.99%;
    font-size:1em;
    height: 102px;
    padding-top:10px;
    }

#logo
    {
    margin-top:20px;
    margin-left:20px;
    }

#right
    {
    text-align:right;
    }
    
#center
    {
    text-align:center;
    }
    
#nav li {
    display:inline;
    list-style:none;
    margin:0;
    padding:2px;
}

#block_1
    {
    float: left;
    width: 60%;
    margin-left: 20%;
    }

* html #block_1
    {
    display: inline;
    }

#block_2
    {
    float: left;
    width: 20%;
    margin-left: -80%;
    }

#block_3
    {
    float: left;
    width: 19.99%;
    text-align: center;
    }

* html body
    {
    margin: 0;
    padding: 0;
    }

* html #footer
    {
    position: relative;
    }
#header
    {
    text-align:center;
    font-size:3em;
    }
#footer
    {
    clear: both;
    border:1px solid #333;
    }


/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
    {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
    }
@media all and (min-width: 0px) {
#block_1, #block_2, #block_3
    {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    }
#block_1:before, #block_2:before, #block_3:before
    {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    background: inherit;
    padding-top: 32767px !important;
    margin-bottom: -32767px !important;
    height: 0;
    }
}
/* End Mac IE5 filter */
#wrapper
    {
    overflow: hidden; /* This hides the excess padding in non-IE browsers */
    }
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute
weirdness as the method is enhanced */
#wrapper
    {
    /* Normally a Holly-style hack height: 1% would suffice but that causes
    IE 5.01 to completely collapse the wrapper - instead we float it */
    float: left;
    /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes
    (I saw it happen many moons ago) makes the width of wrapper too small
    the float: none with the comment is ignored by 5.01,
    5.5 and above see it and carry on about their business
    It's probably fine to just remove it, but it's left here
    just in case that many moons ago problem rears its head again */
    float/**/: none;
    }
/* easy clearing */
#wrapper:after
    {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
#wrapper
    {
    display: inline-block;
    }
/*\*/
#wrapper
    {
    display: block;
    }
/* end easy clearing */
/* Safari needs this - otherwise the ghost overflow, though painted
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
    {
    position: relative;
    z-index: 1000;
    }




div, #header h1, #wrapper p, #header p, #footer p, div p
    {
    margin: 0;
    padding: 0;
    }

#wrapper h4,#wrapper h3,#wrapper h2, #wrapper h1, #wrapper p, #wrapper dt, div p, div image , #wrapper table.field-list, div.line, pre
    {
    padding-left: 20px;

    }

p
    {
    width: 90%;
    }

    #wrapper p
    {
    padding-bottom: 5px;
    }

iframe
    {
    margin: 20px 20px 20px 20px;
    }

dd {width: 90%}
table {
    width: 90%;
    margin: 20px;}

#docutils {width: 90%}



.code {font-family: Courier; font-size: 85%;}
.keyword {color: #0000ff;}
.comment {color: #008000;}
.quote {color: #ff0000;}
.function {color: #ffc400;}

pre
    {
    font-size:1.5em;
    }

.pre
    {
    font-size:1.5em;
    }
table
    {
    border-style: none;
    }
td
    {
    border-style: none;
    }
}
