﻿/******************************************************************************************************
 * This file represents all style overrides to strip out any unnecessary elements or restructure
 * necessary ones for the user when trying to print a page. Generally HTML navigational items should
 * be excluded and structure of the content should be the primary focus. This file will always
 * be loaded last in the document flow to override any set styles.
 ******************************************************************************************************/
 
#ToolsMenu,
#ToolsWorkspace,
#NavigationTabs,
#NavigationBar,
#Sidebar,
#FooterMainMenu,
#FooterToolsMenu,
.ContentStandardFooter {
    display: none;
}

/** Layout **********************************************************************************************/

body {
    text-align: left;
}

#Page {
    width: 100%;
    margin: 0 auto;
}

#Header {
    display: inline;
}

#Presentation {
    float: none;
    padding: 0;
}

.OneColumn #Content {
    width: 100%;
    text-align:left;
    margin:0;
    font-size:1.5em;
}
.TwoColumn #Content {
    width: 100%;
    float: none;
    margin 0;
	text-align:left;
}

#Header {
    padding: 0;
    background: #f00;
}

#Header #Logo a {
    display: inline;
    float: none;
    text-indent: 0;
    text-align: left;
    font-size: 2em;
    font-weight: bold;
    color: #005825;
}

/** Articles **/

.printSelector,
.bookmarkSelector,
.SignInCallout,
.CommentsHeading,
.CommentFormContainer {
    display: none;
}

.ArticleBodyContent p {
    margin-bottom: 1.5em;
}

.CommentListWrapper {
    page-break-before: always;
}