/* ---------------------------------------------------------------------
 * filename     header.css
 * description  cascading style sheet for header part
 * ------------------------------------------------------------------ */


#header {
}

#header img.logo {
    float: left;
}

/* Site title */
#header h1 {
    margin: 0px;
    text-align: right;
}

/* Site subtitle */
#header h2 {
    font-style: italic;
    font-size: 1em;
    margin: 0px;
    text-align: right;
}

#billboard {
    font-weight: bold;
    margin-left: 250px;
}

#language {
    text-align: right;
}
