
body {
    background: url(/upper-right-hammer-w75.png) 100% 10% no-repeat;
    background-attachment: fixed;
}

div.right-captioned-image {
    width: 25% !important; margin: 1.25em !important;
}

div.right-captioned-image img {
    width: 100% !important; height: auto !important;
}

#title-area { display: none !important; }
#footer     { display: none !important; }
#tabs       { top: 7px; width: 70%; overflow: hidden; white-space: nowrap; overflow: hidden; }

#files-going-up, #files,
#fileupload-container, #fake-paragraph, #progress,
#content-container-container,
#sidebar, #wide-content, #content, p,
#sidebar, #wide-content, #content {
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important; height: auto !important;
}

#content-container-container {
    position: absolute !important; left: 0; right: 0; top: 1.2em;
}

div#whole-screen div#notification-area { 
    height: auto; width: auto;
    position: fixed; left: 1em; right: 1em; bottom: 1em;
    top: 50%;
}

div#notification-area p.notice {
    background: rgba(20,0,20,0.5);
    border: 1px solid #333;
    padding: 3px; margin: 2px;
    width: 99%;
}

.ui-tooltip { display: none !important; }
