* html ul.tabnavigation {
    height:1%
}

html, body {
    font: normal 10pt verdana, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #E7E7E7;
}

a {
    color: #435d80 ;
    text-decoration: none ;
}

a:after {
    color: black ;
    font-style: italic ;
    content: " (" attr(href) ")" ;
}

#banner {
    //display: none;
}

#banner img {
    border: none;
    margin: 0;
}

.border {
    height: 3px;
    background: #174584;
    clear: left;
}

#tabnavigation {
    display: none ;
}

#main {
    padding: 10px;
    margin: 0;
    background-color: white;
}

#nav {
    display: none;
}

#entry {
    padding: 0px;
    #margin-right: 15px;
    margin-bottom: 2em ;
}

#entry h1 {
    font-size: 1.5em;
}

#entry h2 {
    font-size: 0.9em;
}

#entry a.title {
    // color: #0c213e ;
    text-decoration: none ;
}

#entry a.title:after {
    content: none ;
    text-decoration: none ;
}

#entry p.footer {
    display: block;
    background-color: #E7E7E7;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 5px 10px 5px;
    clear: both;
}

#entry p.footer a:after {
    content: none ;
}

#image {
    display: inline-block;
    margin: 0.5em 1.5em 1em;
}

#image img {
    border: solid 1px black;
}

#image i {
    font-size: smaller;
}

#comments {
  display: none ;
}

#copyright {
    text-align: center ;
    border-top: 1px solid black ;
    padding: 10px 5px 10px 5px ;
    clear: both;
}

div.pagenav {
    display: none ;
}
