/*
Copyright Aleksandar Vacic, www.aplus.co.yu,
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/



*/

body {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 10pt;
color: #000;
background: #fff;
margin: 0;
padding: 0;

}

h1, h2, h3 {
font-family: "Trebuchet MS", "Palatino", sans-serif;
font-style: italic;
color: #000;
}

h1 {
font-size: 2.0em;
font-weight: normal;
margin-top: 0;
}

h2 {
font-size: 1.7em;
margin: 1.2em 0 0;
font-weight: normal;
}

h3 {
font-size: 1.4em;
margin: 1.2em 0 0;
font-weight: normal;
}

h4 {
font-size: 1.2em;
margin: 1.2em 0 0;
font-weight: bold;
}

h5 {
font-size: 1.0em;
margin: 1.2em 0 0;
font-weight: bold;
}

h6 {
font-size: 0.8em;
margin: 1.2em 0 0;
font-weight: bold;
}

h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
margin-top: 0;
}

img {
border: 0;
}

ol, ul, li {
font-size: 1.0em;
line-height: 1.8em;
margin-top: 0.2em;
margin-bottom: 0.1em; 
}

p {
font-size: 1.0em;
line-height: 1.8em;
margin: 1.2em 0 1.2em 0;
}

li > p {
margin-top: 0.2em;
}

pre {
font-family: monospace;
font-size: 1.1em;
}

strong, b {
font-weight: bold;
}

a:link, a:visited {
color: #666;
}

/* layout */

.skiplinks {
display: none;
}

/* leave some room at the top of the first page */
#site-name {
height: 4em;
border-bottom: 1px solid #999;
}

/* nobody cares about linked legalities */
#info-site {
display: none;
}

/* remove side-text (b-links) */
#nav-supp {
display: none;
}

/* remove all items of main and section navigation... */
#nav-main li {
display: none;
}
#nav-section li {
display: none;
}

/* ...except the current items, which are moved below the page (site) top (in the room that is left, above), thus forming the header of the printout */
#nav-main li.cur, #nav-section li.cur {
font-weight: bold;
display: block;
position: absolute;
top: 1.5em;
}

/* there are many ways how these two can be styled and positioned. this is one. */
#nav-main li.cur {
left: 0;
}

#nav-section li.cur {
right: 0;
}

#nav-main a, .sidebox a {
text-decoration: none;
}

/* top */

#site-name p {
font-family: "Trebuchet MS", "Palatino", sans-serif;
font-size: 1em;
font-style: italic;
letter-spacing: 0.5em;
text-align: center;
border-bottom: 1px dotted #ccc;
color: #666;
margin: 0;
}
