/* clear all background */
*, body * {
/*    background: none !important;*/
}

/* common things to hide */
img, #ajaxMessage, #single-menu, div.inner, #local, #nav-sub, #nav-main, #toolbar, #footer, #profileInner, a.print {
    display: none !important;
}

#header {
    display: block;
    height: auto !important;
    margin: 0;
    padding: 0;
}

/* these are IE hacks to prevent the text from showing and replacing it with an image */
*#header {
    display: list-item;
    width: 416px;
    height: 97px;
    margin: 0;
    padding: 0;
    list-style-image: url(http://www.wendells.com.au/themes/wendells_au/images/plain-header.jpg);
    list-style-position: inside;
    letter-spacing: -1000em;
    font-size: 1pt;
    color: #fff;
}

#header h1 a span:before {
    content: "Wendells.com.au - Getting together";
    letter-spacing: 0;
    white-space: nowrap;
    color: black;
    font-size: 20pt;
}

.sIFR-alternate {
    width: auto !important;
    font-size: 16px;
    height: 30px !important;
    vertical-align: top;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

p {
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
}

.graph-wrapper img {
    display: block !important;
}

h1.pageTitle {
    margin-bottom: 2em;
}

#main, #main-sub {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
