/*
http://wblinks.com - Print Style for Flux Refresh
Author : Rich Adams

v1.1

WORK IN PROGRESS - I'm still tweaking this, so some pages may still print incorrectly!
*/

/* Hide some unnecessary things */
#header ul#menu,
.module,
#breadcrumb-banner,
#additional-content,
#leave-comment  {
    display: none !important;
}

/* Make blog entries look ok */
.blog-entry {
    background: #fff !important;
}

.blog-entry h2.blog-title {
    background: #fff !important;
    display: block !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-top: 10px !important;
}

.blog-entry h2.blog-title a {
    color: #000 !important;
}

.blog-entry .blog-links {
    display: none !important;
}

.blog-entry .tag-list {
    background-image: none !important;
    padding-left: 0px !important;
}

.blog-entry .tag-list:before {
    content: "Tags: ";
}

/* Show the date properly */
.blog-entry .date {
    border: none !important;
    width: 200px !important;
    text-align: left !important;
    display: block !important;
    margin: 0px !important;
}

.blog-entry .date span {
    display: inline !important;
    font-size: 14px !important;
}

.blog-entry .date span.month:after {
    content: ",";
}

/* Styles for displayed parts */
body,
#page-container,
#site-main-content,
#footer {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: #fff !important;
}

/* Footer styles */
#footer {
    margin-top: 20px !important;
    border: none !important;
    border-top: 2px solid #000 !important;
    background: #fff !important;
}

#footer li {
    display: none !important;
}

#footer li#copyright {
    display: block !important;
}

#footer li#copyright a {
    text-decoration: none;
}

/* Show URLs for links */
#site-main-content a[href]:after,
#footer a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 0.9em;
    text-decoration: none;
}

/* But not for tag links or blog title */
#site-main-content .blog-entry .tag-list a[href]:after,
#site-main-content .blog-entry .blog-title a[href]:after {
    content: "";
}

