
#navigation {
    float: left;
    width: 280px;
}

#navigation .logo {
    margin-top: 35px;
}

#navigation .logo .title {
    padding-left: 35px;
    color: #DDDDDD;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
}

#navigation .logo .desc {
    padding-left: 35px;
    color: #AAAAAA;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

#navigation .items {
    margin-top: 40px;
    padding-left: 15px;
}

#navigation .items .title {
    padding-left: 20px;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
}

#navigation .item {
    margin-bottom: 5px;
}

#navigation .item a {
    color: #DDDDDD;
    display: block;
    padding: 0 20px;
    font-size: 22px;
    line-height: 42px;
    transition: all 0.1s linear;
}

#navigation .item a.active,
#navigation .item a:hover {
    color: #EEEEEE;
    font-size: 24px;
    font-weight: bold;
}

#navigation .logout a {
    font-size: 18px;
    line-height: 36px;
}

#navigation .logout a:hover {
    font-size: 22px;
}
