#secondary {
    font-size: 16px;
    font-size: 0.889rem;
    margin-bottom: 30px;
}

#secondary h2 {
    font-size: 26px;
    font-size: 1.444rem;
}

#secondary h3 {
    font-size: 20px;
    font-size: 1.111rem;
}

#secondary h4 {
    font-size: 16px;
    font-size: 0.889rem;
}

#secondary ul {
    margin: 10px 0 20px;
    list-style: none;
}

#secondary li {
    padding: 5px;
    border-bottom: 1px solid #eee;
}

#secondary li:first-child {
    border-top: 1px solid #eee;
}

#secondary #searchform {
    text-align: center;
}

.page-template-page-no-title #secondary {
    margin-top: 30px;
}