/* 
    Document   : print.css
    Created on : 2014-feb-19, 16:46:40
    Author     : svami
    Description:
        Purpose of the stylesheet follows.
*/

.pageSidebar,
#social-links, 
#menu,
#comments,
.navigation,
a.share {
    display: none;
}

#header #logo {
    float: none;
}

#header #logo div {
    text-indent: 0;
}

div.post {
    border-bottom: 0;
}

.print-only {
    display: block;
}