/* 
    Document   : ie6
    Created on : 08.05.2009
    Author     : pantox
    Description: Hacks fot Internet Explorer version 6
*/
* html a:hover.nohover {
    border: 0 none;
}
* html h2 {
    font-size: 1.5em;
}
* html #page {
    height:100%;
}
* html #header h1 {
    letter-spacing: -0.2em;
}
* html #sidebar {
    margin-bottom: 60px;  /* = #footer-padding-top + padding-bottom */
}
* html #comments li .author h3 {
    font-size: 1.2em;
}
* html #comments li .comment {
    padding: 0;
}
* html #footer {
    padding: 0 0 10px;
    bottom:-1px;
}