/*
©2012 Bam Creative

Title : print.css
Author : NAME | Bam Creative

Description : Print Stylesheet
*/

.no-print {
    display: none;
}

/* ELEMENTS TO HIDE ---------------------------------------------- */

div#admin-menu,
div#nav,
div#sub_nav_box,
div#breadcrumbs,
div#footer,
table.db_log, 
.navbar.navbar-fixed-top, 
#title-row, 
#rhc, 
#byline-footer, 
#advbanner-header {
    display: none;
}

/* ELEMENTS TO MODIFY ---------------------------------------------- */

body {
    margin-top: 0;
}

#wrap { padding-top:0em!important;}

.navbar-fixed-top,
#title-row, 
#wrap {
	padding:0;
	margin:0;
	}

#internalPage #main {background-position: center top;}

hr {
    background: #ccc;/*NS FF OP */
    color: #ccc;/*IE*/
    border-top: 1px solid #ccc;/*FF NS OP*/
    height: 1px;/*FF NS OP*/
    width: 100%;
}

div#print-footer {
    text-align: right;
}