
.logotext
{
    float: right;
    margin: 0 10px 0 10px;
}

#logo-title
{
    margin: 10px 0 0 0px;
    font-size: 15pt;
    color: #fff;
    text-align: right;
    font-weight: normal;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: normal;
}

#logo-subtitle
{
    font-size: 6pt;
    font-style: italic;
    color: #aaa;
    text-align: right;
    font-weight: normal;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: normal;
}

.navbar-inverse
{
    /*background-color: #222;*/
    background: #f0f0f0 url('/style/images/sidebar.gif') repeat top left; /* we put the sidebar background here, so that in case the page expands below the sidebar, it still looks good */
}

article h1 /*, article h2, article h3, article h4*/
{
    margin-bottom: 20px;
}
