/*@import url(layout.css); */



/* tuning layout */
#root {
/*    max-width: 50em;
    min-width: 39em;
*/
}
#leftA {
    width: 10em;
}
#rightB {
    left: -0em;
    width: 0em;
    top: 0;
}

#top {
}
body {
    margin: 0em;
    padding: 0em;
}
#page{
    margin-top: 2em;
    padding-right: 4em;
    padding-left: 4em;
    background-color: white;
    color: black;
    -moz-border-radius:1.5em;
}
#content{
}


#window {
}
body { 
    background-color: #fff;
    /*background: #123 url(titlebg.jpg) scroll top left;
    */
color: black;
}

#colophon {
    font-size: 100%;
    margin-top: 2em;
}
.clearfloats {
    clear: both;
}

ul.RSSindex a {
    text-decoration: none;
    color: white;
    display: block;
}

ul.RSSindex a:hover {
    text-decoration: none;
    background: #123;
    color: white;
}

ul.RSSindex {
    display: block;
    padding-left: 0;
}

ul.RSSindex li {
    display: block;
    clear: both;
}

ul.RSSindex em {
    display: block;
    text-align: right;
    -moz-opacity: 0.5;
    font-size: 50%;
    float: right;
}

ul.verticalList {
    display: block;
    padding-left: 0;
    width: 100%;
}

ul.verticalList li {
    display: block;
    clear: both;
}


ul.verticalList a {
    text-decoration: none;
    color: black;
    display: block;
}

ul.verticalList a:hover {
    text-decoration: none;
    background: white;
    color: black;
}

a img {
    border: 0;
}

#chelp
{
    display: block;
    clear: both;
    color:grey;
    background: white;
    text-align: center;
}

.colophon {
    -moz-opacity: 0.5;
}

h1 {
  font-size: 25px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  font-weight: normal;
}
h4 {
  font-size: 110%;
  font-weight: normal;
  font-size: 15px;
  font-weight: normal;
}
h5, h6 {
  font-size: 15px;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 1.0em;
    margin-bottom: 0.4em;
}

/*
@font-face { font-family: '0xA000-Regular'; src: url('http://pippin.gimp.org/0xA000/0xA000-Regular.ttf'); }
@font-face { font-family: '0xA000-Mono'; src: url('http://pippin.gimp.org/0xA000/0xA000-Mono.ttf'); }
body {font-family: '0xA000-Regular'; font-size:   16px;}
tt,pre {font-family: '0xA000-Mono'; font-size: 16px;}
*/
body {font-family: 'Sans'; font-size:   16px;}
