body {

    width: 80%;

    margin: 5px auto;

    font-size: 12px; 

    font-family: 'Lucida Sans Unicode',Arial,Helvetica,sans-serif;

}



h1 {

    font: 1.5em Verdana;

}



h1 a {

    color: #000;

    text-decoration: none;

}



h3 {

    margin: 2px 0px;

    padding: 1px 3px;

    font-size: 1em;

    border: 1px solid #CDCDCD;

    background-color: #CDCDFF;

}



ul {

    margin: 0;

    padding: 0;

}



li {

    list-style-type: none;

}



a {

    color: #4040DF;

    text-decoration: none;

}



a:hover {

    color: #00B2FF;

}



#navibar {

    float: left;

    width: 100%;

    margin-bottom: -1px;

}



#navibar li {

    float: left;

    width: 15%;

    margin-right: 5px;

    background-color: #CDCDFF;

    text-align: center;

    border: 1px solid #CDCDCD;

}



#navibar li.active {

    font-weight: bolder;

    background-color: #FFF;

    border-bottom: 1px solid #FFF;

}



#navibar a {

    display: block;

    padding: 5px 10px;

    font-size: 1.2em;

    color: #000;

}



#main_block {

    border: 1px solid #CDCDCD;

    clear: both;

    width: 100%;

    padding: 10px;

}



#left_block {

    float: left;

    width: 67%;

    border: 1px solid #CDCDCD;

    padding: 10px;

}



.post {

    margin: 0px 5px;

}

.post h2 {

      font-size: 1.3em;  

      margin-bottom: 0;

}



.post .date {

    color: #ABABAB;

    

}



.post .content {

    line-height: 18px;

    text-align: justify;

}

.post .postbar {
    margin-bottom: 35px;
}

.post .postbar a {

    line-height: 20px;

    padding: 4px 5px;

    border: 1px solid #DCDCDC;

    text-decoration: none;

}



#right_block {

    float: left;

    width: 29%;

    margin-left: 5px;

    border: 1px solid #CDCDCD;

}



#right_block a {

    margin-left: 5px;

    line-height: 22px;

}



#about_me, #categories, #archive {

    padding: 5px;

}



#about_me p {

    margin: 0;

    padding: 5px 0px 0px 5px;

}



#footer {

    clear: both;

}
