body /* These becomes the initial settings for most other elements */
{
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    margin: 0;
    padding: 0;
}

div#page
{
    width: 100%;
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
}

div#wrapper1
{
    background: none;
}

div#wrapper2
{
    background: none;
}

div#page-width1, div#page-width2, div#page-width3
{
    position: relative;
}

div#page-width1, div#page-width2, div#page-width3, div#page-width4, div#page-width5, div#page-width6, div#page-width7
{
    text-align: left;
    width: 100%;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    color: #000;
}

/* AUTHOR AND DATE FOR ALL FULL OBJECTS */

div.content-view-full div.attribute-byline p.actions
{
    display: none;
}

div.content-view-full div.attribute-byline p.date
{
    color: #000;
}

/* ARTICLE */

div.content-view-full div.class-article div.attribute-header h1
{
    color: #000;
}
