/*
    PRINT STYLING
*/

@import "lib/typography.css";
@import "lib/forms.css";

#pageWrap {
    margin-left: 60px;
    border-left: 1px solid #B6B6B6;
    padding: 20px; }

.skip, #headerWrapOne, #findPosts, #respond, #postNav, #comments .inlineLink, #comments .inlineLink,
.tweeter, .buttonFacebook, .socialBookmarks, .commentNum, #footerWrap,
.postDetails .comments {display: none;}
#headerWrap .logo img {width:550px;}
#comments {page-break-before: always; }
.category-web-development .tags li {display: inline;}

.postEntry a:link:after, .postEntry a:visited:after, .related_post a:link:after, .related_post a:visited:after
 { content: " (" attr(href) ") "; font-size: 90%; color: #000080; text-decoration: underline; }

.logo a:link:after, .logo a:visited:after {content: ""; }

