/* Monobook.css file overrides; editing this file will change the layout of the entire Monobook skin. */

/*<pre><nowiki>*/

/* Changing the font of the whole site */
#globalWrapper {  }

/* Subtitle of the site */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* Bold "edit" link */
#ca-edit a { font-weight: bold !important; }

/*</nowiki></pre>*/