/* Cleaned CSS: */

    
html, body
    {
    background-color: #ffffff;
    color: #000000;
    font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
    margin: 0;
    padding: 0;
    }
body {
        font-size: 75%;
}
a, a:link, a:visited
    {
    color: #006699;
    text-decoration: none;
    }
a:hover
    {
    color: #ff0000;
    text-decoration: underline;
    }
code, kbd, pre, tt
    {
    font-family: monospace;
    }
#content
    {   
    padding: 0;
    margin: 0;
    text-align: left;
    }
#header
    {       
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #7dae96;
    }
#logo
    {
    margin: 0;
    padding: 13px 0 11px 25px;
    }
#topnav
    {
    margin: 0;
    padding: 0;
    }
#topnav ul
    {
    padding: 0 0 0 2em;
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
    height: auto;
    background-color: transparent;
    }
#topnav li
    {
    display: inline;            
    }
#topnav li a
    {
    padding: 0 1.5em;
    background: #d6e5de url(http://static.openvz.org/tab-bg.gif) repeat-x 100% 100%;
    color: #436976;
    margin-right: 0.5em;
    height: auto;
    text-decoration: none;
    text-transform: lowercase;
    }
#topnav li.selected a
    {
    background: #d6e5de url(http://static.openvz.org/tab-bg-sel.gif) repeat-x 100% 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000000;
    }
#topnav li a:hover
    {
    background: #d6e5de url(http://static.openvz.org/tab-bg-sel.gif) repeat-x 100% 50%;
    color: #436976;
    border-left-color: #7dae96;
    border-bottom-color: #d6e5de;
    border-top-color: #7dae96;
    border-right-color: #7dae96;
    }
#ljmenubar
    {
    background-color: #d6e5de;
    text-align: right;
    border-bottom: 1px solid #7dae96;
    height: 20px;
    }
#ljmenubar ul
    {
    padding: 4px 25px 0 0;
    margin: 0;
    white-space: nowrap;
    list-style-type: none;
    height: auto;
    background-color: transparent;
    }
#ljmenubar li
    {
    display: inline;            
    }
#ljmenubar li a
    {
    padding: 0 10px;
    height: auto;
    text-decoration: none;
    }
#ljmenubar li.selected
    {
    padding: 0 10px;
    color: #000000;
    font-weight: bold;
    }
#ljmenubar li a:hover
    {
    text-decoration: none;
    }
.gradient
    {
    background: #d6e5de url(http://static.openvz.org/tab-bg-rev.gif) bottom repeat-x;
    height: 15px;
    }
#mainbox
    {
    position: relative;
    min-height: 300px;
    }
*html #mainbox
    {
    position: relative;
    height: 300px;
    }
#maincontent
    {
    margin: 5px 175px 0 5px;
    text-align: left;
    }
