/******************************************************************************/
/*                         типография                                         */
/******************************************************************************/

h1, h2, h3, h4, h5, h6 {
    line-height : 1.2;
    font-weight : normal;
}


h1 {
    font-size : 2em;
}


h2 {
    font-size : 1.75em;
}


h3 {
    font-size : 1.5em;
}


h4 {
    font-size : 1.25em;
}


h5 {
    font-size   : 1em;
    font-weight : bold;
}


h6 {
    font-size   : .75em;
    font-weight : bold;
}


/* --- списки --- */
ul {
    list-style : square;
}


/* -- informer -- */
.informer.wide {
    font-size : 13px;
}


.informer {
    margin-bottom : 40px;
}


.informer ul {
    padding : 0 15px;
}


.informer li {
    margin-bottom : 10px;
}


.informer li.nav-header {
    margin-bottom : 0;
}


.informer li a {
    display   : block;
    font-size: 12px;
}

.informer .user-menu li a {
    display   : block;
    padding : 0 0 0 15px;
}


.informer .nav li a:hover,
.informer .nav li a:focus {
    background : none;

}


.informer .desc {
    color     : #555;
    font-size : 10px;
}