/*
©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 {
    display: none;
}

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

body {
    margin-top: 0;
}

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;
}

#wrap-inner {
margin-top:0;
padding-top:0;
}