#footer
    {           
    padding: 3px;
    margin-bottom: 15px;
    border-top: 1px solid #7dae96;
    background: #d6e5de url(http://static.openvz.org/tab-bg-rev.gif) repeat-x 0% 75%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    }

    /* sidebar */   

#sidebar
    {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px 0;
    margin: 0 5px 0 0;
    background-color: #ffffff;
    border: 1px solid #7dae96;
    font-size: 11px;
    color: #000000;
    width: 160px;
    text-align: left;
    }
*html #sidebar
    {
    margin: 5px 5px 0 0;
    }
div#sidebar a, div#sidebar a:link, div#sidebar a:visited
    {
    color: #006699;
    }
div#sidebar a:hover
    {
    color: #ff0000;
    text-decoration: none;
    }
.sbarheader
    {
    padding: 0px 5px 0px 5px;
    }
.sbarbody
    {
    padding: 0px 5px 0px 5px;       
    }
.sbarbody2
    {
    padding: 0 15px 0 15px;
    }
table.calendar
    {
    margin-right: auto;
    margin-left: auto;
    }
.sbarcalendar
    {
    border: 1px solid #aaaaaa;
    text-align: center;
    font-size: 110%;
    }
.sbarcalendarposts
    {
    border: 1px solid #aaaaaa;
    background-color: #d6e5de;
    text-align: center;
    font-size: 110%;
    }
ul.sbarlist
    {
    padding: 0px;
    margin: 0px;
    list-style: none;
    }
li.sbaritem
    {
    text-align: center;
    list-style: none;       
    }
li.sbartitle
    {
    list-style: none;
    border: 1px solid #aaaaaa;       
    background-color: #f7f9fa; 
    margin: 10px 10px 5px 10px;
    padding: 2px;
    font-weight: bold;
    text-align: center;
    } 
    
    /* maincontent */   
    
.entry
    {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #7dae96;
    }
.entry ul li
    {
    padding-left: 5px;
    margin-left: 15px;
    }
.entry ol li
    {
    padding-left: 5px;
    margin-left: 15px;
    }
.leftcol
    {
    width: 130px;
    text-align: center;
    vertical-align: top;
    padding: 10px 0;
    }
.posttext
    {
    font-size: 110%;
    text-align: left;
    padding: 10px;
    background-color: #f7f9fa;
    }
.userpic
    {
    margin-bottom: 5px;
    }
.datesubject
    {              
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #d6e5de;
    color: #000000;
    border-bottom: 1px solid #aaaaaa;
    }
.date
    {
    width: 20em;
    padding: 5px 15px 5px 5px;
    font-size: 11px;
    text-align: right;
    vertical-align: middle;
    }
.subject
    {          
    padding: 5px 5px 5px 15px;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    }
.currents, .currentmood, .currentmusic
    {
    font-size: 11px;  
    }
.comments
    {
    font-size: 100%;
    text-align: right;
    background-color: #d6e5de;
    padding: 5px 15px 5px 5px;
    border-top: 1px solid #aaaaaa;
    }
td.ljtags
    {
    font-size: 100%;
    text-align: left;
    background-color: #d6e5de;
    padding: 5px 15px 5px 5px;
    border-top: 1px solid #aaaaaa;
    }
.permlink
    {
    padding-right: 20px;
    }
.replyheader
    {
    background-color: #d6e5de;
    color: #000000;
    border-bottom: 1px solid #aaaaaa;
    }
.replytoposter
    {
    font-size: 11px;
    padding: 2px 15px;
    }
.replytosubject
    {
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px 2px 15px;
    }
.linkbar
    {
    float: left;
    padding-left: 15px;
    }

    
    /* maincontent --  entry, reply pages */    
    
    .datesubjectcomment {               
            background-color: #d6e5de;
            padding: 5px;
            margin-top: 20px;
            }   
        
    .userpiccomment {
        position: relative;
        border-width: 5px;
        border-style: solid;
        border-color: #eeeeee;
        background-color: #eeeeee;
        top: -30px;
        left: 0px;
        padding: 5px;
        margin: 10px 10px -20px 10px;
        z-index: 15;
        float: left;
        border-width: 1px;
        border-color: #95c3b4;
        border-style: solid;
        }
        
    .box {
        padding-bottom: 10px;
        }

    input, textarea {
        border: 1px solid #7dae96;
        background-color: #f7f9fa;
        color: #000000;
        }
    textarea.textbox  {
        width: 100% !important;
        }
    
    .reply  {
        position: relative;
        margin: 20px 30px 10px 30px;
        padding: 25px 10px 10px 10px;
        text-align: left;
        font-size: 100%;
        line-height: 125%;
        background-color: #eeeeee;
        color: #000000;
        }
        
            
        
    .commentreply {
        position: relative;
        margin: 10px;
        font-size: 110%;
        color: #000000;
        }
        
    .commentbox {
        
        border-color: #7dae96; 
        border-width: 1px; 
        border-style: solid; 
        padding: 10px; 
        margin: 10px; 
        background-color: #f7f9fa;
        }
        
    .datesubjectcomment a:link, .datesubjectcomment a:visited {
        color: #006699;
        }
        
    .datesubjectcomment a:hover {
        color: #ff0000;
        }
    
    .commentboxpartial {
        border-color: #7dae96; 
        border-width: 1px; 
        border-style: solid; 
        padding: 10px; 
        margin: 10px; 
        background-color: #eeeeee;
        }

    .commentinfo {
        background-color: #eeeeee; 
        margin-top: 10px; 
        width: 100%;
        }
            
        
/* maincontent -- year/achive pages */
        
ul.year
    {
    text-align: center;
    }
ul.year li
    {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    }
table.yeartable
    {
    margin-left: auto;
    margin-right: auto;
    }
table.yeartable td.yeardate, table.yeartable td.yearday
    {
    border: 1px solid #7dae96;
    }
table.yeartable td.yearday
    {
    background-color: #eeeeee;
    text-align: center;
    }
td.yearmonth
    {
    border-style: none;
    }
    
        
    /* footer */
        
ul.navfooter
    {
    padding: 0px;   
    margin: 0px;
    }
ul.navfooter li
    {
    display: inline;    
    margin: 0 5px 0 5px;
    }

/* misc  */
.skiplinks
    {
    text-align: center;
    padding-bottom: 10px;
    }
.separator
    {        
    height: 15px;
    }
    
